aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/WatchFaces.h
Commit message (Collapse)AuthorAgeFilesLines
* Watch face selection at build timeJean-François Milants2023-12-211-14/+0
| | | | Watch faces can now be selected at buid time. It's implemented in a similar way than the selection of user apps, using a list of watch face description that is generated at build time (consteval, constexpr)
* Refactor watch face to enum (#1339)Max Friedrich2023-04-301-0/+14
change watch face from int to enum --------- Co-authored-by: minacode <minamoto9@web.de>