Commit ffef37a2 authored by Bodmer's avatar Bodmer

Revert "Issue #232"

This reverts commit 38d99a53.
parent 38d99a53
......@@ -22,13 +22,13 @@
_width = _init_width;
_height = _init_height;
colstart = 0;
rowstart = 0;
rowstart = 80;
break;
case 3: // Inverted landscape
writedata(TFT_MAD_MV | TFT_MAD_MY | TFT_MAD_RGB);
_width = _init_height;
_height = _init_width;
colstart = 0;
colstart = 80;
rowstart = 0;
break;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment