代码搜索:Framebuffer
找到约 2,292 项符合「Framebuffer」的源代码
代码结果 2,292
www.eeworm.com/read/128531/5983540
c prom.c
/*
* arch/mips/philips/nino/prom.c
*
* Copyright (C) 2001 Steven J. Hill (sjhill@realitydiluted.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/128531/5988301
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 sis_accel.o
obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.m
www.eeworm.com/read/127781/5994830
c prom.c
/*
* arch/mips/philips/nino/prom.c
*
* Copyright (C) 2001 Steven J. Hill (sjhill@realitydiluted.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/127781/5999655
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 sis_accel.o
obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.m
www.eeworm.com/read/127781/5999871
h kn02ca.h
/*
* include/asm-mips/dec/kn02ca.h
*
* Personal DECstation 5000/xx (Maxine or KN02-CA) definitions.
*
* Copyright (C) 2002 Maciej W. Rozycki
*
* This program is free software; you can redistri
www.eeworm.com/read/110034/6166119
c prom.c
/*
* arch/mips/philips/nino/prom.c
*
* Copyright (C) 2001 Steven J. Hill (sjhill@realitydiluted.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/110034/6170969
h kn02ca.h
/*
* include/asm-mips/dec/kn02ca.h
*
* Personal DECstation 5000/xx (Maxine or KN02-CA) definitions.
*
* Copyright (C) 2002 Maciej W. Rozycki
*
* This program is free software; you can redistri
www.eeworm.com/read/206629/6296304
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/486449/6532787
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/478234/6722242
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 );