espressif/esp-box-3

3.2.0

Latest
uploaded 9 hours ago
Board Support Package (BSP) for ESP32-S3-BOX-3

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.51 KB
  • display_audio_photo
    This example demonstrates usage of ESP-BOX Board Support Package, focused on display + touch applications, allowing users to see and open various file types such as JPG images, WAV music files, and TXT text files saved on SPIFFS.
    1.57 MB
  • display_lvgl_benchmark
    This example runs the LVGL benchmark demo to measure graphical performance on Espressif and M5Stack boards. It can be used as a standalone example and allows for triggering benchmarks by adding the "Run benchmark" label to a PR.
    12.42 KB
  • display_lvgl_demos
    This example shows LVGL internal demo - LVGL demo player (all LVGL examples are included).
    28.34 KB
  • display_rotation
    This example demonstrates usage of ESP-BOX Board Support Package and is focused on rotating the LCD display, allowing users to rotate the display using buttons.
    32.43 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.
    24.95 KB
  • sensors
    This is an example usage of sensors in BSP packages. All sensors are sampled depending on the configured sampling period, and measurement results are printed on the terminal.
    3.89 KB