Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
espzav committed Apr 26, 2024
1 parent 4539f53 commit ecb2baf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/esp_lvgl_port/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@ Display rotation can be changed at runtime.
lv_disp_set_rotation(disp_handle, LV_DISP_ROT_90);
```

> [!WARNING]
> Software rotation is available only in LVGL 8.
> [!NOTE]
> During the hardware rotating, the component call [`esp_lcd`](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/lcd.html) API. When using software rotation, you cannot use neither `direct_mode` nor `full_refresh` in the driver. See [LVGL documentation](https://docs.lvgl.io/8.3/porting/display.html?highlight=sw_rotate) for more info.
Expand Down

0 comments on commit ecb2baf

Please sign in to comment.