NuMaker emWin HMI

Revision:
9:1286ec7f3230
Parent:
1:c0f972361605
--- a/tslib/fbutils.h	Thu Feb 29 19:20:04 2024 +0800
+++ b/tslib/fbutils.h	Mon Mar 04 10:01:51 2024 +0800
@@ -12,7 +12,7 @@
 
 #ifndef _FBUTILS_H
 #define _FBUTILS_H
-
+#if 0
 //#include <asm/types.h>
 
 /* This constant, being ORed with the color index tells the library
@@ -31,5 +31,5 @@
 void line (int x1, int y1, int x2, int y2, unsigned colidx);
 void rect (int x1, int y1, int x2, int y2, unsigned colidx);
 void fillrect (int x1, int y1, int x2, int y2, unsigned colidx);
-
+#endif
 #endif /* _FBUTILS_H */