代码搜索:Framebuffer

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

代码结果 2,292
www.eeworm.com/read/161121/5559829

c sis_main.c

/* * SiS 300/630/730/540/315/550/650/740 frame buffer device * for Linux kernels 2.4.x and 2.5.x * * Partly based on the VBE 2.0 compliant graphic boards framebuffer driver, * which is (c) 1998 G
www.eeworm.com/read/159496/5582963

h fb.h

/* ** $Id: fb.h,v 1.6 2003/08/01 09:50:42 weiym Exp $ ** ** fb.h: Framebuffer drivers header file for MiniGUI Screen and QVFB Drivers ** ** Copyright (C) 2003 Feynman Software */ #ifndef GUI_
www.eeworm.com/read/426058/10291017

h test-lcd.h

#ifndef _FBTOOLS_H_ #define _FBTOOLS_H_ #include //a framebuffer device structure; typedef struct fbdev{ int fb; unsigned int fb_mem_offset; unsigned int * fb_mem; struct fb
www.eeworm.com/read/396796/8089889

c fbxid.c

/* * fbxid.c - Prints the framebuffer id string then exits. * * By Michael Bourgeous * * $Id: fbxid.c,v 1.8 2001/01/17 22:08:24 lethal Exp $ */ #include #include #include
www.eeworm.com/read/244086/12889322

c old_main.c

/* * A framebuffer test for davinci video fb device. * * Mon Jul 10 13:57:42 CST 2006 * Author Yang Yong, mailto * * VID0 - 16bits, TRIPLE_BUF [full
www.eeworm.com/read/324781/13245375

c fb.c

#include "fb.h" int fb_init() { static int fb_inited = 0; char *dev, *env; if (fb_inited) return 0; fb = malloc(sizeof(FRAMEBUFFER)); if (!fb) { fprintf(stderr, "malloc: %s\n", strerror(er
www.eeworm.com/read/410826/11267653

c fbtools.c

/* * some generic framebuffer device stuff * */ #include #include #include #include #include #include #include #include
www.eeworm.com/read/237554/4622610

am makefile.am

## Makefile.am for MiniGUI using the Qt virtual framebuffer video driver INCLUDES=-I../../../include -I../../include -I../ noinst_LTLIBRARIES = libvideo_qvfb.la libvideo_qvfb_la_SOURCES = $(QVFB_SR
www.eeworm.com/read/236434/4640007

am makefile.am

## Makefile.am for MiniGUI using the Qt virtual framebuffer video driver INCLUDES=-I../../../include -I../../include -I../ noinst_LTLIBRARIES = libvideo_qvfb.la libvideo_qvfb_la_SOURCES = $(QVFB_SR
www.eeworm.com/read/232568/4698309

am makefile.am

## Makefile.am for MiniGUI using the Qt virtual framebuffer video driver INCLUDES=-I../../../include -I../../include -I../ noinst_LTLIBRARIES = libvideo_qvfb.la libvideo_qvfb_la_SOURCES = $(QVFB_SR