CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - Bmp

搜索资源列表

  1. framebuffer

    0下载:
  2. 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好小企鹅的颜色和位置信息),设置framebuffer的值。本实验采用的是第二种方法。只要读取linux_l
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:7.25kb
    • 提供者:果法
  1. imageviewer

    0下载:
  2. 一个已经移植到嵌入式平台上的图象处理程序源代码,可以处理gif,bmp,jpg,png
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:3.27mb
    • 提供者:leelqrose
  1. JPGARM

    0下载:
  2. bmp图像转换成jpeg图像的一个linux的小程序
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:59kb
    • 提供者:梁志洪
  1. display

    0下载:
  2. 在arm linux环境下,利用framebuffer显示一张bmp格式的图像,采用c语言写的代码,用交叉编译器编译-In arm linux environment, using framebuffer display a bmp format image, the use of code written in c language, with cross-compiler
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:2.07kb
    • 提供者:刘一夫
  1. fbi_1.31.tar.gz

    0下载:
  2. 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
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-21
    • 文件大小:90.03kb
    • 提供者:张洪
  1. picture-to-framebuffer

    0下载:
  2. 这是一个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.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:3.17kb
    • 提供者:yimeisheng
  1. OV9650_BMP

    0下载:
  2. 通过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
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-09
    • 文件大小:2.3kb
    • 提供者:PHP
  1. TFT_LCD_DRIVE

    1下载:
  2. TFT触摸屏驱动程序,非常难得!-TFT触摸屏驱动程序,非常难得!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-02-14
    • 文件大小:1.38mb
    • 提供者:小温
  1. z301p

    0下载:
  2. 是中星微zc201p的摄像头对应的图像采集程序,可以采集图像,并以.jpg已经.bmp的格式存储,linux2.6版本内核已经添加了该驱动。-Is of Vimicro zc201p the corresponding camera image capture program that can capture images. Jpg bmp format storage, linux2.6 version of the kernel has been added the driver.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-11
    • 文件大小:15.6kb
    • 提供者:刘赞
  1. showimg

    0下载:
  2. 嵌入式linux下基于framebuffer显示bmp和Jpeg格式的图片。-Linux embedded framebuffer display based bmp format and Jpeg images.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:4.88kb
    • 提供者:吴均
  1. monitor.tar

    0下载:
  2. 嵌入式Linux video4linux 编程。包含触摸屏显示,jpeg、png和bmp等图像的压缩。心血!-Programming Embedded Linux video4linux. Include touch screen display, jpeg, png, and bmp image compression, etc.. Hard!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-10
    • 文件大小:2.04mb
    • 提供者:wzhiwei
  1. NanoX_app

    0下载:
  2. nano- X是一个著名的开放式源码嵌入式GUI 软件,目的是把图形视窗环境引入到运行Linux 的小型设备和平台上。nano-X使用了分层设计的思想,可移植性非常好,nano-X 的图形引擎能够运行在任何支持readpixel,writepixel,drawhorzline, drawvertline 和setpalette 的系统之上,在底层函数的支持之下,nano-X 支持新的Linux内核帧缓存结构,并基于framebuffer来实现图像的绘制。nanox应用程序运行时占用的资源较少,s
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:1.31mb
    • 提供者:何庭光
  1. fb_solomon

    0下载:
  2. 这是solomon平台(使用linux操作系统)下对bmp图片的显示代码-This is solomon platform (using the linux operating system), the display code for bmp images
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:118.56kb
    • 提供者:zhuhukun
  1. arm-printscreen

    0下载:
  2. 功能: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
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:1.08kb
    • 提供者:phobey
  1. fbwrite

    0下载:
  2. 本代码在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
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:2.63kb
    • 提供者:kinjor
  1. 16bpp-bmp

    0下载:
  2. 16位色bmp图片的颜色代码说明,在图片上均有说明-16 color bmp picture color code instructions are instructions on the picture
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-24
    • 文件大小:5.99kb
    • 提供者:车世家
  1. wzh_bmp

    0下载:
  2. linux下显示16位bmp图像,我用的是240*320 的16诶图像-linux display 16 bmp picture
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:15.85kb
    • 提供者:王者
  1. reader-of-txt-and-bmp

    0下载:
  2. 嵌入式开发的txt读取,以及bmp图片读取显示的程序-Embedded development txt read, and bmp picture to read the display program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-08
    • 文件大小:1.66mb
    • 提供者:陈熠日
  1. bmp-shao

    0下载:
  2. 操作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
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:3.3kb
    • 提供者:
  1. bmp位图解析例程

    0下载:
  2. bmp位图解析的例程,已经验证,十分好用
  3. 所属分类:嵌入式Linux

« 12 »
搜珍网 www.dssz.com