new map and starting smart config

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-06-05 12:49:48 +02:00
parent 535ff6cb4b
commit 1583a14c5d
14 changed files with 1262 additions and 543 deletions

View File

@@ -3,6 +3,7 @@
#include <string.h>
#include "epd_driver.h"
#include "smartconfig.h"
#include "staticmap.h"
#include "utilities.h"
@@ -32,6 +33,8 @@ void setup(void) {
epd_clear();
epd_draw_image(area, (uint8_t*)data, BLACK_ON_WHITE);
epd_poweroff();
init_smartconfig();
}
void loop(void) {