Skip to content

Commit

Permalink
270_10-10
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhenghj authored Nov 28, 2024
1 parent 14545b8 commit b44a231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ports/espressif/boards/waveshare_esp32_c6_lcd_1_47/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ static void display_init(void) {
common_hal_busdisplay_busdisplay_construct(
display,
bus,
320, // width (after rotation)
172, // height (after rotation)
172, // width (after rotation)
320, // height (after rotation)
10, // column start
120, // row start
10, // row start
270, // rotation
16, // Color depth
false, // Grayscale
Expand Down

0 comments on commit b44a231

Please sign in to comment.