mirror of
https://github.com/m5stack/esp-bsp.git
synced 2026-05-20 11:26:31 -07:00
BSP: M5Stack Core2
| HW Reference | HOW TO USE API | EXAMPLES |
|---|
Warning
The SD card is not working simultaneously with the LCD screen. We are working on a fix.
Overview
Core2 V1.1 Enhancements
Core2 V1.1 is an iterative version of Core2 with the following upgrades and additional features:
- Power Management: Uses the AXP2101 power management chip for enhanced power control.
- Indicators: Built-in blue power indicator light for specific functions or status indications.
- RTC Battery: Dedicated battery for RTC power supply for accurate timing.
- User Interaction: Enhanced touch screen experience with programmable virtual buttons for diverse human-machine interaction.
Capabilities and dependencies
| Available | Capability | Controller/Codec | Component | Version |
|---|---|---|---|---|
| โ๏ธ | ๐ DISPLAY | ili9341 | espressif/esp_lcd_ili9341 idf |
^1 >=5.0 |
| โ๏ธ | โซ LVGL_PORT | espressif/esp_lvgl_port | ^2 | |
| โ๏ธ | โ๏ธ TOUCH | ft5x06 | espressif/esp_lcd_touch_ft5x06 | ^1 |
| โ | ๐ BUTTONS | |||
| โ๏ธ | ๐ต AUDIO | espressif/esp_codec_dev | ~1.1 | |
| โ๏ธ | ๐ AUDIO_SPEAKER | |||
| โ | ๐ค AUDIO_MIC | |||
| โ๏ธ | ๐พ SDCARD | idf | >=5.0 | |
| โ | ๐ฎ IMU |
Compatible BSP Examples
| Example | Description | Try with ESP Launchpad |
|---|---|---|
| Display Example | Show an image on the screen with a simple startup animation (LVGL) | Flash Example |
| Display, Audio and Photo Example | Complex demo: browse files from filesystem and play/display JPEG, WAV, or TXT files (LVGL) | Flash Example |


