登录
首页 » c » 触摸屏

触摸屏

于 2022-08-08 发布 文件大小:44.76 kB
0 144
下载积分: 2 下载次数: 1

代码说明:

void gui_fill_circle(u16 x0,u16 y0,u16 r,u16 color) {   u32 i; u32 imax = ((u32)r*707)/1000+1; u32 sqmax = (u32)r*(u32)r+(u32)r/2; u32 x=r; gui_draw_hline(x0-r,y0,2*r,color); for (i=1;isqmax)// draw lines from outside   {   if (x>imax)  { gui_draw_hline (x0-i+1,y0+x,2*(i-1),color); gui_draw_hline (x0-i+1,y0-x,2*(i-1),color); } x--; } // draw lines from inside (center)   gui_draw_hline(x0-x,y0+i,2*x,color); gui_draw_hline(x0-x,y0-i,2*x,color); } }   //两个数之差的绝对值  //x1,x2:需取差值的两个数 //返回值:|x1-x2| u16 my_abs(u16 x1,u16 x2) {   if(x1>x2)return x1-x2; else return x2-x1; }   //画一条粗线 //(x1,y1),(x2,y2):线条的起始坐标 //size:线条的粗细程度 //color:线条的颜色 void lcd_draw

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • halcon外触发事件方式采图
    机器视觉软件halcon外触发通过事件方式采图,避免循环轮询,C#代码,本例子为未德国Basler GIGE相机
    2022-04-15 14:08:10下载
    积分:1
  • 对冲套利EA
    可以用来对冲和套利交易欧美和磅美货币对,还可以自定其它货币对交易(It can be used for hedging and arbitrage transactions between European and American and pound-dollar currencies, as well as other currency pair transactions.)
    2020-06-24 05:20:02下载
    积分:1
  • NetPwdTest_
    一个可以去猜路由器密码的软件,此代码完成了最基本的接口,方便使用和二次开发。(One can guess the password of the router software, the code to complete the most basic interface, easy to use and secondary development.)
    2011-06-15 09:45:16下载
    积分:1
  • SleepSound
    睡眠的声音,精选ios编程学习源码,很好的参考资料。(Sleep sound, select learning IOS programming source code, a good reference.)
    2013-12-16 17:13:05下载
    积分:1
  • Composition
    模拟地震合成记录,仅供信号分析课程参考。程序执行完毕后,生成两个xls文件,Ricker.xls中是雷克子波,Seis.xls中是地震合成记录。(Simulated seismic synthesis record, reference only to the signal analysis course. Program execution is completed, generating two XLS files, Ricker.xls is Ricker wave, Seis.xls is a synthetic seismogram.)
    2018-04-09 21:16:03下载
    积分:1
  • LMP91000-code
    msp430程序,用于AFE芯片LMP91000的驱动程序(The msp430 program, drivers for the AFE chips lmp91000)
    2021-03-18 18:59:19下载
    积分:1
  • asp.net曲线图
    说明:  用于asp.net的曲线图,简单易用,代码已注释(Curve chart for asp.net, easy to use, code annotated)
    2020-05-08 08:41:53下载
    积分:1
  • 单片机可用的I2C接口代码
    单片机可用的I2C接口代码,已在altera Nios II验证通过(I2C interface code, has been verified in the NiosII Altera)
    2015-08-02 10:38:27下载
    积分:1
  • socket
    SOCKET SAMPLE TO TRANSFER FILES BY SOCKET
    2019-05-22 06:59:54下载
    积分:1
  • MyIE-v3
    MFC浏览器,开发环境VC6.0,基本实现日常所需功能(MFC WebBroswer)
    2013-10-03 18:22:25下载
    积分:1
  • 696518资源总数
  • 105925会员总数
  • 14今日下载