代码搜索:LCD菜单
找到约 10,000 项符合「LCD菜单」的源代码
代码结果 10,000
www.eeworm.com/read/217281/14971219
obj lcd.obj
www.eeworm.com/read/217281/14971222
mak lcd.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/217267/14972135
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/217267/14972163
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.
www.eeworm.com/read/217183/14974404
o lcd.o
www.eeworm.com/read/217183/14974598
err lcd.err
"lcd.c", line 79: Warning: C2917W: no side effect in void context: 'unary *'
"lcd.c", line 95: Warning: C2917W: no side effect in void context: 'unary *'
"lcd.c", line 743: Warning: C291
www.eeworm.com/read/217183/14974751
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/217183/14974773
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