This commit is contained in:
JiXieShi
2024-09-21 16:07:31 +08:00
parent 4e53f936d8
commit d2e5789476
27 changed files with 129 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
#ifndef HW_LIB_T_TFT_H
#define HW_LIB_T_TFT_H
void Test_tft();
void Test_tft(void *);
#endif //HW_LIB_T_TFT_H

View File

@@ -103,7 +103,7 @@ uint8_t tft_senddata(uint8_t *data, size_t len) {
return result;
}
void Test_tft() {
void Test_tft(void *) {
//设备信息预填充
demo_tft.width = 480;//实际如有支持不用填(如ST7735/7796)