-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add more types of screens ? #97
Comments
Very generic question, can you be more specific? |
sure, currently the ST7920 oled screen is unsupported, what changes are required to add support for this screen |
ST7920 is an LCD screen rather than OLED. You would need to find the datasheet for the device, read it and understand how to send data to the display (whether that is via I2C, SPI or parallel bIt-banging). Then use one of the other implementations as a guide, implement a class that extends |
Moving to luma.lcd .... |
Ok, understood, thank you for your feedback I will close the issue but leave these notes below I have found much of that information but, I dont have the depth of understanding at the moment to put it into a implementation. Will leave it here if anyone else interested. Datasheet Enable SPI mode is simply done by connecting PSB to GND How th screen works U8G2 ports |
I think the PR for this stalled because driving it via parallel bit-banging was going to be awkward.
then it might be straightforward to getting it working |
How do i add for example the ST7920 oled screen ?
The text was updated successfully, but these errors were encountered: