| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Improve wording and replace "watchface" by "watch face" in Apps.md.
Improve CMake readability regarding watch face selection
Co-authored-by: Reinhold Gschweicher <pyro4hell@gmail.com>
|
| |
|
|
|
|
| |
The list of watch face to build into the firmware is now set by CMake (-DENABLE_WATCHFACES).
Fix SettingWatchFace : convert to index to/from WatchFace when needed.
|
| |
|
|
|
|
|
|
|
| |
Restore the default list of apps to compile. The ordering was changed in
the changeset to make the app-list configurable through a CMake-variable
in https://github.com/InfiniTimeOrg/InfiniTime/pull/1928
In the process have one app per line to create the default app list in
CMake. This makes git diffs easer and more readable.
|
| | |
|
| |
|
|
| |
Fix include path since last rebase.
|
| |
|
|
| |
Fix typos in Apps.md and add new line in src/displayapp/apps/CMakeLists.txt
|
| |
|
|
| |
Move ENABLE_USERAPPS and USERAPP_TYPES from the root CMake file to src/displayapp/apps/CMakeLists.txt so we do not need to repeat it in InfiniSim
|
|
|
Move displayapp/Apps.h into a header only library (to make the integration easier in InfiniSim.
|