Shop OBEX P1 Docs P2 Docs Learn Events
LCD — Parallax Forums

LCD

deltabossdeltaboss Posts: 10
edited 2010-05-23 01:35 in BASIC Stamp
I have received a nerdkit lcd kit as a gift but it seems that it is Programmed in C++. Is there ant way to program it in PBASIC.

Comments

  • FranklinFranklin Posts: 4,747
    edited 2010-05-22 03:45
    If it uses a Basic Stamp you can program it in PBasic otherwise no.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • Mike GreenMike Green Posts: 23,101
    edited 2010-05-22 04:33
    The nerdkit uses an Atmel microprocessor, the same one that's used in some of the Arduinos. It's programmed in C (not C++). You can't program it in PBasic. It would be possible to use (substitute) a Basic Stamp instead of the Atmel microprocessor to control the LCD. In that case, you'd program in PBasic.
  • deltabossdeltaboss Posts: 10
    edited 2010-05-23 01:35
    Thanks guys for your help.
    smile.gif·
Sign In or Register to comment.