代码搜索:LCD菜单
找到约 10,000 项符合「LCD菜单」的源代码
代码结果 10,000
www.eeworm.com/read/117020/14944383
c lcd.c
//OCMJ4X8C驱动程序
//作者: 孙新虎
//日期: 20041211
#include "include.h"
void delay(uint8_t i) //短时间延时
{
while(--i);
}
void lcd_power_on(void) //打开LCD电源
{
PORTB &= ~(_BV(LCD_E) | _BV(LCD_RS) |
www.eeworm.com/read/117020/14944384
h lcd.h
#ifndef __lcd_h__
#define __lcd_h__
#define LCD_RS PB1
#define LCD_RW PB2
#define LCD_E PB3
#define LCD_RST PB4
#define LCD_POWER_OFF() DDRB &= ~_BV(PB0)
#define LCD_POWER_ON() DDRB |=
www.eeworm.com/read/217841/14950211
pdf lcd.pdf
www.eeworm.com/read/116808/14952885
h lcd.h
/* ATmega103 lcd.h file
Author : Robert Stuart
Company : PDL Industries
Date of Creation : 26 August 1999
*/
/* includes */
#include
#include
#include
www.eeworm.com/read/116808/14952891
~h lcd.~h
/* ATmega103 lcd.h file
Author : Robert Stuart
Company : PDL Industries
Date of Creation : 26 August 1999
*/
/* includes */
#include
#include
#include
www.eeworm.com/read/116808/14952900
o lcd.o
XL
H 6 areas 13 global symbols
M lcd.c
S push_gset1 Ref0000
S _strcpy Ref0000
S push_gset2 Ref0000
S _sprintf Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S _LCDHeader1 Ref0000
S _LCDHead
www.eeworm.com/read/116808/14952919
~c lcd.~c
/* ATmega103 lcd.c file
Author : Robert Stuart
Company : PDL Industries Ltd
Date of Creation : 13 April 2000
Tested : 13 April 2000
Function :
This module controls
www.eeworm.com/read/116808/14952956
c lcd.c
/* ATmega103 lcd.c file
Author : Robert Stuart
Company : PDL Industries Ltd
Date of Creation : 13 April 2000
Tested : 13 April 2000
Function :
This module controls
www.eeworm.com/read/116808/14952959
s lcd.s
.module lcd.c
.text
.dbfile C:\Documents\Software\AVR\lcd16x2\code\lcd.c
.area text
.dbfile C:\Documents\Software\AVR\lcd16x2\code\lcd.c
.dbfunc s LCDInitialise _LCDInitialise fI
.even
_
www.eeworm.com/read/116808/14952973
lis lcd.lis
.module lcd.c
.text
0000 .dbfile C:\Documents\Software\AVR\lcd16x2\code\lcd.c
.area text
0000