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 6f03b77
Show file tree
Hide file tree
Showing 18 changed files with 1,380 additions and 707 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
3 changes: 0 additions & 3 deletions app/boards/arm/zswatch_nrf5340/zswatch_nrf5340_cpuapp_1.conf

This file was deleted.

88 changes: 0 additions & 88 deletions app/boards/arm/zswatch_nrf5340/zswatch_nrf5340_cpuapp_1.overlay

This file was deleted.

3 changes: 0 additions & 3 deletions app/boards/arm/zswatch_nrf5340/zswatch_nrf5340_cpuapp_2.conf

This file was deleted.

116 changes: 0 additions & 116 deletions app/boards/arm/zswatch_nrf5340/zswatch_nrf5340_cpuapp_2.overlay

This file was deleted.

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.
Loading

0 comments on commit 6f03b77

Please sign in to comment.