代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.h
#ifndef __LCD_H__
#define __LCD_H__
// write your header here
#endif
lcd.rc
# Begin Project
# Begin SubItem "LCD Resources"
# End SubItem
# End Project
lcd.set
[General]
Version=1.0
Config=0
ReleaseIntermediate=.\Release
ReleaseOutput=.\Release
DebudIntermediate=.\Debug
DebugOutput=.\Debug
BodyName=SPCE060A_061A
[SetLink]
ExeFile=1
Output=LCD.S37
lcd.lik
Version: 3.0
Options: m37
Obj: "C:\PROGRA~1\Sunplus\UNSPID~1.0\startupD.obj"
Obj: "E:\已经完成的工程\LCD\LCD\Debug\Resource.obj"
Obj: "E:\已经完成的工程\LCD\LCD\Debug\main.obj"
Output: "E:\已经完成的工程\LCD\LCD\Debu
lcd.spj
#Sunplus Debeloper Project File - Name = SunplusIDE
#Sunplus Developer Generated Build File Format Version V1.00
#**DO NOT EDIT**
#TARTYPE (SPCE060A_061A)Application
CFG=Debug
# Begin Project
lcd.h
#define uint unsigned int
#define uchar unsigned char
#define WR BIT0
#define RD BIT1
#define CE BIT2
#define CD BIT3
#define FS BIT5
void CheckRWCD(void)
{
P4DIR=0XFF;
P3DIR=0X00;
P
lcd.c
#include
/*显示屏命令写入函数*/
void LCD_write_com(unsigned char com) {
RS_CLR;
RW_CLR;
EN_SET;
LCD_DATA_PORT = com;
delay_nus(5);
EN_CLR;
}
/*显示屏命令写入函数*/
void LCD_writ
lcd.c
/**********************************************************************
*
lcd.h
#ifndef LCD_H
#define LCD_H
/**********************************************************************
*