Rdzleo c63b35a0e7
Some checks failed
Build Boards / Determine variants to build (push) Successful in 6m26s
Build Boards / Build ${{ matrix.name }} (push) Failing after 6m43s
1、第一次提交项目,项目初始化;
2、修改了RP2040的代码,使其在没有安装摄像头的情况下也可以左右转动眼球和左右转动身体;
3、增加了一些中文注释的说明;
2026-04-09 14:22:24 +08:00

10 lines
471 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

请确认自己的开发板硬件版本如果硬件版本在配置中进行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
本版本只支持了800x480的屏幕