You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please add support for this LCD WOM12864 screen? 128x64 LCD screen ST7565 driver SPI interface
This screen has been successfully driven by "ST7565.h" ST7565 glcd(9, 8, 7, 6, 5);
and U8G2_ST7565_LM6059_F_4W_SW_SPI u8g2 // Adafruit ST7565 GLCD.
The interface is:
1 CS -> GPIO 13 D7
2 RST -> GPIO 16 D0
3 RS/DC -> GPIO 15 D8
4 SCK -> GPIO 14 D5
5 SDA -> GPIO 12 D6
6 VCC -> VCC +5V power supply positive
7 GND -> GND power supply ground
8 LED- -> GND backlight ground
9 LED+ -> 3.3V or PWM Output backlight positive
I see similar SSD1305 (SSD1309) 2,4' 128x64 SPI/I2C und ST7920 2,6' 128x64 SPI screens are already available.
I hope you can help me modify the program to add support for this screen. I will be very grateful.
The text was updated successfully, but these errors were encountered:
Could you please add support for this LCD WOM12864 screen? 128x64 LCD screen ST7565 driver SPI interface
This screen has been successfully driven by "ST7565.h" ST7565 glcd(9, 8, 7, 6, 5);
and U8G2_ST7565_LM6059_F_4W_SW_SPI u8g2 // Adafruit ST7565 GLCD.
The interface is:
1 CS -> GPIO 13 D7
2 RST -> GPIO 16 D0
3 RS/DC -> GPIO 15 D8
4 SCK -> GPIO 14 D5
5 SDA -> GPIO 12 D6
6 VCC -> VCC +5V power supply positive
7 GND -> GND power supply ground
8 LED- -> GND backlight ground
9 LED+ -> 3.3V or PWM Output backlight positive
I see similar SSD1305 (SSD1309) 2,4' 128x64 SPI/I2C und ST7920 2,6' 128x64 SPI screens are already available.
I hope you can help me modify the program to add support for this screen. I will be very grateful.
The text was updated successfully, but these errors were encountered: