Skip to content

Commit

Permalink
fix(esp32_s3_lcd_ev_board): Fixed LVGL8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
espzav committed Nov 7, 2024
1 parent 977d561 commit 9fa8d93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bsp/esp32_s3_lcd_ev_board/src/esp32_s3_lcd_ev_board.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,9 @@ static lv_display_t *bsp_display_lcd_init()
.monochrome = false,
.hres = BSP_LCD_H_RES,
.vres = BSP_LCD_V_RES,
#if LVGL_VERSION_MAJOR >= 9
.color_format = LV_COLOR_FORMAT_RGB565,
#endif

.rotation = {
.swap_xy = false,
Expand Down

0 comments on commit 9fa8d93

Please sign in to comment.