STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
ampire480272.h
Go to the documentation of this file.
1 
39 /* Define to prevent recursive inclusion -------------------------------------*/
40 #ifndef __AMPIRE480272_H
41 #define __AMPIRE480272_H
42 
43 #ifdef __cplusplus
44  extern "C" {
45 #endif
46 
47 /* Includes ------------------------------------------------------------------*/
48 
76 #define AMPIRE480272_WIDTH ((uint16_t)480) /* LCD PIXEL WIDTH */
77 #define AMPIRE480272_HEIGHT ((uint16_t)272) /* LCD PIXEL HEIGHT */
78 
82 #define AMPIRE480272_HSYNC ((uint16_t)41) /* Horizontal synchronization */
83 #define AMPIRE480272_HBP ((uint16_t)2) /* Horizontal back porch */
84 #define AMPIRE480272_HFP ((uint16_t)2) /* Horizontal front porch */
85 #define AMPIRE480272_VSYNC ((uint16_t)10) /* Vertical synchronization */
86 #define AMPIRE480272_VBP ((uint16_t)2) /* Vertical back porch */
87 #define AMPIRE480272_VFP ((uint16_t)2) /* Vertical front porch */
88 
92 #define AMPIRE480272_FREQUENCY_DIVIDER 5 /* LCD Frequency divider */
93 
104 #ifdef __cplusplus
105 }
106 #endif
107 
108 #endif /* __AMPIRE480272_H */
109 
121 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/