代码搜索:LCD菜单
找到约 10,000 项符合「LCD菜单」的源代码
代码结果 10,000
www.eeworm.com/read/223418/14641800
lcd_test
www.eeworm.com/read/123189/14642912
h lcd.h
#ifndef LCD_H
#define LCD_H
#include
#define uint unsigned int
#define uchar unsigned char
#define ulint unsigned long
char *LCD=LCDMEM;
uchar BufferDat[10];
uchar numbe
www.eeworm.com/read/223183/14650052
obj lcd.obj
www.eeworm.com/read/223183/14650082
h lcd.h
//////////////////////////////////////////////////////////////////////////
// Copyright (C) 2004, Eyoka @ Microunit
// All Rights Reserved
//___________________
www.eeworm.com/read/223183/14650117
c lcd.c
//////////////////////////////////////////////////////////////////////////
// Copyright (C) 2004, Eyoka @ Microunit
// All Rights Reserved
//___________________
www.eeworm.com/read/223135/14654369
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/223135/14654450
o lcd.o
www.eeworm.com/read/223135/14654637
o lcd.o
www.eeworm.com/read/223135/14654678
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