You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
esp_lcd_axs15231b lv_display_set_rotation(lvgl_disp, LV_DISP_ROTATION_90); not work but LV_DISP_ROTATION_0 and LV_DISP_ROTATION_180 is OK (AEGHB-959)
#461
Open
3 tasks done
bunjongy opened this issue
Jan 20, 2025
· 0 comments
I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
V5.2.1
Espressif SoC revision.
ESP32S3
Operating System used.
Windows
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32S3 With axs15231b LCD
Steps to reproduce.
lv_display_set_rotation(lvgl_disp, LV_DISP_ROTATION_0); is Work, Screen is normal show
lv_display_set_rotation(lvgl_disp, LV_DISP_ROTATION_90); Not Work Screen not show
lv_display_set_rotation(lvgl_disp, LV_DISP_ROTATION_180); is Work Screen is normal show
lv_display_set_rotation(lvgl_disp, LV_DISP_ROTATION_270); Not Work Screen not show
Build Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
esp_lcd_axs15231b lv_display_set_rotation(lvgl_disp, LV_DISP_ROTATION_90); not work but LV_DISP_ROTATION_0 and LV_DISP_ROTATION_180 is OK
esp_lcd_axs15231b lv_display_set_rotation(lvgl_disp, LV_DISP_ROTATION_90); not work but LV_DISP_ROTATION_0 and LV_DISP_ROTATION_180 is OK (AEGHB-959)
Jan 20, 2025
Answers checklist.
IDF version.
V5.2.1
Espressif SoC revision.
ESP32S3
Operating System used.
Windows
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32S3 With axs15231b LCD
Steps to reproduce.
lv_display_set_rotation(lvgl_disp, LV_DISP_ROTATION_0); is Work, Screen is normal show
lv_display_set_rotation(lvgl_disp, LV_DISP_ROTATION_90); Not Work Screen not show
lv_display_set_rotation(lvgl_disp, LV_DISP_ROTATION_180); is Work Screen is normal show
lv_display_set_rotation(lvgl_disp, LV_DISP_ROTATION_270); Not Work Screen not show
Build Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: