代码搜索:VFD驱动
找到约 10,000 项符合「VFD驱动」的源代码
代码结果 10,000
www.eeworm.com/read/460640/1559043
c vfd_dbg.c
/**********************************************************************/
/*************** MTK CONFIDENTIAL ****************/
/***************
www.eeworm.com/read/460640/1559045
c vfd_tool.c
#include
#include
#include
/************************************************************************
For compatibility issue
*************************************
www.eeworm.com/read/460640/1559047
bat vfd_tbl.bat
rem This batch file need Borland Free C++ Compiler.
rem The free BCC5 could be download from ftp://ftpd.borland.com/download/bcppbuilder/freecommandLinetools.exe
del vfd_tool.exe
del vfd_data.c
www.eeworm.com/read/460640/1559049
h vfd_simp.h
/************************************************************************
Auto Generated Macros
************************************************************************/
#define VFD_REFRESH_M
www.eeworm.com/read/460640/1559051
h vfd_data.h
/************************************************************************
The following data is for control mode.
************************************************************************/
/
www.eeworm.com/read/460640/1559052
bpf vfd_tool.bpf
USEUNIT("vfd_tool.c");
//---------------------------------------------------------------------------
This file is used by the project manager only and should be treated like the project file
main
www.eeworm.com/read/460640/1559053
h vfd_comm.h
/* for little edian */
#define SET_NODE_WORD(a,hi,lo) {((BYTE *)a)[0] = hi; ((BYTE *)a)[1] = lo;}
#define GET_NODE_WORD(hi,lo) ((lo
www.eeworm.com/read/453040/1643140
c vfd_simp.c
/**********************************************************************/
/*************** MTK CONFIDENTIAL ****************/
/***************
www.eeworm.com/read/453040/1643141
h vfd_char.h
/* we use word */
#define SEG7_A 0x0001
#define SEG7_B 0x0002
#define SEG7_C 0x0004
#define SEG7_D 0x0008
#define SEG7_E 0x0010
#define SEG7_F 0x0020
#define SEG7_G