freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于armlinux的lcd驅(qū)動(dòng)設(shè)計(jì)畢業(yè)設(shè)計(jì)說(shuō)明書(shū)-wenkub

2023-07-09 11:01:46 本頁(yè)面
 

【正文】 開(kāi)發(fā)常用的“宿主機(jī) /目標(biāo)機(jī)”開(kāi)發(fā)模式,使用嵌入式 Linux 系統(tǒng)下的各類(lèi)編輯編譯程序的工具,改寫(xiě) Linux 內(nèi)核驅(qū)動(dòng)程序,通過(guò)編譯內(nèi)核,更新內(nèi)核程序,利用幀緩沖的方式,實(shí)現(xiàn)了液晶顯示器的驅(qū)動(dòng), 同時(shí)實(shí)現(xiàn)在 LCD 液晶顯示屏上動(dòng)態(tài)顯示多張圖片 。 關(guān)鍵詞 : 嵌入式 ARM9 系列 LCD Linux 內(nèi)核 動(dòng)態(tài)顯示 關(guān)鍵技術(shù) 廣東石油化工學(xué)院本科畢業(yè) (設(shè)計(jì) )論文: 基于 ARM+Linux 的 LCD 驅(qū)動(dòng)設(shè)計(jì) II Abstract In recent years, with the development of puter technology and integrated circuit technology, embedded technology is the growing popularity of playing an increasingly important role in munications, working, industrial, medical, electronics and other fields. Information age, the digital age makes embedded products was a great opportunity for development, show a bright future for the embedded market, but also new challenges for embedded. In this design, hardware platform of ARM9 more columns, the performance of highend chip. The ARM9 family processors mainstream British pany ARM embedded processors, new design, the more transistors can be achieved more than twice the processing capabilities of the ARM7 processor. This processing capability is achieved by increasing the clock frequency and reduce the cycle of instruction execution. Using model WXCAT35TG3 LCD display, the size of the LCD display is inch with a resolution of 320 240 touch screen response time less than 10ms. The software platform uses the Linux kernel version . Linux system more widely in the embedded field, with its own high degree of modular, open source, a wide range of hardware support, security and reliability, with excellent development tool, have a good work to support the Lee file system support and is fully patible with UNIX features are inseparable, so the design of Linux as a software platform. The ultimate goal of this design is a dynamic display on the LCD display multiple pictures related to the LCD driver layer to the application layer, key technologies, LCD driver, the picture decoding, LCD applications to achieve. Keywords: Embedded ARM9 series LCD Linux kernel Dynamic display key technologies 目錄 I 目 錄 摘 要 ................................................................. I Abstract .............................................................. II 引 言 ............................................................. 1 第一章 ARM9 s3c2410 簡(jiǎn)介 ........................................... 2 ARM 技術(shù) .................................................... 2 s3c2410 處理器介紹 .......................................... 2 AMBA、 AHB、 APB 總線特點(diǎn) ............................... 3 S3C2410 處理器體系結(jié)構(gòu) ................................. 4 S3C2410 處理器體系結(jié)構(gòu) ................................. 4 S3C2410 處理器存儲(chǔ)器映射 ............................... 4 S3C2410 處理器時(shí)鐘和電源管理 ........................... 4 第二章 嵌入式 Linux簡(jiǎn)介 ............................................ 6 嵌入式 Linux 系統(tǒng)概述 ........................................ 6 嵌入式 Linux 系統(tǒng)的優(yōu)勢(shì) ...................................... 6 構(gòu)建嵌入式 Linux ............................................ 7 精簡(jiǎn)內(nèi)核 .............................................. 7 系統(tǒng)啟動(dòng) .............................................. 8 設(shè)備驅(qū)動(dòng)程序 .......................................... 9 第三章 開(kāi)發(fā)工具 ................................................... 11 開(kāi)發(fā)環(huán)境 .................................................. 11 虛擬機(jī)中安裝 .............................. 11 配置網(wǎng)絡(luò) ............................................. 13 配置 samba 服務(wù)器 ..................................... 14 交叉編譯工具 .............................................. 15 安裝 TFTP 和 NFS 服務(wù) ....................................... 15 安裝 TFTP 服務(wù) ........................................ 16 安裝 NFS 服務(wù) ......................................... 17 系統(tǒng)啟動(dòng)環(huán)境搭建 .......................................... 18 uboot 啟動(dòng)搭建 ........................................ 18 Linux 內(nèi)核啟動(dòng)搭建 .................................... 19 文件系統(tǒng)搭建 ......................................... 21 第四章 LCD 驅(qū)動(dòng)實(shí)現(xiàn) ............................................... 22 S3C2410 LCD 控制器分析 ..................................... 22 TFT 屏?xí)r序分析 ........................................ 23 LCD 控制器主要寄存器介紹 .............................. 24 LCD 驅(qū)動(dòng)內(nèi)核層次分析 ....................................... 26 FrameBuffer 的介紹 .................................... 27 FrameBuffer 的數(shù)據(jù)結(jié)構(gòu) ................................ 27 FrameBuffer 對(duì)驅(qū)動(dòng)的統(tǒng)一管理 .......................... 30 實(shí)現(xiàn)消息分派 ......................................... 31 LCD 驅(qū)動(dòng)實(shí)現(xiàn)代碼分析 ....................................... 32 設(shè)置 fb_info .......................................... 32 廣東石油化工學(xué)院本科畢業(yè) (設(shè)計(jì) )論文: 基于 ARM+Linux 的 LCD 驅(qū)動(dòng)設(shè)計(jì) II 設(shè)置 LCD 硬件 ......................................... 38 注冊(cè) fb_info .......................................... 50 添加驅(qū)動(dòng)到內(nèi)核 ............................................ 51 修改內(nèi)核 Makefile ..................................... 51 支持啟動(dòng) LCD 顯示 ..................................... 51 第五章 LCD 應(yīng)用程序?qū)崿F(xiàn) ........................................... 53 在 LCD 上顯示 JPG 格式圖片的主流程圖 ........................ 53 bmp 圖片格式分析 ........................................... 53 文件頭 ............................................... 54 信息頭 ............................................... 55 顏色 數(shù)據(jù)結(jié)構(gòu) ......................................... 56 提取圖像數(shù)據(jù) ......................................... 56 應(yīng)用程序代碼實(shí)現(xiàn)分析 ...................................... 57 獲取顯存地址 ......................................... 58 讀取 JPG 格式圖片 ..................................... 59 用位圖數(shù)據(jù)填充 LCD 顯存 ............................... 59 main 函數(shù)實(shí)現(xiàn) .....................................
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1