代码搜索:Framebuffer

找到约 2,292 项符合「Framebuffer」的源代码

代码结果 2,292
www.eeworm.com/read/188070/8575398

h lcdlib.h

#ifndef __LCDLIB_H__ #define __LCDLIB_H__ #include "..\inc\option.h" #define MODE_MONO (1) #define MODE_G4 (4) //#if (LCD_TYPE==MLCD_320_240) #define SCR_XSIZE (640) #define
www.eeworm.com/read/186766/8911562

h lcdlib.h

#ifndef __LCDLIB_H__ #define __LCDLIB_H__ #include "..\inc\option.h" #define MODE_MONO (1) #define MODE_G4 (4) //#if (LCD_TYPE==MLCD_320_240) #define SCR_XSIZE (640) #define
www.eeworm.com/read/186247/8949727

h lcdlib.h

#ifndef __LCDLIB_H__ #define __LCDLIB_H__ #include "..\inc\option.h" void Lcd_Init(int depth); void Lcd_MoveViewPort(int vx,int vy,int depth); #define MODE_MONO (1) #define MODE_G4 (4)
www.eeworm.com/read/376967/9299075

h lcdlib.h

#ifndef __LCDLIB_H__ #define __LCDLIB_H__ #include "..\inc\option.h" #define MODE_MONO (1) #define MODE_G4 (4) //#if (LCD_TYPE==MLCD_320_240) #define SCR_XSIZE (640) #define
www.eeworm.com/read/178210/9414522

h lcdlib.h

#ifndef __LCDLIB_H__ #define __LCDLIB_H__ #include "..\inc\option.h" #define MODE_MONO (1) #define MODE_G4 (4) //#if (LCD_TYPE==MLCD_320_240) #define SCR_XSIZE (640) #define
www.eeworm.com/read/168456/9912206

h lcdlib.h

#ifndef __LCDLIB_H__ #define __LCDLIB_H__ #include "..\inc\option.h" #define MODE_MONO (1) #define MODE_G4 (4) //#if (LCD_TYPE==MLCD_320_240) #define SCR_XSIZE (640) #define
www.eeworm.com/read/361197/10064633

h lcdlib.h

#ifndef __LCDLIB_H__ #define __LCDLIB_H__ #include "..\inc\option.h" #define MODE_MONO (1) #define MODE_G4 (4) //#if (LCD_TYPE==MLCD_320_240) #define SCR_XSIZE (640) #define
www.eeworm.com/read/419935/10827990

h lcdlib.h

#ifndef __LCDLIB_H__ #define __LCDLIB_H__ #include "option.h" #define MODE_MONO (1) #define MODE_G4 (4) #define SCR_XSIZE (640) #define SCR_YSIZE (480) #define LCD_XSIZE (320) #de
www.eeworm.com/read/464365/7164414

h lcdlib.h

#ifndef __LCDLIB_H__ #define __LCDLIB_H__ #include "..\inc\option.h" #define MODE_MONO (1) #define MODE_G4 (4) //#if (LCD_TYPE==MLCD_320_240) #define SCR_XSIZE (640) #define
www.eeworm.com/read/438673/7728459

cc ardriver.cc

// Copyright 2008 Isis Innovation Limited #define GL_GLEXT_PROTOTYPES 1 #include "ARDriver.h" using namespace GVars3; using namespace CVD; using namespace std; static bool CheckFramebufferStatus();