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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Thanks for this and the build instructions!
ESP-IDF has a version bump to 5, I managed to build with 4.4.4.
There has been a change, it does not like
FROZEN_MANIFEST and FROZEN_MPY_DIR
anymore.To install modules (not sure what's included in the build) and e.g. the init functions, using https://docs.micropython.org/en/latest/reference/packages.html#installing-packages-with-mpremote is super easy. If you're installing from GitHub, make sure to provide the
raw
link - the tool does not check and will happily upload the Github HTML...The display.init() stolen from https://github.com/russhughes/st7789_mpy/blob/master/examples/configs/tdisplay_esp32/tft_config.py caused a panic, but reducing SPI speed to 25 MHz seems to have fixed it:
Beta Was this translation helpful? Give feedback.
All reactions