1 Star 0 Fork 2

dox0/NJ-Printer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Build.log 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
dox0 提交于 2017-05-16 22:42 . 1
*** 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/dox0/NJ-Printer.git
git@gitee.com:dox0/NJ-Printer.git
dox0
NJ-Printer
NJ-Printer
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385