# SPLIT PNG Example This demo shows how to add [Split PNG](https://github.com/espressif/esp-iot-solution/tree/master/components/display/tools/esp_lv_spng) to the lvgl project. ## How to use example Please first read the [User Guide](https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp32c3/esp32-c3-lcdkit/index.html) of the ESP32-C3-LCDkit to learn about its software and hardware information. ### Hardware Required * An ESP32-C3-LCDkit development board * An USB Type-C cable for Power supply and programming #### How To Use Note: 1. First delete existing `build`, `sdkconfig` , `sdkconfig.old` ``` rm -rf build sdkconfig sdkconfig.old ``` 2. Compile and burn ``` idf.py set-target esp32c3 idf.py build flash monitor ``` ### Build and Flash 1. Run `idf.py -p PORT flash monitor` to build, flash and monitor the project. (To exit the serial monitor, type ``Ctrl-]``.) See the [Getting Started Guide](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/index.html) for full steps to configure and use ESP-IDF to build projects. ## Technical support and feedback Please use the following feedback channels: * For technical queries, go to the [esp32.com](https://esp32.com/) forum * For a feature request or bug report, create a [GitHub issue](https://github.com/espressif/esp-iot-solution/issues) We will get back to you as soon as possible.
To create a project from this example, run:
idf.py create-project-from-example "espressif/esp_lv_spng=0.1.0:lvgl_spng"