This commit is contained in:
2026-02-16 02:01:27 -08:00
parent 9790fd4a31
commit 185067e5d5
6 changed files with 72 additions and 43 deletions

View File

@@ -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();