Correct rotation 2 for red-tabbed 80x160 screen.

This commit is contained in:
Gavin Smalley 2018-11-07 15:29:29 +00:00
parent d4ff3c8dce
commit 8d3a4d09bd
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
rowstart = 0;
} else if(tabcolor == INITR_REDTAB160x80) {
writedata(TFT_MAD_BGR);
colstart = 0;
colstart = 24;
rowstart = 0;
} else if(tabcolor == INITB) {
writedata(TFT_MAD_MY | TFT_MAD_RGB);