GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
If the display board is fitted with a resistance based touch screen then this can be used by performing the modifications described here and the fork of the Adafruit library: https://github.com/s60sc/Adafruit_TouchScreen Tips If you load a new copy of TFT_eSPI then it will overwrite your...
1、 下载tft_espi库https://github.com/Bodmer/TFT_eSPI2、 解压后导入arduino根目录下的libraries中3、 打开User_Setup.h这个文件(推荐用notepad++打开,功能比较强大,可以打开很多类型文件)。从文件名就可以看出这个文件是要用户自己来修改的。4、 根据自己的tft屏幕来修改,比如我的是st7735驱动,128*160&nbs ...
重要文件 从GitHub 上获取文件后,直接导入项目中会显得项目文件比较乱,比如 .git 等文件,在项目中用不上,所以只需要导入以下文件即可 五、新建项目 新建项目 还不会使用 VSCode 创建项目的小伙伴看我之前的笔记使用VS Code 搭建 platformio 平台 添加TFT_eSPI 资源库 只需要在 lib 文件中导入 TFT_eSPI 资源即可,...
git clone https://github.com/Bodmer/TFT_eSPI.git 1. 下载之后放到platformIO工程的lib文件夹中。 2. 使用库 2.1. 头文件 #include <TFT_eSPI.h> 1. 2.2. 配置文件 (1)用户设置文件User_Setup.h ① 选择屏幕使用的驱动IC: ② 设置屏幕分辨率 ...
想学习创建好看的菜单界面很久了,寒假在家正好有时间,手中恰好有一块ST7789的tft屏幕,正好拿来练练手。 Step 1: 在github中找到TFT_eSPI库(网址:docs · master · mirrors / Bodmer / TFT_eSPI · GitCode) 寻找帮助文档 点击进入后,找到ESP_IDF相关内容 ...
Merge branch 'master' ofhttps://github.com/Bodmer/TFT_eSPI 5年前 examples Update Read_User_Setup.ino 5年前 .gitattributes Revert "Clear out attributes" 8年前 .gitignore Revert "Clear out attributes" 8年前 README.md Update README.md ...
https://github.com/Bodmer/TFT_eSPI 2、解压后导入arduino根目录下的libraries中 3、打开User_Setup.h这个文件(推荐用notepad++打开,功能比较强大,可以打开很多类型文件)。从文件名就可以看出这个文件是要用户自己来修改的。 4、根据自己的tft屏幕来修改,比如我的是st7735驱动,128*160 ...
8_BIT// Display type - only define if RPi display//#define RPI_DISPLAY_TYPE // 20MHz maximum SPI// Only define one driver, the other ones must be commented out//#define ILI9341_DRIVER // 这里注释掉 //#define ILI9341_2_DRIVER // Alternative ILI9341 driver, see https://github....
Alternative ILI9341 driver, see https://github.com/Bodmer/TFT_eSPI/issues/1172 config TFT_ST7735_DRIVER bool "ST7735" help Define additional parameters below for this display config TFT_ILI9163_DRIVER bool "ILI9163" help Define additional parameters below for this display config TFT...