代码搜索:LCD菜单

找到约 10,000 项符合「LCD菜单」的源代码

代码结果 10,000
www.eeworm.com/read/220004/14856265

lib lcd.lib

www.eeworm.com/read/220004/14856268

h lcd.h

/* 液晶显示能力:128(列)x64(行) 屏幕坐标原点:左下角(0,0) X轴坐标范围:0-127 Y轴坐标范围:0-63 编程说明: 0.程序中包含LCD.H头文件;cmd文件中加一行:-LLCDDriver.obj 1.程序中开设屏幕缓冲区,类型为unsigned int,长度为1024 2.首先在程序中调用函数LCDSetScreenBuffer将屏幕缓冲区地址指针作
www.eeworm.com/read/118761/14857421

class lcd.class

www.eeworm.com/read/118754/14857598

h lcd.h

#ifndef __BMP_H_ #define __BMP_H_ #include "def.h" #define BLACK 0xff #define ALLBLACK ((BLACK
www.eeworm.com/read/118754/14857609

c lcd.c

#include "..\inc\lcd.h" #include "..\inc\def.h" #include "..\inc\44b.h" #include #include #include #include void BitmapActiveView320x240x256(INT8U *p
www.eeworm.com/read/118752/14857697

c lcd.c

//######################################################################### // File: LCD.C // // Ansteuerung einer LCD-Anzeige // im 8 Bit Daten Mode // //#######################################
www.eeworm.com/read/118752/14857714

h lcd.h

//######################################################################### // File: LCD.H // // Ansteuerung einer LCD-Anzeige // im 8 Bit Daten Mode // //#######################################
www.eeworm.com/read/118594/14862270

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/118594/14862322

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/118594/14862334

o lcd.o