You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I could not compile it with esp32 v5.x and I needed to use tiny midi usb which only included in that version
all the compiling issues are with the LovyanGFX library
I manage to compile with esp idf v4 but I can not use that version in my project
please update the current examples to the last esp idf or provide a screen example that compiles with the last esp idf
thanks
The text was updated successfully, but these errors were encountered:
A quick fix is to retrieve a newer version of LovyanGFX. The example was based on an older version.
cd into components/LovyanGFX and do a git checkout master
Depending on your version of esp-idf, you might need to change the test on line 812 in LovyanGFX/src/lgfx/v1/platforms/esp32/common.cpp.
Using ESP-IDF v5.1.1-dirty, I needed to change the value from 5,1,0 to 5,1,2:
Hi,
I could not compile it with esp32 v5.x and I needed to use tiny midi usb which only included in that version
all the compiling issues are with the LovyanGFX library
I manage to compile with esp idf v4 but I can not use that version in my project
please update the current examples to the last esp idf or provide a screen example that compiles with the last esp idf
thanks
The text was updated successfully, but these errors were encountered: