Search found 1 match
- Mon Nov 06, 2023 10:11 am
- Forum: ESP-IDF
- Topic: How do I report a bug in a component of the esp_lcd IDF framework
- Replies: 1
- Views: 773
How do I report a bug in a component of the esp_lcd IDF framework
I've been trying to use the SSD1306 LCD example, using the SPI interface rather than the I2C that the example uses. (C:\Espressif\frameworks\esp-idf-v5.1.1\examples\peripherals\lcd\i2c_oled) The display was wired correctly and worked with an Arduino project using a driver for the SSD1306. Unfortunat...