Unverified Commit 38d99a53 authored by Bodmer's avatar Bodmer Committed by GitHub

Issue #232

parent d7c86499
...@@ -22,13 +22,13 @@ ...@@ -22,13 +22,13 @@
_width = _init_width; _width = _init_width;
_height = _init_height; _height = _init_height;
colstart = 0; colstart = 0;
rowstart = 80; rowstart = 0;
break; break;
case 3: // Inverted landscape case 3: // Inverted landscape
writedata(TFT_MAD_MV | TFT_MAD_MY | TFT_MAD_RGB); writedata(TFT_MAD_MV | TFT_MAD_MY | TFT_MAD_RGB);
_width = _init_height; _width = _init_height;
_height = _init_width; _height = _init_width;
colstart = 80; colstart = 0;
rowstart = 0; rowstart = 0;
break; 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