JianyuWang0623 opened a new pull request, #16109: URL: https://github.com/apache/nuttx/pull/16109
## Summary Support mirror V, mirror X and V can rotate the screen 90 degrees. ## Impact - drivers/lcd/st7789 ## Testing ```bash # Build & Burn ./tools/configure.sh -l lckfb-szpi-esp32s3:lvgl make flash -j$(nproc) ESPTOOL_PORT=/dev/ttyUSB0 ``` - Config lckfb-szpi-esp32s3:lvgl  - Config lckfb-szpi-esp32s3:lvgl whit changes below ```diff +CONFIG_LCD_ST7789_MIRRORV=y +CONFIG_LCD_ST7789_MIRRORX=y ```  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org