STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
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;
65 }
67 
68 #endif /* LCDCONF_H */
69 
70 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
LCD_API_COLOR_CONV * pColorConvAPI
Definition: LCDConf.h:64
int32_t buffer_index
Definition: LCDConf.h:60
#define __IO
Definition: core_cm0.h:213
__IO int32_t pending_buffer
Definition: LCDConf.h:59
int32_t BytesPerPixel
Definition: LCDConf.h:63