File nut/include/dev/framebuffer.h


Included Files


Preprocessor definitions

#define _FRAMEBUFFER_H_

Typedef FBINFO

typedef struct _FBINFO FBINFO
struct _FBINFO  
   {  
      int bpp;  
      int width;  
      int height;  
      uint8_t* fb;  
   }