lexus2k / ssd1306

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

Enable ESP-IDF v4.x build: add CMakeLists.txt #114

Closed danak6jq closed 3 years ago

danak6jq commented 3 years ago

I've added a CMakeLists.txt file to the top of the source tree so that ESP-IDF v4.0 and later will recognize and build ssd1306 as a component. Tested by building on ESP-IDF v4.1 and running test code in a Norvi IIOT with SSD1306 display.

danak6jq commented 3 years ago

ssd1306/master has the desired fix (done better 🥇 than this PR). Withdrawing.