lexus2k / ssd1306

Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
MIT License
664 stars 127 forks source link

Garbage on screen #87

Closed trollsid closed 5 years ago

trollsid commented 5 years ago

Test on ssd1351_demo

Describe the bug Garbage on screen after run any command To Reproduce Steps to reproduce the behavior:

  1. Compile and run
  2. See error

Screenshots If applicable, add screenshots to help explain your problem.

Please complete the following information:

Additional context Add any other context about the problem here.

lexus2k commented 5 years ago

Hello, Dmitry.

Thanks for reporting. I don't have esp32 dev module by hand right now, but you could greatly help me, if you can check 1.7.x version and let me know if it works.

PS. Could you please post here display initialization code from your sketch? Thank you.

lexus2k commented 5 years ago

Please, check latest commit 5dd0328. It fixes spi issue with esp32 idf

lexus2k commented 5 years ago

Fixed, feel free to reopen, if you have any issues