Version is good

This commit is contained in:
rxf
2024-07-09 00:10:13 +02:00
parent b7080c359a
commit 4ed9352138
3 changed files with 72 additions and 30 deletions

View File

@@ -40,7 +40,7 @@ typedef struct {
#ifdef MAIN
ARC arcTemp = {NULL, "temp", 40, 0, 110, 30.0, "%.1f", "°C", 10, 30, 20, 25};
ARC arcHum = {NULL, "humi", 170, 0, 110, 60.0, "%.0f", "%",0, 100, 65, 70};
ARC arcHum = {NULL, "humi", 170, 0, 110, 60.0, "%.0f", "%", 40, 100, 65, 70};
lv_obj_t * date_label;
lv_obj_t * time_label;
#else