这个头文件里定义了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。
MyQQ is a cross-platform library for communication which uses a TencentQQ-like protocol to communicate with friends on the Internet. It can work well now and maintained by Xiaoxia (gdxxhg@gmail.com). If you are interested in MyQQ and have improved i