STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
rk043fn48h.h
Go to the documentation of this file.
1 
39 /* Define to prevent recursive inclusion -------------------------------------*/
40 #ifndef __RK043FN48H_H
41 #define __RK043FN48H_H
42 
43 #ifdef __cplusplus
44  extern "C" {
45 #endif
46 
47 /* Includes ------------------------------------------------------------------*/
48 
76 #define RK043FN48H_WIDTH ((uint16_t)480) /* LCD PIXEL WIDTH */
77 #define RK043FN48H_HEIGHT ((uint16_t)272) /* LCD PIXEL HEIGHT */
78 
82 #define RK043FN48H_HSYNC ((uint16_t)41) /* Horizontal synchronization */
83 #define RK043FN48H_HBP ((uint16_t)13) /* Horizontal back porch */
84 #define RK043FN48H_HFP ((uint16_t)32) /* Horizontal front porch */
85 #define RK043FN48H_VSYNC ((uint16_t)10) /* Vertical synchronization */
86 #define RK043FN48H_VBP ((uint16_t)2) /* Vertical back porch */
87 #define RK043FN48H_VFP ((uint16_t)2) /* Vertical front porch */
88 
92 #define RK043FN48H_FREQUENCY_DIVIDER 5 /* LCD Frequency divider */
93 
104 #ifdef __cplusplus
105 }
106 #endif
107 
108 #endif /* __RK043FN48H_H */
109 
121 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/