代码搜索:VFD驱动
找到约 10,000 项符合「VFD驱动」的源代码
代码结果 10,000
www.eeworm.com/read/274044/10889886
lnp vfd-b.lnp
"main.obj",
"serial.obj",
"vfdb.obj"
TO "VFD-B"
RAMSIZE(256)
CODE( 0X0000-0XFFFF )
XDATA( 0X0000-0X0FFF )
www.eeworm.com/read/274044/10889901
opt vfd-b.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/274044/10889908
plg vfd-b.plg
礦ision3 Build Log
Project:
F:\my work\lastproject\sucess_withDEFINE\VFD-B.uv2
Project File Date: 01/08/2008
Output:
www.eeworm.com/read/350718/7149654
h vfd_new.h
#ifndef _VFD_NEW_H
#define _VFD_NEW_H
#ifdef NEW_VFD
#define VFD_STB p13_7 /* 为低时处理clock */
#define VFD_CLK p13_6 /* 上升沿写, 下降沿读 */
#define VFD_DIN p13_5
www.eeworm.com/read/350718/7149721
c vfd_new.c
/******************************************************************************
* ptd.c
*
* Function: set the ptd vfd driver
*
* copyright: Weihua
*
* author: Analy
*
* Date:
www.eeworm.com/read/452282/7442680
c vfd_mod.c
/* Include VFD Module Type */
//nono modify to be convenient for customers.2-7-4 13:38
#ifdef GENERAL_PANNEL /*YUXING_PANEL*/
#ifdef GBM_PORTABLE_DVD
#include ".\\Customers\\Gbm_portable\\v
www.eeworm.com/read/452282/7442713
c vfd_o.c
/*
** FILE
** vfd.c
**
** DESCRIPTION
** handle VFD functions.
*/
#include "user_init.h"
#include "config.h"
#include "global.h"
#include "memmap.h"
#include "sio.h"
//#include "epp.h"
www.eeworm.com/read/452282/7442723
c vfd_portable.c
/*
----->included by vfd_io_util.c
----->only for portable dvd use.
----->did it on 07/25
*/
#ifdef EASTWIN
extern UINT8 safe_on;
#endif
#ifdef MUSTEK_K100D_MODEL//by justin 2005/09/30
e
www.eeworm.com/read/452282/7442729
c vfd_util.c
/*
** vfd-utility file
** Creater: wanghaoying 2004-7-19 16:27
**
**
*/
#if defined(TWO_FUN_IN_ONE_VFD_KEY) || defined(TWO_FUNC_IN_LEFT_RIGHT_KEY)||defined(HOLD_VOL_KEY_FAST_REPEAT) //x
www.eeworm.com/read/435183/7795884
asm vfd_isr.asm
#define PO_VFD_SID PORTB,2
#define PO_VFD_CLKD PORTB,1
#define PO_VFD_BKG PORTE,6
#define PO_VFD_BKD PORTB,0
#define PO_VFD_LAT PORTE,5
#define PO_VFD_CLKG PORTE,7
#include