# esp32_lvgl_st7789_GC9A01_cstxxxx **Repository Path**: lmhqsy/esp32_lvgl_st7789_cstxxxx ## Basic Information - **Project Name**: esp32_lvgl_st7789_GC9A01_cstxxxx - **Description**: esp32_lvgl_st7789_GC9A01_cst816t - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 5 - **Created**: 2023-05-14 - **Last Updated**: 2025-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README <<<<<<< HEAD # esp32_lvgl_st7789_cstxxxx #### 介绍 esp32_lvgl_st7789/GC9A01_cst816t #### 软件架构 ESP-IDF V4.4 Vscode lvgl 8.3 #### 安装教程 1. xxxx 2. xxxx #### 使用说明 1. 下载之后可将.vscode、build删掉 2. 重新编译即可 3. 再点开设置,选择合适的flash,再搜索par,找到Partition Table,选择Custom……,保存,再重新编译 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 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/) ======= # _Sample project_ (See the README.md file in the upper level 'examples' directory for more information about examples.) This is the simplest buildable example. The example is used by command `idf.py create-project` that copies the project to user specified path and set it's name. For more information follow the [docs page](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html#start-a-new-project) ## How to use example We encourage the users to use the example as a template for the new projects. A recommended way is to follow the instructions on a [docs page](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html#start-a-new-project). ## Example folder contents The project **sample_project** contains one source file in C language [main.c](main/main.c). The file is located in folder [main](main). ESP-IDF projects are built using CMake. The project build configuration is contained in `CMakeLists.txt` files that provide set of directives and instructions describing the project's source files and targets (executable, library, or both). Below is short explanation of remaining files in the project folder. ``` ├── CMakeLists.txt ├── main │   ├── CMakeLists.txt │   └── main.c └── README.md This is the file you are currently reading ``` Additionally, the sample project contains Makefile and component.mk files, used for the legacy Make based build system. They are not used or needed when building with CMake and idf.py. >>>>>>> 71d8fc2 (lvgl st7789 cstxxx 移植成功)