代码搜索:Framebuffer

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

代码结果 2,292
www.eeworm.com/read/411062/11258073

c lcdlib.c

//==================================================================== // File Name : LCDlib.c // Function : S3C2440 LCD configuration low-level codes // Program : // Date : March 13, 200
www.eeworm.com/read/147922/12511919

c clcd.c

#include #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\clcd.h" #include "..\inc\def.h" void Lcd_PutPixel(int x,int y,U8 rgb); void DrawLine(void); unsigned
www.eeworm.com/read/334042/12646161

c clcd.c

#include #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\clcd.h" #include "..\inc\def.h" void Lcd_PutPixel(int x,int y,U8 rgb); void DrawLine(void); unsigned
www.eeworm.com/read/300303/13921149

c lcd控制函数库.c

#include #include "44b.h" #include "44blib.h" #include "def.h" #include "lcd.h" #include "lcdlib.h" #include "glib.h" //SCR_XSIZE,SCR_YSIZE,LCD_XSIZE,LCD_YSIZE are defined in l
www.eeworm.com/read/135079/13964794

bak clcd.c.bak

//44BTEST : clcd.c #include #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\clcd.h" #include "..\inc\def.h" void Lcd_PutPixel(int x,int y,U8 rgb); void DrawLine(v
www.eeworm.com/read/135079/13964839

c clcd.c

//44BTEST : clcd.c #include #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\clcd.h" #include "..\inc\def.h" #include "..\inc\lcdlib.h" void Lcd_PutPixel(int x,int
www.eeworm.com/read/316872/3591836

c ivtvfb.c

/* On Screen Display cx23415 Framebuffer driver This module presents the cx23415 OSD (onscreen display) framebuffer memory as a standard Linux /dev/fb style framebuffer device. The frameb
www.eeworm.com/read/389879/2533361

c ivtvfb.c

/* On Screen Display cx23415 Framebuffer driver This module presents the cx23415 OSD (onscreen display) framebuffer memory as a standard Linux /dev/fb style framebuffer device. The frameb
www.eeworm.com/read/372616/2770906

c ivtvfb.c

/* On Screen Display cx23415 Framebuffer driver This module presents the cx23415 OSD (onscreen display) framebuffer memory as a standard Linux /dev/fb style framebuffer device. The frameb
www.eeworm.com/read/389231/8540833

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)