Skip to content

Commit bd551ba

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ports/espressif/boards/oxocard_science

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)