@@ -137,14 +137,14 @@ void rotationDemo() {
137
137
tmpimg.drawText (10 , 10 , " D_0" , &Font24, BLACK, RED);
138
138
d1.showImage (tmpimg, Point (30 , 10 ), Point (30 + tmpWidth - 1 , 10 + tmpHeight - 1 ), DEGREE_0); // RED
139
139
140
- printf (" --- DEGREE_180 --------------------------------------------------\n " );
141
- tmpimg.drawText (10 , 10 , " D_180" , &Font24, BLACK, GREEN);
142
- d1.showImage (tmpimg, Point (30 , 10 ), Point (30 + tmpWidth - 1 , 10 + tmpHeight - 1 ), DEGREE_180); // GREEN
143
-
144
140
printf (" --- DEGREE_90 --------------------------------------------------\n " );
145
141
tmpimg.drawText (10 , 10 , " D_90" , &Font24, BLACK, YELLOW);
146
142
d1.showImage (tmpimg, Point (30 , 10 ), Point (30 + tmpWidth - 1 , 10 + tmpHeight - 1 ), DEGREE_90); // YELLOW
147
143
144
+ printf (" --- DEGREE_180 --------------------------------------------------\n " );
145
+ tmpimg.drawText (10 , 10 , " D_180" , &Font24, BLACK, GREEN);
146
+ d1.showImage (tmpimg, Point (30 , 10 ), Point (30 + tmpWidth - 1 , 10 + tmpHeight - 1 ), DEGREE_180); // GREEN
147
+
148
148
printf (" --- DEGREE_270 --------------------------------------------------\n " );
149
149
tmpimg.drawText (10 , 10 , " D_270" , &Font24, BLACK, CYAN);
150
150
d1.showImage (tmpimg, Point (30 , 10 ), Point (30 + tmpWidth - 1 , 10 + tmpHeight - 1 ), DEGREE_270); // CYAN
0 commit comments