8000 Merge remote-tracking branch 'origin/main' · rbrian/circuitpython@157f1d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 157f1d8

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 894ddfb + fe1d778 commit 157f1d8

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)
0