搜索结果
找到约 3 项符合
Linux_Logo 的查询结果
Linux/Unix编程 Linux_Logo启动图标制做
Linux_Logo启动图标制做,是很详细的制作过程,我公司里的资料啊!
驱动编程 Source files for pxa LCD driver ======================================== The packet contains the
Source files for pxa LCD driver
========================================
The packet contains the files that is listed below
driver files
/SOURCE/drivers/video
Makefile fbcon.c fbmem.c pxafb.c pxafb.h
/SOURCE/include/linux
linux_logo.h
/SOURCE/include/asm-arm/arch-pxa
pxa-regs.h
嵌入式Linux 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口
利用framebuffer画小企鹅
Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好 ...