野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 16782|回复: 1

使用ucgui的抗锯齿,当一直出错,不知如何解决,求大神指导

[复制链接]
发表于 2015-4-18 20:17:59 | 显示全部楼层 |阅读模式
#define countof(Array) (sizeof(Array)/sizeof(Array[0]))
         GUI_POINT a1[]={
                {60,0},{51,7},{43,14},{35,21},{30,28},{27,35},{25,42},{23,50},{22,58},
        {24,58},{25,50},{27,42},{29,35},{32,28},{37,21},{45,14},{53,7},{62,2}
                };
               
int main(void)
{

  ledd_init();
        oled_init();
     
SystemInit();
        GUI_Init();
        GUI_AA_SetFactor(4);
GUI_AA_EnableHides();
        GUI_Clear();
        GUI_AA_FillPolygon( a1,18,0,0);
        
}


main.c(49): warning:  #223-D: function "GUI_AA_EnableHides" declared implicitly


main.c(55): error:  #77-D: this declaration has no storage class or type specifier

main.c(56): error:  #169: expected a declaration

cann.c(154): warning:  #61-D: integer operation result is out of range

为啥会出现这些问题,GUI_Conf.h文件中 GUI_SUPPORT_AA也设置成1了,但编译还是不过,求大神指导


QQ图片20150418201655.png
回复

使用道具 举报

 楼主| 发表于 2015-4-18 20:18:52 | 显示全部楼层
那个叹号显示的warning为warning: implicit declaraton of function 'GUI_AA_EnableHides' is invalid in c99
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系站长|手机版|野火电子官网|野火淘宝店铺|野火电子论坛 ( 粤ICP备14069197号 ) 大学生ARM嵌入式2群

GMT+8, 2024-11-24 00:27 , Processed in 0.029405 second(s), 26 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表