diff --git a/TFT_Drivers/ST7735_Rotation.h b/TFT_Drivers/ST7735_Rotation.h index 6163abb..73df2ab 100644 --- a/TFT_Drivers/ST7735_Rotation.h +++ b/TFT_Drivers/ST7735_Rotation.h @@ -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;