Commit 8d3a4d09 authored by Gavin Smalley's avatar Gavin Smalley

Correct rotation 2 for red-tabbed 80x160 screen.

parent d4ff3c8d
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
rowstart = 0; rowstart = 0;
} else if(tabcolor == INITR_REDTAB160x80) { } else if(tabcolor == INITR_REDTAB160x80) {
writedata(TFT_MAD_BGR); writedata(TFT_MAD_BGR);
colstart = 0; colstart = 24;
rowstart = 0; rowstart = 0;
} else if(tabcolor == INITB) { } else if(tabcolor == INITB) {
writedata(TFT_MAD_MY | TFT_MAD_RGB); writedata(TFT_MAD_MY | TFT_MAD_RGB);
......
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