uploaded 1 day ago
Board Support Package (BSP) for ESP32-P4 Function EV Board (preview)
7 examples
-
display
This is a minimal display example using the LVGL graphics library. With just a few function calls, it sets up the display and shows the Espressif logo along with a text label.
37.62 KB
-
display_camera_video
This example shows how you can obtain frames from MIPI-CSI / DVP camera and display them on LCD. It continuously fetches image frames from the camera and displays them on LCD using LVGL's canvas widget.
11.11 KB
-
display_lvgl_benchmark
This example runs the LVGL benchmark demo to measure graphical performance on Espressif and M5Stack boards. It is used in CI for selected pull requests and after merging changes into the master branch.
12.45 KB
-
display_lvgl_demos
This example shows LVGL internal demo - LVGL demo player which includes all LVGL examples.
28.40 KB
-
display_rotation
This example demonstrates usage of the ESP-BOX Board Support Package, focusing on rotating the LCD display using buttons.
32.59 KB
-
display_sdcard
This example shows how you can interact with a display and perform reads and writes to an SD card. By default, the SD card is interfaced using the SDMMC interface.
25.05 KB
-
display_usb_hid
This example demonstrates usage of the USB HID (keyboard, mouse or GamePad) with Board Support Package.
15.52 KB