Welcome![Sign In][Sign Up]
Location:
Search - led 16 c

Search list

[Other resourceC

Description: LED显示程序,功能:LED16*16点阵滚动显示 说明:74LS164用作发送数据,P0,P2口用来列选 看本程序最好的工具最好旁边有标号和语法着色,推荐keil或UltraEdit 懒人提示:要改成自己所要的显示内容,要怎么改? 1.要改显示内容改第23~92行代码,还有第119行代码,具体改法见下面注释 2.要改滚动速度改第102行代码
Platform: | Size: 3842 | Author: 孙芳芳 | Hits:

[ARM-PowerPC-ColdFire-MIPSDATARETljx

Description:
Platform: | Size: 52224 | Author: 李建勋 | Hits:

[Embeded-SCM Develop16_16

Description: 16 * 16 的127个ascii码的点阵字库-the 127 ascii character dot-matrix code
Platform: | Size: 2048 | Author: wanyanzi | Hits:

[SCM20050430

Description: 1.atmegal 16单片机程序。编译环境为codevisionAVR C, 1)单总线方式采集温湿度。 2)A/D转换 3)屏幕显示和LED灯闪烁。 4)按键控制 -1.atmegal 16 SCM procedures. CodevisionAVR build environment for C, 1) single-mode Acquisition Bus temperature and humidity. 2) A/D conversion 3) screen display and LED lights flickered. 4) control keys
Platform: | Size: 138240 | Author: mengwutian | Hits:

[SCMHanZiXianShiQi

Description: 该题目要求使用LED16*16显示矩阵设计接口滚动显示汉字。使用8255把cpu与显示外设LED联系起来。16*16LED是16列阴极连在一起,16列阳极连在一起的256个二极管矩阵,当阳极为高电平,阴极为低电平时,二极管发光。通过8255的A口接前8列,高电平有效,C口接后8列,高电平有效,B口接前8行,低电平有效。-The subject requires the use of LED16* 16 show that the design interface matrix rolling display of Chinese characters. Using 8255 cpu and display peripherals LED link. 16* 16LED is linked to the cathode 16, anode 16 linked to the diode matrix 256, when the anode is high, the cathode is low, the light-emitting diodes. Of A through 8255 before I received eight, high effective, C after I received eight, high effective, B I take pre-8 line, active-low.
Platform: | Size: 67584 | Author: zhang shun | Hits:

[Software EngineeringC

Description: LED显示程序,功能:LED16*16点阵滚动显示 说明:74LS164用作发送数据,P0,P2口用来列选 看本程序最好的工具最好旁边有标号和语法着色,推荐keil或UltraEdit 懒人提示:要改成自己所要的显示内容,要怎么改? 1.要改显示内容改第23~92行代码,还有第119行代码,具体改法见下面注释 2.要改滚动速度改第102行代码 -LED display program, function: LED16* 16 dot matrix rolling display Description: 74LS164 used to send data, P0, P2 out how I used to watch this program the best tool for the best next to label and has syntax coloring, recommended or UltraEdit lazy keil people Tip: To change the display to their content, to how to change? 1. We have to change display content to the first 23 ~ 92 lines of code, there are lines of code section 119, the specific reform law, see Note 2 below. We have to change the speed of rolling the first 102 lines of code changed
Platform: | Size: 3072 | Author: 孙芳芳 | Hits:

[SCMLEDPING

Description: 是斑竹新近的小制作256个发光管制作的16*16汉字led屏,轮流显示“倚天一出宝刀屠龙”8个汉字, 可供感兴趣的朋友研究:详情请见该word文档-Is a small production of the newly Chiloscyllium 256 LED producing 16* 16 characters led screen, alternately displays a fine sword Yitian Dragon eight characters for a friend interested in research: details, see the word document
Platform: | Size: 140288 | Author: hb_good | Hits:

[SCM595j

Description: 两片TPIC6B595级联驱动16个LED-2 TPIC6B595 cascade drive 16 LED
Platform: | Size: 1024 | Author: 王旭 | Hits:

[SCMled-8zi

Description: /***************************************************** 16*128 LED点阵屏 C 程序 ****************************************************** 声明: 本程序供大家学习之用,用勿用于商业用途。尊重版权。 编写:邓椿薪 时间:2006年1月20日 晚 邮箱:love2151@xinhuanet.com ******************************************************* //595连级输出数据,138行驱动。P0_1为移动速度高速/*点阵显示汉字程串口输出字符数据, //P2口输出行扫描信号,P2_7输出595锁存信号。*/-/***************************************************** 16* 128 LED dot matrix screen C procedures****************************************************** Disclaimer: This procedure for everyone learning with not for commercial purposes. Respect for copyright. Preparation:邓椿pay time: in January 2006 the evening of 20 E-mail: love2151@xinhuanet.com*******************************************************// 595 Link-level output data, 138 line driver. High speed for mobile P0_1/* dot-matrix display Chinese characters-way serial output character data,// P2 port output line scanning signal, P2_7 latch 595 output signal.* /
Platform: | Size: 2048 | Author: kd911 | Hits:

[SCM16X16LED

Description: 16*16 LED dianzhen hanzi xianshi ,yong KEIL he PROTUES dakai.-16*16 LED display chinese,use KEIL and PROTUES to open it.
Platform: | Size: 21504 | Author: zxw | Hits:

[SCMLED

Description: 我写的四字点阵,1664的。用字库显示。有1302的时间显示。C语言,有proteus的仿真-I wrote the word dot-matrix, in 1664. With font display. 1302 shows that there is time. C language, proteus simulation
Platform: | Size: 83968 | Author: 邢建鹏 | Hits:

[SCM001

Description: 16字LED点阵屏+DS1302电子钟 C 程序(拷-LED display
Platform: | Size: 5120 | Author: 闫磊 | Hits:

[Embeded-SCM DevelopLed05222

Description: 为了实现让单片机显示阿拉伯数字的功能,让我们来实现最简单的数码管显示: 单个数码管的静态驱动。 AVR单片机的端口驱动能力高达20mA,可以直接驱动数码管。可以利用ATmeg48 单片机的PD端口刚好可以驱动数码管的8个段。 这个实验的目的是在单个数码管上依次显示0,1,2,3,4,5,6,7,8,9,A, B,C,D,E,F共16个字符,为显示十六进制数做好技术准备。-In order to achieve single-chip display Arabic numerals so that the function of, let us come to the realization of the simplest digital display: a single digital control of static drive. AVR microcontroller ports drive capability of up to 20mA, digital tube can be directly driven. Can use the PD-port single-chip ATmeg48 can just drive digital pipe paragraph 8. The purpose of this experiment was followed by a single digital tube display 0,1,2,3,4,5,6,7,8,9, A, B, C, D, E, F a total of 16 characters, to show hexadecimal number of good technical preparation.
Platform: | Size: 10240 | Author: 芳苹 | Hits:

[SCMLED

Description: LED点阵屏显示C程序,是16*64串行移位动态显示技术-LED dot matrix display procedure C is 16* 64 serial shift dynamic display technology
Platform: | Size: 5120 | Author: czw | Hits:

[assembly language64x64LED

Description: 16字 LED点阵屏+DS1302电子钟 C 程序 1 脚接+5V 2,3脚32768HZ晶振 4脚接地 5脚接S51的P02 6脚接S51的P01 7接S51的P00 8脚接后备电源,可以接老计算机主板上的3.6V电池,也可以通过二级管隔离接一个大容量电解电容 电压在2.5V以上即可维持 595连级输出数据,138行驱动 P1_0为时钟模式转换键、P2_1为时钟加键、P1_2为时钟减键、P2_3为时钟复位键。在对时钟调整时未对调整 项做闪烁处理-16-character dot matrix LED screen+ DS1302 electronic bell C 1-pin+5 V 2,3 received crystal 32768HZ feet 4 feet 5 feet grounding the S51 then take P02 6 feet of the S51 the S51 then P01 7 pin P00 8 back-up power supply, can access the old computer' s motherboard of 3.6V batteries, can also be isolated by one diode large-capacity electrolytic capacitor voltage in the 2.5V to the maintenance of more than 595 company-output data, 138 firms P1_0 drive mode conversion key for the clock, P2_1 to Clock plus key, P1_2 key for the clock by, P2_3 reset button for the clock. Adjustment of the clock adjustments do not deal with scintillation
Platform: | Size: 4096 | Author: | Hits:

[Crack HackLED

Description: LED单片机C语言编程(16*32的超大屏显示有源程序及仿真)-LED single-chip C programming language (16* 32 have the large screen display and simulation source)
Platform: | Size: 283648 | Author: haibucuo | Hits:

[Other Embeded program595

Description: 这是一个用154和595控制的16*32点阵,可实现多种效果滚动-This is a C file
Platform: | Size: 6144 | Author: 范浩锋 | Hits:

[ARM-PowerPC-ColdFire-MIPSLED

Description: 在ALTERA的DE 2 开发板上做的一个类似闪烁的彩灯,用了16个LEDR,可以直接下载到板子上运行,基于经典的开发平台Quartus II+SOPC Builder+Nios II IDE 做的,只要看了以后,你就会自己设计各种花样的彩灯闪烁的样子了.所用语言有多种,VHDL,C/C++等-DE 2 in the development of the ALTERA board to do a similar flickering lantern, with a 16 LEDR, can be directly downloaded to the board on the operation of the development platform based on the classic Quartus II+ SOPC Builder+ Nios II IDE to do, just have to look at After, you will design their own patterns of lanterns flicker the same again. There are a variety of language, VHDL, C/C++, etc.
Platform: | Size: 4208640 | Author: liguoyin | Hits:

[SCMmy16

Description: 主要功能是实现16*16LED阵列的汉子显示,程序简单易懂,适合刚刚接触单片机和c语言的学者-Main function is to achieve 16* 16LED array guy show, the program simple and easy to understand, for just contact with scholars of microcontroller and c language
Platform: | Size: 108544 | Author: 王林 | Hits:

[SCM16.16led

Description: 16×16LED点阵屏原理图及C源汉字左右移动显示驱动程序单片机:AT89S52 引脚说明:P0.0/P0.1/P0.2/P0.3控制由两片74HC138组成的行驱动控制4-16译码器的A/B/C/D端 P1.0/P1.1控制列驱动控制74HC595的OE/ST端-16 × 16LED schematics and C lattice screen characters move around the source display drivers SCM: AT89S52 Pin Description: P0.0/P0.1/P0.2/P0.3 controlled by two 74HC138 drive control line consisting of 4-16 Decoder A/B/C/D terminal P1.0/P1.1 74HC595 control bar drive control of the OE/ST terminal
Platform: | Size: 20480 | Author: 何楚 | Hits:
« 12 3 4 »

CodeBus www.codebus.net