Location:
Search - 数码驱动
Search list
Description: 用C51编写的74HC595驱动数码管通用程序,可显示浮点数
Platform: |
Size: 5041 |
Author: liuli504 |
Hits:
Description: PIC18F4580通过SPI控制MAX7219驱动数码管的程序,已经调试通过
Platform: |
Size: 4089 |
Author: jiachuan@126.com |
Hits:
Description: 程序讲解了如何驱动ZLG7290 实现数码管的显示
Platform: |
Size: 36003 |
Author: waglimeisdh@sina.com |
Hits:
Description: verilog编程实现的矩阵键盘控制数码的程序,包括矩阵键盘驱动,seg7x8动态显示驱动及顶层显示模块的实现。
Platform: |
Size: 110190 |
Author: miwueshine |
Hits:
Description: 74hc164驱动数码管段,74hc138驱动数码管位选,实时动态扫描,已用于实际项目开发,稳定,修改延时可改变亮度和闪烁时间。
Platform: |
Size: 55883 |
Author: bravejt@126.com |
Hits:
Description: //串行驱动led显示, //一个74hc595位移寄存器驱动三极管驱动led位, //两个74hc595驱动led段,方式位5位x8段x2=10个数码管 //5分频,每次扫描时间位1.25ms //定义特殊符号-//Serial Driver led,// a 74hc595 displacement register drives the triode-led drive,// 2 74hc595 led drive, five-way x8 of x2 = 10 digital control// 5 minutes frequency, each scan time position 1.25ms// definition of special symbols
Platform: |
Size: 1024 |
Author: |
Hits:
Description: 利用 AT89S51 单片机的 P0 端口的 P0.0 - P0.7 连接到一个共阴数码管的 a - h 的笔段上,数码管的公共端接地。在数码管上循环显示 0 - 9 数字,时间间隔 0.2 秒。
-use AT89S51 SCM P0 port of P0.0- P0.7 connected to a digital control Yam were a-h of the pen, digital tube connected to the public. The digital display tube cycle 0-9 figures, the time interval of 0.2 seconds.
Platform: |
Size: 8192 |
Author: 王伯燕 |
Hits:
Description: 数码6位数码管时钟程序2222
6 位数码管多功能时钟程序
74HC164驱动LED 显示
74hc138进行位选
Creat By: 单片东东
2004.12.28 bian xie-six digital clock control procedures 2222 6-bits digital clock control procedures 74HC164 multifunctional LED Display Driver 74hc138 for Creat By Choice : Single Eastern 2004.12.28 MacromediaNokia xie xie
Platform: |
Size: 2048 |
Author: 随风 |
Hits:
Description: 这是LCD常用驱动IC ST7637的初始化程序,用C编写,ST7637常用在数码相框系列,此程序对学习LCD驱动有所帮助-This is commonly used LCD driver IC ST7637 initialization procedure, using C to prepare, ST7637 commonly used in the digital photo frame series, this program of study will help LCD driver
Platform: |
Size: 62464 |
Author: feelpoison |
Hits:
Description: 关于多位数大尺寸高亮度低成本LED数码管驱动电路的设计-On multi-digit low-cost large-size high-brightness LED digital tube drive circuit
Platform: |
Size: 178176 |
Author: czz |
Hits:
Description: 通过单片机模拟数码管驱动,驱动数码管,节省成本(Analog digital drive through the microcontroller, drive digital tube, saving costs)
Platform: |
Size: 65536 |
Author: 547184691
|
Hits:
Description: stm32f103 74HC595驱动8个数码管(74HC595 drives 8 digital tubes)
Platform: |
Size: 68608 |
Author: huangzp
|
Hits:
Description: 使用stm32,实现tm1650实现数码管驱动,通过i2c驱动实现(Digital tube drive using tm1650)
Platform: |
Size: 1024 |
Author: yanzhang
|
Hits:
Description: 这是在keil环境编译下的STMF4驱动595八位数码管的源代码程序(This is the source code program for STMF4 that drives 595 8-bit digital tubes under the keil environment)
Platform: |
Size: 10903552 |
Author: 电子狗王
|
Hits:
Description: 可以使用TM1620芯片来控制共阴数码管。(The TM1620 chip can be used to control the common cathode digital tube)
Platform: |
Size: 36864 |
Author: 野朝2016
|
Hits:
Description: 采用ATmega16设计的矩阵键盘,实现键盘扫描识别并显示在数码管上(this is a key scanner designed with atmega16L)
Platform: |
Size: 214016 |
Author: paul1982
|
Hits:
Description: 用PROTEUS仿真arduino实现74HC595驱动8个数码管的项目文件,含原理图、源代码,仿真实现的全套资料。(PROTEUS simulation using Arduino to achieve 74HC595 drive 8 digital tube project files, including schematics, source code, simulation of the full set of information.)
Platform: |
Size: 30720 |
Author: mcu_tjut
|
Hits:
Description: 数码管扫描算法和按键扫描很好用的,已经批量生产的产品出货量很大(Tm1638 digital tube display drive algorithm)
Platform: |
Size: 984064 |
Author: shxliao
|
Hits:
Description: 在STM32F103下使用1640的数码管驱动(Under STM32, use 1640 digital tube drive)
Platform: |
Size: 3072 |
Author: 刘玉忠
|
Hits:
Description: ct1642原理图及驱动代码
修改参考步骤:
* 1、修改"硬件资源操作定义"的常量LED_BIT_COUNT定义,确定LED数码管的位数。
*
* 2、完成"硬件资源操作定义"的宏GPIO_CLOCK_SET(val)、GPIO_DATA_SET(val)、GPIO_KEY_GET(val)。
*
* 3、修改"全局变量定义"的INT8U,确保INT8U为8位无符号整型。
*
* 4、确定调用函数fp_led_data_translate()位置,完成频道到显示代码的转换。
*
* 5、确定调用函数fp_led_string_translate()位置,完成显示字符到显示代码的转换。
*
* 6、制作一个TASK,按要求调用fp_ct1642_manage(),并将得到的按键值v_KeyValue传回给系统。(This file is a reference driver for CT1642 * 1, modify the constant LED_BIT_COUNT definition of "hardware resource operation definition", and determine the number of LED digital tubes.
*
* 2, macro GPIO_CLOCK_SET (VAL), GPIO_DATA_SET (VAL) and GPIO_KEY_GET (VAL) that complete "hardware resource operation definition".
*
* 3, modify the "global variable definition" INT8U, to ensure that INT8U is 8 bit unsigned integer.
*
* 4, determine the calling function fp_led_data_translate () position, complete the conversion of channel to display code.
*
* 5, determine the call function fp_led_string_translate () position, complete the display character to display code conversion.
*
* 6, make a TASK, call fp_ct1642_manage () according to the requirement, and return the key value v_KeyValue to the system.)
Platform: |
Size: 454656 |
Author: 孤枪侠
|
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»