代码搜索:Framebuffer

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

代码结果 2,292
www.eeworm.com/read/10763/188482

h framebuffer.h

// // Copyright (c) Samsung Electronics. Co. LTD. All rights reserved. // /*++ THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT N
www.eeworm.com/read/11316/222346

c framebuffer.c

/* Copyright (C) 2004-2005 Li Yudong */ /* ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the Free
www.eeworm.com/read/11316/222419

h framebuffer.h

/* Copyright (C) 2004-2005 Li Yudong */ /* ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the Free
www.eeworm.com/read/14306/327423

c framebuffer.c

//GUICOM为命令地址 #define GUICOM((uchar*)0x03604000) //GUIDATA为数据地址 #define GUIDATA((uchar*)0x03604001) //ARM对GUI命令 void wcom(char com) { char *p_guic,temp; p
www.eeworm.com/read/16094/659287

c framebuffer.c

/* * FILE: framebuffer.c * 实现在framebuffer上画点、画线、画同心圆、清屏的函数 */ #include "framebuffer.h" extern unsigned int fb_base_addr; extern unsigned int bpp; extern unsigned int xsize; extern unsig
www.eeworm.com/read/16094/659290

h framebuffer.h

/* * FILE: framebuffer.h * 在framebuffer上画点、画线、画同心圆、清屏的函数接口 */ #ifndef __FRAMEBUFFER_H__ #define __FRAMEBUFFER_H__ #include /* * 画点 * 输入参数: * x、y : 象素坐标 * col
www.eeworm.com/read/16293/668556

c framebuffer.c

/* * FILE: framebuffer.c * 实现在framebuffer上画点、画线、画同心圆、清屏的函数 */ #include "framebuffer.h" extern unsigned int fb_base_addr; extern unsigned int bpp; extern unsigned int xsize; extern unsig
www.eeworm.com/read/16293/668559

h framebuffer.h

/* * FILE: framebuffer.h * 在framebuffer上画点、画线、画同心圆、清屏的函数接口 */ #ifndef __FRAMEBUFFER_H__ #define __FRAMEBUFFER_H__ #include /* * 画点 * 输入参数: * x、y : 象素坐标 * col
www.eeworm.com/read/480930/1311874

txt framebuffer.txt

The Frame Buffer Device ----------------------- Maintained by Geert Uytterhoeven Last revised: May 10, 2001 0. Introduction --------------- The frame buffer device pro
www.eeworm.com/read/242732/4544709

c framebuffer.c

/* * Mesa 3-D graphics library * Version: 6.4 * * Copyright (C) 1999-2005 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a