代码搜索:Framebuffer
找到约 2,292 项符合「Framebuffer」的源代码
代码结果 2,292
www.eeworm.com/read/242745/12988232
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"
unsigne
www.eeworm.com/read/140491/13078691
c lcdlib.c
#include "44b.h"
#include "44blib.h"
#include "def.h"
#include "option.h"
#include "lcd.h"
#include "lcdlib.h"
#include "glib.h"
extern int EnableInterrupt( void ) ;
extern int DisableInte
www.eeworm.com/read/325286/13213723
c glib.c
//====================================================================
// File Name : Glib.c
// Function : S3C2440 Graphic library(drawing).
// Program :
// Date : May 30, 2002
// Versio
www.eeworm.com/read/323728/13325093
h 44blcd.h
#ifndef __44BLCD_H__
#define __44BLCD_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "option.h"
#include "def.h"
#include "44b.h"
#include "44blib.h"
#include "44blcd.h"
#include "lcd
www.eeworm.com/read/320475/13426401
c glib.c
#include "def.h"
#include "lcdlib.h"
#include "glib.h"
#include "lcd.h"
#include "hzk16.h"
#include "ascii.h"
void (*PutPixel)(U32,U32,U32);
void Glib_Init(int type)
{
switch(type)
www.eeworm.com/read/312207/13616571
templates
Template: zhcon/rebuild_kernel
Type: note
Description: You MUST rebuild kernel with framebuffer support.
Please read README.Debian and README. zhcon need a kernel supporting
framebuffer, you hav
www.eeworm.com/read/309126/13681534
makefile
#
# Makefile for the Epson S1d13xxx framebuffer device drivers
#
O_TARGET := s1d13xxxfb.o
export-objs := s1d13xxxfb.o
obj-y := s1d13xxxfb.o
obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.ma
www.eeworm.com/read/309126/13681540
makefile
#
# Makefile for the Epson S1d13xxx framebuffer device drivers
#
O_TARGET := s1d13xxxfb.o
export-objs := s1d13xxxfb.o
obj-y := s1d13xxxfb.o
obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.ma
www.eeworm.com/read/303323/13818383
c uart.c
#pragma interrupt INTSR6 MD_INTSR6
#pragma interrupt INTST6 MD_INTST6
#pragma interrupt INTSR0 MD_INTSR0
#pragma interrupt INTST0 MD_INTST0
#include "includes.h"
unsigned char Comm
www.eeworm.com/read/300951/13878058
c glib.c
//====================================================================
// File Name : Glib.c
// Function : S3C2440 Graphic library(drawing).
// Program :
// Date : May 30, 2002
// Versio