代码搜索:LcD
找到约 10,000 项符合「LcD」的源代码
代码结果 10,000
www.eeworm.com/read/26985/975638
h lcd.h
/*
================================================================================
Copytight : Yihetech Co,.Ltd, All rightd reserved. 版权归属亿和电子工作室
Store : http://shop57165217.taobao.c
www.eeworm.com/read/26985/975641
lst lcd.lst
C51 COMPILER V7.50 LCD 03/30/2011 19:43:22 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN LCD
www.eeworm.com/read/26985/975642
obj lcd.obj
www.eeworm.com/read/26985/975646
h lcd.h
/*
================================================================================
Copytight : Yihetech Co,.Ltd, All rightd reserved. 版权归属亿和电子工作室
Store : http://shop57165217.taobao.c
www.eeworm.com/read/27036/976135
lcd12864
www.eeworm.com/read/27111/979909
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 conn
www.eeworm.com/read/27111/979910
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
www.eeworm.com/read/27111/979936
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 or 8 bit mode
*
*/
#include
www.eeworm.com/read/27111/979937
h lcd.h
#ifndef _LCD_H_
#define _LCD_H_
/*
* LCD interface header file
*/
/* Defining CHECKBUSY will check if the LCD is busy. The RW bit of the
* LCD must connected to a port of the processor
www.eeworm.com/read/27111/979948
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 conn