资源描述:
《基于fpga的lcd驱动显示电路的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、-Ⅰ-摘要基于FPGA的LCD驱动显示电路的设计与实现摘 要本课题主要任务是设计基于FPGA的LCD驱动电路的设计和实现,兼顾好程序的易用性,以方便之后模块的移植和应用。控制器部分采用Verilog语言编写,主体程序采用了状态机作为主要控制方式。最后实现使用FPGA在LCD上显示任意的英文字符和阿拉伯数字,另外要能根据输入数据的变化同步变化LCD上显示的内容。同时要能将储存模块中的数据正常地显示在LCD上。该课题的研究将有助于采用FPGA的系列产品的开发,特别是需要用到LCD的产品的开发。同时可以大大缩短FPGA的开发时间。另外,由于模
2、块的易用性,也将使得更多的采用FPGA的产品之上出现LCD,增加人机之间的交互性,为行业和我们的生活带来新的变化。本文中对FPGA,LCD,ModelSim,XilinxISE8.2i硬件设计工具等进行了简单的介绍,对其功能进行了简单的描述,并了解了LCD液晶显示器的发展历史,日常应用以及相对比于其他种类显示器的优缺点,并对基于FPGA的LCD液晶显示器驱动电路未来的发展趋势进行了展望。关键词:FPGA,LCD,状态机,Verilog-Ⅱ-DesignandImplementationofLCDDriveDisplayCircuitba
3、sedonFPGAAbstractInthisproject,themainobjectistodesignaLCDcontrollerbasedonFPGA,andatthesametimeemphasizeontheconvenienceforthelaterapplicationandmigration.TheprogramofthecontrolleriswrittenbyVeriloglanguage,andthemainbodyoftheprogramusedstatemachineastheprimarycontrolme
4、thod.displayedpicturewhichwasputearlier.Inthisproject,Ifinallyrealizedthefollowingfunction.ThefirstoneistodisplayanyEnglishandfigureoncharacteranypositionofthedisplayscreen.Thesecondoneisthedisplayinformationwillinstantaneouslyupdateastheinputdatachanges.Theresearchofthi
5、sprojectwillcontributetothedevelopingprocessofthoseproductswhichuseFPGAs,especiallythoseproductsalsouseLCD.Andatthesametime,itcanreducedramaticallyonthedevelopingtime.Inaddition,fortheconvenienceofthiscontroller,moreandmoreFPGAbasedproductswillcomeoutwithLCDscreen.Thisch
6、angewillenhancetheinteractionbetweenhumanandthemachine,andbringinnovationtotheindustryandourlives.Inthisproject,FPGA,LCD,ModelSim,XilinxISE8.2Ihardwaredesigntoolssimplyintroducesitsfunctionswereasimpledescription,andunderstandingtheLCDmonitorthedevelopmenthistory,andrela
7、tiveeverydayapplicationsthaninothertypesofmonitorbasedonFPGAadvantagesanddisadvantages,andtheLCDmonitordrivercircuitfuturedevelopmenttrendsarediscussed.Keywords:,FPGA,LCD,StateMachine,Verilog-Ⅲ--Ⅲ-目 录任务书I摘 要IIABSTRACTIII第1章 绪 论11.1 选题背景11.2LCD液晶显示器的发展现状11.3 选题目的3第2章 关键技术
8、介绍42.1 FPGA简介42.2 LCD简介42.2.1 LCD的简介42.2.2 TC1602液晶模块简介52.3系统软件图6第3章 系统分析73.1 FPGA的设计方法73.2 VerilogHDL和