Display Driver for a SSD1803A Controller #10623
Unanswered
WolleKette
asked this question in
Libraries & Drivers
Replies: 2 comments 4 replies
-
On a first glance, the interface looks similar to a HD44780. So you could use @dhylands driver at https://github.com/dhylands/python_lcd. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I used the driver from the link I gave you to control 4 x 20 sized LCD displays. So you could try it. The command set of both chips looks identical. The only difference between a 2x16 and 4x20 display is the RAM size for the contents. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to use a LED display 4x20 characters with a SSD1803A controller for a project. Unfortunately I can't find a driver for the controller. Has anyone ever used something like this in Micropython?
Beta Was this translation helpful? Give feedback.
All reactions