搜索资源列表
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开发的基本过程。
一片讲述framebuffer的好文(英文的)
- 一片讲述framebuffer的好文章(英文的),对于喜欢在linux字符界面下写图形程序的入门者有很大的帮助-a good article (English), the characters like linux graphical interface written procedures for the beginners will be very helpful
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驱动接口函数的调用及其必要包含头文件和数据结构;
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-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.
framebuffer
- linux下framebuffer下显示五角星的
linux下利用framebuffer在lcd上显示
- 利用framebuffer在lcd上显示的应用程序,经过本人测试的
FrameBuffer
- Simple framebuffer written in C# for Computer Graphics