搜索资源列表
framebuffer
- linux 下的frambuffer,在屏幕的左上角显示一个图框!-the frambuffer, in the upper left screen shows a map box!
linux下LCD显示字符
- 该程序利用framebuffer可实现汉字、ASCII码的混合显示。
bmp图片读取显示
- 本代码在C2平台上运行成功,功能:运行时不带参数则在显示器上显示七彩带(竖状),若带参数如 ./fbwrite ./bmpfile/*bmp 则循环显示bmp图片到显示器上
framebuffer.rar
- 本源码是将一张jpeg图片显示到9261ek开发板的lcd上,通过famebuffer,并且可以将lcd上的图片截取下来同时转换为jpeg格式,The source is a jpeg image to the lcd board 9261ek through famebuffer, and can picture the interception on the lcd at the same time it is converted to jpeg format
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
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.
基于linux2.6.30.4 framebuffer移植LCD驱动到FL2440开发板
- 本文的目的为基于linux2.6.30.4 framebuffer移植LCD驱动到FL2440开发板。本文内容大致分为以下几个部分: 1、 LCD硬件及显示原理介绍; 2、 s3c2440 LCD控制器介绍; 3、 内核LCD驱动机制framebuffer(帧缓冲技术)概述; 4、 驱动移植相关及应用程序接口相关重要数据结构分析 5、 在linux2.6.30.4内核中添加(移植)LCD驱动; 6、 嵌入式linux应用程序中LCD驱动接口函数的调用及其必要包含头文件和数据结构;
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
showimg
- 嵌入式linux下基于framebuffer显示bmp和Jpeg格式的图片。-Linux embedded framebuffer display based bmp format and Jpeg images.
Framebuffer
- 在屏幕上显示一个不断旋转和由小到大变化的五彩立方体。使用OpenGL库。-Displayed on the screen and the small to large changes in a continuous rotation of colorful cubes. Use the OpenGL library.
jpeg_framebuffer_display
- 自己写的基于mini2440+T35的jpeg图片显示程序,利用framebuffer显示-Write their own based on mini2440+ T35 of the jpeg image display program, the use of framebuffer display
framebuffer
- linux下framebuffer下显示五角星的
framebuffer
- 本实验是一个LCD显示实验,程序将在开发板的LCD屏幕上依次显示红色、绿色、蓝色和格状色彩,通过该实验,初学者可以初步了解嵌入式LCD显示程序的开发。 开发环境: 创维特CVTs3c2410开发板 Redhat9.0 -This experiment is a LCD display experiment, the program board in the development of LCD displays on the screen turn red, green, blu
png
- android framebuffer显示png格式图片-android framebuffer display png format images
framebuffer
- 利用framebuffer显示BMP或JPEG图片.使得320*240的图片可以在LCD上显示-Use framebuffer display BMP or JPEG images, making 320* 240 pictures can be displayed on the LCD
framebuffer
- 利用framebuffer显示BMP或JPEG图片.使得320*240的图片可以在LCD上显示-Use framebuffer display BMP or JPEG images, making 320* 240 pictures can be displayed on the LCD
linux下利用framebuffer在lcd上显示
- 利用framebuffer在lcd上显示的应用程序,经过本人测试的