代码搜索:VFD驱动
找到约 10,000 项符合「VFD驱动」的源代码
代码结果 10,000
www.eeworm.com/read/267293/4268053
c vfd.c
/*
** FILE
** vfd.c
**
** DESCRIPTION
** handle VFD functions.
*/
#include "user_init.h"
#include "config.h"
#include "global.h"
#include "sio.h"
//#include "ircode.h" //JJDing 2002/08/3
www.eeworm.com/read/267293/4268185
h vfd.h
#ifndef __VFD_H
#define __VFD_H
#include "user_init.h"
int polling_vfd(void);
#if(VFD_DRIVER!=HT1621)
int polling_vfdr(void);
#endif
void init_vfd_clear(BYTE);
void call_ir_f
www.eeworm.com/read/253341/4398193
c vfd.c
/*
* (C) Copyright 2001
* Wolfgang Denk, DENX Software Engineering -- wd@denx.de
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; yo
www.eeworm.com/read/155374/5625430
c vfd.c
/*
* (C) Copyright 2001
* Wolfgang Denk, DENX Software Engineering -- wd@denx.de
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; yo
www.eeworm.com/read/299240/6786313
c vfd.c
/*******************************************************/
/* */
/* Author : Jiayuan Wang */
/*
www.eeworm.com/read/299240/6786316
h vfd.h
void DataOut(UINT8 data);
UINT8 DataIn(void);
void HoldTime(void);
void HT16512_Init(void);
void ReadKey(void);
void ProcessKey(void);
void WriteLED(void);
void WriteVFD(void);
www.eeworm.com/read/242853/6787009
vxd vfd.vxd
www.eeworm.com/read/369071/9664048
sch vfd.sch
www.eeworm.com/read/369071/9664050
asm vfd.asm
;************************************
;ster program
;crystal:3.58MHz
;MCU: PIC16C54(CF745 or MDT2005 or EM78P156 or NT66P20A)
;************************************
; LIST P=16C54,F=INHX8M
;
www.eeworm.com/read/368087/9712782
_c vfd._c
#include "..\main.h"
#include "..\io.h"
#include
#ifdef SGJM_RDS
#include "..\bu1923\bu1923.h"
#endif
#define VFD_BUFFER_SIZE 12
unsigned int g_vfd_grid_buffer[VFD_BUFFER_SIZE];
#