STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
Eclipse_WS2
STM32F769IDiscovery
Middlewares
ST
STemWin
Config
LCDConf.h
Go to the documentation of this file.
1
48
#include "
main.h
"
49
#include "
GUI.h
"
50
#include "
GUIDRV_Lin.h
"
51
52
#ifndef LCDCONF_H
53
#define LCDCONF_H
54
55
56
typedef
struct
57
{
58
int32_t
address
;
59
__IO
int32_t
pending_buffer
;
60
int32_t
buffer_index
;
61
int32_t
xSize
;
62
int32_t
ySize
;
63
int32_t
BytesPerPixel
;
64
LCD_API_COLOR_CONV
*
pColorConvAPI
;
65
}
66
LCD_LayerPropTypedef
;
67
68
#endif
/* LCDCONF_H */
69
70
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
LCD_LayerPropTypedef::pColorConvAPI
LCD_API_COLOR_CONV * pColorConvAPI
Definition:
LCDConf.h:64
LCD_LayerPropTypedef::buffer_index
int32_t buffer_index
Definition:
LCDConf.h:60
LCD_LayerPropTypedef::ySize
int32_t ySize
Definition:
LCDConf.h:62
main.h
LCD_LayerPropTypedef::address
int32_t address
Definition:
LCDConf.h:58
__IO
#define __IO
Definition:
core_cm0.h:213
LCD_LayerPropTypedef::pending_buffer
__IO int32_t pending_buffer
Definition:
LCDConf.h:59
GUIDRV_Lin.h
LCD_LayerPropTypedef::xSize
int32_t xSize
Definition:
LCDConf.h:61
LCD_LayerPropTypedef
Definition:
LCDConf.h:56
LCD_LayerPropTypedef::BytesPerPixel
int32_t BytesPerPixel
Definition:
LCDConf.h:63
LCD_API_COLOR_CONV
Definition:
LCD.h:136
GUI.h
Generated by
1.8.11