代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/350856/10706037
c lcd.c
#include "LCD.H"
void delayLCD()
{
while(1)
{
OUT_IN = 0xff;
RS = 0;
RW = 1;
E = 0;
Nop;
E = 1;
Nop;
if(!INBIT)
break;
Nop;
Nop;
}
OUT_IN = 0x00;
}
voi
www.eeworm.com/read/350856/10706049
sdb lcd.sdb
[p GLOBOPT AUTOSTATIC PIC14 PICMIDHI PICLOMID CANREADCODE ]
"14 c:\program files\HT-PICC\INCLUDE\pic168xa.h
[v _INDF `Vuc 1 s 1 @0 ]
"15
[v _TMR0 `Vuc 1 s 1 @1 ]
"16
[v _PCL `Vuc 1 s 1 @2 ]
www.eeworm.com/read/350856/10706116
rlf lcd.rlf
www.eeworm.com/read/350856/10706145
cce lcd.cce
www.eeworm.com/read/350856/10706160
lst lcd.lst
HI-TECH Software PICC Macro Assembler V8.05PL2
Serial number: HCPIC-88888 Tue Aug 26 13:31:34 2008
Licensed to: ONE TWO
1 processor
www.eeworm.com/read/350856/10706184
obj lcd.obj
www.eeworm.com/read/350856/10706187
h lcd.h
#ifndef __LCD_H__
#define __LCD_H__
#include
#ifndef uchar
#define uchar unsigned char
#endif
#ifndef uint
#define uint unsigned int
#endif
#ifndef Nop
#define Nop asm("no
www.eeworm.com/read/276783/10707183
pjt lcd.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\MYDSP\5402\5402c\lcd\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compile
www.eeworm.com/read/276783/10707228
asm lcd.asm
;***************************************************************
;* TMS320C54x C/C++ Codegen PC Version 3.831 *
;* Date/Time created: Sun Jun 12 11:37:10 2005 *
;*
www.eeworm.com/read/276783/10707234
c lcd.c
#include "cpu_reg.h"
extern const Uint16 LIB16x24[];
extern const Uint16 LIB24x24[];
extern const Uint16 LIB16x16[];
extern const Uint16 LIB8x16[];
extern const Uint16 LIB64[];
extern c