Skip to content
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

Could you please add support for this LCD WOM12864 screen #143

Open
buch1234 opened this issue Feb 3, 2025 · 1 comment
Open

Could you please add support for this LCD WOM12864 screen #143

buch1234 opened this issue Feb 3, 2025 · 1 comment

Comments

@buch1234
Copy link

buch1234 commented Feb 3, 2025

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.

Image
Image

@buch1234
Copy link
Author

buch1234 commented Feb 4, 2025

https://www.aitendo.com/product/17542
The link is the detailed information of the display. Japanese website.https://www.aitendo.com/product/17542

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant