代码搜索:VFD驱动
找到约 10,000 项符合「VFD驱动」的源代码
代码结果 10,000
www.eeworm.com/read/264890/11295748
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/258097/11885225
c vfd_pmp_mcu810.c
#ifdef PMP_MCU810
#include "vfd.h"
#if defined(IR44)
#define IR_HEAD_H 0x00
#define IR_HEAD_L 0xf3
#define IR_POWER_KEY 0x00
#elif defined(IR200)
#define IR_HEAD_H 0x00
www.eeworm.com/read/258097/11885332
h vfd_ht1621_l.h
#ifndef __HT_13D_15S_H
#define __HT_13D_15S_H
/* The following describe NINTAUS N701 Panel */
/* */
#if 0
#define VFD_DOT_PGM01 (92)
www.eeworm.com/read/258097/11885402
h vfd_intech_2315_k.h
const BYTE vfd_keycode[40]=
{
IRC_NULL, IRC_EJECT, //1,2
IRC_STOP, IRC_PAUSEPLAY, //3,4
IRC_NULL, IRC_NULL, //5,6
IRC_NULL,
www.eeworm.com/read/258097/11885418
h vfd_led_829_l.h
#ifndef __HT_13D_15S_H
#define __HT_13D_15S_H
/* The following describe NINTAUS N701 Panel */
/* */
#if 0
#define VFD_DOT_PGM01 (92)
www.eeworm.com/read/258097/11885443
h vfd_dvd3022_k.h
#ifdef INTECH_PANEL_5600_KEY
const BYTE vfd_keycode[40]=
{
IRC_PAUSEPLAY, IRC_STOP, //1,2
IRC_EJECT, IRC_PREV , //3,4
IRC_CHANNEL, IRC_FOR
www.eeworm.com/read/258097/11886937
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/258097/11886945
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/258097/11886959
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/258097/11886970
c vfd_drv_gt1128.c
//GT1128 DRIVER
void polling_vfdr(void)
{
#ifdef SUPPORT_VFD
UINT8 i;
UINT32 temp;
UINT32 key_data;
static UINT8 count = 0;
static UINT32 key_previ = 0;
sta