olikraus / ucglib

Arduino True Color Library for TFTs and OLEDs
https://github.com/olikraus/ucglib/wiki
Other
261 stars 76 forks source link

Usage on esp-idf platform #112

Open valerio-vaccaro opened 5 years ago

valerio-vaccaro commented 5 years ago

Problem

Solve issue https://github.com/olikraus/ucglib/issues/111

Solution proposed

The library can be used on ESP32 devices using the ESP-IDF platform, in order to do it it's needed to add the component.mk file like proposed in this pull request.

external documentation

The ESP-IDF platform documentation is available here.

Let me know if something is not clear.