From c66c44c33db130f9ddd7e263fba5b0750b26dcc0 Mon Sep 17 00:00:00 2001 From: Bill Sideris Date: Tue, 6 Aug 2024 00:07:09 +0300 Subject: [PATCH] Change that value (I'll squash once i'm done testing) --- ports/espressif/boards/lilygo_twatch_s3/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/espressif/boards/lilygo_twatch_s3/board.h b/ports/espressif/boards/lilygo_twatch_s3/board.h index 2816978e..c059eeff 100644 --- a/ports/espressif/boards/lilygo_twatch_s3/board.h +++ b/ports/espressif/boards/lilygo_twatch_s3/board.h @@ -72,7 +72,7 @@ // Memory Data Access Control & // Vertical Scroll Start Address #define DISPLAY_MADCTL (TFT_MADCTL_MX | TFT_MADCTL_MY | TFT_MADCTL_MV) -#define DISPLAY_VSCSAD 40 +#define DISPLAY_VSCSAD 80 // #define DISPLAY_MADCTL (TFT_MADCTL_MX) // #define DISPLAY_VSCSAD 0