MicroPython Smartwatch(tolidano.com) |
MicroPython Smartwatch(tolidano.com) |
The saving grace is that modifying or adding functionality to micropython is pretty straight forward. It's just a FreeRTOS app, the organization is intuitive, the code is fairly short. Anything performance heavy can be written in C and called from micropython (same idea as torch or numpy).
I remember making watch face bitmaps with paint!