You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -67,7 +69,9 @@ These watchfaces are binary files converted into LVGL code and compiled along wi
67
69
68
70
#### 2. External Installable Binary Watchfaces
69
71
70
-
This project now supports the installation of binary watchfaces after the initial code compilation and flashing. You can add or remove watchfaces via the Chronos app using BLE. Once transferred to the ESP32, the watchface will be parsed and executed.
72
+
-[ ] Work in progress for LVGL 9
73
+
74
+
~~This project now supports the installation of binary watchfaces after the initial code compilation and flashing. You can add or remove watchfaces via the Chronos app using BLE. Once transferred to the ESP32, the watchface will be parsed and executed.~~
71
75
72
76
- Ensure there is sufficient storage space on the ESP32 flash. Using the FFAT partition is recommended.
73
77
@@ -77,7 +81,7 @@ This project now supports the installation of binary watchfaces after the initia
77
81
78
82
> [!WARNING]
79
83
> This has issues running on ESP32 C3 Mini due to smaller SRAM size
80
-
84
+
> Not ported to LVGL 9 yet. Work in progess
81
85
82
86
## Chronos App
83
87
This is needed for additional functions on esp32 hardware as listed below.
@@ -91,9 +95,10 @@ This is needed for additional functions on esp32 hardware as listed below.
91
95
### App functions (ESP32)
92
96
[ChronosESP32](https://github.com/fbiego/chronos-esp32) library handles communication with the Chronos app over BLE
93
97
- Sync time
94
-
- Install additional watchfaces
98
+
-~~Install additional watchfaces~~ LVGL 9 Work in progress
0 commit comments