SDL2
This commit is contained in:
@@ -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
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user