SURENOO SLG12864J1-FPW-5.0V 128x64 SIP #1870
kalymos
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I managed to make this screen work with the following parameters.
https://fr.aliexpress.com/item/1709913895.html?spm=a2g0o.order_list.0.0.118b5e5bzScuD7&gatewayAdapt=glo2fra
U8G2_ST7565_NHD_C12864_F_4W_SW_SPI u8g2(U8G2_R0, /* clock=/ 13, / data=/ 11, / cs=/ 10, / dc=/ 9, / reset=*/ 8);
u8g2.setContrast(60);
U8X8_ST7565_NHD_C12864_4W_SW_SPI u8x8( /* clock=/ 13, / data=/ 11, / cs=/ 10, / dc=/ 9, / reset=*/ 8);
u8x8.setContrast(60);
Beta Was this translation helpful? Give feedback.
All reactions