platformio / platformio-home

PlatformIO Home
https://docs.platformio.org/page/home/index.html
Apache License 2.0
93 stars 62 forks source link

Problem installing Adafruit SSD1351 OLED library #7361

Open timbergus opened 6 months ago

timbergus commented 6 months ago

One day, I had a project working on using a 1'5" OLED display, and the next day, it stopped working. It seems that the Adafriuit libraries had a problem, and for some reason, deleting PlatformIO and all its dependencies didn't fix the problem.

I'm using an Arduino UNO R4 WiFi, and when trying to install Adafruit SSD1351 in a new empty project and clicking on the validate button, I have the following error. The first time I did it, I installed all the dependencies, but now some dependencies seem to be missing. But if I create the project using the Arduino IDE, when importing it, it works. It seems that the Arduino IDE install the dependencies properly.

=============== ERROR ===============

Executing task: platformio run

Processing uno_r4_wifi (platform: renesas-ra; board: uno_r4_wifi; framework: arduino)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/renesas-ra/uno_r4_wifi.html PLATFORM: Renesas RA (1.3.1) > Arduino Uno R4 WiFi HARDWARE: RA4M1 48MHz, 32KB RAM, 256KB Flash DEBUG: Current (cmsis-dap) External (cmsis-dap, jlink) PACKAGES:


timbergus commented 6 months ago

I found a temporal solution in this thread.

https://community.platformio.org/t/adafruit-gfx-lib-will-not-build-any-more-pio-5/15776/9