代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/353562/10439421
o lcd.o
www.eeworm.com/read/279369/10443260
bas lcd.bas
'--------------------------------------------------------------
' (c) 1997-2001 MCS Electronics
'--------------------------------------------------------------
' file: LCD.BAS
'
www.eeworm.com/read/279343/10445925
h lcd.h
#ifndef _LCD_H_
#define _LCD_H_
#include "settings.h"
#include "Battery.h"
#include "EnDecode.h"
#include "main.h"
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/424465/10446471
h lcd.h
// 16x2 HD44780 based LCD Module functions for SDCC / P89V51RD2
/* Original Code by:
* Author : sci-3d@hotmail.com
* Date : 2006-08-01 (yyyy-mm-dd)
*/
/* Modified for ucmicrosys UNI-51
www.eeworm.com/read/424465/10446486
h lcd.h
// 16x2 HD44780 based LCD Module functions for SDCC / P89V51RD2
/* Original Code by:
* Author : sci-3d@hotmail.com
* Date : 2006-08-01 (yyyy-mm-dd)
*/
/* Modified for ucmicrosys UNI-51
www.eeworm.com/read/424456/10446894
h lcd.h
// 16x2 HD44780 based LCD Module functions for SDCC / P89V51RD2
/* Original Code by:
* Author : sci-3d@hotmail.com
* Date : 2006-08-01 (yyyy-mm-dd)
*/
/* Modified for ucmicrosys UNI-51
www.eeworm.com/read/279296/10447087
h lcd.h
#ifndef _LCD_H
#define _LCD_H
#include "reg.h"
#include "def.h"
#define LCD_XSIZE 240
#define LCD_YSIZE 320
#define LCD_DEPTH 4
#define B4_2_scan 0
#define B4_1_scan 1
#define B8_1_
www.eeworm.com/read/279294/10447523
h lcd.h
#include "..\inc\def.h"
#include "..\inc\lcddef.h"
extern unsigned char Welcome_BMP[];
void LCD_Init(void);
void LCD_Printf(U8 line_num,char *fmt,...); //从某行起显示字符串
void Anti_Disp(U8 line_num);
www.eeworm.com/read/279294/10447618
c lcd.c
#include
#include
#include
#include
#include
#include "..\inc\option.h"
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44
www.eeworm.com/read/353373/10452350
h lcd.h
#ifndef __LCD_H
#define __LCD_H
#include "config.h"
typedef unsigned char Uchar8; /* 无符号8位整型变量 */
typedef signed char Schar8; /* 有符号8位整型变量 */
typede