lexus2k / ssd1306

Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Garbage on screen

trollsid opened this issue · comments

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:

  • library version 2.0_dev
  • LCD display type -ssd1351
  • OS : linux
  • Platform esp32
  • IDE : idf + vim

Additional context
Add any other context about the problem here.

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.

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

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