代码搜索结果

找到约 10,000 项符合 LCD 的代码

lcd.c

#include #include "adr_port_define.h" #include "extern_define.h" unchar a[12]__attribute__ ((noload))={0}; UnWord data_high,data_low; void DelayUmSec(UnDuWord N)

lcd.h

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic

lcd.c

#include #include"delays.h" /** * LCD.[R/W] RC5 1=读 0=写 * LCD.[R/S] RC7 1=数据 0=指令 //* LCD.[E] RC6 1->0 写数据或指令 1=读数据或指令 * LCD

lcd.h

void lcd_initial(void); void lcd_set_cursor( char CurY, char CurX); void putslcd( char *Str); void display_int( int intdata); void display_float(float fltdata); void display_float3bit(float f

lcd.h

/* ********************************************************************************************************* * uC/GUI * Universal

lcd.plg

礦ision3 Build Log Project: F:\lcd_new1.22\lcd_new1.22\LCD相关资料\万雅俊 LCD毕业论文\源程序\lcd.uv2 Project File Date: 08/12/2008 Output: Build target 'Targ

lcd.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {

lcd.h

//sbit DI=PB^0; void Set_DI(uchar i) {if(i==1) PORTB=PORTB|0x01; else PORTB=PORTB&0xfe;} //sbit RW=PB^1; void Set_RW(uchar i) {if(i==1) PORTB=PORTB|0x02; else PORTB=PORTB&0xfd;