T-Watch S3 MicroPython. Get a Lilygo T-Watch S3 smartwatch running with MicroPython code.

github.com/antirez/t-watch-s3-micropython

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2024
  • AXP2101: method to get battery percentage.
  • README updated after video driver changes.
  • Update ST77xx driver and examples to use framebuffer.
  • Touch driver, Scroller fixed, README updated.
  • Rewrite scroller example for new TFT driver.
  • Display driver updated.
  • AXP2101: added method to call before ESP32 deep sleep.
  • DRV2605 driver added.
  • Added code for Haptic Motor
January 2024
  • SX1262: fix SX1276 API compatibility + other fixes.
  • ST7789: add fill_rect to imported fb methods.
  • Add gitignore file.
  • SX1262: remove already done TODO item.
  • README: Scroller example info improved.
  • Examples: Scroller.
  • ST7789: allocate the mono -> rgb565 conv. buffer once.
  • ST7789: monocrome memory saving software mode.
  • README: update info about display driver.
  • ST7789: fix method name + dummy contrast()
  • ST7798: remove useless code.