Hi,
Are there any plans to add LCD support?
Could display system info, and “toggling status” when switching things on/off?
I did see that I2C support was mentioned in another post.
Hi,
Are there any plans to add LCD support?
Could display system info, and “toggling status” when switching things on/off?
I did see that I2C support was mentioned in another post.
Hi
To add to this idea:
Good questions for @eptak
Hi Andrew and Derik,
Thanks,
Eric.
I was thinking just one of the general HD44780 models, since they’re easy to come by,
and can be wired using I2C or USB which minimizes the amount of GPIO’s needed.
Ex: Search Results for 'hd44780' on Adafruit Industries
(They have links to datasheets here)
Is this okay for a reference?
Thanks, I know that for the first point, which use parallel interfacing.
But andrew mentioned “AT command based” OLED display
Recommend something like the ‘Serial Backpack’ interfaced systems that handle the bit bashing of these basic, common and cheap LCD. Or something like i2c interface since multi parallel wiring direct is common on PIC Arduino type things at a low level but on a Pi would be getting a bit messy.
Reference to the AT style commanded OLED dirplays from 4D systems… This is Not and advert but do look them up some time if you are into powerful smart display devices can off load video from Pi. 4D Documentation and general finish I think is superb. These are just serial driven the way I used them but they will have multi bus options.
~ A