代码搜索:LCD调试
找到约 10,000 项符合「LCD调试」的源代码
代码结果 10,000
www.eeworm.com/read/220284/14844654
h lcd.h
// ************************************************
// *** LCD_4BIT Driver V1.0 ***
// *** LCD.H ***
// ************************************************
/* LCD data bus, 4 bit mode */
// *** LCD
www.eeworm.com/read/220284/14844672
c lcd.c
// ************************************************
// *** 采用4位数据线的1602液晶驱动程序 ***
// *** LCD.C ***
// ************************************************
#define ENABLE_BIT_DEFINITIONS
#define LCD_C
www.eeworm.com/read/220284/14844679
h lcd.h
// ************************************************
// *** LCD_4BIT Driver V1.0 ***
// *** LCD.H ***
// ************************************************
/* LCD data bus, 4 bit mode */
// *** LCD
www.eeworm.com/read/220263/14845003
c lcd.c
#include "SPCE061V004.H"
//#include "hardware.inc"
void delay1()
{
int j=80;
while(j--);
}
void qudong(int m)
{
*P_IOA_Data=m;
*P_IOA_Data=(m|0x0040);
delay1();
*P_Watchdog_Cl
www.eeworm.com/read/220145/14848095
mcp lcd.mcp
www.eeworm.com/read/220145/14848132
pwi lcd.pwi
www.eeworm.com/read/220145/14848136
dsn lcd.dsn
www.eeworm.com/read/220004/14856265
lib lcd.lib
www.eeworm.com/read/220004/14856268
h lcd.h
/*
液晶显示能力:128(列)x64(行)
屏幕坐标原点:左下角(0,0)
X轴坐标范围:0-127
Y轴坐标范围:0-63
编程说明:
0.程序中包含LCD.H头文件;cmd文件中加一行:-LLCDDriver.obj
1.程序中开设屏幕缓冲区,类型为unsigned int,长度为1024
2.首先在程序中调用函数LCDSetScreenBuffer将屏幕缓冲区地址指针作
www.eeworm.com/read/118761/14857421