tejashwikalptaru / ssd1306xled

SSD1306, SSD1315 and SSH1106 OLED screen driver
https://www.tejashwi.io/a-tiny-game-console-based-on-attiny85/
MIT License
37 stars 8 forks source link

Compatibility with ESP8266 Node MCU #5

Closed cloter closed 2 months ago

cloter commented 7 months ago

I tried to use the library but it does not compile with ESP8266 (in Arduino IDE). I would like this feature, or at least an indication of what I need to modify in order to use it with ESP8266 Node MCU. Thanks!

tejashwikalptaru commented 6 months ago

You can use https://github.com/adafruit/Adafruit_SSD1306 with ESP8266, have not tested this library with anything else apart from ATTiny85. If you have some specific use case, do let me know, will try to help