-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ST7588 #2591
Comments
I think the ST7588 has a 81 x 132 memory.
However the display controller could also support larger displays. Lets take the SH1106 OLED controller: It supports OLEDs with up to 132x64 pixel. In other words: In most cases the display controller will support bigger screens than actually supported by the display. In the above code the pixel_width and height does NOT refer to the controller, but instead is the pixel size of the display. One more hint: You should always receive two datasheets: One for the display and another for the controller. |
ok thks. |
something else that's not clear to me: |
line 172 of u8x8_d_st7588.c
/* pixel_width = / 128,
/ pixel_height = */ 64
but according to ST7588 datasheet
it's 81 x 132 Dot Matrix LCD
The text was updated successfully, but these errors were encountered: