Correct rotation 2 for red-tabbed 80x160 screen.
This commit is contained in:
parent
d4ff3c8dce
commit
8d3a4d09bd
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue