1 Star 1 Fork 6

习惯孤独/esp-idf-st7789

forked from qsnail123/esp-idf-st7789 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 552 Bytes
一键复制 编辑 原始数据 按行查看 历史
# The following lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(st7789)
# Create a SPIFFS image from the contents of the 'font' directory
# that fits the partition named 'storage'. FLASH_IN_PROJECT indicates that
# the generated image should be flashed when the entire project is flashed to
# the target with 'idf.py -p PORT flash
spiffs_create_partition_image(storage font FLASH_IN_PROJECT)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qtsun/esp-idf-st7789.git
git@gitee.com:qtsun/esp-idf-st7789.git
qtsun
esp-idf-st7789
esp-idf-st7789
master

搜索帮助