代码搜索:VFD驱动
找到约 10,000 项符合「VFD驱动」的源代码
代码结果 10,000
www.eeworm.com/read/295633/8149340
asm vfd_display.asm
;;;DATA:2004-5-30
title "vfd dis DRIVER "
include "P16F630.INC"
LIST P=16F630
;;__config _WDT_OFF&_XT_OSC
__idlocs 4611h
errorlevel 2,-207,-215,-306
LCD_TEMP
www.eeworm.com/read/370793/9585450
vfd label_font.vfd
[index]
name=标志用字库
num=7
id=SpisIIDraw
[1]
ImWidth=800
ImHeight=823
enname=1
num=1
ArrayPoint1=dtEllipse:64,71;763,785;763,785;@clBlackpsSolid"clWhite%bsSolid.
[2]
ImWidth=800
ImHeight=
www.eeworm.com/read/174416/9588137
c vfd-800a.c
#include
#include "vfd.h"
/*等待VFD空闲就返回,这个调用都是在SRE置位的情况下*/
void wait_free(void)
{
//while((PVFD & 0x80));
while(FRP!=0);
}
/*向VFD写入一个字节命令*/
void write_cmd(BYTE cmd)
{
www.eeworm.com/read/368087/9712910
dp2 vfd.dp2
vfd.o: D:\avrmcu\AT980\AT980/..\main.h D:\avrmcu\AT980\AT980/..\io.h C:/ICC/include/iom163.h D:\avrmcu\AT980\AT980/..\bu1923\bu1923.h
www.eeworm.com/read/414794/11101437
h vfd32.h
#ifndef __HT_13D_15S_H
#define __HT_13D_15S_H
/* The following describe NINTAUS N701 Panel */
/* */
#define DOT_G5P16 0x00
#define DOT
www.eeworm.com/read/414793/11101448
c vfd_shift.c
/*
** FILE
** vfd.c
**
** DESCRIPTION
** handle VFD functions.
*/
//#define VFD_TEST
#if (VFD_MODULE == HT1611_LCD)
#include "vfd_k_ht1611.h" //for NINTAUS DVD-N701 key pad definition
www.eeworm.com/read/146466/12645966
_vfd main_tb._vfd
#insert -- NOTE: Do not edit this file.
#insert -- Auto generated by All VHDL Functional Simulation Models
#insert --
#path
#path
#insert -- Compiling mapped library files...
#vcomlib work=VhdlL
www.eeworm.com/read/258097/11886116
h fut_6_bt_269gk1.h
#ifndef __FUT_6_BT_269GK1_H
#define __FUT_6_BT_269GK1_H
/*
** 777777
** 2 6
** 2 6
** 111111
** 3 5
** 3 5
** 444444
*/
/* The
www.eeworm.com/read/323086/13355375
asm hc164.asm
.ifnz HC164
fProcessVfdRead:
lda #%11111110
sta rRegister164
ldx #0
sentnextbyte:
rol rRegister164
lda rRegister164
sta rOutBuffer_164
jsr f164SentOneByte
bbs VFD_
www.eeworm.com/read/323086/13355386
asm pmp_mcu810_diver.asm
.ifnz PMP_MCU810_DRIVER
fProcessPMP_MCU810:
;;get the cmd value
lda IOP_DATA0_L
and #VFD_DAT_LN_MASK
sta rDat