【正文】
儲器中,按 8 位一個字節(jié)的形式順序排放。當一行的掃描持續(xù)時間結(jié)束后,該行燃亮的 LED也就熄滅;下一行又以同樣的方法進行顯示。因此雖然靜態(tài)顯示效果好,但是在實際應用中的顯示屏幾乎都不采用這種設(shè)計,而采用另一種稱為動態(tài)掃描的顯示方法。 同時控制 LED 顯示屏的各個發(fā)光點亮滅的方法稱為靜態(tài)驅(qū)動顯示方式。不過當算法太復雜,太浪費時間的話,也 可以考慮預先生成刷新數(shù)據(jù),存儲備用。按照圖文運動的特點又可以分為閃爍、平移、旋轉(zhuǎn)、縮放等多種顯示模式。用軟件來完成滾屏算法,其最大的優(yōu)點在于成本低廉,而且可維護性、可升級性大大增強。本設(shè)計要求整個屏幕能 顯示 一系列漢字,則需要用使用 1616 紅色點陣滾動顯示。 LED 點陣顯示屏作為顯示模塊,把單片機傳來的數(shù)據(jù)顯示出來,并且可以實現(xiàn)滾動顯示。 設(shè)計任務(wù) 設(shè)計一個室內(nèi)用 16 16 點陣 LED 圖文顯示屏,要求在目測條件下 LED 顯示屏各點亮度均勻、充足,可顯示圖形和文字,顯示圖形或文字應穩(wěn)定、清晰無串擾。研制開發(fā)并生產(chǎn)基于碳化硅( SiC)、氮化鎵( GaN)、硅( Si)和 相關(guān)化合物的材料與設(shè)備。 LED 顯示屏產(chǎn)業(yè)正成為我國電子信息產(chǎn)業(yè)的重要組成部分,也是平板顯示領(lǐng)域唯一立足國內(nèi)形成的民族高科技產(chǎn)業(yè)。在國內(nèi)市場上,國產(chǎn) LED 顯示屏的市場占有率近 100%,國外同類產(chǎn)品基本沒有市場,天津體育中心、京九鐵路、北京西客站、首都機場、浦東機場等,均由國內(nèi)代表企業(yè)中標。 按發(fā)光點直徑分類 室內(nèi)屏:Φ 3mm、Φ 、Φ 5mm、 室外屏:Φ 10mm、Φ 12mm、Φ 16mm、Φ 19mm、Φ 21mm、Φ 26mm 室外屏發(fā)光的基本單元為發(fā)光筒,發(fā)光筒的原理是將一組紅、綠、藍發(fā)光二極管封在一個塑料筒內(nèi)共同發(fā)光增強亮度。 按顯示器件分類 LED 數(shù)碼顯示屏:顯示器件為 7 段碼數(shù)碼管,適于制作時鐘屏、利率屏等,顯示數(shù)字的電子顯示屏。 LED 顯示屏的發(fā)展前景極為廣闊,目前正朝著更高亮度、更高氣候耐受性、更高的發(fā)光密度、更高的發(fā)光均勻性,可靠性、全色化方向發(fā)展。 LED 顯示屏分為圖文顯示屏和條幅顯 示屏,均由 LED 矩陣塊組成。利用不同的半導體材料可以制造不同色彩的 LED像素點。通過該 課程設(shè)計 掌握了 51 單片機的的軟硬件開發(fā)工具的使用方法,為以后從事相關(guān)行業(yè)的工作積累了實際工作經(jīng)驗。所顯示字符的點陣數(shù)據(jù)可以自行編寫(即直接點陣畫圖),也可從標準字庫中提取。該電子顯示屏可以顯示各種文字或單色圖像,全屏能顯示 1 個漢字,采用 16 16 點陣 LED 顯示模塊來組成 16 16 點陣顯示屏 。 河南理工大學畢業(yè)設(shè)計(論文)說明書 I 摘 要 伴隨著科技的進步, LED 點陣顯示屏作為一種新興的顯示器件走進我們的視野,它是由多個獨立的 LED發(fā)光二極管封裝而成。通過該芯片控制一個行驅(qū)動器 74HC154 和兩個列驅(qū)動器 74HC595 來驅(qū)動顯示屏顯示。 單片機控制系統(tǒng)程序采用 C 語言 進行編輯,通過編程控制各顯示點對應 LED 陽極和陰極端的電平,就可以有效 地 控制各顯示點的亮滅。 關(guān)鍵詞: STC89C51 單片機 ; LED; 點陣顯示 ; 動態(tài)顯示 河南理工大學畢業(yè)設(shè)計(論文)說明書 II ABSTRACT With advances in technology, LED dot matrix display as a display device into our new vision, it is more independent of the LED light emitting diode packages. LED dot matrix display can show by numbers, symbols and text, often used in advertising, signs, bulletin boards. The whole equipment is with the 40pin STC89C51 MCU (Micro Controller Unit) at the core, introduced take it as the control system LED lattice electron display monitor dynamic design and the development process. Controls good driver 74HC154 and two row driver 74HC595 through this chip actuates the display monitor demonstration. The electronic screen can show all kinds of written or monochrome images, one full screen display Chinese characters, four pieces of 88 dotmatrix LED display modules to form the 1616 dot matrix display mode. Show dynamic show that makes static graphic or text can be achieved, shifted out of various formats. This paper describes the hardware design of the LED dot matrix display, and the principle function of the various parts of the circuit, the corresponding software program design and the use of some such. SCM process control system used for editing MCU C language, Programming control points indicated by the corresponding LED anode and overcast extreme level. We can effectively control the defense showed bright spots. The lattice data shows characters can prepare themselves (that is, direct lattice Painting), which can also be extracted from the standard font. LED display with fabric means flexibility, stability, low power consumption, long life, mature technology, lowcost features at the station, securities, sports venues, transportation corridors and various indoor / dissemination of information on foreign shows occasions, good publicity, realtime environmental parameters, etc. countdown major activities are widely used. As the practice proves, the system possesses advantages in low shows errors, stable, rational structure and strong extensible abilities. Key words: STC89C51 Micro Controller Unit LED Lattice Display Dynamic Display 河南理工大學畢業(yè)設(shè)計(論文)說明書 目 錄 摘 要 ................................................................. I ABSTRACT .............................................................. II 1 緒 論 ........................................................... 1 課題的研究背景及意義 ...................................... 1 LED 電子顯示屏概述 ......................................... 1 LED 電子顯示屏的分類 ....................................... 1 國內(nèi)外研究現(xiàn)狀簡述 ........................................ 2 設(shè)計任務(wù) .................................................. 3 2 總體設(shè)計方案 ..................................................... 4 顯示屏控制系統(tǒng) ............................................ 4 顯示單元的選擇 ...................................... 4 滾屏方式選擇 ........................................ 4 設(shè)計方案論證 ............................................... 5 顯示模式方案 ........................................ 5 數(shù)據(jù)傳輸方案 ........................................ 6 3 系統(tǒng)硬件部分設(shè)計 ................................................. 8 電源 設(shè)計 .................................................. 8 主控電路系統(tǒng)及其外圍電路 .................................. 9 主控單元的選擇 ...................................... 9 主控電路系統(tǒng)外圍電路 ............................... 12 列驅(qū)動電路 ............................................... 13 行驅(qū)動電路 ............................................... 15 行驅(qū)動芯片 74HC154 介紹 ............................. 15 行驅(qū)動電路 ......................................... 17 LED 顯示屏電路 ............................................ 17 4 系統(tǒng)軟件部分設(shè)計 ................................................ 20 概述 ...................................................... 20 系統(tǒng)主程序 ............................................... 20 河南理工大學畢業(yè)設(shè)計(論文)說明書 顯示驅(qū)動程序 ............................................. 21 5 軟硬件調(diào)試及性能分析 ............................................ 23 軟件調(diào)試 ................................................. 23 硬件調(diào)試 ................................................. 24 性能分析 ................................................. 25 總 結(jié) ............................................................ 27 致 謝 .................................