TinyWATCH-S3 / Official-firmware

Official firmware for Unexpected Maker's TinyWATCH S3
GNU General Public License v3.0
16 stars 7 forks source link

Implement Apps handling #19

Open optoisolated opened 9 months ago

optoisolated commented 9 months ago
UnexpectedMaker commented 9 months ago

Initial App support is in via an AppList face and new tw_app class. Started converting some of the faces that are better as apps, into apps.

UnexpectedMaker commented 8 months ago

Added swipe detection to touch processing code that is passed on to the active app for use in navigation or other cool things - thanks to tetraDB for thinking of this.