Skip to content

Commit

Permalink
Update components/esp_lvgl_port/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Vilem Zavodny <[email protected]>
  • Loading branch information
espressif2022 and espzav authored Nov 24, 2023
1 parent 245c285 commit ccd83e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_lvgl_port/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Display rotation can be changed at runtime.
lv_disp_set_rotation(disp_handle, LV_DISP_ROT_90);
```
**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.
**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.
### Using PSRAM canvas
Expand Down

0 comments on commit ccd83e9

Please sign in to comment.