搜索资源列表
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
- 这部分档里包含XX公司的framebuffer开发文档。介绍了LCD的基本功过原理,结构时序,和framebuffer开发的基本过程。
bmp-framebuffer.rar
- linux下的BMP位图显示程序,经测试好用,但请大家注意,不同的文件格式需要转换!,BMP under linux bitmap display program, tested good, but please note that the need for a different file format conversion!
capture.rar
- //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open framebuffer device.\n"] exit[1] } //取得固定信息 if [ioctl[fd, FBIOGET_FSCREENIN
framebuffer 2440 frame buffer 测试程序
- 2440 frame buffer 测试程序,可以直接显示16位bmp 图片-2440 frame buffer test program, you can directly display 16-bit bmp image
video_capture
- 基于linux-xvid的视频捕捉压缩,和jpeg压缩,framebuffer显示。avi,a4v视频保存-Linux-xvid-based video capture compression, and jpeg compression, framebuffer display. avi, a4v video save
linux_fb
- linux framebuffer 的demo代码,短小精干。。。文件虽小,功能的API 调用都全了。-linux FB
libFBL-0.1.tar
- Linux Framebuffer c函数库,用于学习framebuffer编程或者构建基于framebuffer的抽象层-Linux Framebuffer c function library for study framebuffer programming or build the abstraction layer based on the framebuffer
LCD
- S3C44B0X下的LCD (framebuffer)驱动资料与相关代码-S3C44B0X under the LCD (framebuffer) driver information with the relevant code
framebuffer
- linux下的frambuffer编程,可以应用于LCD之类的编程-linux frambuffer programming
showbmp
- show bmp in the framebuffer, it can be used under linux console and manipulate framebufffer
framebuffer
- 基于arm2410的一个简单的液晶屏驱动,-Arm2410 based on a simple LCD driver,
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 <
viafb-2604-2.6.25-rc6-v16.tar
- via framebuffer driver
framebuffer
- 基于framebuffer的图形显示程序-Framebuffer-based graphics display program
framebuffer
- framebuffer显示BMP图片源码-framebuffer display BMP image source
framebuffer
- linux下framebuffer下显示五角星的
linux下利用framebuffer在lcd上显示
- 利用framebuffer在lcd上显示的应用程序,经过本人测试的
FrameBuffer
- Simple framebuffer written in C# for Computer Graphics