登录
首页 » c » 触摸屏

触摸屏

于 2022-08-08 发布 文件大小:44.76 kB
0 127
下载积分: 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 个回复

  • KrigingContour
    说明:  克里金、反距离插值算法_栅格图等值线填充等(Kriging, inverse distance interpolation algorithm _ isogram filled grid map, etc.)
    2008-11-19 10:41:37下载
    积分:1
  • F16-simulation
    经典F16飞行控制仿真程序(含MDL及M源码)-MATLAB源代码(Classic F16 flight control simulation program-MATLAB source code (with MDL and M of source))
    2021-01-02 11:18:57下载
    积分:1
  • Inturlpceasynchronous
    说明:  用汇编语言编写的基于dsp的异步串行口与PC机的接口程序(Interface program between asynchronous serial port and PC based on dsp written in assembly language)
    2019-05-21 05:35:14下载
    积分:1
  • regihters_divide
    动态分区方式主存的分配和回收, 通过本实验可以了解在动态分区管理方式(Dynamic partitioning method of main memory allocation and recovery, by way of this experiment can understand the dynamic zoning administration)
    2017-04-08 22:20:34下载
    积分:1
  • 1
    通过C语言的编写程序,通过仿真,下载到51单片机中,驱动CC1101_接收信息,将得到的信息发送给单片机进行相应的处理!(Through the C language program, through the simulation, download the 51 single-chip microcomputer, drive CC1101_ receiving information, information will be sent to the corresponding single-chip processing! )
    2013-11-06 12:28:21下载
    积分:1
  • 35738618LTC6804
    ltc6811的使用配置程序,可以直接使用。(ltc6811,SPI use,can directly use)
    2020-10-08 12:57:35下载
    积分:1
  • C# 从Uri指定的位置获取Cookie
    C# 从Uri指定的位置获取Cookie,获取当前WPF程序的Cookie数据,Cookie设置成功,请转到第二页面测试!
    2023-04-11 17:30:04下载
    积分:1
  • MFCDlg
    一个自己编写的确对话框程序 望有所帮助 (err)
    2007-12-27 20:55:36下载
    积分:1
  • sockAPI
    windows socket API的基本应用 完整工程;服务器异步监听模式 适合初学参考。(The basic application windows socket API complete works server asynchronous listening mode suitable for beginners reference.)
    2009-10-17 09:11:45下载
    积分:1
  • C8051F-MCU-PT2262-software-decoding
    C8051F单片机实现遥控编码器PT2262的软件解码(C8051F MCU realize remote encoder PT2262 software decoding)
    2012-10-30 23:55:26下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载