代码搜索:Framebuffer
找到约 2,292 项符合「Framebuffer」的源代码
代码结果 2,292
www.eeworm.com/read/139465/13155008
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/241136/13166591
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/325286/13213993
c lcdlib.c
//====================================================================
// File Name : LCDlib.c
// Function : S3C2440 LCD configuration low-level codes
// Program :
// Date : March 13, 200
www.eeworm.com/read/323728/13324865
c 44blcd.c
#include "h\44blcd.h"
extern unsigned char *Buf;
void LcdInit(void)
{
Lcd_Init();
clrscreen();
}
void Lcd_Init(void)
{
// if((U32)frameBuffer256==0)
// {
(U32)frameBuffer256=0
www.eeworm.com/read/319966/13438556
c lcdlib.c
/*****************************************
NAME: lcdlib.c
DESC: lcd configuration low-level codes
HISTORY:
2002.03.13:draft ver 0.0
*****************************************/
#include
www.eeworm.com/read/312481/13611012
c lcdlib.c
//====================================================================
// File Name : LCDlib.c
// Function : S3C2440 LCD configuration low-level codes
// Program :
// Date : March 13, 200
www.eeworm.com/read/309126/13681456
makefile
#
# Makefile for the SiS framebuffer device driver
#
O_TARGET := sisfb.o
export-objs := sis_main.o
obj-y := sis_main.o init.o init301.o
obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.make
www.eeworm.com/read/309126/13681525
h pmag-ba-fb.h
/*
* linux/drivers/video/pmag-ba-fb.h
*
* TurboChannel PMAG-BA framebuffer card support,
* Copyright (C) 1999,2000,2001 by
* Michael Engel ,
* Karsten
www.eeworm.com/read/309126/13681530
h pmagb-b-fb.h
/*
* linux/drivers/video/pmagb-b-fb.h
*
* TurboChannel PMAGB-B framebuffer card support,
* Copyright (C) 1999, 2000, 2001 by
* Michael Engel and
* K
www.eeworm.com/read/300951/13878369
c lcdlib.c
//====================================================================
// File Name : LCDlib.c
// Function : S3C2440 LCD configuration low-level codes
// Program :
// Date : March 13, 200