example

Example of the component espp/smartpanlee-sc01-plus v1.1.1
# Smart Panlee SC01 Plus BSP Example

This example demonstrates the core functionality of the `espp::SmartPanleeSc01Plus`
BSP component on the Smart Panlee SC01 Plus touchscreen display module.

<img width="1515" height="1141" alt="image" src="https://github.com/user-attachments/assets/1d6542f3-d064-4a2c-8913-8a7b1782d703" />

## Features Demonstrated

- ST7796 display initialization over the ESP32-S3 8-bit parallel LCD bus
- FT5x06 touch handling with LVGL integration
- Foreground custom-drawn touch trail with bounded invalidation for smooth redraws
- I2S speaker playback with a bundled touch-click sound
- Backlight brightness control
- Optional microSD mounting and filesystem inspection
- Published peripheral pin maps for I2S, RS-485, and external GPIOs
- Rotation-aware UI layout with wrapped instructions that stay on-screen in portrait/landscape

## Hardware Required

- Smart Panlee SC01 Plus / WT32-SC01-PLUS compatible board
- USB-C cable for programming and power
- microSD card (optional)

## Build and Flash

Build the project and flash it to the board, then run monitor tool to view
serial output and verify that touching the screen draws circles and plays the
embedded click sound. The refresh button rotates the display and the label will
reflow to stay within the visible screen width:

```
idf.py -p PORT flash monitor
```

(Replace PORT with the name of the serial port to use.)

(To exit the serial monitor, type ``Ctrl-]``.)

To create a project from this example, run:

idf.py create-project-from-example "espp/smartpanlee-sc01-plus=1.1.1:example"

or download archive (~17.40 KB)