Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

MicroPython w/ ST7789

Choose a tag to compare

@SilverLogix SilverLogix released this 16 Sep 02:21

This file has the esp-idf mem leak fix


Using esptool.py erase the flash with the command:

esptool.py --port /dev/ttyUSB0 erase_flash

And then deploy the new firmware using:

esptool.py --chip esp32 --port /dev/ttyUSB0 write_flash -z 0x1000 ttgo-v1.1.1-firmware.bin
  • You might need to change the “port” setting to something else relevant for your PC

CHANGLOG

  • ST7789 driver update
  • F-strings
  • New machine.I2S class
  • ESP32-C3 support
  • font.py built in
Morty Proxy This is a proxified and sanitized view of the page, visit original site.