搜索资源列表
zlg_7289
- 1) 复制libminigui-str-1.6.2.tar.gz至任意用户目录。 2) 解压此文件 tar zxvf libminigui-str-1.6.2.tar.gz 4) 将zlg7289.c zlg7289.h二文件拷贝入增值版的相应目录中 libminigui-1.6.2-linux/src/ial/ 5) 修改相关宏定义使上述二文件加入库编译。 a. 修改libminigui-1.6.2-linux/src/ial/Makefile.am
framebuffer
- 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好小企鹅的颜色和位置信息),设置framebuffer的值。本实验采用的是第二种方法。只要读取linux_l
8900transplant
- cs8900a移植,linux移植笔记,包括cs8900.c cs8900.h
linuxdriver
- linux设备驱动 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |--- | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h
smp86xx_rootfs.tar.bz2
- sigma smp8634/8635 toolchain rootfs building source. ================= Readme.txt ================= This is the Sigma Designs customization of the root file system for the SMP86xx family of chips. This package is of course
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
camera-v4l
- linux和arm下usb摄像头图像的获取,领用s3c2440芯片和video for linux 编程,c语言编程-linux and arm under the usb camera image acquisition, the recipients S3C2440 chip and video for linux programming, c language programming
cli_arm
- 基于嵌入式linux的命令行接口,实现了修改IP地址,MAC地址,网关等功能-cli based on embedded linux. realize functions of requiring ip address, mac address, gateway and etc.
ourdev_465773
- 摄像头抓屏程序 在linux下运行 需要v4l.h v4l.c-use webcam to capture pics in linux
build
- 从.ui自动生成.h和.cpp的一个脚本,Linux编程必用的一小程序,方便大家-From. Ui automatically generated. H and. Cpp in a scr ipt, Linux programmers will use a small program so as to facilitate
DVR_SDK
- DVR网络系统SDK开发文档.目前SDK支持atm(6204,6214),stm(6308,6304),.65xx系列的产品-DVR Network SDK development documentation. Current SDK supports atm (6204,6214), stm (6308,6304), .65 xx series of products
GPS
- 基于ARM的GPRS车载系统源程序 /******************************************************************************* ** Function: Get GPS Communication Port from GPSPort.ini ** ** In: char buffer ** ** Out: set the char buffer ** ** Date: 2007-8-1 Autho
MYCQ
- 在linux下实现单聊和群聊使用QT设计器制作界面使用SQLITE作为数据库此程序使用C/s模式-failed to translate
nand
- linux ,arm板上,nand flash的驱动程序。h含atmel,mt等多厂家的多型号。-linux, arm-board nand flash driver. h containing atmel, mt, multi-vendor multi-model.
camera.tar
- 嵌入式linux下采集视频并编码视频,保存为本地文件。 交叉编译器为arm-linux-gcc4.3.2 编码器为H.264最新版本 采集和编码双线程,于s3c2440上测试成功。-Embedded linux video capture and encode video and save it as a local file. Cross compiler for arm-linux-gcc4.3.2 H.264 encoder latest version capture and e
Image-Cpature-Program-IIB400-Imote2-Linux.tar
- Imote2 IIB400 Camera capture program compiled in arm-xscale-linux-gnu-gcc, run ./capture. Capture.c is the source code, I changed video2dev.h location for my compiler. BTW I got the C source code from University.
armserver
- 基于Linux系统DSP6467T的应用程序,主要用于视屏流采集、编码和传输。程序码流采用H.264压缩传输,通过网络TCP协议传给上位机。-The application of Linux system based on DSP6467T, mainly used for video stream acquisition, coding and transmission. Program stream using H.264 compression and transmission, tran
SDK-H264
- 基于ARM Linux的H.264远程视频监控系统,通过网络查看监控。-Based on ARM Linux H.264 remote video surveillance system, through the network view monitoring.
智能小车资料
- 智能小车相机模块程序,文件包含一个.c文件和.h文件。(This is camera file. inside have a .c file and .h file.)
xpt2046驱动
- 一款电阻屏的驱动文件,linux-xpt2046驱动,非单片机驱动,是linux的。 压缩包包含xpt2046.c xpt2046.h,使用的是spi总线.供大家使用