代码搜索:VFD驱动
找到约 10,000 项符合「VFD驱动」的源代码
代码结果 10,000
www.eeworm.com/read/274044/10889888
bak vfd-b_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (src)
Group (includes)
Group (doc)
File 1,1, 0x0
File
www.eeworm.com/read/452282/7442712
c vfd_drv_mcu51.c
#include "setup_VA.h"
extern UINT16 vfd_set_open_state(UINT16 index);
extern UINT16 vfd_set_close_state(UINT16 index);
/*
history:
2004-7-19 14:43
wanghaoying move the following functio
www.eeworm.com/read/452282/7442714
c vfd_drv_pt6554.c
void reset_vfd(void)
{
init_vfd_clear();
WaitIopFunRdy(IOP_RDY_WAIT);
#ifdef YADAI_PT6554_PANNEL
vfd_set_str(0, "HELLO");
#endif
}
void polling_vfdr(void) //pt6554 type vfd
{
www.eeworm.com/read/452282/7442716
c vfd_drv_mcu810.c
//FUNCTION:
//1. Write SET cmd to MCU810
//2. Write IR customer ID and POWER KEY value
//note: if only set cmd ,call write_pmp_mcu810( bCmd, 0)
void write_pmp_mcu810(BYTE bCmd, BYTE bData)
www.eeworm.com/read/452282/7442717
c vfd_drv_nec16315.c
/*
history:
2004-7-19 14:43
wanghaoying move the following functions for nec16312 here
2004-7-7 14:25
lijd
Process 16312sw use for:
1. extern pannel key
www.eeworm.com/read/452282/7442722
c vfd_drv_nec16312.c
/*
history:
2004-7-19 14:43
wanghaoying move the following functions for nec16312 here
2004-7-7 14:25
lijd
Process 16312sw use for:
1. extern pannel key
www.eeworm.com/read/452282/7442725
c vfd_drv_ht220.c
#include "setup_VA.h"
/*
history:
2004-7-19 14:43
wanghaoying move the following functions for nec16312 here
2004-7-7 14:25
lijd
Process 16312sw use for:
1.
www.eeworm.com/read/452282/7442727
c vfd_drv_gt1128.c
//GT1128 DRIVER
void reset_vfd(void) //wurh add for GT1128 init 2006-3-6 10:19上午
{
init_vfd_clear();
WaitIopFunRdy(IOP_RDY_WAIT);
}
void polling_vfdr(void)
{
www.eeworm.com/read/246704/12709288
c vfd_drv_mcu51.c
#include "setup_VA.h"
extern UINT16 vfd_set_open_state(UINT16 index);
extern UINT16 vfd_set_close_state(UINT16 index);
/*
history:
2004-7-19 14:43
wanghaoying move the following functio
www.eeworm.com/read/246704/12709311
c vfd_drv_pt6554.c
void reset_vfd(void)
{
init_vfd_clear();
WaitIopFunRdy(IOP_RDY_WAIT);
#ifdef YADAI_PT6554_PANNEL
vfd_set_str(0, "HELLO");
#endif
}
void polling_vfdr(void) //pt6554 type vfd
{