代码搜索:VFD驱动
找到约 10,000 项符合「VFD驱动」的源代码
代码结果 10,000
www.eeworm.com/read/407751/11411401
vfd
www.eeworm.com/read/119631/14825178
vfd
www.eeworm.com/read/374002/9424114
doc vfd的实现原理和驱动设计.doc
www.eeworm.com/read/242103/13094795
txt vfd驱动案例(89s52).txt
#i nclude "reg51.h"
#i nclude "stdio.h"
sbit STB = P1^2;
sbit CLK = P1^0;
sbit DIN = P1^1;
void vfd_cmd (unsigned char vfd_cmd0); /* 写命令
*/
void vfd_wrdata (unsigned char vfd_wrdata0); /* 写数据 *
www.eeworm.com/read/191842/8420011
obj vfd.obj
www.eeworm.com/read/191842/8420033
c vfd.c
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
#define cm1 co1.co1
#define cm2 co2.co2
#define cm3 co3.co3
#define cm4 co4.co4
#include
#include
www.eeworm.com/read/191842/8420050
lst vfd.lst
C51 COMPILER V7.08 VFD 01/14/2007 01:41:26 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE VFD
OBJECT MODULE PLACED IN vfd
www.eeworm.com/read/388728/8580683
c vfd.c
#include
#include
#include
void WR_PANEL(BYTE);
void LIGHT_ALL(void);
BYTE RD_PANEL(void);
BYTE GET_KEY_VAL(void);
BIT LEAP_YEAR(void); // if this year /4 =0
www.eeworm.com/read/287753/8671172
c vfd.c
#include "reg51.h"
#include "intrins.h"
#include "vfd.h"
void VFD_init()
{
unsigned char i;
VFD_strobeSendByte(VFD_MODE);
VFD_strobeSendByte(VFD_DUTY_CYCLE);
VFD_strobeSendByte(VFD_A
www.eeworm.com/read/287753/8671207
h vfd.h
#ifndef _VFD_H_
#define _VFD_H_
#include "global.h"
#define KEY_LENGTH 3
#define VFD_DUTY_CYCLE 0x8c
#define VFD_ADDRESS_INC 0x40
#define VFD_ADDRESS_FIX