Skip to content

Commit 0a9f4f3

Browse files
committed
window management
1 parent 3758cff commit 0a9f4f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/displays/DisplayST7789.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,11 @@ namespace udd {
126126

127127
}
128128

129-
/*
130129
if (rotation == DEGREE_270) {
131130
adjustPoint(x1, y1, rotation);
132131
adjustPoint(x2, y2, rotation);
133132
swap(int, x1, x2);
134133
}
135-
*/
136134

137135
fprintf(stderr, "p3(%3d,%3d) p2(%3d,%3d)\n", x1, y1, x2, y2);
138136
fflush(stderr);

0 commit comments

Comments
 (0)