搜索资源列表
Framebuffer驱动示例程序
- Framebuffer驱动示例程序.rar framebffer的编写示例程序说明-Framebuffer the actuation demonstration procedure rar framebffer compilation demonstration procedure showed
lcd_driver-framebuffer
- 本文研究论述了基于S3C2410 LCD控制器的Linux驱动程序设计与实现,介绍了S3C2410的LCD控制器的数据和控制管脚,并给出了LCD的控制流程和LCD的控制器设置规则,参照TFT-LCD LQ092Y3DG01的逻辑要求和时序要求设计了其驱动电路,设置了主要LCD寄存器;论述了在嵌入式Linux中基于FrameBuffer机制的LCD驱动程序的实现方法。主要研究了Linux帧缓冲设备驱动程序框架,详细分析了帧缓冲设备驱动程序层次结构、核心功能模块和数据结构,设计了FrameBuffe
framebuffer
- 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好小企鹅的颜色和位置信息),设置framebuffer的值。本实验采用的是第二种方法。只要读取linux_l
framebuffer
- lcd 的 framebuffer编程。LCD驱动程序!
FrameBuffer
- 基于s3c2410的linux操作系统下对Framebuffer的操作
framebuffer
- framebuffer的驱动程序范例,基于s3c2410处理器
Framebuffer
- Framebuffer中画点,画线,画多边形,画圆,画抛物线的实现函数
framebuffer
- 这部分档里包含XX公司的framebuffer开发文档。介绍了LCD的基本功过原理,结构时序,和framebuffer开发的基本过程。
test frame buffer
- 一个在linux下测试framebuffer的例子,对新手很有帮助
linux下LCD显示字符
- 该程序利用framebuffer可实现汉字、ASCII码的混合显示。
zy-wireless.rar
- 致远公司2410开发板-FrameBuffer模块应用,2410 development board-module application FRAMEBUFFER
picture-to-framebuffer
- 这是一个C写的程序,它用来处理.bmp文件,经处理后的.bmp文件可以直接在Linux framebuffer上显示,作者在蓝海微芯的ARM9/2410开发板上已经使用,详细步骤在附录的.txt文件中有记录。-A small C application to change the bmp picture for displaying on the 2410 board s LCD.
framebuffer
- 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <
framebuffer
- 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的FRAMEBUFFER设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development, a book FRAMEBUFFER device driver source code
framebuffer
- 基于framebuffer的图形显示程序-Framebuffer-based graphics display program
framebuffer
- framebuffer显示BMP图片源码-framebuffer display BMP image source
framebuffer
- 嵌入式linux中,framebuffer基本使用方法,来自周立功magic2410-a program about framebuffer
framebuffer
- linux下framebuffer下显示五角星的
linux下利用framebuffer在lcd上显示
- 利用framebuffer在lcd上显示的应用程序,经过本人测试的
FrameBuffer
- Simple framebuffer written in C# for Computer Graphics