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

Add support for building as component under ESP-IDF v4.x #115

Closed danak6jq closed 3 years ago

danak6jq commented 3 years ago

ESP-IDF v4.x defaults to cmake builds, and with that adds a requirement for a CMakeLists.txt file at the time top-level (similar to component.mk for ESP-IDF v3.x).

(Opening issue to track PR #114 )

lexus2k commented 3 years ago

Hello,

it is critical for you to use ssd1306 libray. Can you try lcdgfx? It already supports cmake build system.

PS. by the way, latest master sources of ssd1306 should work for ESP-IDF v4.x also.

danak6jq commented 3 years ago

I'd already started a project with the ssd1306 library out of habit, and I'm happy to report that it does just work under ESP-IDF v4.x now - thank you.

I also tested lcdgfx and - it just works on ESP-IDF. I'll use that on future projects.

Thank you very much for the very useful project.