Skip to content

Commit

Permalink
offset screen
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhenghj authored Nov 22, 2024
1 parent bacc401 commit 1624e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/espressif/boards/waveshare_esp32_c6_lcd_1_47/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ static void display_init(void) {
bus,
320, // width (after rotation)
172, // height (after rotation)
2, // column start
2, // row start
10, // column start
0, // row start
0, // rotation
16, // color depth
false, // grayscale
Expand Down

0 comments on commit 1624e14

Please sign in to comment.