..\HARDWARE\GUI\Core\GUIType.h(47): error: #20: identifier "LCD_COLOR" is undefined
..\HARDWARE\GUI\Core\GUIType.h: typedef LCD_COLOR GUI_COLOR;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(48): error: #20: identifier "LCD_LOGPALETTE" is undefined
..\HARDWARE\GUI\Core\GUIType.h: typedef LCD_LOGPALETTE GUI_LOGPALETTE;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(49): error: #20: identifier "LCD_DRAWMODE" is undefined
..\HARDWARE\GUI\Core\GUIType.h: typedef LCD_DRAWMODE GUI_DRAWMODE;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(50): error: #20: identifier "LCD_RECT" is undefined
..\HARDWARE\GUI\Core\GUIType.h: typedef LCD_RECT GUI_RECT;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(53): error: #20: identifier "U8" is undefined
..\HARDWARE\GUI\Core\GUIType.h: void (* pfDraw)(int x0,int y0,int xsize, int ysize, const U8 GUI_UNI_PTR * pPixel, const LCD_LOGPALETTE GUI_UNI_PTR * pLogPal, int xMag, int yMag);
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(53): error: #20: identifier "LCD_LOGPALETTE" is undefined
..\HARDWARE\GUI\Core\GUIType.h: void (* pfDraw)(int x0,int y0,int xsize, int ysize, const U8 GUI_UNI_PTR * pPixel, const LCD_LOGPALETTE GUI_UNI_PTR * pLogPal, int xMag, int yMag);
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(58): error: #20: identifier "U16P" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16P XSize;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(59): error: #20: identifier "U16P" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16P YSize;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(60): error: #20: identifier "U16P" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16P BytesPerLine;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(61): error: #20: identifier "U16P" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16P BitsPerPixel;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(62): error: #20: identifier "U8" is undefined
..\HARDWARE\GUI\Core\GUIType.h: const U8 GUI_UNI_PTR * pData;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(73): error: #20: identifier "U16" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16 ID; /* Version 1.00 => 100*/
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(74): error: #20: identifier "U16" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16 Version;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(75): error: #20: identifier "U16" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16 XSize;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(76): error: #20: identifier "U16" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16 YSize;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(77): error: #20: identifier "U16" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16 BytesPerLine;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(78): error: #20: identifier "U16" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16 BitsPerPixel;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(79): error: #20: identifier "U16" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16 NumColors;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(80): error: #20: identifier "U16" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16 HasTrans;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(100): error: #20: identifier "I16P" is undefined
..\HARDWARE\GUI\Core\GUIType.h: I16P c0;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(101): error: #20: identifier "I16P" is undefined
..\HARDWARE\GUI\Core\GUIType.h: I16P c1;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(105): error: #20: identifier "U16P" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16P FirstChar;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(106): error: #20: identifier "U16P" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16P LastChar;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(111): error: #20: identifier "U8" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U8 XSize;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(112): error: #20: identifier "U8" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U8 XDist;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(113): error: #20: identifier "U8" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U8 BytesPerLine;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(118): error: #20: identifier "U16P" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16P First; /* first character */
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(119): error: #20: identifier "U16P" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16P Last; /* last character */
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(126): error: #20: identifier "U8" is undefined
..\HARDWARE\GUI\Core\GUIType.h: const U8 GUI_UNI_PTR * pTransData;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h(128): error: #20: identifier "U16P" is undefined
..\HARDWARE\GUI\Core\GUIType.h: U16P FirstChar;
..\HARDWARE\GUI\Core\GUIType.h: ^
..\HARDWARE\GUI\Core\GUIType.h: main.c: 0 warnings, 30 errors
我把LCD的底层驱动文件名改了,怎么还会出现这样的情况,求指导 |