mirror of
https://github.com/78/xiaozhi-esp32.git
synced 2026-01-14 01:07:30 +08:00
* Adapt boards to v2 partition tables * fix esp log error * fix display style * reset emotion after download assets * fix compiling * update assets default url * Add user only tools * Add image cache * smaller cache and buffer, more heap * use MAIN_EVENT_CLOCK_TICK to avoid audio glitches * bump to 2.0.0 * fix compiling errors --------- Co-authored-by: Xiaoxia <terrence.huang@tenclass.com> |
||
|---|---|---|
| .. | ||
| config.h | ||
| config.json | ||
| esp_io_expander_tca9554.c | ||
| esp_io_expander_tca9554.h | ||
| esp_lcd_gc9503.c | ||
| esp_lcd_gc9503.h | ||
| esp-s3-lcd-ev-board.cc | ||
| pin_config.h | ||
| README.md | ||
请确认自己的开发板硬件版本,如果硬件版本,在配置中进行ev_board type进行选择 1.4与1.5只有io进行变更 可以查看官方文档,确认具体细节https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-lcd-ev-board/user_guide.html 具体调整为: I2C_SCL IO18 -> IO48 I2C_SDA IO8 -> IO47 LCD_DATA6 IO47 -> IO8 LCD_DATA7 IO48 -> IO18
本版本只支持了480x480的屏幕