Skip to content

Commit fe1d778

Browse files
authored
Merge pull request #8011 from rcarteraz/main
Fix LILYGo T-Display RP2040 Display Column Start
2 parents 5885e2f + a4a4bdf commit fe1d778

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/boards/lilygo_t_display_rp2040

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/lilygo_t_display_rp2040/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static void display_init(void) {
9999
bus,
100100
240, // width (after rotation)
101101
135, // height (after rotation)
102-
52, // column start
102+
53, // column start
103103
40, // row start
104104
90, // rotation
105105
16, // color depth

0 commit comments

Comments
 (0)