Commit Graph

25 Commits

Author SHA1 Message Date
36aaafac13 Update the gfx task to make use of the battery indicator feature 2023-02-05 12:15:07 +01:00
3cee4efa91 Added the battery indicator to the watch face 2023-02-05 12:14:27 +01:00
ba9342e249 Updated source code because of changes done in the previous commits 2023-02-03 13:38:29 +01:00
0a1737591d Added a simple implementation of adaptive MCU core clock to save power, displayed the current core clock in the main task, minor changes to the app_config file 2023-01-22 21:20:03 +01:00
c9d01ef022 Added new setting to choose the screen's orientation + some other modifications 2023-01-22 21:18:12 +01:00
6f8ccb4f6a Miscellaneous work 2023-01-15 20:37:46 +01:00
41da436b93 Added the temperature reading on the compass screen 2023-01-14 14:47:32 +01:00
0ec9b4246b Added lcd off and lcd power down functions to the API. This improves sleep current which is around 4.5mA instead of 12mA 2023-01-08 22:16:37 +01:00
1fe8e03a13 Other important changes 2023-01-07 23:17:50 +01:00
Anatole SCHRAMM
59bf4c98bc Corrected a bad case where the return value could be void instead of the expected bool 2023-01-05 13:49:17 +01:00
Anatole SCHRAMM
2c854e2535 Cleaned the lv_port_indev c file to now use the CST816D chip driver 2023-01-05 13:47:39 +01:00
anschrammh
47dca73834 Renamed the drivers folder to app_drivers because of a library name conflict. Moved bad makefile lib linkage 2023-01-02 21:07:40 +01:00
a165e8a243 Added new function to the watch face api to force a RTC resync. 2023-01-01 19:03:44 +01:00
b088e585c5 Overwrote the old indev driver to make the touch ic work with lvgl. Code is dirty, needs to be cleaned. 2023-01-01 19:02:43 +01:00
b5fc007404 Test code to try the touch screen driver out (CST816D) 2023-01-01 19:01:37 +01:00
a19c3a68bf Settings screen is being developed and more 2022-12-23 23:24:10 +01:00
anschrammh
ba885b52b9 Renamed config_screen to settings_screen work in progress 2022-12-21 10:04:27 +01:00
anschrammh
eaf5473928 Reworked the compass graphics a bit and did some minor changes to the menu screen. 2022-12-17 20:45:22 +01:00
anschrammh
748f7465e3 Added the compass app which needs a lot of refinement and corrections, reworked the way menu screen icon callback is handled and other minor changes 2022-12-17 12:13:30 +01:00
anschrammh
b90d14fb79 Continued i2c driver by implementing read and write reg, did some tests with i2c 2022-12-13 08:20:01 +01:00
65a1a5dd49 Clean project structure up, added some commented out functions to try make the ST7789 round lcd work (was a failure). Added the i2c.h and .c file, still work to be done on that side. The round LCD display is using a 3-line 9 bit serial interface ... This suck ! 2022-12-11 21:20:29 +01:00
anschrammh
d13e201767 Converted all menu icons to chroma key transparency, added new makefiles to demos to test them 2022-12-08 07:31:59 +01:00
anschrammh
9c46eff761 Reworked DMA driver, it's working now with OK performance regarding screen refresh rate. Need to clean source files up now 2022-12-08 07:28:41 +01:00
0353e42482 Fighting with the MMC DMA, work in progress 2022-12-04 20:15:47 +01:00
anschrammh
fc3850b6f3 Updated the .gitignore file, started to organize the project source files, created a new task to handle the graphics and more 2022-11-29 21:24:51 +01:00