; PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and extra flags ; Library options: dependencies, extra library storages ; Advanced options: extra scripting ; ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html [env:esp32-c3-devkitm-1] platform = espressif32 board = esp32-c3-devkitm-1 framework = arduino monitor_speed = 115200 lib_deps = olikraus/U8g2@^2.35.19 ; Deja actif inconditionnellement dans u8g2 >= 2.36 (fix upstream de ; l'issue #1222), mais force explicitement au cas ou une future version ; de la lib restreindrait a nouveau la detection auto par architecture ; (ESP32-C3 = RISC-V, absent de la liste __arm__/__xtensa__/... citee ; par cette issue). build_flags = -D U8G2_16BIT