代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/254241/12153909
h lcd.h
#define uchar unsigned char
void delay500ms();
void delay100ms(void);
void delay100us(void); //delay TIMER1*1 ms for 12MHz
void delay1ms(void); //delay TIMER1*1 ms for 12MHz
void delay1s(void)
www.eeworm.com/read/340463/12155944
c lcd.c
/* ==============================================================================
System Name: witabb
File Name: lcd.c
Description: lcd液晶显示-PCF8576
Author: fangmc
==========================
www.eeworm.com/read/340454/12156128
lcd1602
www.eeworm.com/read/254151/12157597
o lcd.o
www.eeworm.com/read/254150/12157833
o lcd.o
www.eeworm.com/read/254138/12159463
h lcd.h
#include "config.h" /* system definition */
#include "intrins.h"
#define LCDPORT P4
#define nop _nop_
uchar code CH[]="播放器测试程序";
uchar code MEG[]="错误 ";
www.eeworm.com/read/151919/12161675
c lcd.c
#include "LCD.h"
/*------------------延时子程序-----------------------------*/
void delay(unsigned int t)
{
unsigned int i,j;
for(i=0;i
www.eeworm.com/read/151919/12161678
h lcd.h
/*---------------------------------
12864LCD驱动程序
---------------------------------*/
#ifndef _LCD_h_
#define _LCD_h_
/********************************************/
#include "reg52.h"
#in
www.eeworm.com/read/151919/12161691
c lcd.c
#include "LCD.h"
/*------------------延时子程序-----------------------------*/
void delay(unsigned int t)
{
unsigned int i,j;
for(i=0;i
www.eeworm.com/read/151919/12161712