搜索资源列表
framebuffer
- linux 下的frambuffer,在屏幕的左上角显示一个图框!-the frambuffer, in the upper left screen shows a map box!
lcd_driver-framebuffer
- 本文研究论述了基于S3C2410 LCD控制器的Linux驱动程序设计与实现,介绍了S3C2410的LCD控制器的数据和控制管脚,并给出了LCD的控制流程和LCD的控制器设置规则,参照TFT-LCD LQ092Y3DG01的逻辑要求和时序要求设计了其驱动电路,设置了主要LCD寄存器;论述了在嵌入式Linux中基于FrameBuffer机制的LCD驱动程序的实现方法。主要研究了Linux帧缓冲设备驱动程序框架,详细分析了帧缓冲设备驱动程序层次结构、核心功能模块和数据结构,设计了FrameBuffe
bmp图片读取显示
- 本代码在C2平台上运行成功,功能:运行时不带参数则在显示器上显示七彩带(竖状),若带参数如 ./fbwrite ./bmpfile/*bmp 则循环显示bmp图片到显示器上
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!
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
framebuffer
- 基于framebuffer的图形显示程序-Framebuffer-based graphics display program
framebuffer
- framebuffer显示BMP图片源码-framebuffer display BMP image source
showbmp
- 在framebuffer上显示bmp文件-In the framebuffer to display bmp file
demofb
- linux下操作framebuffer来显示的示例代码. 给大家参考下.-linux operating framebuffer to display the sample code. under for your reference.
time
- uclinux下基于framebuffer显示时间的一个小程序-framebuffer based on uclinux showed a small program
LCD-controller-application
- 学习S3C44B0的LCD控制器特性,熟悉LCD控制器与LCD驱动器的连接接口,了解uClinux下framebuffer显示驱动的使用-Learning S3C44B0 the LCD controller features, are familiar with LCD controller and LCD driver interface, the connection to understand the framebuffer display driver under uClinux us
my_bmp
- 在Linux环境中利用framebuffer设备显示bmp图像,针对显示器设备为1024*768 32位色深的(vga=833)-In the Linux environment, using framebuffer device display bmp images for display devices 1024* 768 32-bit color depth (vga = 833)
show_word
- 基于framebuffer的显示汉字的程序-Framebuffer display Chinese characters on the program
framebuffer
- linux下framebuffer下显示五角星的
Linux-driver-development18
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第18章、LCD设备驱动。在多媒体应用的推动下,彩色LCD越来越多地应用到了嵌入式系统中,掌上电脑(PDA)、手机等多采用TFT显示器件,支持彩色图形界面,能显示图片并进行视频媒体播放。帧缓冲(Framebuffer)是Linux为显示设备提供的一个接口,它允许上层应用程序在图形模式下直接对显示缓冲区进行读写操作。本章主要讲解帧缓冲设备Linux驱动的架构及编程方法。-Author: HuaQing vis
TuB.c.tar
- framebuffer 显示图片,实现读取jpeg压缩格式,基于linux操作系统-framebuffer display pictures
s3c2416_modules_test-v1.4
- s3c2416利用framebuffer显示图片-s3c2416 use framebuffer display pictures
fb.tar
- FrameBuffer显示,其中包含画点画线画圆等源程序,一个应用程序实现调用-FrameBuffer show, which includes stipple line source such as a circle, called an application to achieve
linux下利用framebuffer在lcd上显示
- 利用framebuffer在lcd上显示的应用程序,经过本人测试的