Fix: ST7735(160x80) setRotation(2) offset. ( test with M5Stick-C )

This commit is contained in:
lovyan03 2019-07-30 14:38:55 +09:00
parent af4a96a47a
commit 34ba98ac94
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@
rowstart = 0;
} else if(tabcolor == INITR_GREENTAB160x80) {
writedata(TFT_MAD_BGR);
colstart = 0;
rowstart = 0;
colstart = 26;
rowstart = 1;
} else if(tabcolor == INITR_REDTAB160x80) {
writedata(TFT_MAD_BGR);
colstart = 24;