ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
2k stars 638 forks source link

Add component.mk file for use in esp-idf build system #234

Closed ecc1 closed 5 years ago

ecc1 commented 5 years ago

This component.mk file allows the esp8266-oled-ssd1306 package to be used as-is as a component in an esp-idf project for the ESP32.

The third line silences the g++ warning about ignored qualifiers. It's optional, and will become unnecessary if a couple of lines in the source code are changed to respect the "const" qualifier.