代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.c
#include "cpld.h"
/************************************************************/
/* define sub function */
/***********************************************
lcd.h
#ifndef LCD
#define LCD
extern void InitLcd(void);
extern void Delay(unsigned int DelayValue);
extern void LcdDisplayOpen(void);
extern void LcdDisplayClose(void);
extern unsigned char Lcd
lcd.h
#ifndef __LCD_H__
#define __LCD_H__
void MoveViewPort(int depth);
void Test_LcdMono(void);
void Test_LcdG4(void);
void Test_LcdG16(void);
void Test_LcdColor(void);
#endif /*__LCD_H__*/
lcd.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\lcdlib.h"
#include "..\inc\glib.h"
#include "..\inc\lcd.h"
void Test_LcdMono(vo
lcd.c
#include
#include "lcd.h"
// LCD 定义
//h为小数点控制
#define h 0x80
#define e 0x40 // AAAA
#define g 0x20 // F
lcd.h
//函数定义
void dispData(char *pBuf,int len,int neg);
lcd.c
#include
#include "lcd.h"
// LCD 定义
//h为小数点控制
#define h 0x80
#define e 0x40 // AAAA
#define g 0x20 //
lcd.h
//函数定义
void dispTime(char *pBuf,int len);
lcd.c
#include
#include "lcd.h"
// LCD 定义
//h为小数点控制
#define h 0x80
#define e 0x40 // AAAA
#define g 0x20 //