觸摸屏實驗_0_第1頁
觸摸屏實驗_0_第2頁
觸摸屏實驗_0_第3頁
免費預覽已結(jié)束,剩余1頁可下載查看

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領

文檔簡介

1、觸摸屏實驗 #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include void load_drow_dialog(void) lcd_clear(white);/清屏 point_color=blue;/設置字體為藍色 lcd_showstri

2、ng(lcddev.width-24,0,200,16,16,顯示清屏區(qū)域 point_color=red;/設置畫筆藍色 / /電容觸摸屏專有部分 /畫水平線 /x0,y0:坐標 /len:線長度 /color:顏色 void gui_draw_hline(u16 x0,u16 y0,u16 len,u16 color) /畫實心圓 /x0,y0:坐標 /r:半徑 /color:顏色 void gui_fill_circle(u16 x0,u16 y0,u16 r,u16 color) u32 i; u32 imax = (u32)r*707)/1000+1; u32 sqmax = (u3

3、2)r*(u32)r+(u32)r/2; u32 x=r; gui_draw_hline(x0-r,y0,2*r,color); for (i=1;iif (i*i+x*x)sqmax)/ draw lines from outside if(len=0)return; lcd_fill(x0,y0,x0+len-1,y0,color); if (ximax) x-; gui_draw_hline (x0-i+1,y0+x,2*(i-1),color); gui_draw_hline (x0-i+1,y0-x,2*(i-1),color); / draw lines from inside (

4、center) gui_draw_hline(x0-x,y0+i,2*x,color); gui_draw_hline(x0-x,y0-i,2*x,color); /兩個數(shù)之差的絕對值 /x1,x2:需取差值的兩個數(shù) /返回值:|x1-x2| u16 my_abs(u16 x1,u16 x2) /畫一條粗線 /(x1,y1),(x2,y2):線條的起始坐標 /size:線條的粗細程度 /color:線條的顏色 void lcd_draw_bline(u16 x1, u16 y1, u16 x2, u16 y2,u8 size,u16 color) u16 t; int xerr=0,yerr=

5、0,delta_x,delta_y,distance; if(x1x2)return x1-x2; else return x2-x1; int incx,incy,urow,ucol; if(x1if(delta_x0)incx=1; /設置單步方向 else if(delta_x=0)incx=0;/垂直線 else incx=-1;delta_x=-delta_x; if(delta_y0)incy=1; else if(delta_y=0)incy=0;/水平線 elseincy=-1;delta_y=-delta_y; if( delta_xdelta_y)distance=delt

6、a_x; /選取基本增量坐標軸 else distance=delta_y; for(t=0;tgui_fill_circle(urow,ucol,size,color);/畫點 xerr+=delta_x ; yerr+=delta_y ; if(xerrdistance) if(yerrdistance) yerr-=distance; ucol+=incy; xerr-=distance; urow+=incx; / /5個觸控點的顏色 const u16 point_color_tblott_max_touch=red,green,blue,brown,gred; /電阻觸摸屏測試函數(shù) void rtp_test(void) u8 key; u8 i=0; while(1) key=key_scan(0); tp_dev.scan(0); /觸摸屏被按下 if(tp_dev.sta/清除 /畫圖 else tp_draw_big_point(tp_dev.x0,tp_

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
  • 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論