3Dezibot dezibot = Dezibot();
5 // put your setup code here, to run once:
10 // put your main code here, to run repeatedly:
11 dezibot.display.print("Hello from\nDezibot!");
13 dezibot.display.clear();
14 dezibot.display.print("Bye!");
16 dezibot.display.clear();