waveshare/esp32_p4_wifi6_touch_lcd_3_5

2.0.0

Latest
uploaded 4 days ago
BSP for the Waveshare ESP32-P4-WIFI6-Touch-LCD-3.5 development board.

Readme

# BSP: Waveshare ESP32-P4-WIFI6-Touch-LCD-3.5

[![Component Registry](https://components.espressif.com/components/waveshare/esp32_p4_wifi6_touch_lcd_3_5/badge.svg)](https://components.espressif.com/components/waveshare/esp32_p4_wifi6_touch_lcd_3_5)

This BSP supports the Waveshare ESP32-P4-WIFI6-Touch-LCD-3.5 development board with a 320 x 480 SPI LCD, capacitive touch, audio codec, microSD card, and USB host.

| HW version | BSP Version |
| :--------: | :---------: |
|    [V1.0](http://www.waveshare.com/wiki/ESP32-P4-WIFI6-Touch-LCD-3.5)    |      ^2     |

## BackLight
```c
bsp_display_brightness_init();

bsp_display_backlight_on();

bsp_display_backlight_off();

bsp_display_brightness_set(100);
```

<!-- Autogenerated start: Dependencies -->
### Capabilities and dependencies
|  Capability |     Available    | Component                                                                                                    | Version |
|-------------|------------------|--------------------------------------------------------------------------------------------------------------|---------|
|   DISPLAY   |:heavy_check_mark:| [espressif/esp_lcd_st7796](https://components.espressif.com/components/espressif/esp_lcd_st7796)             | ^1      |
|  LVGL_PORT  |:heavy_check_mark:| [espressif/esp_lvgl_adapter](https://components.espressif.com/components/espressif/esp_lvgl_adapter)               | ~0.6    |
|    TOUCH    |:heavy_check_mark:| [espressif/esp_lcd_touch_ft5x06](https://components.espressif.com/components/espressif/esp_lcd_touch_ft5x06) | ^1      |
|   BUTTONS   |        :x:       |                                                                                                              |         |
|    AUDIO    |:heavy_check_mark:| [espressif/esp_codec_dev](https://components.espressif.com/components/espressif/esp_codec_dev)               | ~1.5    |
|AUDIO_SPEAKER|:heavy_check_mark:|                                                                                                              |         |
|  AUDIO_MIC  |:heavy_check_mark:|                                                                                                              |         |
|    SDCARD   |:heavy_check_mark:| idf                                                                                                          | >=5.4   |
|     IMU     |        :x:       |                                                                                                              |         |
<!-- Autogenerated end: Dependencies -->

Links

Target

Tags

To add this component to your project, run:

idf.py add-dependency "waveshare/esp32_p4_wifi6_touch_lcd_3_5^2.0.0"

download archive

Stats

  • Archive size
    Archive size ~ 17.77 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

waveshare/esp32_p4_wifi6_touch_lcd_3_5 version: 2.0.0
|