代码拉取完成,页面将自动刷新
*** Using Compiler 'V5.06 update 4 (build 422)', folder: 'D:\Keil_v5\ARM\ARMCC\Bin'
Build target 'Printer'
compiling piclib.c...
src\picture\piclib.c(11): warning: #223-D: function "LCD_Fill" declared implicitly
LCD_Fill(x0,y0,x0+len-1,y0,color);
src\picture\piclib.c(18): error: #20: identifier "LCD_GetPoint" is undefined
pic_phy.read_point = LCD_GetPoint; //????????????
src\picture\piclib.c(19): error: #20: identifier "LCD_SetPoint" is undefined
pic_phy.draw_point = LCD_SetPoint; //????????????
src\picture\piclib.c(20): error: #20: identifier "LCD_Fill" is undefined
pic_phy.fill = LCD_Fill; //????????????
src\picture\piclib.c(22): error: #20: identifier "LCD_SetWindow" is undefined
pic_phy.set_window=LCD_SetWindow; //????????
src\picture\piclib.c(23): error: #20: identifier "LCD_WriteRAM_Prepare" is undefined
pic_phy.fill_prepare=LCD_WriteRAM_Prepare;//????????
src\picture\piclib.c(24): error: #20: identifier "LCD_WriteRAM" is undefined
pic_phy.fill_point=LCD_WriteRAM; //??????
src\picture\piclib.c(118): warning: #223-D: function "f_typetell" declared implicitly
temp=f_typetell((u8*)filename); //??????????????
src\picture\piclib.c: 2 warnings, 6 errors
compiling bmp.c...
src\picture\bmp.c(402): warning: #223-D: function "mymemset" declared implicitly
mymemset((u8*)&hbmp,0,sizeof(hbmp));//??????????????????.
src\picture\bmp.c(427): error: #20: identifier "bw" is undefined
res=f_write(f_bmp,(u8*)&hbmp,bmpheadsize,&bw);//????BMP????
src\picture\bmp.c(433): warning: #223-D: function "LCD_ReadPoint" declared implicitly
if(pixcnt<hbmp.bmiHeader.biWidth)databuf[pixcnt]=LCD_ReadPoint(tx,ty);//??????????????
src\picture\bmp.c: 2 warnings, 1 error
".\out\output\Printer.axf" - 7 Error(s), 4 Warning(s).
Target not created.
Build Time Elapsed: 00:00:01
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。