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
     
![image](https://github.com/user-attachments/assets/4f042975-2b69-45b7-b6a3-0b8409294989)
   
   - Config lckfb-szpi-esp32s3:lvgl whit changes below
     ```diff
     +CONFIG_LCD_ST7789_MIRRORV=y
     +CONFIG_LCD_ST7789_MIRRORX=y
     ```
     
![image](https://github.com/user-attachments/assets/473b9119-6d9c-4988-a34f-e67638beab61)


-- 
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

Reply via email to