olikraus / u8g2

U8glib library for monochrome displays, version 2
Other
4.91k stars 1.02k forks source link

ESP32 & SSD1309 - uncorrect image #2409

Open Discorez opened 3 months ago

Discorez commented 3 months ago

When the image is displayed, it is shifted to the left by several pixels. IMG_20240325_134838

The display is connected to the ESP like this scale_2400

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.

Gopijackson commented 3 months ago

can u give your code! me also trying !

Discorez commented 3 months ago

Code is attached SSD1309_2.42_OLED.ino.zip

Gopijackson commented 3 months ago

Thanks for sharing, but im getting this issue. how to solve this SSD1309