代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/354955/10310004
prn lcd.prn
www.eeworm.com/read/354955/10310047
asm lcd.asm
; 78K/0 Series C Compiler V4.00 Assembler Source
; Date:14 Feb 2008 Time:11:07:55
; Command : -flcd.pcc
; In-file : source\lcd.c
; Asm-file :
www.eeworm.com/read/354955/10310077
h lcd.h
www.eeworm.com/read/354955/10310099
c lcd.c
www.eeworm.com/read/354955/10310163
pcc lcd.pcc
-cF0495
-y"C:\Program Files\NEC Electronics Tools\DEV"
-_msgoff
-iD:\78lx3seeitV1_1\inc
-rd
-a
-zp
-no
source\lcd.c
www.eeworm.com/read/354955/10310213
rel lcd.rel
www.eeworm.com/read/280550/10313924
c lcd.c
#include
#include
sbit LCM_RS=P2^0;
sbit LCM_RW=P2^1;
sbit LCM_EN=P2^2;
#define BUSY 0x80 //常量定义
#define DATAPORT P0
#define uchar unsigned char
#define
www.eeworm.com/read/354907/10315892
c lcd.c
/*
* Common LCD routines for supported CPUs
*
* (C) Copyright 2001-2002
* Wolfgang Denk, DENX Software Engineering -- wd@denx.de
*
* See file CREDITS for list of people who contributed to
www.eeworm.com/read/354907/10315941
h lcd.h
/*
* MPC823 and PXA LCD Controller
*
* Modeled after video interface by Paolo Scaffardi
*
*
* (C) Copyright 2001
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file
www.eeworm.com/read/162275/10320006