代码搜索:Framebuffer
找到约 2,292 项符合「Framebuffer」的源代码
代码结果 2,292
www.eeworm.com/read/409487/11321159
makefile
#
# Makefile for the VIA framebuffer driver (for Linux Kernel 2.6)
#
obj-$(CONFIG_FB_VIA) += viafb.o
viafb-y :=viafbde
www.eeworm.com/read/263631/11352219
c lcdlib.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\lcd.h"
#include "..\inc\lcdlib.h"
#include "..\inc\glib.h"
//SCR_XSIZE,SCR_YSIZ
www.eeworm.com/read/407173/11426963
c lcd.c
#include
#include
#include "option.h"
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#include "2440slib.h"
#include "2440addr.h"
#include "nand.h"
#include
www.eeworm.com/read/346084/11769715
c lcdlib.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\lcd.h"
#include "..\inc\lcdlib.h"
#include "..\inc\glib.h"
//SCR_XSIZE,SCR_YSIZ
www.eeworm.com/read/345866/11785103
c lcdlib.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\lcd.h"
#include "..\inc\lcdlib.h"
//SCR_XSIZE,SCR_YSIZE,LCD_XSIZE,LCD_YSIZE are
www.eeworm.com/read/257304/11934520
c lcdlib.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\lcd.h"
#include "..\inc\lcdlib.h"
//SCR_XSIZE,SCR_YSIZE,LCD_XSIZE,LCD_YSIZE are
www.eeworm.com/read/343182/11964953
c glib.c
//====================================================================
// File Name : Glib.c
// Function : S3C2440 Graphic library(drawing).
// Program :
// Date : May 30, 2002
// Versio
www.eeworm.com/read/343145/11969515
h lcd.h
#ifndef __LCD_H__
#define __LCD_H__
#define CLCD_240_320 (1)
#define MLCD_320_240 (2)
#define LCD_TYPE MLCD_320_240
#define MODE_MONO (1)
#define MODE_G4 (4)
#define MODE_G16 (16)
www.eeworm.com/read/341811/12061756
c lcdlib.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\lcd.h"
#include "..\inc\lcdlib.h"
#include "..\inc\glib.h"
//SCR_XSIZE,SCR_YSIZ
www.eeworm.com/read/152192/12133088
h lcdlib.h
#ifndef __LCDLIB_H__
#define __LCDLIB_H__
#include "option.h"
extern void lcd_init(void);
extern void lcd_put_pixel(int, int, unsigned char);
extern void lcd_clear_screen(unsigned char );