Search found 1 match
- Mon Apr 06, 2020 11:45 am
- Forum: ESP32 Arduino
- Topic: i2c display garbage
- Replies: 5
- Views: 12210
Re: i2c display garbage
hello, I had exactly the same issue running multiple tasks with display access on ESP32 using SSD1306, no matter if adafruit or u8g2 driver was used. Pinning the task to one core solved only the problem partly. There was always an issue with first access to display from any of the tasks, no matter i...