-
Notifications
You must be signed in to change notification settings - Fork 1.1k
how to add an LCD with 320x160 RA8835 #2612
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
Comments
There should be an existing constructor: U8G2_RA8835_320X240 Somehow the page https://github.com/olikraus/u8g2/wiki/u8g2setupcpp#ra8835-320x240 is broken. I guess I need to check this. |
Was looking for that earlier. Saw that there's no page there. Is there a way that I can modify the existing library to work with my display, or specify the resolution? Cause my display is actually 320x160. |
oh, ok, issue is already there: #2557 |
There is no simple way to specify the resolution, but I can create the constructor based on an existing one. |
Haven't had a chance to wire it up yet. I'll hook it up tomorrow, and test it out, then get back to you if that's OK. |
ToDo: Add 320x160 constructor for RA8835 |
Got an LCD with a resolution of 320x160. how can i get that supported in the library?
The text was updated successfully, but these errors were encountered: