Releases: SilverLogix/MicroPython-T-Watch
Releases · SilverLogix/MicroPython-T-Watch
MicroPython w/ ST7789
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 t-watch-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