Versionsnummer und breitere Linien

This commit is contained in:
rxf
2024-07-11 15:44:04 +02:00
parent 63fc95509b
commit 68779b8f6a
4 changed files with 47 additions and 32 deletions

View File

@@ -39,8 +39,8 @@ 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", "%", 40, 100, 65, 70};
ARC arcTemp = {NULL, "temp", 40, -1, 110, 30.0, "%.1f", "°C", 10, 30, 20, 25};
ARC arcHum = {NULL, "humi", 170, -1, 110, 60.0, "%.0f", "%", 40, 100, 65, 70};
lv_obj_t * date_label;
lv_obj_t * time_label;
#else