Skip to content

Commit

Permalink
watchfaces: Add preview images, drop analog watchface
Browse files Browse the repository at this point in the history
- Add preview images for digital and minimal watchface
- Drop analog watchface
- Drop CI/CD for revision 1

Signed-off-by: Daniel Kampert <[email protected]>
  • Loading branch information
Kampi committed Sep 26, 2024
1 parent b16b884 commit 70b7d68
Show file tree
Hide file tree
Showing 14 changed files with 1,380 additions and 497 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
built_type: [debug, release]
board: [zswatch_nrf5340_cpuapp@1, zswatch_nrf5340_cpuapp@3, zswatch_nrf5340_cpuapp@4, zswatch_nrf5340_cpuapp@5, native_posix, nrf5340dk_nrf5340_cpuapp]
board: [zswatch_nrf5340_cpuapp@3, zswatch_nrf5340_cpuapp@4, zswatch_nrf5340_cpuapp@5, native_posix, nrf5340dk_nrf5340_cpuapp]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
5 changes: 0 additions & 5 deletions app/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ menu "ZSWatch"
endmenu

menu "Watchface"
config WATCHFACE_ANALOG
bool
prompt "Add analog watchface"
default n

config WATCHFACE_DIGITAL
bool
prompt "Add digital watchface"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ CONFIG_PM_PARTITION_SIZE_LITTLEFS=0x200000
CONFIG_DEBUG_COREDUMP_BACKEND_OTHER=y

# Save flash
CONFIG_WATCHFACE_ANALOG=n
CONFIG_WATCHFACE_MINIMAL=n
CONFIG_APPLICATIONS_USE_2048=n
CONFIG_APPLICATIONS_USE_COMPASS=n
Expand Down
3 changes: 1 addition & 2 deletions app/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,8 @@ CONFIG_ZBUS_OBSERVER_NAME=y
CONFIG_ZBUS_CHANNELS_SYS_INIT_PRIORITY=1

# Choose one or many of below
CONFIG_WATCHFACE_ANALOG=n
CONFIG_WATCHFACE_DIGITAL=y
CONFIG_WATCHFACE_MINIMAL=y
CONFIG_WATCHFACE_MINIMAL=n

# Choose one of below
CONFIG_WATCHFACE_BACKGROUND_SPACE=y
Expand Down
Empty file.
687 changes: 687 additions & 0 deletions app/src/images/assets_watchfaces/face_digital_preview.c

Large diffs are not rendered by default.

687 changes: 687 additions & 0 deletions app/src/images/assets_watchfaces/face_minimal_preview.c

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions app/src/ui/watchfaces/analog/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 70b7d68

Please sign in to comment.