We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32871f1 commit 82620b7Copy full SHA for 82620b7
example/demo1.cpp
@@ -132,21 +132,16 @@ void display1Demo() {
132
long count = 0;
133
while (true) {
134
int solidsDelay = 200;
135
- printf("white"); fflush(stdout);
136
d1.clearScreen(WHITE);
137
delay(solidsDelay);
138
- printf("-red");
139
d1.clearScreen(RED);
140
141
- printf("-green");
142
d1.clearScreen(GREEN);
143
144
- printf("-blue\n");
145
d1.clearScreen(BLUE);
146
147
d1.clearScreen(BLACK);
148
149
- printf("\n\n\n\n"); fflush(stdout);
150
d1.showImage(bmp, DEGREE_270);
151
152
delay(1000);
0 commit comments