Skip to content

Commit 46002e9

Browse files
committed
window management
1 parent 0c42d9f commit 46002e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/displays/DisplayST7789.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ namespace udd {
129129
if (rotation == DEGREE_270) {
130130
adjustPoint(x1, y1, rotation);
131131
adjustPoint(x2, y2, rotation);
132+
133+
fprintf(stderr, "p2(%3d,%3d) p2(%3d,%3d)\n", x1, y1, x2, y2);
132134
swap(int, x1, x2);
133135
}
134136

0 commit comments

Comments
 (0)