搜索资源列表
framebuffer
- 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好小企鹅的颜色和位置信息),设置framebuffer的值。本实验采用的是第二种方法。只要读取linux_l
fbi_1.31.tar.gz
- linux下开源图片codec,可显示png,jpg,bmp等,还可交叉编译,在ARM平台运行。,This is a image viewer for framebuffer devices. It is quick & dirty hacked off a svgalib PhotoCD viewer. This background is the reason for a few limits: * It can handle the usual VGA graphics m
OV9650_BMP
- 通过OV9650摄像头采集图像数据,并将数据存储为bmp格式图片,然后保存在开发板上的SD卡-OV9650 camera acquisition of image data, and the data is stored as a bmp format picture, and then stored in the SD card development board
showimg
- 嵌入式linux下基于framebuffer显示bmp和Jpeg格式的图片。-Linux embedded framebuffer display based bmp format and Jpeg images.
fb_solomon
- 这是solomon平台(使用linux操作系统)下对bmp图片的显示代码-This is solomon platform (using the linux operating system), the display code for bmp images
arm-printscreen
- 功能:arm系列开发板,linux系统下的截屏程序,直接对FBdev设备进行读写,保存为bmp格式的图片。对arm开发板的嵌入式用户很有用处,因为在arm lilnux中没有截屏命令。-Function: arm Series development board, linux system under the screen capture programs, read and write directly to FBdev equipment, save as bmp format images
fbwrite
- 本代码在C2平台上运行成功,功能:运行时不带参数则在显示器上显示七彩带(竖状),若带参数如 ./fbwrite ./bmpfile/*bmp 则循环显示bmp图片到显示器上-The code to run on the C2 platform, functions: run without parameters are displayed on the display colorful belt ( vertical ), the parameters such as. Fbwrite./bmp
16bpp-bmp
- 16位色bmp图片的颜色代码说明,在图片上均有说明-16 color bmp picture color code instructions are instructions on the picture
reader-of-txt-and-bmp
- 嵌入式开发的txt读取,以及bmp图片读取显示的程序-Embedded development txt read, and bmp picture to read the display program
main
- main.c为画图程序,将bmp格式图片画在视频的图层上。-main.c for the Paint program, will bmp format pictures painted on the video layer.
QtImage
- 用QT编写一个简单的图片浏览程序,运行该程序可以查看文件系统中的任何目录下的图片,包括jpeg,gif,bmp,png等格式。程序中能实现几个简单的功能:首先可以显示当前目录下的图片(如果有的话) 然后设置几个按钮,包括上一张,下一张,循环播放,分别点击这些按钮实现显示上一张图片,下一张图片,循环播放该目录下所有图片的功能;另外,在程序中设置了一个定时器,用来控制循环播放图片的时间间隔,该时间间隔会在Super-ARM的数码管上显示出来。-With QT. Write a simple pict
bmp-shao
- 操作480*272分辨率bmp格式图片,将图像的数据写入framebuffer,显示在OK6410配套的4.3寸TFT LCD上-Operation 480* 272 resolution bmp format pictures, writes framebuffer image data displayed on the OK6410 supporting 4.3-inch TFT LCD
arm-printscreen
- 功能:arm系列开发板,linux系统下的截屏程序,直接对FBdev设备进行读写,保存为bmp格式的图片。对arm开发板的嵌入式用户很有用处,因为在arm lilnux中没有截屏命令。-Function: arm Series development board, linux system under the screen capture programs, read and write directly to FBdev equipment, save as bmp format images
pictureplayer.tar
- 识别image文件夹里的图片,并将其播放至x210的显示屏上,顺序滚动。目前只支持jpg,png和bmp格式的图片。(Identify the pictures in the image folder and play them on the x210 screen. Scroll them in sequence. Currently only JPG, PNG and BMP formats are supported.)
(项目二)(kernellist)pic_node_cycle_p
- 自动读取指定目录下的bmp文件,支持上一张,下一张,循环播放图片。基于三星6818开发板。(Automatically read the BMP file in the specified directory, support the last one, the next, circulate the picture. Based on the Samsung 6818 development board.)