Erste (fast) komplette Version
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
#include "grafik.h"
|
||||
#include "main.h"
|
||||
|
||||
#include <locale.h>
|
||||
|
||||
#define BMWREADTIME 10000
|
||||
#define NTPREADTIME 1000
|
||||
|
||||
@@ -41,10 +43,10 @@ int currentSecond = -1;
|
||||
void showDateTime(struct tm tinfo);
|
||||
|
||||
void setup() {
|
||||
// String LVGL_Arduino = String("LVGL Library Version: ") + lv_version_major() + "." + lv_version_minor() + "." + lv_version_patch();
|
||||
delay (1000);
|
||||
String LVGL_Arduino = String("LVGL Library Version: ") + "9.0.0";
|
||||
setlocale(LC_ALL, "de_DE");
|
||||
String LVGL_Arduino = String("LVGL Library Version: ") + lv_version_major() + "." + lv_version_minor() + "." + lv_version_patch();
|
||||
Serial.begin(115200);
|
||||
delay (1000);
|
||||
Serial.println(LVGL_Arduino);
|
||||
|
||||
initBME280();
|
||||
|
||||
Reference in New Issue
Block a user