From a4a4bdfeb08a86754b261896bd223f2290899a65 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Sat, 20 May 2023 18:33:37 -0700 Subject: [PATCH] Update board.c Change column start from 52 to 53 to fix a line at the top of the display. --- ports/raspberrypi/boards/lilygo_t_display_rp2040/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/raspberrypi/boards/lilygo_t_display_rp2040/board.c b/ports/raspberrypi/boards/lilygo_t_display_rp2040/board.c index 3d00f460ee..4c4c659913 100644 --- a/ports/raspberrypi/boards/lilygo_t_display_rp2040/board.c +++ b/ports/raspberrypi/boards/lilygo_t_display_rp2040/board.c @@ -99,7 +99,7 @@ static void display_init(void) { bus, 240, // width (after rotation) 135, // height (after rotation) - 52, // column start + 53, // column start 40, // row start 90, // rotation 16, // color depth