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