![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#include "LCD.h"
Go to the source code of this file.
Data Structures | |
struct | LCD_LUT_INFO |
struct | LCD_API_LIST |
Functions | |
void | LCD_UpdateColorIndices (void) |
int | LCD_PassingBitmapsAllowed (void) |
void | LCD_EnableCursor (int OnOff) |
void | LCD_SelectLCD (void) |
void | LCD_DrawBitmap (int x0, int y0, int xsize, int ysize, int xMul, int yMul, int BitsPerPixel, int BytesPerLine, const U8 *pPixel, const LCD_PIXELINDEX *pTrans) |
void | LCD__DrawBitmap_1bpp (int x0, int y0, int xsize, int ysize, int xMul, int yMul, int BitsPerPixel, int BytesPerLine, const U8 *pPixel, const LCD_PIXELINDEX *pTrans, int OffData) |
void LCD__DrawBitmap_1bpp | ( | int | x0, |
int | y0, | ||
int | xsize, | ||
int | ysize, | ||
int | xMul, | ||
int | yMul, | ||
int | BitsPerPixel, | ||
int | BytesPerLine, | ||
const U8 * | pPixel, | ||
const LCD_PIXELINDEX * | pTrans, | ||
int | OffData | ||
) |
void LCD_DrawBitmap | ( | int | x0, |
int | y0, | ||
int | xsize, | ||
int | ysize, | ||
int | xMul, | ||
int | yMul, | ||
int | BitsPerPixel, | ||
int | BytesPerLine, | ||
const U8 * | pPixel, | ||
const LCD_PIXELINDEX * | pTrans | ||
) |
void LCD_EnableCursor | ( | int | OnOff | ) |
int LCD_PassingBitmapsAllowed | ( | void | ) |
void LCD_SelectLCD | ( | void | ) |
void LCD_UpdateColorIndices | ( | void | ) |
LCD_PIXELINDEX* LCD__aConvTable |
GUI_CONST_STORAGE U8 LCD_aMirror[256] |
tLCDDEV_Color2Index LCD_Color2Index_8666 |
Definition at line 112 of file LCD_Protected.h.
tLCDDEV_Index2Color LCD_Index2Color_444_12 |
Definition at line 97 of file LCD_Protected.h.
tLCDDEV_Index2Color LCD_Index2Color_444_12_1 |
Definition at line 99 of file LCD_Protected.h.
tLCDDEV_Index2Color LCD_Index2Color_444_16 |
Definition at line 101 of file LCD_Protected.h.
tLCDDEV_Index2Color LCD_Index2Color_555 |
Definition at line 103 of file LCD_Protected.h.
tLCDDEV_Index2Color LCD_Index2Color_565 |
Definition at line 104 of file LCD_Protected.h.
tLCDDEV_Index2Color LCD_Index2Color_8666 |
Definition at line 105 of file LCD_Protected.h.
tLCDDEV_Index2Color LCD_Index2Color_888 |
Definition at line 106 of file LCD_Protected.h.
tLCDDEV_Index2Color LCD_Index2Color_8888 |
Definition at line 107 of file LCD_Protected.h.
tLCDDEV_Index2Color LCD_Index2Color_M444_12 |
Definition at line 98 of file LCD_Protected.h.
tLCDDEV_Index2Color LCD_Index2Color_M444_12_1 |
Definition at line 100 of file LCD_Protected.h.
tLCDDEV_Index2Color LCD_Index2Color_M444_16 |
Definition at line 102 of file LCD_Protected.h.
tLCDDEV_Index2Color LCD_Index2Color_M555 |
Definition at line 108 of file LCD_Protected.h.
tLCDDEV_Index2Color LCD_Index2Color_M565 |
Definition at line 109 of file LCD_Protected.h.
tLCDDEV_Index2Color LCD_Index2Color_M888 |
Definition at line 110 of file LCD_Protected.h.