Page 1 of 1

【已解决】关于LCD_EV_BOARD开发板的驱动屏问题

Posted: Wed Sep 06, 2023 1:37 am
by asdfg1426
请问这个开发板有没有驱动屏驱的代码或者项目呢,就是如何使屏亮背光什么的

Re: 关于LCD_EV_BOARD开发板的驱动屏问题

Posted: Wed Sep 06, 2023 2:16 am
by ESP_Penguin_Helper
这里是 ESP32-S3-LCD-EV-Board 的一些示例项目:https://github.com/espressif/esp-dev-ki ... d/examples

LVGL 示例: https://github.com/espressif/esp-dev-ki ... lvgl_demos

使用 ESP32-S3-LCD-EV-Board 屏幕作为 USB 触屏键盘:https://github.com/espressif/esp-dev-ki ... b_keyboard

从USB摄像头获取图像后在屏幕上动态显示:https://github.com/espressif/esp-iot-so ... cd_display

Re: 关于LCD_EV_BOARD开发板的驱动屏问题

Posted: Wed Sep 06, 2023 2:38 am
by asdfg1426
ESP_Penguin_Helper wrote:
Wed Sep 06, 2023 2:16 am
这里是 ESP32-S3-LCD-EV-Board 的一些示例项目:https://github.com/espressif/esp-dev-ki ... d/examples

LVGL 示例: https://github.com/espressif/esp-dev-ki ... lvgl_demos

使用 ESP32-S3-LCD-EV-Board 屏幕作为 USB 触屏键盘:https://github.com/espressif/esp-dev-ki ... b_keyboard

从USB摄像头获取图像后在屏幕上动态显示:https://github.com/espressif/esp-iot-so ... cd_display
好的感谢 :D