adafruit / Adafruit_SSD1306

Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs
http://www.adafruit.com/category/63_98
Other
1.75k stars 964 forks source link

The latest version does not work in platformio, today is September 24 #185

Closed yulong88888 closed 3 years ago

yulong88888 commented 3 years ago

Hi guys, first of all thanks for this app for simplifying my work. Before August 10th, there was no problem in use, but now I have a problem.

I tried to use platformio to develop esp8266, and an error occurred during the compilation process. I used https://github.com/adafruit/Adafruit_SSD1306/blob/master/examples/ssd1306_128x64_i2c/ssd1306_128x64_i2c.ino, the program made some changes, I changed the setup () and loop() moved to the bottom of main.cpp, nothing more.

When I try to add #include , the compilation can pass, but the esp8266 will restart again and again after downloading.

Hope to get help, I will try my best to find the problem, thank you err

ladyada commented 3 years ago

https://github.com/adafruit/Adafruit_BusIO