lexus2k / lcdgfx

Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms
MIT License
377 stars 52 forks source link

drawLinesDemo() get a broken line #58

Closed Chihhao closed 3 years ago

Chihhao commented 3 years ago

in ssd1306_demo, i run the sub method drawLinesDemo() and got a broken image. i don't know how to fix, pls help, thx.

pic
lexus2k commented 3 years ago

Hi,

That's expected behavior for direct API without double buffering. Please, refer to #24, and the same issue for C-style library: https://github.com/lexus2k/ssd1306/issues/70

Chihhao commented 3 years ago

Now I get it! Thx!