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
Utilities
Components
ampire640480
ampire640480.h
Go to the documentation of this file.
1
39
/* Define to prevent recursive inclusion -------------------------------------*/
40
#ifndef __AMPIRE640480_H
41
#define __AMPIRE640480_H
42
43
#ifdef __cplusplus
44
extern
"C"
{
45
#endif
46
47
/* Includes ------------------------------------------------------------------*/
48
76
#define AMPIRE640480_WIDTH ((uint16_t)640)
/* LCD PIXEL WIDTH */
77
#define AMPIRE640480_HEIGHT ((uint16_t)480)
/* LCD PIXEL HEIGHT */
78
82
#define AMPIRE640480_HSYNC ((uint16_t)30)
/* Horizontal synchronization */
83
#define AMPIRE640480_HBP ((uint16_t)114)
/* Horizontal back porch */
84
#define AMPIRE640480_HFP ((uint16_t)16)
/* Horizontal front porch */
85
#define AMPIRE640480_VSYNC ((uint16_t)3)
/* Vertical synchronization */
86
#define AMPIRE640480_VBP ((uint16_t)32)
/* Vertical back porch */
87
#define AMPIRE640480_VFP ((uint16_t)10)
/* Vertical front porch */
88
92
#define AMPIRE640480_FREQUENCY_DIVIDER 3
/* LCD Frequency divider */
93
104
#ifdef __cplusplus
105
}
106
#endif
107
108
#endif
/* __AMPIRE640480_H */
109
121
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Generated by
1.8.11