代码搜索:LCD调试

找到约 10,000 项符合「LCD调试」的源代码

代码结果 10,000
www.eeworm.com/read/125479/14491496

h lcd.h

/***************************************************************************\ Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved. by threewter 2004.4.26 \************************
www.eeworm.com/read/125477/14491692

h lcd.h

/***************************************************************************\ Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved. by threewter 2004.4.26 \************************
www.eeworm.com/read/226159/14491853

c lcd.c

#include #include "..\inc\def.h" #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\lcdlib.h" #include "..\inc\glib.h" #include "..\inc\lcd.h" void Test_LcdMono(vo
www.eeworm.com/read/226159/14491855

h lcd.h

/***********************************************/ // 定义LCD控制器寄存器设置值等。 /***********************************************/ #ifndef __LCD_H__ #define __LCD_H__ //#include "..\Target\Def.h" #d
www.eeworm.com/read/226159/14491856

alf lcd.alf

www.eeworm.com/read/125433/14494024

c lcd.c

#include #include #include #define uchar unsigned char #define uint unsigned int sbit rs=P3^4; sbit rw=P3^5; sbit e=P3^6; sbit down=P2^1; sbit up=P2^0; sbi
www.eeworm.com/read/125422/14494551

c lcd.c

#ifdef HY_12864B #include "..\h\globle.h" #include "..\h\lcd.h" extern void RESET(void); extern void INITIAL(void); extern void CLEARPAGE(byte); extern void ROLL(byte); extern void CHAR_P
www.eeworm.com/read/125392/14495679

c lcd.c

/* * LCD interface example * Uses routines from delay.c * This code will interface to a standard LCD controller * like the Hitachi HD44780. It uses it in 4 bit mode, with * the hardware connected
www.eeworm.com/read/125392/14495683

h lcd.h

/* * LCD interface header file * See lcd.c for more info */ /* write a byte to the LCD in 4 bit mode */ extern void lcd_write(unsigned char); /* Clear and home the LCD */ extern void lcd_clear(
www.eeworm.com/read/125390/14495794

h lcd.h

#ifndef __LCD_H__ #define __LCD_H__ void MoveViewPort(int depth); void Test_LcdMono(void); void Test_LcdG4(void); void Test_LcdG16(void); void Test_LcdColor(void); void Test_Lcd(void); #en