From 26c2acae1243ceb689cff20007830e51628a431f Mon Sep 17 00:00:00 2001 From: lady ada Date: Fri, 17 Dec 2021 01:17:35 -0500 Subject: [PATCH] nuudge --- ports/espressif/boards/adafruit_feather_esp32s2_tft/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/espressif/boards/adafruit_feather_esp32s2_tft/board.c b/ports/espressif/boards/adafruit_feather_esp32s2_tft/board.c index dcc9ba81ff..7f1695d206 100644 --- a/ports/espressif/boards/adafruit_feather_esp32s2_tft/board.c +++ b/ports/espressif/boards/adafruit_feather_esp32s2_tft/board.c @@ -118,7 +118,7 @@ void board_init(void) { 240, // width (after rotation) 135, // height (after rotation) 40, // column start - 52, // row start + 53, // row start 0, // rotation 16, // color depth false, // grayscale