说明: CINEMATOGRAPHY & DIRECTING ------------------------------ 一共两部分。 1 Introduction 2 1.1 Perspective 1.2 Yourvision 1.3 Traditional Arts 1.4 Who Should Read This Book 1.5 Software Requirements 1.6 Whatyou Should Know 1.7 The Project 2 The [digital] Cam <osoon> 在 2010-01-01 上传 | 大小:45088768 | 下载9次
说明: 这个头文件里定义了4个函数,fb_init(),fb_close(),plot_pixel(),fb_info(); 分别初始化fb设备,关闭FB设备,在屏幕上画点,显示FB信息。编程时只需#include "fbg.h",然后调用fb_init(),画点函数形式如下,plot_pixel(int x, int y, int blue, int green, int red ,int trans). x,y分别是点的横纵坐标,blue,green,red,分别是点的RGB值,最后参数可以为0。 <saturnMD> 在 2010-01-01 上传 | 大小:1024 | 下载30次