espressif/esp32_c3_lcdkit

2.0.1

Latest
uploaded 3 days ago
Board Support Package (BSP) for esp32_c3_lcdkit

readme

# BSP: ESP32-C3-LCDkit

| [HW Reference](https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp32c3/esp32-c3-lcdkit/user_guide.html) | [HOW TO USE API](#api-reference) | [EXAMPLES](#compatible-bsp-examples) | [![Component Registry](https://components.espressif.com/components/espressif/esp32_c3_lcdkit/badge.svg)](https://components.espressif.com/components/espressif/esp32_c3_lcdkit) | ![maintenance-status](https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg) |
| --- | --- | --- | --- | -- |

## Overview

<table>
<tr><td>

ESP32-C3-LCDkit is a development kit that is based on Espressif’s ESP32-C3 Wi-Fi + Bluetooth 5 (LE) SoC.

ESP32-C3-LCDkit comes with 4 MB flash and 400 KB SRAM. ESP32-C3-LCDkit is also equipped with a variety of peripherals, such as a 1.28" LCD screen with SPI interface and 240x240 resolution, a speaker, and IR_RX/IR_TX.

ESP32-C3-LCDkit also uses a Type-C USB connector that provides 5 V of power input, while also supporting serial and JTAG debugging, as well as a programming interface; all through the same connector.

</td><td width="200">
  <img src="doc/esp32_c3_lcdkit.webp">
</td></tr>
</table>

![image](doc/pic.png)

## Capabilities and dependencies

<div align="center">
<!-- START_DEPENDENCIES -->

|     Available    |       Capability       |Controller/Codec|                                                Component                                               |      Version     |
|------------------|------------------------|----------------|--------------------------------------------------------------------------------------------------------|------------------|
|:heavy_check_mark:|     :pager: DISPLAY    |     gc9a01     |[espressif/esp_lcd_gc9a01](https://components.espressif.com/components/espressif/esp_lcd_gc9a01)<br/>idf|^2.0.3<br/>>=5.0.0|
|:heavy_check_mark:|:black_circle: LVGL_PORT|                |     [espressif/esp_lvgl_port](https://components.espressif.com/components/espressif/esp_lvgl_port)     |        ^2        |
|        :x:       |    :point_up: TOUCH    |                |                                                                                                        |                  |
|        :x:       | :radio_button: BUTTONS |                |                                                                                                        |                  |
|:heavy_check_mark:|   :white_circle: KNOB  |                |              [espressif/knob](https://components.espressif.com/components/espressif/knob)              |      ^0.1.3      |
|:heavy_check_mark:|  :musical_note: AUDIO  |                |     [espressif/esp_codec_dev](https://components.espressif.com/components/espressif/esp_codec_dev)     |      ^1,<1.2     |
|:heavy_check_mark:| :speaker: AUDIO_SPEAKER|                |                                                                                                        |                  |
|        :x:       | :microphone: AUDIO_MIC |                |                                                                                                        |                  |
|:heavy_check_mark:|       :bulb: LED       |                |                                                   idf                                                  |      >=5.0.0     |
|        :x:       |  :floppy_disk: SDCARD  |                |                                                                                                        |                  |
|        :x:       |    :video_game: IMU    |                |                                                                                                        |                  |

<!-- END_DEPENDENCIES -->
</div>

## Compatible BSP Examples

<div align="center">
<!-- START_EXAMPLES -->

| Example | Description | Try with ESP Launchpad |
| ------- | ----------- | ---------------------- |
| [Display Example](https://github.com/espressif/esp-bsp/tree/master/examples/display) | Show an image on the screen with a simple startup animation (LVGL) | [Flash Example](https://espressif.github.io/esp-launchpad/?flashConfigURL=https://espressif.github.io/esp-bsp/config.toml&app=display-) |

<!-- END_EXAMPLES -->
</div>

<!-- START_BENCHMARK -->
<!-- END_BENCHMARK -->

Links

Target

License: Apache-2.0

Tags

To add this component to your project, run:

idf.py add-dependency "espressif/esp32_c3_lcdkit^2.0.1"

or download archive

Stats

  • Archive size
    Archive size ~ 478.08 KB
  • Downloaded in total
    Downloaded in total 1.4k times
  • Downloaded this version
    This version: 15 times

Badge

espressif/esp32_c3_lcdkit version: 2.0.1
|