代码搜索:LCD菜单
找到约 10,000 项符合「LCD菜单」的源代码
代码结果 10,000
www.eeworm.com/read/216272/15021276
hex lcd.hex
:03000000020D8866
:0C0D8800787FE4F6D8FD758166020DCF7F
:1005A100003E5149453E00000000427F40000000EE
:1005B1000042615149460000002141454B31000094
:1005C100001814127F10000000274545453900002E
:1005D100
www.eeworm.com/read/216272/15021279
pwi lcd.pwi
www.eeworm.com/read/216272/15021284
dsn lcd.dsn
www.eeworm.com/read/216203/15024248
o lcd.o
www.eeworm.com/read/216203/15024251
c lcd.c
#include "lcd.h"
#include "lpc21xx.h"
#include "inandout.h"
/*
struct LCD
{
int addr[addr_num];
uint8 ch_lcd[addr_num];
int Set_addr;
uint8 set_char;
int IsSeting;
int Cu
www.eeworm.com/read/216203/15024272
pwi lcd.pwi
www.eeworm.com/read/216203/15024274
h lcd.h
#ifndef _lcd_h_
#define _lcd_h_
#include "inandout.h"
#define Flag_Cursor_Move_left 1
#define Flag_Cursor_Move_right 2
#define Flag_Value_Increase 3
#define Flag_Value_Decrease 4
www.eeworm.com/read/216203/15024277
dsn lcd.dsn
www.eeworm.com/read/114644/15044324
h lcd.h
#ifndef __LCD_H__
#define __LCD_H__
void MoveViewPort(int depth);
void Test_LcdMono(void);
void Test_LcdG4(void);
void Test_LcdStr(void);
#endif /*__LCD_H__*/
www.eeworm.com/read/114644/15044368
c 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"
#include "..\inc\Slib.