NEWBIE: how to get text onto 2 lines on a 16x2 lcd display

Chris Angelico rosuav at gmail.com
Thu Sep 26 10:22:37 EDT 2019


On Thu, Sep 26, 2019 at 9:01 PM RobH <rob at despammer.com> wrote:
>
> import Adafruit_CharLCD as LCD
>
>
> # Raspberry Pi pin configuration:

Ah, it's an RPi with Adafruit. That's the same library that my brother
uses. I don't know much of the details, but in case it's helpful,
here's the code that currently runs his subscriber appreciation board:

https://github.com/stephenangelico/SubBoard/blob/master/lcd_char.py

You might be able to borrow some ideas from that.

ChrisA



More information about the Python-list mailing list