Update display test case

This commit is contained in:
Phillip Kühne 2025-02-05 17:10:20 +01:00
parent 9acca9e5c7
commit d1dd3a533f
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -23,4 +23,10 @@ void loop() {
dezibot.display.println(iter); dezibot.display.println(iter);
} }
delay(10); delay(10);
//Completely off
dezibot.display.clear()
sleep(10);
//Completely on
dezibot.display.invertColor();
sleep(10);
} }