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

LCD Question

jhwattsjhwatts Posts: 35
edited 2011-04-28 01:12 in Propeller 1
I have been using the attached object lcd.spin to generate text on my LCD. It works great and I would rather not change the wiring but I need the ability generate custom characters. I would like to use the LCD character creator to generate characters. It can be downloaded from Parallax using the link below. Is there an object in the OBX that will allow me to do this with out me changing my wiring configuration or can the attached lcd.spin be modified to do so?

http://www.parallax.com/Portals/0/Downloads/sw/lcdcc.zip

I just know enough to be dangerous so bare with me.

Comments

  • Cluso99Cluso99 Posts: 18,069
    edited 2011-04-27 18:56
    Presuming your LCD uses the usual hitachi or equivalent driven display chip:
    There is a demo LCD program in the obex that downloads a special character font to the lcd. However, you can only download a small number of characters (IIRC 32 characters only???). This may not be what you require.
  • JonnyMacJonnyMac Posts: 9,233
    edited 2011-04-27 19:54
    My LCD driver will work for you. Just use the initx method and specify -1 for the backlight pin.

    In ObEx:
    -- http://obex.parallax.com/objects/474/

    There is a demo in the archive that shows how to create and use custom characters.
  • Toby SeckshundToby Seckshund Posts: 2,027
    edited 2011-04-28 01:12
    All the LCDs (16 x 2), I have, are resticted to 8 definables.
Sign In or Register to comment.