Welcome![Sign In][Sign Up]
Location:
Search - ZLG7289.c

Search list

[Other resourcezlg7289_1

Description: 初学者关于ZLG7289的问题 ZLG7289.c文件 数码管的显示和键盘管理的功能函数-ZLG7289 beginners on the issue of digital document management ZLG7289.c display and keyboard control Jimmy function Function
Platform: | Size: 17174 | Author: ant | Hits:

[Other resourcezlg_7289

Description: 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 在29行增加 ZLG7289_SRCS = zlg7289.c zlg7289.h 在37行增加 $(ZLG7289_SRCS) b. 修改libminigui-1.6.2-linux/src/ial/ial.c 在166行加入 #include \"zlg7289.h\" 在282行的数组内加入 {\"zlg7289\", InitZLG7289Input, TermZLG7289Input}, c. 进入项目主目录, 重新配置编译依赖 cd libminigui-1.6.2-linux 去掉后aclocal和automake后的版本号后,运行此脚本,忽略警告项。 d. 同上配置方法配置MiniGUI 6) 修改运行时配置文件MiniGUI.cfg中的IAL ial_engine=zlg7289-a) Copy libminigui - str - 1.6.2.tar.gz to arbitrary users Contents. 2) extract this document tar zxvf libminigui - str - 1.6.2.tar.g z 4) zlg7289.c zlg7289.h two paper copies into value-added version of the corresponding directory lib minigui-1.6.2-linux/src/ial / 5) to amend the definition so that the above - two papers to the compiler. A. revise libminigui-1.6.2-linux/src/ial/Makef ile.am the 29 firms to increase ZLG7289_SRCS = zlg7289.c zlg728 9.h the 37 firms to increase $ (ZLG7289_SRCS) b. revise libminigui-1 .6.2-linux/src/ial/ial.c in 166 firms join # include " zlg7289.h "in the array 282 to add (" zlg7289 " InitZLG7289Input, TermZLG7289Input). c. entering the main project directory, re-allocation of compiler - dependent cd libminigui - 1.6.2 - linux removed aft
Platform: | Size: 8149 | Author: 周波 | Hits:

[Other resourcezlg7289

Description: AVR单片机m48 8m晶振,zlg7289芯片c程序
Platform: | Size: 621 | Author: 袁自刚 | Hits:

[Other resourceZLG7289

Description: 基于单片机AT89S52系统的一些测试程序,用C语言编写的,自己已经做实验验证过了
Platform: | Size: 15963 | Author: 刘玉领 | Hits:

[Other resourceZLG7289

Description: 程序名称: 数码管显示与键盘管理芯片ZLG7289的标准驱动程序(C51) 文件名: ZLG7289.h ZLG7289.C 说明: 本程序已经调试通过 程序的可移植性很好,仅做少量修改就可以直接包含使用 程序占用资源少,仅使用4根必须I/O口线,不占用定时器等其它资源 所有全局性的标识符都以ZLG7289_开头,不必担心命名冲突问题 程序结构清晰,思路明确,结合ZLG7289的数据手册很容易理解 用法: 1、重新定义I/O接口 2、如果CPU的主频比较高,则要适当调整延时,详见ZLG7289_Delay()函数 3、在用户程序中包含本头文件 4、在main()函数的开始处添加初始化函数ZLG7289_Init() 5、以后在程序中可以直接使用ZLG7289的用户指令集 6、读取键盘扫描码使用函数ZLG7289_Key(),查询方式、中断方式皆可
Platform: | Size: 354701 | Author: kz02bcxg | Hits:

[Otherzlg7289 c程序

Description: zlg7289 c程序
Platform: | Size: 24426 | Author: bladexie | Hits:

[SCMzlg7289_1

Description: 初学者关于ZLG7289的问题 ZLG7289.c文件 数码管的显示和键盘管理的功能函数-ZLG7289 beginners on the issue of digital document management ZLG7289.c display and keyboard control Jimmy function Function
Platform: | Size: 17408 | Author: ant | Hits:

[Otherpcf8563&zlg7289

Description: 一个基于PCF8563芯片的时钟程序。通过51单片机控制PCF8563芯片的初始化,读取和附值-PCF8563 a chip on the clock procedures. Through 51 PCF8563 chip microcontroller control of initialization, reading and the value attached
Platform: | Size: 56320 | Author: 孙波 | Hits:

[Embeded Linuxzlg_7289

Description: 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 在29行增加 ZLG7289_SRCS = zlg7289.c zlg7289.h 在37行增加 $(ZLG7289_SRCS) b. 修改libminigui-1.6.2-linux/src/ial/ial.c 在166行加入 #include "zlg7289.h" 在282行的数组内加入 {"zlg7289", InitZLG7289Input, TermZLG7289Input}, c. 进入项目主目录, 重新配置编译依赖 cd libminigui-1.6.2-linux 去掉后aclocal和automake后的版本号后,运行此脚本,忽略警告项。 d. 同上配置方法配置MiniGUI 6) 修改运行时配置文件MiniGUI.cfg中的IAL ial_engine=zlg7289-a) Copy libminigui- str- 1.6.2.tar.gz to arbitrary users Contents. 2) extract this document tar zxvf libminigui- str- 1.6.2.tar.g z 4) zlg7289.c zlg7289.h two paper copies into value-added version of the corresponding directory lib minigui-1.6.2-linux/src/ial/5) to amend the definition so that the above- two papers to the compiler. A. revise libminigui-1.6.2-linux/src/ial/Makef ile.am the 29 firms to increase ZLG7289_SRCS = zlg7289.c zlg728 9.h the 37 firms to increase $ (ZLG7289_SRCS) b. revise libminigui-1 .6.2-linux/src/ial/ial.c in 166 firms join# include " zlg7289.h "in the array 282 to add (" zlg7289 " InitZLG7289Input, TermZLG7289Input). c. entering the main project directory, re-allocation of compiler- dependent cd libminigui- 1.6.2- linux removed aft
Platform: | Size: 8192 | Author: 周波 | Hits:

[Embeded-SCM DevelopZGL7289a

Description: zlg7289a驱动程序 包括头文件和主文件 汇编和C语言齐全-zlg7289a including header files and the main document compilation and complete C language
Platform: | Size: 4096 | Author: 姚宇翔 | Hits:

[SCMzlg7289

Description: AVR单片机m48 8m晶振,zlg7289芯片c程序 -AVR Singlechip m48 8m crystal, zlg7289 chip c procedures
Platform: | Size: 1024 | Author: 袁自刚 | Hits:

[SCMZLG7289

Description: 基于单片机AT89S52系统的一些测试程序,用C语言编写的,自己已经做实验验证过了-Based on MCU AT89S52 system testing procedures, using C language, they have to do the experiment verified the
Platform: | Size: 15360 | Author: 刘玉领 | Hits:

[ARM-PowerPC-ColdFire-MIPSZLG7289

Description: 程序名称: 数码管显示与键盘管理芯片ZLG7289的标准驱动程序(C51) 文件名: ZLG7289.h ZLG7289.C 说明: 本程序已经调试通过 程序的可移植性很好,仅做少量修改就可以直接包含使用 程序占用资源少,仅使用4根必须I/O口线,不占用定时器等其它资源 所有全局性的标识符都以ZLG7289_开头,不必担心命名冲突问题 程序结构清晰,思路明确,结合ZLG7289的数据手册很容易理解 用法: 1、重新定义I/O接口 2、如果CPU的主频比较高,则要适当调整延时,详见ZLG7289_Delay()函数 3、在用户程序中包含本头文件 4、在main()函数的开始处添加初始化函数ZLG7289_Init() 5、以后在程序中可以直接使用ZLG7289的用户指令集 6、读取键盘扫描码使用函数ZLG7289_Key(),查询方式、中断方式皆可
Platform: | Size: 354304 | Author: kz02bcxg | Hits:

[SCMstepmotor

Description: 数码管显示与键盘管理芯片ZLG7289 的标准80C51 驱动程序(C51) Copyright (c) 2005,广州周立功单片机发展有限公司 All rights reserved. 本程序仅供学习参考,不提供任何可靠性方面的担保;请勿用于商业目的。-Digital tube display and keyboard management standard 80C51 chip ZLG7289 Driver (C51) Copyright (c) 2005, Guangzhou weeks Ligong Singlechip Development Co., Ltd. All rights reserved. This procedure is for learning the reference, does not provide any reliability guarantees not used for commercial purposes.
Platform: | Size: 24576 | Author: fxs | Hits:

[SCMZLG7289

Description: ZGL7289全套中文资料+实例 ZLG7289B是广州周立功单片机发展有限公司自行设计的,具有SPI串行接口功能的可同时驱动8位共阴式数码管(或64只独立LED)的智能显示驱动芯片,该芯片同时还可连接多达64键的键盘矩阵,单片即可完成LED显示﹑键盘接口的全部功能,该芯片经过了多年的验证,现正式转化为ASIC芯片,一次性流片成功,让您使用无忧!。ZLG7289B内部含有译码器,可直接接受BCD码或16进制码,并同时具有2种译码方式,此外,还具有多种控制指令,如消隐﹑闪烁﹑左移﹑右移﹑段寻址等。ZLG7289B具有片选信号,可方便地实现多于8位的显示或多于64键的键盘接口。-Notes : Dimens ions D and E 1 do not include mold flash or protrus ions . Mold flash or protrus ions shall not exceed .010” ( 0.254mm) per s ide. J E DE C E quivalent: MO-011 Drawing No. C04-079
Platform: | Size: 1067008 | Author: 猩猩 | Hits:

[source in ebookzlg7289

Description: zlg7289驱动程序 C源码通过反汇编简化 带中断 高效-zlg7289
Platform: | Size: 1024 | Author: zhaojiyang | Hits:

[SCMZLG7289

Description: zlg7289开发与应用程序;典型应用,完整解释,C语言编写,一看即懂的好资料-zlg7289 development and application a typical application, a complete explanation, C language, a look that is better able to understand the information
Platform: | Size: 7168 | Author: 许高 | Hits:

[Embeded-SCM DevelopZLG7289

Description: 此为基于ZLG7289和C51的程序,因为官方资料为64按键,而本人只用到其中16按键,所以程序关键是地址的选择-This is based on ZLG7289 and the C51 process, because official data for the 64 keys, but I only used 16 of them keys, so key is to address the choice of procedure
Platform: | Size: 17408 | Author: 夜尽天明 | Hits:

[SCM78e716-zlg7289

Description: 基于CPU78E516控制周立功zlg7289驱动数码管的C程序,程序通过验证,可靠!-Based on CPU78E516 control ZLG zlg7289-driven digital tube C program, the program validated, reliable!
Platform: | Size: 27648 | Author: 陈玲丽 | Hits:

[Embeded-SCM DevelopZLG7289

Description: ZLG7289驱动程序,C语言编写,运行通过,包含详细的注释说明-ZLG7289 driver, C language, run through, contains detailed explanatory notes
Platform: | Size: 2048 | Author: xinkun | Hits:
« 12 »

CodeBus www.codebus.net