上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 99 下一页
摘要: vscode 代码自动对齐快捷键 1. CTRL+A 全部选中 2.SHIFT+ALT+F 翻译 搜索 复制 阅读全文
posted @ 2023-07-28 14:49 txwtech 阅读(863) 评论(0) 推荐(0) 编辑
摘要: Arduino TFT_eSPI 中文字库制作 转载:https://www.cnblogs.com/deng1821333144/p/15307883.html 目录 第一步 安装Arduino 第二部 选择开发板,安装库TFT_eSPI 第三部 自定制字库文件 大家好,自己第一次写文章,写的不好 阅读全文
posted @ 2023-07-27 13:08 txwtech 阅读(713) 评论(0) 推荐(0) 编辑
摘要: tft.setRotation(1);//"字体显示角度0:0°,1:90°,2:180°,3:270°" x /* This example draws fonts (as used by the Adafruit_GFX library) onto the screen. These fonts 阅读全文
posted @ 2023-07-26 21:08 txwtech 阅读(154) 评论(0) 推荐(0) 编辑
摘要: User_Setup_Select.h TFT连接esp8266 ILI9488 ESP8266 LED/VCC--3.3V GND-GND SD1/MOSI --D7 SCK--D5 T_D0 --D6 T_CS--D2 // This header file contains a list of 阅读全文
posted @ 2023-07-26 14:52 txwtech 阅读(207) 评论(0) 推荐(0) 编辑
摘要: User_Setup.h // USER DEFINED SETTINGS // Set driver type, fonts to be loaded, pins used and SPI control method etc // // See the User_Setup_Select.h f 阅读全文
posted @ 2023-07-26 14:46 txwtech 阅读(42) 评论(0) 推荐(0) 编辑
摘要: Please see the build logs in output path: d:\Arduino_Project\agv_remote_info_display\build 正在加载配置... 正在初始化包... 正在准备开发板... 正在验证... In file included fro 阅读全文
posted @ 2023-07-26 10:00 txwtech 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 在线wiki资料更新下载: (复制到浏览器打开) 1.8寸SPI中文wiki: http://www.lcdwiki.com/zh/1.8inch_Arduino_SPI_Module_ST7735S_SKU:MAR1801 2.2寸SPI中文wiki: http://www.lcdwiki.com 阅读全文
posted @ 2023-07-25 20:11 txwtech 阅读(64) 评论(0) 推荐(0) 编辑
摘要: click-weather:24:25: fatal error: ArduinoJson.h: No such file or directory #include <ArduinoJson.h> click-weather:25:21: fatal error: TimeLib.h: No su 阅读全文
posted @ 2023-07-23 15:41 txwtech 阅读(31) 评论(0) 推荐(0) 编辑
摘要: I2C和SPI是两种不同的通信协议。听到协议,似乎高不可攀,其实协议就是人们定义的一个标准而已,我们只要遵照这个标准去做事,就可以。比如公司规定早上9点上班,我们就9点上班,不然就会扣薪水,这就是个协议。用I2C通信的芯片最常用的就是EEPROM芯片,如Atmel的AT24CXX系列,此外,还有一些 阅读全文
posted @ 2023-07-21 15:19 txwtech 阅读(1523) 评论(0) 推荐(0) 编辑
摘要: In file included from C:\Users\txwtech\Documents\Arduino\libraries\TJpg_Decoder\src/TJpg_Decoder.h:23:0, from d:\Arduino\esp8266-click-weather-ips-mai 阅读全文
posted @ 2023-07-19 22:01 txwtech 阅读(97) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 99 下一页