代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.h
#ifndef __LCD_H__
#define __LCD_H__
void Test_Lcd_Stn_1Bit(void);
void Test_Lcd_Stn_2Bit(void);
void Test_Lcd_Stn_4Bit(void);
void Test_Lcd_Cstn_8Bit(void);
void Test_Lcd_Cstn_12Bit(void);
vo
lcd.c
#include /* for EnableInterrupts macro */
#include /* include peripheral declarations */
#include "system.h"
#define LCD_DATA PTD
#define LCD_DI PTA_PT
lcd.c
/* LCD driver routines
CodeVisionAVR C Compiler
(C) 1998-2004 Pavel Haiduc, HP InfoTech S.R.L.
*/
#asm
.equ __lcd_direction=__lcd_port-1
.equ __lcd_pin=__lcd_port-2
.equ __l
lcd.lst
C51 COMPILER V6.12 LCD 09/03/2007 16:55:45 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN lcd
lcd.#3
//////////////////////////////
////lcd.c
////by ts
///2007.9.3
///version 1
/////////////////////////////
#include
#include "common.h"
#include "lcd.h"
void LCD_display(uns
lcd.#1
//////////////////////////////
////lcd.c
////by ts
///2007.9.3
///version 1
/////////////////////////////
#include
#include "common.h"
#include "lcd.h"
void LCD_display(unsig
lcd.c
//////////////////////////////
////lcd.c
////by ts
///2007.9.3
///version 1
/////////////////////////////
#include "lcd.h"
#include
#include "common.h"
void LCD_display(uns
lcd.h
///////////////////////////////
///lcd.h
///by ts
///2007.9.3
///version 1
////////////////////////////////
#ifdef LCD_H
#define LCD_H
#include
#include
#include
lcd.#2
///////////////////////////////
///lcd.h
///by ts
///2007.9.3
///version 1
////////////////////////////////
#ifdef LCD_H
#define LCD_H
#include
#include
#include
lcd.c
#include "config.h"
/*************************LCD***************************/
#define LCD_RST 0X00000010
#define LCD_CMD 0X00000020
#define LCD_CSI 0X00000040
#define LCD_CLK 0X0000