Gabone0001

Results 3 comments of Gabone0001

Platformio.ini ``` [env:heltec_wifi_kit_32_V3] platform = https://github.com/Baptou88/platform-espressif32.git framework = arduino board = heltec_wifi_kit_32_V3 platform_packages = framework-arduinoespressif32@https://github.com/Baptou88/arduino-esp32.git monitor_speed = 115200 lib_deps = U8g2 FastLED ``` you net to have git installed .

Search and install in platformio for U8g2 under Libraries this is the lcd . pins for the lcd are as follows #define OLED_CLOCK 18 #define OLED_DATA 17 #define OLED_RESET 21...

Did you copy the full code that i posted earlier including the links in platformio.ini ? That should download the .git file for your board. Make sure that is a...