搜索资源列表
2410iis
- 2410开发板在ADS下测试IIS的程序 运行步骤: 1 打开iis.mcp工程文件 2 运行 3 根据屏幕提示,下载pcm文件到开发板中 然后接上耳机在开发板上的spi输出端,听取 音频输出 文件说明: iis_test.c 开发板初始化文件 2410iis.c iis实验主程序文件-2410 ADS development board under test in the running IIS steps : an open iis.mcp two pro
chumu
- 这是个触摸屏幕程序,拷贝后直接运行即可,适用于嵌入式开发-This is a touch-screen procedures, copy operation can be directly applied to the embedded development
circle1
- 在嵌入式ARM板at91rm9200(型号ts-7300)下画一个圆并在屏幕上显示的源程序。-plate at91rm9200 (model ts-7300), painted in a circle and displayed on the screen of the source.
camera_adv_v0.2
- 嵌入式Linux下采集中星微301系列摄像头数据,并直接在屏幕上绘出图片(在没有GUI的环境下)
vba
- 为摩托罗拉智能手机提供的gameboy advanced游戏机模拟器的全套代码,编译需要moto linux java platform sdk,moto官方网站有下载,通过它可以加载所有gb, gbc, gba游戏,支持屏幕缩放,旋转,画面达20帧以上,由本人从开源的vba移植所得.解压密码: www.ohyee.net
framebuffer
- 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好小企鹅的颜色和位置信息),设置framebuffer的值。本实验采用的是第二种方法。只要读取linux_l
linux for embedded and realtime app
- 实时嵌入式LINUX程序设计(英文资料),已解密可屏幕取词阅读。资料相当出色!-real-time embedded Linux programming (English), has been declassified Capture Characters from Screen can be read. Information is excellent!
miaobiao
- 在LCD屏幕上显示秒表计时,并利用按键控制秒表的开始与暂停及清零。同时LED灯呈跑马灯闪烁-Displayed on the LCD screen stopwatch timer, and stopwatch using buttons control the start and pause and clear. LED lights were also flashing marquees
2410AD
- 2410开发板在ADS下的A/D转换测试程序。 运行步骤: 1 打开ad.mcp工程文件 2 运行 3 用一根导线连接ad 输入0通道,观察屏幕输出数据的变化 文件说明: ad_test.c:开发板初始化文件 ad.c :ad测试主文件-2410 ADS development board in the A/D converter testing procedures. Running steps : one open document ad.mcp two proj
xtscal
- 在运行嵌入式Linux系统的、支持屏幕点击功能的手机上,如果由于某些原因导致点击与鼠标位置失准,可以用该程序重新定位。-Cell phones that running on embedded Linux system, which support the function of the screen click, if for some reason clicking with the mouse lead to inaccurate location, this application ca
gpe-lights-0.13
- 此程序用于在运行嵌入式Linux系统的手机上,可用于调整屏幕显示的亮度。-This procedure for running embedded Linux system on mobile phone can be used to adjust screen brightness.
minigui_wave
- 本代码提出一种基于MiniGUI平台的波形连续显示方法。通过MiniGUI提供的图形函数,以一种简洁的屏幕移动思想实现了波形的连续显示。为嵌入式示波设备的波形绘制提供了有效的参考思路。-This code is based on MiniGUI platform presents a continuous waveform display method. MiniGUI provided through a graphical function to a simple screen mobile
Linux
- 本程序不需要makefile,交叉编译后可直接下载到芯片上运行。将实验板与电脑通过串口相连,可看见打印咋屏幕上的字符“Hello World”。-This procedure does not require makefile, cross-compiled can be directly downloaded to the chip to run. The experimental board and connected to the computer through the serial p
source
- 一个将输入的字符转变为类点阵字体,然后在屏幕上动态显示出来的小程序,能在MOTOROLA E8机型上运行,稍修改后可以在其他MOTO LINUX机型上面运行.-One will be entered into a class character dot-matrix font, and then dynamically displayed on the screen a small program that can run on the MOTOROLA E8 model, slightly m
LCD
- 先lcd屏幕中部开始显示4行的一首诗,在定时器控制下垂直滚动,直到整首诗逐渐从屏幕最上边消失,然后又从屏幕下沿逐渐出现。并如此循环不止-Middle of the screen started to show the first 4 lines of a poem, under the control of the vertical scroll in the timer, until the whole poem gradually disappear from the screen the
nunchunk
- 使用i2c-dev 从smbus读取wii游戏手柄nunchunk数据,根据读取的x-position , y-position位置,画轨迹,改变颜色,刷新屏幕-Using i2c_dev.h to read data from nunchunk and draw the trajecty of it.Change color and refresh the screen. Z and C button are pressed to exit the program
Show_Word
- 初学DFB者必看的例子代码,简单介绍了DFB是如何在屏幕中央显示一行文字的-Who will see beginner DFB code examples, simply introduces how the DFB of one line of text central display screen
framebuffer
- 本实验是一个LCD显示实验,程序将在开发板的LCD屏幕上依次显示红色、绿色、蓝色和格状色彩,通过该实验,初学者可以初步了解嵌入式LCD显示程序的开发。 开发环境: 创维特CVTs3c2410开发板 Redhat9.0 -This experiment is a LCD display experiment, the program board in the development of LCD displays on the screen turn red, green, blu
touch
- 本实验是一个触摸屏实验,实验者触摸实验板的LCD屏幕,将从串口打印出当前点的坐标值。实验中需要定义触摸屏相关的数据结构TS_EVENT,数据结构TS_EVENT的内容包括按下触摸屏时的压力,位置。 实验环境: 创维特CVTs3c2410开发板 Redhat9.0-This experiment is a touch-screen experiment, the experimenter touch panel LCD screen test, print out the serial
DM6446_vga_loop
- DM6446*640X480的TFT真彩液晶驱动!本人亲自从linux复杂的缓存驱动中分离出来,目前是一个初始化的代码,能把屏幕显示一个纯色!对于做linux开机启动画面来说很重要!可以移植到U-BOOT下!此代码在CCS下编译通过!-Plug the DM6446 640X480 TFT true color LCD driver! I personally drive from the linux cache complex separated, is now an initializat
