This commit is contained in:
2026-01-28 09:04:46 +01:00
parent e85e3a4a8c
commit f0376ea7f6
4 changed files with 41 additions and 13 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
#include "config.h"
#include "index.h"
#include "fonts.h"
#include "lowLevel.ino"
#include "lowLevel.h"
#ifdef __AVR__
#include <avr/power.h> // Required for 16 MHz Adafruit Trinket
@@ -20,7 +20,7 @@ void setup()
pixels.begin();
pixels.clear();
drawCharacter(font7x5['A' - '!'], 7, 5, 0x00010101, &cursor1);
pixels.show();
start_server();
}