Skip to content

Commit

Permalink
offset screen
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhenghj authored Nov 21, 2024
1 parent 23c8dea commit bacc401
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)
40, // column start
53, // row start
2, // column start
2, // row start
0, // rotation
16, // color depth
false, // grayscale
Expand Down

0 comments on commit bacc401

Please sign in to comment.