mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-04 17:51:41 +02:00
Update display test case
This commit is contained in:
@ -23,4 +23,10 @@ void loop() {
|
||||
dezibot.display.println(iter);
|
||||
}
|
||||
delay(10);
|
||||
//Completely off
|
||||
dezibot.display.clear()
|
||||
sleep(10);
|
||||
//Completely on
|
||||
dezibot.display.invertColor();
|
||||
sleep(10);
|
||||
}
|
Reference in New Issue
Block a user