# i80_control_idf5.0 **Repository Path**: ArsSama/i80_control_idf5.0 ## Basic Information - **Project Name**: i80_control_idf5.0 - **Description**: IDF5.0 8080接口屏幕驱动 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-12-27 - **Last Updated**: 2024-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: ESP32S3, 8080, IDF ## README # i80_control_idf5.0_master #### 介绍 本分支只用于代码测试,若只是需要驱动相应屏幕建议克隆i80_control分支即可。 i80_control分支仅需要在Configuration里面选择待驱动屏幕以及触屏和填写相应的IO引脚即可成功驱动。 UI运行的是官方的lv_music_demo。 #### 软件架构 软件架构说明 #### 硬件支持以及接线教程 | Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 | | ----------------- | ----- | -------- | -------- | The connection between ESP Board and the LCD is as follows: ``` ESP Board LCD Screen ┌─────────────┐ ┌────────────────┐ │ │ │ │ │ 3V3 ├─────────────►│ VCC │ │ │ │ │ │ GND ├──────────────┤ GND │ │ │ │ │ │DATA[0-7/15] │◄────────────►│ DATA[0-7/15] │ │ │ │ │ │ PCLK ├─────────────►│ PCLK │ │ │ │ │ │ CS ├─────────────►│ CS │ │ │ │ │ │ D/C ├─────────────►│ D/C │ │ │ │ │ │ RST ├─────────────►│ RST │ │ │ │ │ │ BK_LIGHT ├─────────────►│ BCKL │ │ │ │ │ │ │ └────────────────┘ │ │ LCD TOUCH │ │ ┌────────────────┐ │ │ │ │ │ I2C SCL ├─────────────►│ I2C SCL │ │ │ │ │ │ I2C SDA │◄────────────►│ I2C SDA │ │ │ │ │ └─────────────┘ └────────────────┘ ``` #### 使用说明 1. 在Configuration里面选择待驱动屏幕以及触屏。 2. 填写相应的IO引脚即可成功驱动。 3. 编译下载即可 #### 参与贡献 1. Fork 本仓库 2. master 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)