8000 boards/oxocard_science/board.c: Fix vertical offset for LCD screen · supcik/circuitpython@bd551ba · GitHub
[go: up one dir, main page]

65F8
Skip to content

Commit bd551ba

Browse files
committed
boards/oxocard_science/board.c: Fix vertical offset for LCD screen
1 parent 88f6117 commit bd551ba

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/oxocard_science

1 file changed

+1
-1
lines changed

ports/espressif/boards/oxocard_science/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ static void display_init(void) {
6060
240, // width (after rotation)
6161
240, // height (after rotation)
6262
0, // column start
63-
80, // row start
63+
0, // row start
6464
0, // rotation
6565
16, // color depth
6666
false, // grayscale

0 commit comments

Comments
 (0)
0