Skip to content

Commit 82620b7

Browse files
committed
window management
1 parent 32871f1 commit 82620b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

example/demo1.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,21 +132,16 @@ void display1Demo() {
132132
long count = 0;
133133
while (true) {
134134
int solidsDelay = 200;
135-
printf("white"); fflush(stdout);
136135
d1.clearScreen(WHITE);
137136
delay(solidsDelay);
138-
printf("-red");
139137
d1.clearScreen(RED);
140138
delay(solidsDelay);
141-
printf("-green");
142139
d1.clearScreen(GREEN);
143140
delay(solidsDelay);
144-
printf("-blue\n");
145141
d1.clearScreen(BLUE);
146142
delay(solidsDelay);
147143
d1.clearScreen(BLACK);
148144

149-
printf("\n\n\n\n"); fflush(stdout);
150145
d1.showImage(bmp, DEGREE_270);
151146

152147
delay(1000);

0 commit comments

Comments
 (0)