代码搜索:VFD驱动

找到约 10,000 项符合「VFD驱动」的源代码

代码结果 10,000
www.eeworm.com/read/468487/1488158

bat vfd_tbl.bat

del vfd_tool.exe del vfd_data.c del vfd_data.h set PATH=%PATH%;C:\BORLAND\BCC5\BIN C:\BORLAND\BCC5\BIN\bcc32 -6 -IC:\BORLAND\BCC5\INCLUDE -LC:\BORLAND\BCC5\LIB vfd_tool.c -evfd_tool.exe vfd_to
www.eeworm.com/read/468487/1488161

h vfd_simp.h

/************************************************************************ Auto Generated Macros ************************************************************************/ #define VFD_REFRESH_M
www.eeworm.com/read/468487/1488163

h vfd_data.h

/************************************************************************ The following data is for refresh table. ************************************************************************/
www.eeworm.com/read/468487/1488165

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/468487/1488166

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/468486/1488325

bpr vfd_tool.bpr

www.eeworm.com/read/468486/1488326

c vfd_simp.c

/**********************************************************************/ /*************** MTK CONFIDENTIAL ****************/ /***************
www.eeworm.com/read/468486/1488327

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
www.eeworm.com/read/468486/1488328

c vfd_data.c

/************************************************************************ The following data is for control mode. ************************************************************************/ #de
www.eeworm.com/read/468486/1488330

c vfd_dbg.c

/**********************************************************************/ /*************** MTK CONFIDENTIAL ****************/ /***************