设 计 ( 论 文 ) 题目:Linux 下的单片机 LCD 驱动的设计摘要LCD 由于其工作电压低、功耗低、无辐射、寿命高、轻巧方便、易于实现大规模集成和生产等一系列优点,率先进入显示器市场并不断扩宽其领域。又由于人机交互技术的快速进展,LCD 凭借其高清楚度、大容量的显示效果,成为了显示领域的新秀。嵌入式系统是以应用为中心,以计算机技术为基础,并且软硬件可裁剪,适用于应用系统对功能、可靠性、成本、体积、功耗有严格要求的专用计算机系统。它一般由嵌入式微处理器、外围硬件设备、嵌入式操作系统以与用户的应用程序等四个部分组成,用于实现对其他设备的控制、监视或管理等功能。本文应用了嵌入式开发方面的知识,从实际出发,对 ZLG240128F 型号的 LCD 进行了驱动。本文的工作主要体现在以下几点:第一,本文深刻分析了当今嵌入式 LCD 驱动开发的背景、开发现状以与应用前景,对LCD 驱动技术的进展作了展望,确定了本文的目的将是对总线结构控制的 LCD 和扫描方式控制的 LCD 的开发方式的探讨。第二,本文以 ZLG240128F 型号的 LCD 为开发对象,以 ARMSYS44B0-P 嵌入式系统开发板为硬件平台,以 linux 为操作系统进行了开发。本文先是采纳 linux 应用程序开发的方式,对 LCD 直接进行引脚控制,直接对其显存读写来达到我们驱动的目的。在第六章,本文继续探讨了采纳 linux 核对 LCD 驱动的技术,主要是探讨了基于 framebuffer 的写驱动程序的过程。[关键字]LCD 液晶 framebuffer 嵌入式AbstractLCD, with a series of advantages such as low working voltage and power consumption, no radiation, longevity, being light and convenient and easy to implement large-scale integration and production, has led way into the display market and is constantly widening its field. Additionally, due to rapid development of human-computer interaction technology, LCD has become the rookie in the display area with its high-definition, and large-capacity display. Embedded system is a specialized computer system, which is application-centric and based on computer technology. It is such a system that its software and hardware can be tailored and applied ...