mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-10 08:04:43 +02:00
Correct rotation 2 for red-tabbed 80x160 screen.
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user