Shop OBEX P1 Docs P2 Docs Learn Events
Help With programming — Parallax Forums

Help With programming

Shabbir EzziShabbir Ezzi Posts: 7
edited 2009-11-04 20:10 in Propeller 1
Is there a way to create an array that holds string values, I want to create a routine for cycling through the menus on the LCD display.

Comments

  • DynamoBenDynamoBen Posts: 366
    edited 2009-11-04 15:57
    There are arrays per say in spin (which I would assume it what you are using). The way I handle LCD strings is by placing them in the DAT block and writing them to the display by their label.
  • LeonLeon Posts: 7,620
    edited 2009-11-04 18:03
    Duplicate post!

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Amateur radio callsign: G1HSM
  • MagIO2MagIO2 Posts: 2,243
    edited 2009-11-04 20:10
    Have a look at the Menu Demo I gave in this thread. It's for video out, but can easily be adapted to text LCD:

    http://forums.parallax.com/showthread.php?p=848636
Sign In or Register to comment.