W800_Smart_Watch/src/W800_SDK_v1.00.10/app/gfx
2023-10-01 19:38:58 +02:00
..
assets Added the music player icon + saving the menu list scroll position when leaving an app 2023-05-14 22:11:47 +02:00
common_screen_components.c Added a new function which should be called on every item click. It will vibrate the watch to give some user feedback if the watch is configured to do so 2023-10-01 19:35:26 +02:00
common_screen_components.h Added a new function which should be called on every item click. It will vibrate the watch to give some user feedback if the watch is configured to do so 2023-10-01 19:35:26 +02:00
compass_screen.c Removed warning due to missing header files and unused variable 2023-05-03 22:50:36 +02:00
compass_screen.h Minor update to function comment 2023-10-01 19:38:58 +02:00
find_my_phone_screen.c Replaced lv_color_make(0xFF, 0xFF,0xFF) with lv_color_white(). 2023-05-11 07:22:56 +02:00
find_my_phone_screen.h Minor update to function comment 2023-10-01 19:38:58 +02:00
gfx_task.c Reworked the way the music player is keeping track of the play time of the current playing song so it doesn't desync when closing the player app or when the screen goes off 2023-09-27 23:07:20 +02:00
gfx_task.h Renamed SDK folder to prepare for update to version 1.00.10 2023-02-19 16:17:38 +01:00
Makefile Renamed SDK folder to prepare for update to version 1.00.10 2023-02-19 16:17:38 +01:00
menu_screen.c Added the music player icon + saving the menu list scroll position when leaving an app 2023-05-14 22:11:47 +02:00
menu_screen.h Added the music player icon + saving the menu list scroll position when leaving an app 2023-05-14 22:11:47 +02:00
music_player_screen.c Reworked the way the music player is keeping track of the play time of the current playing song so it doesn't desync when closing the player app or when the screen goes off 2023-09-27 23:07:20 +02:00
music_player_screen.h Reworked the way the music player is keeping track of the play time of the current playing song so it doesn't desync when closing the player app or when the screen goes off 2023-09-27 23:07:20 +02:00
settings_screen.c Fixed the date shown in the about section of the settings, months were off by one ... 2023-08-08 20:42:25 +02:00
settings_screen.h Added BLE pairing security when this is the first time the watch is paired to a phone. Depending on the capabilities of the device, it might be required to enter a pass key for bonding. 2023-04-22 22:40:41 +02:00
watch_face.c Automatically centers the date number in the date windows of the watch's face 2023-05-30 19:10:39 +02:00
watch_face.h Minor update to function comment 2023-10-01 19:38:58 +02:00