代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/256082/12029451
doc lcd驱动.doc
www.eeworm.com/read/153455/12031631
h lcd.h
#ifndef __LCD_H__
#define __LCD_H__
void Lcd_Dmf50081_Init(void);
void Lcd_Dmf50081_Fill(U8 m);
void Lcd_Dmf50081_Show_Bmp320_240(unsigned char photo[]);
#endif /*__LCD_H__*/
www.eeworm.com/read/153455/12031644
c lcd.c
#include
#include "..\inc\option.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\lcd.h"
//以下是液晶模块控制器初始化和运行所用到的:
#define MVAL_USED (0)
www.eeworm.com/read/153455/12031743
o lcd.o
www.eeworm.com/read/256040/12033798
c lcd.c
/*! \file lcd.c \brief Character LCD driver for HD44780/SED1278 displays. */
//*****************************************************************************
//
// File Name : 'lcd.c'
// Title : C
www.eeworm.com/read/256040/12033959
h lcd.h
/*! \file lcd.h \brief Character LCD driver for HD44780/SED1278 displays. */
//*****************************************************************************
//
// File Name : 'lcd.h'
// Title : C
www.eeworm.com/read/256008/12037077
h 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
www.eeworm.com/read/256008/12037215
c lcd.c
#include
#include "2410addr.h"
#include "2410lib.h"
#include "def.h"
#include "lcdlib.h"
#include "glib.h"
#include "lcd.h"
#include ".\bmp\DEMO256.h"
void Lcd_Port_Init(void);
www.eeworm.com/read/256008/12037270
o lcd.o
www.eeworm.com/read/153260/12045786
c lcd.c
/************************************************************************
*
* Copyright(c) 2004 ItoM BV
* All Rights Reserved.
*
* LV2400x evaluation kit: Driving LCD in 4 bits mode
* Fi