Skip to content

Commit 36989e9

Browse files
committed
update board.c
1 parent 976f3af commit 36989e9

File tree

1 file changed

+2
-2
lines changed
  • ports/espressif/boards/elecrow_crowpanel_4_2_epaper

1 file changed

+2
-2
lines changed

ports/espressif/boards/elecrow_crowpanel_4_2_epaper/board.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ void board_init(void) {
7070
0, // start up time
7171
stop_sequence,
7272
sizeof(stop_sequence),
73-
400, // width
74-
300, // height
73+
WIDTH, // width
74+
HEIGHT, // height
7575
300, // RAM width
7676
400, // RAM height
7777
0, // colstart

0 commit comments

Comments
 (0)