STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Data Structures | Macros | Functions
GUI_BMP_Private.h File Reference
#include "GUI_Private.h"

Go to the source code of this file.

Data Structures

struct  GUI_BMP_PARAM
 
struct  GUI_BMP_CONTEXT
 
struct  GUI_DRAWLINE_INFO
 

Macros

#define BI_RGB   0
 
#define BI_RLE8   1
 
#define BI_RLE4   2
 
#define BI_BITFIELDS   3
 

Functions

int GUI_BMP__GetData (void *p, const U8 **ppData, unsigned NumBytesReq, U32 Off)
 
int GUI_BMP__Init (GUI_BMP_CONTEXT *pContext, I32 *pWidth, I32 *pHeight, U16 *pBitCount, int *pNumColors, int *pCompression)
 
int GUI_BMP__ReadData (GUI_BMP_CONTEXT *pContext, int NumBytes, const U8 **ppData, unsigned StartOfFile)
 
int GUI_BMP__ReadPalette (GUI_BMP_CONTEXT *pContext, int NumColors)
 

Macro Definition Documentation

#define BI_BITFIELDS   3

Definition at line 48 of file GUI_BMP_Private.h.

#define BI_RGB   0

Definition at line 45 of file GUI_BMP_Private.h.

#define BI_RLE4   2

Definition at line 47 of file GUI_BMP_Private.h.

#define BI_RLE8   1

Definition at line 46 of file GUI_BMP_Private.h.

Function Documentation

int GUI_BMP__GetData ( void *  p,
const U8 **  ppData,
unsigned  NumBytesReq,
U32  Off 
)
int GUI_BMP__Init ( GUI_BMP_CONTEXT pContext,
I32 pWidth,
I32 pHeight,
U16 pBitCount,
int *  pNumColors,
int *  pCompression 
)
int GUI_BMP__ReadData ( GUI_BMP_CONTEXT pContext,
int  NumBytes,
const U8 **  ppData,
unsigned  StartOfFile 
)
int GUI_BMP__ReadPalette ( GUI_BMP_CONTEXT pContext,
int  NumColors 
)