mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-02 00:31:42 +02:00
Update display test case
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
Reference in New Issue
Block a user