lexus2k / ssd1306

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

I2C Repeated Start on ESP32 #149

Closed dmitry-kandiner closed 2 years ago

dmitry-kandiner commented 2 years ago

Modified ESP32 I2C functions to utilize the repeated start protocol feature.

Using repeated start allows, for instance, aggregation of all the commands and data needed for the whole display update in a single I2C burst.

Dmitry Kandiner dmitry.kandiner@gmail.com