feat: default face

This commit is contained in:
DinoMalin 2025-03-06 14:55:58 +01:00
parent 15e3806699
commit 4f64be0b6d

View File

@ -21,6 +21,7 @@ void setup() {
lcd.createChar(7, angryR); lcd.createChar(7, angryR);
Serial.begin(9600); Serial.begin(9600);
face.drawEyes();
} }
void loop() { void loop() {