mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-19 11:01:46 +02:00
Update display test case
This commit is contained in:
parent
9acca9e5c7
commit
d1dd3a533f
@ -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);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user