VolosR / MRotary

4 stars 1 forks source link

Versions of libraries to use #2

Open kevinlieb opened 2 months ago

kevinlieb commented 2 months ago

I am trying to get this working under platform.io Currently in my platformio.ini file I have: lib_deps = moononournation/GFX Library for Arduino@^1.3.6 olikraus/U8g2@^2.35.15 lovyan03/LovyanGFX mathertel/RotaryEncoder fbiego/ESP32Time

taking all my best guesses. I know specifically that GFX Library for Arduino had some major updates in format and the right version is critical. Also I guessed at the RotaryEncoder library to use.

If anyone has a working platformio.ini file with correct settings please share

kevinlieb commented 2 months ago

I think i solved it. This worked for me anyway:

[env:esp32-s3-devkitc-1]
platform = espressif32
board = matouch_s3
framework = arduino
lib_deps = moononournation/GFX Library for Arduino@^1.3.6
        olikraus/U8g2@^2.35.15
        lovyan03/LovyanGFX
        mathertel/RotaryEncoder
        fbiego/ESP32Time
        bodmer/TFT_eSPI

PSRAM = OPI PSRAM

board_upload.flash_size=16MB
board_upload.maximum_size=8388608