代码搜索:LCD调试
找到约 10,000 项符合「LCD调试」的源代码
代码结果 10,000
www.eeworm.com/read/213937/15122045
plg lcd.plg
Build target 'Target 1'
compiling CeLiange.c...
linking...
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
SEGMENT: ?PR?_DELAY2?CELIANGE
*** WARNING L16: UNCALLED SEGMENT, IGNORED
www.eeworm.com/read/213937/15122049
opt lcd.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/213937/15122054
pwi lcd.pwi
www.eeworm.com/read/213937/15122056
hex lcd.hex
:1018950000000000806018040060180601000000C8
:1018A5000000E242424242424242427E00000000C3
:1018B50000003F202020202020202020203C100058
:1018C5000000000000000000000000000000000013
:1018D50000003636000
www.eeworm.com/read/213862/15123712
c lcd.c
#include
#include
#include"lcd.h"
#include"zhimo.h"
//******写命令***********//////////////////////////////////
void KS0108_writeorder(bit RL,unsigned char order)
{
if(RL)
www.eeworm.com/read/213862/15123713
h lcd.h
#ifndef __lcd_H__
#define __lcd_H__
#define KS0108Set1 XBYTE [0xb008] //左半屏设置指令地址
#define KS0108R_status1 XBYTE [0xb009] //左半屏写状态指令地址
#define KS0108W_data1 XBYTE [0xb00a] //左半屏写数据指令地址
#de
www.eeworm.com/read/213853/15123819
h lcd.h
#include "020_Function.h"
#define LCD_Data P4
sbit LCD_RS =P2^0;
sbit LCD_WR =P2^1;
sbit LCD_E =P2^2;
/*
返回值Status: 当前地址计数器的值.
*/
unsigned char LCDBusyWait