Welcome![Sign In][Sign Up]
Location:
Search - hd7279

Search list

[Other resourcehd7279

Description: hd7279a键盘与显示控制器与51系列单片机接口程序
Platform: | Size: 8000 | Author: 薛睿 | Hits:

[Other resourceclock

Description: 利用单片机、HD7279、键盘,实现计时器、倒计时器。
Platform: | Size: 36012 | Author: LH | Hits:

[SCMHD72793

Description: 本软件为7279显示控制器软件,用KEIL 7。0编写。-software for the 7279 display controller software, used KEIL 7. 0 prepared.
Platform: | Size: 1024 | Author: 刘肩 | Hits:

[SCMCWFPICL4

Description: 用于PIC的AD转换和用HD7279A的显示(公阴极的8段数码管)-PIC for the AD converter, and the use of HD7279A display (public cathode of the eight digital tube)
Platform: | Size: 1024 | Author: 曹卫锋 | Hits:

[SCMhd7279disp

Description: ICC\编译绝对可用M16的HD7279驱动测试程序-ICC \ compiler available M16 absolutely the HD7279 drive test procedures
Platform: | Size: 37888 | Author: 张飞 | Hits:

[Static controlhd7279a

Description: 硬件设计资料,外围器件的设计参考,很有参考价值 -hardware design information, the external device's design reference, of great reference value
Platform: | Size: 327680 | Author: 魏丹 | Hits:

[Other Embeded programshuzizhong1

Description: C语言开发的数字钟程序,希望对大家有用!真是第二个文件!-development of the C language digital clock procedures in the hope that it may be useful right! The second document is!
Platform: | Size: 2048 | Author: 姚国才 | Hits:

[SCMMCU51_ASM_and_C

Description: MCU51-JZ01单片机开发板实验例程,可直接在51单片机上正确运行,提供用C语言和汇编语言两种程序源码,其中包含键盘显示芯片HD7279A应用程序源码。对单片机的初学者来说是个不错的选择,同时对单片机高手来说也有可借鉴之处!-MCU51- JZ01 microcontroller development board experiment routines can directly in 51 MCU correct operation, for C and Assembly Language two procedures source, which includes keyboard and display HD7279A application source code. Beginners right MCU is a good choice, while the SCM will have an expert can learn from them!
Platform: | Size: 164864 | Author: wjz | Hits:

[SCMHD7279a-LEDDRIVER

Description: // This is a demo program for 7279a // It is test for 500R circuit // This is a demo for HD7279A-//This is a demo program for 7279a// It is te st for coral circuit// This is a demo for HD7279A
Platform: | Size: 15360 | Author: 罗小兵 | Hits:

[SCM7279yydhd

Description: 程序作用:测试Sage Tech.开发板(MCP300)中hd7279键盘显示芯片是否能正常工作 */ /*程序功能:按下1号键显示0、1、2、3,按下2号键显示c、d、e、f,按下3号键显示4、5、6、7 */ /* 按下4号键显示8、9、a、b,按下0号键点亮4个LED灯 */ -procedures role : Sage Tech test. Development board (MCP300) hd7279 keyboard chip can show normal work*//* functions of the program : Clicking on the 1st bond shows 0, 1, 2, 3, press the button on the 2nd show c, d, e, f, press the button on the 3rd show 4, 5, 6, 7*//* Press the button shows on the 4th 8,9, a, b, press the button to light up the 0, 4 LED lights* /
Platform: | Size: 2048 | Author: ynsnjs | Hits:

[SCM16f877a

Description: 利用PICC的C编译环境编译通过的PIC16F877a连接键盘和HD7279显示的C语言程序-use of the C compiler compiler environment by connecting the keyboard and PIC16F877a HD72 79 shows the C Programming Language
Platform: | Size: 1024 | Author: 天天 | Hits:

[Other Embeded programAD7705

Description: AD转换芯片AD7705的51汇编程序,用HD7279显示转换的结果.-AD conversion chip AD7705 51 assembler with HD7279 shows the results of the conversion.
Platform: | Size: 1024 | Author: | Hits:

[SCMcongqidainlanzidongjianchexitong

Description: 本程序是一种先进的充气电缆气压自动监测系统的程序。其特点是可以对电缆线路上各点的气压值进行24小时实时监控。使管理人员可以实时掌握电缆内的气压情况,及时发现漏气隐患,从而保证通信畅通。 系统采用性能价格比较好的AK-3 型压力传感器,直接输出0~5V电压信号。电压信号的转换采用串行接口的12位A/D转换器TLC2543,精度和速度都能很好地满足系统要求。仪器的CPU采用目前低价位但技术十分成熟的AT89C51,仪器的LED数码管显示/驱动芯片采用接口简单但功能强大的HD7279。本系统提供日历时钟电路,在方便用户确定时间的同时,还可以为定时通信提供依据;在发生报警时还能向上位机提供确切的报警时间。同时系统还设计了RS-232总线的通信接口电路,每到整点就要向上位机发送各路气压值,供上位机记录分析。 本系统软件分两大部分,键盘中断和定时中断。工作流程是这样的:每50ms就要进行AD转换,尺度变换,比较是否越位,是否报警等操作,如果有按键动作,执行键盘中断程序。键盘解释在5s之内有效。 如需详细的硬件电路与说明文档,请与作者联系!-err
Platform: | Size: 6144 | Author: 杨志亮 | Hits:

[File FormatnewHD7279

Description: #include <reg51.h> /*-------------------------------------------- 调用方式:自行I/O 口定义﹫2001/05/12 函数说明:私有函数,各接口定义 --------------------------------------------*/ sbit HD7279_CS=P1^4 // HD7279_CS--P1.4 sbit HD7279_CLK=P1^5 // HD7279_CLK-- P1.5 sbit HD7279_DATA=P1^6 // HD7279_DATA-- P1.2 sbit HD7279_KEY =P1^7 // HD7279_KEY-- P1.3 /*-------------------------------------------- 调用方式: HD7279A 各指令定义﹫2001/05/12 函数说明:私有函数,接口定义 --------------------------------------------* /#define HD7279_RESET 0xa4 //复位 #define HD7279_TEST 0xbf //测试 #define HD7279_RLC 0xa3 //循环左移 #define HD7279_RRC 0xa2 //循环右移 #define HD7279_RL 0xa1 //左移 #define HD7279_RR 0xa0 //右移 #define HD7279_DECODE0 0x80 //译码方式0 #define HD7279_DECODE1 0xc8 //译码方式1 -# Include <reg51.h> /*-------------------------------------------- call way: on their own I/O port function definition @ 2001/05/12 Description: private function, the interface definition--------------------------------------------*/ sbit HD7279_CS = P1 ^ 4// HD7279_CS- P1.4sbit HD7279_CLK = P1 ^ 5// HD7279_CLK- P1. 5sbit HD7279_DATA = P1 ^ 6// HD7279_DATA- P1.2sbit HD7279_KEY = P1 ^ 7// HD7279_KEY- P1.3 /*-------------------------------------------- way call: HD7279A the command function definition @ 2001/05/12 Description: private function, interface definitions--------------------------------------------*/# define HD7279_RESET 0xa4// reset# define HD7279_TEST 0xbf// test# define HD7279_RLC 0xa3// circle left# define HD7279_RRC 0xa2// cycle shifted to right# define HD7279_RL 0xa1// left# define HD7279_RR 0xa0// Move right# define HD7279_DECODE0 0x80// decoding means 0# define HD7279_DECODE1 0xc8// decoding mode 1
Platform: | Size: 4096 | Author: 徐亮 | Hits:

[Other Embeded programAD7492

Description: AD7492的数据采集程序,用hd7279显示采集的数值到数码管上,键盘用于控制采集的方式!很好用的-AD7492 data collection procedures, with hd7279 collected numerical display to digital tube, the keyboard is used to control the way collection! Good used
Platform: | Size: 29696 | Author: luhang | Hits:

[SCMprogram

Description: 本人写的利用c8051f330单片机开发的系统的程序,包括驱动ds18b20功能和hd7279的驱动,保证能用!-I write using C8051F330 single-chip system developed procedures, including the driver DS18B20 function and hd7279 driver, can guarantee!
Platform: | Size: 52224 | Author: 龙瑞鹤 | Hits:

[Embeded-SCM Developprotel

Description: 本人毕业设计原理图,用protel99 se打开.-I graduated from design schematics, with open protel99 se.
Platform: | Size: 1937408 | Author: 龙瑞鹤 | Hits:

[SCM51_HD7279A

Description: 基于51单片机的HD7279控制数码管及键盘-Based on 51 Singlechip HD7279 digital tube and keyboard control
Platform: | Size: 2048 | Author: feng | Hits:

[SCMled00002

Description: 有一个点阵的资料 该LED点阵显示模块采用AT89C52控制。可显示汉字、图形、动画及英文字符等;显示方式有静态、横向滚动、垂直滚动和翻页显示等。单块模块控制驱动12块(最多可控制24块)8X8点阵,共16X48点阵(或32X48点阵),是单块MAX7219(或PS7219、HD7279、ZLG7289及8279等类似LED显示驱动模块)的12倍(或24倍)!可采用“级联”的方式组成任意点阵大显示屏。显示效果好,功耗小,且比采用MAX7219电路的成本更低。-Have a dot-matrix information of the LED dot matrix display module using AT89C52 control. Can display Chinese characters, graphics, animation and English characters, etc. display has a static, horizontal scrolling, vertical scrolling and page display. Single module control block 12 drives (up to 24 can be controlled) 8X8 dot matrix, a total of 16X48 dot matrix (or 32X48 dot matrix), is a single block MAX7219 (or PS7219, HD7279, ZLG7289 and 8279 and similar LED display driver module) of 12 times (or 24 times)! Can " cascade" approach the composition of arbitrary large dot matrix display. Show the effective power of small, and the MAX7219 circuit than lower cost.
Platform: | Size: 14336 | Author: kd911 | Hits:

[SCM100

Description: 采用hd7279管理数码管显示 基于C51-hd7279
Platform: | Size: 1024 | Author: hj | Hits:
« 1 2 3 4 5 67 8 9 10 »

CodeBus www.codebus.net