Breite ausgemessen, Pixel angepasst

This commit is contained in:
rxf
2024-07-10 09:52:42 +02:00
parent 4ed9352138
commit ad3cf5a833
3 changed files with 3 additions and 2 deletions

View File

@@ -108,6 +108,7 @@ void lv_create_main_gui(void) {
lv_obj_align(refresh_label, LV_ALIGN_CENTER, 0, -45);
*/
/*Create an Arc*/
lv_obj_t * aTemp = lv_arc_create(lv_screen_active());
arcTemp.arc = aTemp;

View File

@@ -28,7 +28,7 @@
#include "grafik.h"
#include "main.h"
#define BMWREADTIME 60000
#define BMWREADTIME 10000
#define NTPREADTIME 1000
long bmeReadtimer = 0;

View File

@@ -6,7 +6,7 @@ extern "C" {
#include "freertos/timers.h"
}
#define MAXREADINGS 100
#define MAXREADINGS 224
#ifdef MAIN
TimerHandle_t mqttReconnectTimer;