File nut/include/dev/framebuffer.h
Included Files
#include <nut/include/toolchain.h>
Preprocessor definitions
#define _FRAMEBUFFER_H_
Typedef FBINFO
typedef struct _FBINFO FBINFO
struct _FBINFO
{
int bpp;
int width;
int height;
uint8_t* fb;
}