u8g2
u8g2 copied to clipboard
ESP32 & SSD1309 - uncorrect image
When the image is displayed, it is shifted to the left by several pixels.
The display is connected to the ESP like this
Init line
U8G2_SSD1309_128X64_NONAME0_F_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 5, /* dc=*/ 1, /* reset=*/ 3);
How can I fix it? Thanks.
can u give your code! me also trying !
Code is attached SSD1309_2.42_OLED.ino.zip
Thanks for sharing, but im getting this issue.
how to solve this