代码搜索:Framebuffer
找到约 2,292 项符合「Framebuffer」的源代码
代码结果 2,292
www.eeworm.com/read/292234/8366022
h framebuffer.h
/*
COPYRIGHT, LICENSE AND WARRANTY INFORMATION
This software module has been originally developed by Nokia Corporation.
Provided that a person, entity or a company willing to use the Software
(her
www.eeworm.com/read/292234/8366086
c framebuffer.c
/*
COPYRIGHT, LICENSE AND WARRANTY INFORMATION
This software module has been originally developed by Nokia Corporation.
Provided that a person, entity or a company willing to use the Software
(her
www.eeworm.com/read/391467/8401922
h framebuffer.h
/*
COPYRIGHT, LICENSE AND WARRANTY INFORMATION
This software module has been originally developed by Nokia Corporation.
Provided that a person, entity or a company willing to use the Software
(her
www.eeworm.com/read/391467/8401967
c framebuffer.c
/*
COPYRIGHT, LICENSE AND WARRANTY INFORMATION
This software module has been originally developed by Nokia Corporation.
Provided that a person, entity or a company willing to use the Software
(her
www.eeworm.com/read/184302/9112264
cpp framebuffer.cpp
/*
* Author: Roman Schmidt, SIEMENS AG Greifswald (Germany)
*
* This file is
www.eeworm.com/read/184302/9112356
h framebuffer.h
/*
* Author: Roman Schmidt, SIEMENS AG Greifswald (Germany)
*
* This file is
www.eeworm.com/read/378233/9240001
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/378233/9240012
h framebuffer.h
/*
* FILE: framebuffer.h
* 在framebuffer上画点、画线、画同心圆、清屏的函数接口
*/
#ifndef __FRAMEBUFFER_H__
#define __FRAMEBUFFER_H__
#include
/*
* 画点
* 输入参数:
* x、y : 象素坐标
* col
www.eeworm.com/read/373225/9468608
c framebuffer.c
//GUICOM为命令地址
#define GUICOM((uchar*)0x03604000)
//GUIDATA为数据地址
#define GUIDATA((uchar*)0x03604001)
//ARM对GUI命令
void wcom(char com)
{
char *p_guic,temp;
p