Commit 535ed3c
authored
Merge pull request InfiniTimeOrg#70 from InfiniTimeOrg/build_resources_option
Add option BUILD_RESOURCES=ON to build resources for sim4 files changed
Lines changed: 31 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
41 | 47 | | |
42 | 48 | | |
43 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
283 | 299 | | |
284 | 300 | | |
285 | 301 | | |
| |||
Submodule InfiniTime updated 37 files
- .github/workflows/format.yml+36-3
- .github/workflows/main.yml+7-1
- README.md+1
- doc/ExternalResources.md+70
- doc/InfiniTimeVision.md+2-2
- doc/MemoryAnalysis.md+1-1
- doc/gettingStarted/amazfish-external-resources-1.png
- doc/gettingStarted/amazfish-external-resources-2.png
- doc/gettingStarted/gettingStarted-1.0.md+1-1
- doc/gettingStarted/itd-external-resources.png
- doc/gettingStarted/updating-software.md+34-2
- src/CMakeLists.txt+1
- src/components/ble/weather/WeatherData.h+3-3
- src/components/motor/MotorController.cpp+1-1
- src/components/settings/Settings.h+17-8
- src/displayapp/DisplayApp.cpp+15-6
- src/displayapp/DisplayApp.h+1
- src/displayapp/fonts/fonts.json+1-1
- src/displayapp/screens/CheckboxList.cpp+19-23
- src/displayapp/screens/CheckboxList.h+15-17
- src/displayapp/screens/Clock.cpp+23-7
- src/displayapp/screens/Clock.h+3-2
- src/displayapp/screens/Symbols.h+1
- src/displayapp/screens/WatchFaceCasioStyleG7710.cpp+352
- src/displayapp/screens/WatchFaceCasioStyleG7710.h+111
- src/displayapp/screens/WatchFaceDigital.cpp+3-3
- src/displayapp/screens/WatchFaceDigital.h+2-2
- src/displayapp/screens/WatchFaceInfineat.cpp+32-8
- src/displayapp/screens/WatchFaceInfineat.h+3
- src/displayapp/screens/WatchFacePineTimeStyle.cpp+137-27
- src/displayapp/screens/WatchFacePineTimeStyle.h+11-4
- src/displayapp/screens/WatchFaceTerminal.cpp+3-3
- src/displayapp/screens/WatchFaceTerminal.h+2-2
- src/displayapp/screens/settings/SettingWatchFace.cpp+38-25
- src/displayapp/screens/settings/SettingWatchFace.h+2-1
- src/systemtask/SystemTask.cpp+1-1
- tests/test-tidy.sh+25
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
58 | 65 | | |
59 | 66 | | |
60 | 67 | | |
| |||
70 | 77 | | |
71 | 78 | | |
72 | 79 | | |
| 80 | + | |
73 | 81 | | |
74 | 82 | | |
75 | 83 | | |
| |||
0 commit comments