snapshot
This commit is contained in:
@@ -16,6 +16,16 @@
|
||||
DisplayManager display;
|
||||
DoorbellLogic logic;
|
||||
|
||||
#include <TFT_eSPI.h>
|
||||
|
||||
#ifndef LOAD_GLCD
|
||||
#error "LOAD_GLCD is NOT defined — fonts missing!"
|
||||
#endif
|
||||
|
||||
#ifndef ST7796_DRIVER
|
||||
#error "ST7796_DRIVER is NOT defined — wrong setup!"
|
||||
#endif
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
unsigned long t = millis();
|
||||
|
||||
Reference in New Issue
Block a user