天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

手機(jī)觸摸屏驅(qū)動(dòng)與MMI的耦合設(shè)計(jì)

發(fā)布時(shí)間:2018-05-01 14:40

  本文選題:嵌入式 + MMI; 參考:《東華大學(xué)》2012年碩士論文


【摘要】:隨著人們生活水平的日漸提高,良好的人機(jī)交互界面(即:MMI)已經(jīng)成為越來(lái)越多的人們選擇手機(jī)等手持設(shè)備的一條重要標(biāo)準(zhǔn)。因此人機(jī)交換界面的設(shè)計(jì)與開(kāi)發(fā)已經(jīng)也隨著人們的需要成為手機(jī)軟件開(kāi)發(fā)系統(tǒng)中的一個(gè)非常重要的組成部分,并極大地滿足人及方便人們的需求及使用。因此,帶有友好的觸摸屏功能的人機(jī)界面的手機(jī)等手持設(shè)備,省去鍵盤(pán)部分,增大了屏幕比例,操作簡(jiǎn)單直觀,功耗低、體積小,深受各個(gè)階層人們的歡迎。 對(duì)開(kāi)發(fā)設(shè)計(jì)人員而言,缺少了鍵盤(pán)支持的觸摸屏手機(jī),除去對(duì)屏幕顯示效果要求更高之外,開(kāi)發(fā)人員需要對(duì)屏幕的控件坐標(biāo)的定位更加精準(zhǔn),才能確保人們除去可以順利完成各種觸控操作之外,還能夠體會(huì)到迅速的反應(yīng)及精準(zhǔn)的定位,這樣的操作才能更加體現(xiàn)出設(shè)計(jì)與開(kāi)發(fā)的人性化。 本文主要做了三個(gè)方面的內(nèi)容:1.硬件平臺(tái)的構(gòu)建,根據(jù)實(shí)際需要選擇Intel公司的基于ARM框架的PXA255芯片作為核心處理器,負(fù)責(zé)整個(gè)系統(tǒng)的運(yùn)行,和TI公司的ADS7846作為觸摸屏驅(qū)動(dòng)芯片,通過(guò)它與PXA255的SSP(同步串行口)和處理器進(jìn)行通信以實(shí)現(xiàn)嵌入式系統(tǒng)的實(shí)時(shí)傳輸。2.系統(tǒng)平臺(tái)的搭建,能過(guò)bootloader移植、文件制作、內(nèi)核裁剪,以及觸摸屏驅(qū)動(dòng)的移植,搭建一個(gè)可以讓各個(gè)必要模塊穩(wěn)定運(yùn)行的平臺(tái)。3.觸摸屏的性能優(yōu)化,首先,通過(guò)五點(diǎn)校驗(yàn)法對(duì)手機(jī)觸摸屏進(jìn)行準(zhǔn)確度的校正;然后,再通過(guò)濾波去噪聲法、增加壓力參數(shù)法以及減小映射區(qū)域有效范圍的方法對(duì)手機(jī)觸摸屏進(jìn)行噪聲的有效去除。最后,在模擬器上對(duì)以上算法進(jìn)行綜合驗(yàn)證,結(jié)果證明以上算法在模擬器上能達(dá)到預(yù)期效果,再通過(guò)Arm編譯器,將源代碼編譯成目標(biāo)手機(jī)平臺(tái)所需要的二進(jìn)制文件,成功編譯并生成所需二進(jìn)制文件后,再通過(guò)Flash Tool下載到目標(biāo)手機(jī),然后再進(jìn)一步在實(shí)物手機(jī)上對(duì)以上算法進(jìn)行準(zhǔn)確度和噪聲是否有效去除,以及算法加入到手機(jī)平臺(tái)上后,整個(gè)平臺(tái)的穩(wěn)定性的影響等進(jìn)行綜合驗(yàn)證。實(shí)驗(yàn)結(jié)果證明,以上算法能達(dá)到預(yù)期效果并且能在模擬器以及目標(biāo)實(shí)物手機(jī)上安全穩(wěn)定運(yùn)行。
[Abstract]:With the improvement of people's living standards, good human-computer interface (MMI) has become an important standard for more and more people to choose handheld devices such as mobile phones. Therefore, the design and development of man-machine exchange interface has become a very important part of the mobile phone software development system with the needs of people, and greatly meet the needs and use of people. Therefore, handheld devices such as mobile phones with friendly touch-screen functions, such as handheld devices, save keyboard parts, increase the proportion of screens, operate easily and intuitively, have low power consumption, small volume, and are welcomed by people from all walks of life. For developers, the lack of keyboard support for touch screen phones, in addition to the screen display requirements, developers need to be more accurate screen control coordinates, In order to ensure that people can not only successfully complete all kinds of touch operations, but also can understand the rapid response and accurate positioning, such operations can more reflect the design and development of humanization. This paper mainly does three aspects of the content: 1. In order to construct the hardware platform, Intel's PXA255 chip based on ARM frame is chosen as the core processor, which is responsible for the operation of the whole system, and TI's ADS7846 is used as the touch screen driver chip. It communicates with SSP (synchronous Serial Port) and processor of PXA255 to realize real time transmission of embedded system. The system platform can be transplanted through bootloader, file production, kernel clipping, and touch screen driver transplant, build a platform that can make the necessary modules run stably. 3. To optimize the performance of the touch screen, firstly, the accuracy of the touch screen of the mobile phone is corrected by the five-point calibration method; then, the noise method is filtered to remove the noise. The method of increasing pressure parameter and reducing the effective range of mapping area can effectively remove the noise of mobile touch screen. Finally, the simulation results show that these algorithms can achieve the desired results on the simulator, and then compile the source code into the binary files needed by the target mobile platform through Arm compiler. After successfully compiling and generating the required binary files, we download them to the target phone through Flash Tool, and then further remove the accuracy and noise of the above algorithm on the physical mobile phone, and add the algorithm to the mobile phone platform. The influence of the stability of the whole platform is verified synthetically. The experimental results show that the proposed algorithm can achieve the desired results and can run safely and stably on the simulator and the target real mobile phone.
【學(xué)位授予單位】:東華大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2012
【分類(lèi)號(hào)】:TP334.3;TN929.53

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 李軍勝;萬(wàn)學(xué)軍;;DX-400中波發(fā)射機(jī)N-1切換系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)[J];硅谷;2011年15期

2 賈慧強(qiáng);;基于FPGA-NIOS的多功能留言機(jī)設(shè)計(jì)[J];電子技術(shù);2011年07期

3 ;[J];;年期

4 ;[J];;年期

5 ;[J];;年期

6 ;[J];;年期

7 ;[J];;年期

8 ;[J];;年期

9 ;[J];;年期

10 ;[J];;年期

相關(guān)會(huì)議論文 前2條

1 李毅然;李少謙;;車(chē)載終端中基于Windows CE.NET觸摸屏與ADC的共用研究[A];2008年中國(guó)西部青年通信學(xué)術(shù)會(huì)議論文集[C];2008年

2 余志強(qiáng);張輝;;PLC與MMI在三峽左岸電站調(diào)速器控制系統(tǒng)中的應(yīng)用[A];全國(guó)水電廠技術(shù)改造學(xué)習(xí)交流研討會(huì)論文集[C];2005年

相關(guān)重要報(bào)紙文章 前10條

1 記者 金孝純;ITT三喜臨門(mén)[N];中國(guó)機(jī)電日?qǐng)?bào);2000年

2 本報(bào)記者 傅蓮英;競(jìng)爭(zhēng)力全面提高[N];國(guó)際商報(bào);2000年

3 李華北;軟件能力成熟度模型(CMM)及其應(yīng)用[N];中國(guó)國(guó)門(mén)時(shí)報(bào)(中國(guó)出入境檢驗(yàn)疫報(bào));2002年

4 本報(bào)記者 侯雪蓮;鞍鋼:老企業(yè)的新路子[N];中國(guó)機(jī)電日?qǐng)?bào);2001年

5 繆惟民;2000國(guó)際包裝博覽會(huì)將在芝加哥舉行[N];中國(guó)包裝報(bào);2000年

6 ;包裝精英十一月會(huì)聚北京[N];中國(guó)包裝報(bào);2001年

7 偉國(guó);全球移動(dòng)電話零部件市場(chǎng)展望[N];中國(guó)機(jī)電日?qǐng)?bào);2000年

8 曹文;PMMI成立包裝管理中心[N];中國(guó)包裝報(bào);2000年

9 記者 繆惟民;美國(guó)包裝機(jī)械制造協(xié)會(huì)中國(guó)辦事處在上海成立[N];中國(guó)包裝報(bào);2001年

10 本報(bào)記者 梁紅兵;愿與中國(guó)經(jīng)濟(jì)發(fā)展同行[N];中國(guó)電子報(bào);2000年

相關(guān)碩士學(xué)位論文 前10條

1 張欣;手機(jī)觸摸屏驅(qū)動(dòng)與MMI的耦合設(shè)計(jì)[D];東華大學(xué);2012年

2 蔡佳苗;移動(dòng)終端MMI軟件的設(shè)計(jì)與實(shí)現(xiàn)[D];西安電子科技大學(xué);2009年

3 谷文軍;基于S3C44B0X控制的數(shù)字化預(yù)應(yīng)力張拉儀系統(tǒng)的設(shè)計(jì)[D];太原理工大學(xué);2011年

4 韓會(huì)敏;嵌入式移動(dòng)終端軟件的設(shè)計(jì)與實(shí)現(xiàn)[D];電子科技大學(xué);2005年

5 邵四超;Mobile Widget引擎研究及MMI架構(gòu)實(shí)現(xiàn)[D];電子科技大學(xué);2010年

6 周超;GSM-R技術(shù)及機(jī)車(chē)綜合無(wú)線通信設(shè)備的研究與設(shè)計(jì)[D];北京郵電大學(xué);2006年

7 任文民;基于嵌入式的TD-SCDMA移動(dòng)終端客戶(hù)端軟件的設(shè)計(jì)與實(shí)現(xiàn)[D];電子科技大學(xué);2008年

8 彭向泉;手機(jī)呼叫控制模塊的設(shè)計(jì)與實(shí)現(xiàn)[D];山東大學(xué);2009年

9 李寶對(duì);基于SCADA的自動(dòng)化消防系統(tǒng)設(shè)計(jì)[D];天津大學(xué);2006年

10 韓冰;移動(dòng)通信終端MMI架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)[D];華中科技大學(xué);2006年

,

本文編號(hào):1829829

資料下載
論文發(fā)表

本文鏈接:http://www.sikaile.net/kejilunwen/jisuanjikexuelunwen/1829829.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶(hù)1886f***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com