oled stuff

This commit is contained in:
2020-11-19 19:09:22 +01:00
parent bab3d71bf7
commit 5605a3d1d5
6 changed files with 847 additions and 53 deletions

View File

@ -19,6 +19,7 @@
#include <wizHelper.h>
#include <mqttComm.h>
#include <cmdHandler.h>
#include <oled.h>
void my_setup_1() {
@ -37,6 +38,10 @@ void my_setup_2() {
show(LED_GREEN, BLINK);
logMsg("Application starting");
oledInit();
oled_P8x16Str(0, 0, "App starting");
eepromInit();
wizInit();