怎么有些函数找不到呢,是不是文件不齐全呢,楼主?像:
extern void LCD_Init_Device(void);
extern void LCD_Display_Character(const void * buffer);
extern void LCD_New_Line(void);
extern void LCD_Draw_Line(ML_U32 x1, ML_U32 y1, ML_U32 x2, ML_U32 y2, ML_U32 color);
extern void LCD_Draw_Rectangle(ML_U32 x1, ML_U32 y1, ML_U32 x2, ML_U32 y2, ML_U32 color, ML_BOOL fill);
extern void LCD_Print_ASC(const ML_CHAR * format, ...);
extern void LCD_Print(const ML_CHAR * format, ...);
extern void LCD_Paint_BMP(ML_U32 x, ML_U32 y, const void * buffer);