搜索资源列表
linux下LCD显示字符
- 该程序利用framebuffer可实现汉字、ASCII码的混合显示。
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驱动接口函数的调用及其必要包含头文件和数据结构;
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
framebuffer
- linux下的frambuffer编程,可以应用于LCD之类的编程-linux frambuffer programming
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
showimg
- 嵌入式linux下基于framebuffer显示bmp和Jpeg格式的图片。-Linux embedded framebuffer display based bmp format and Jpeg images.
ezfb-10.00.tar
- ezfb 对于linux framebuffer 的设备的一个操作库, 里面的一些效果很好. 对于掌握framebuffer设备挺有好处. -ezfb the linux framebuffer device for an operation of the Treasury, which some very good results. framebuffer device for the very good hands.
LCD444101
- 掌握Linux系统下FrameBuffer驱动的基本使用方法; (2) 掌握FrameBuffer常用API函数的使用方法。 掌握编写LCD函数库 掌握使用LCD函数库 -Linux system to master the basic FrameBuffer drive to use (2) commonly used FrameBuffer master the use of API functions. The preparation of LCD master libr
easyfb.tar
- framebuffer编程 linux 中控制framebuffer-framebuffer programming linux control framebuffer
framebuffer
- 嵌入式linux中,framebuffer基本使用方法,来自周立功magic2410-a program about framebuffer
Framebuffer-HOWTO
- 本文档描述了在多平台环境下使用framebuffer的方法-This document describes how to use the framebuffer devices in Linux with a variety of platforms. This also includes how to setup multi-headed displays.
yuv_player_using_framebuffer
- linux,使用framebuffer来播放yuv文件的一个源代码。-linux, use the framebuffer to play yuv file a source code.
Linux divice diver
- Linux设备驱动的现状 从non os驱动到Linux驱动 内核设施 自旋锁、信号量、互斥量、完成量 异步通知、信号 阻塞与非阻塞 内存与I/O操作,DMA 中断,top half/bottom half 字符设备驱动 复杂设备驱动的框架 LCD设备FRAMEBUFFER FLASH设备MTD TTY设备 块设备 用户空间的设备驱动 设备驱动开发流程 开
fb_display
- linux下 framebuffer的使用小例子-Under linux framebuffer small example of the use of
framebuffer_linux
- 在linux下使用通用的framebuffer驱动提供的应用接口在屏幕上显示画面和bmp图片的像素内容,自动对bmp的像素进行处理以适应屏幕分辨率和色深。注意如果是pc的linux由于桌面采用X11机制所以不兼容framebuffer,需要按ctrl+alt+f1进入终端后才能看到framebuffer上的内容(use linux framebuffer interface to show bmp file on lcd)