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
SIMConf.c
Go to the documentation of this file.
1
/*********************************************************************
2
* Portions COPYRIGHT 2015 STMicroelectronics *
3
* Portions SEGGER Microcontroller GmbH & Co. KG *
4
* Solutions for real time microcontroller applications *
5
**********************************************************************
6
* *
7
* (c) 1996 - 2015 SEGGER Microcontroller GmbH & Co. KG *
8
* *
9
* Internet: www.segger.com Support: support@segger.com *
10
* *
11
**********************************************************************
12
13
** emWin V5.28 - Graphical user interface for embedded applications **
14
emWin is protected by international copyright laws. Knowledge of the
15
source code may not be used to write a similar product. This file may
16
only be used in accordance with a license and should not be re-
17
distributed in any way. We appreciate your understanding and fairness.
18
----------------------------------------------------------------------
19
File : SIMConf.c
20
Purpose : Windows Simulator configuration
21
---------------------------END-OF-HEADER------------------------------
22
*/
42
#ifdef WIN32
43
44
#include "
LCD_SIM.h
"
45
46
/*********************************************************************
47
*
48
* Public code
49
*
50
**********************************************************************
51
*/
52
/*********************************************************************
53
*
54
* SIM_X_Config
55
*
56
* Purpose:
57
* Called during the initialization process in order to configure
58
* the simulator.
59
*/
60
void
SIM_X_Config
() {
61
SIM_GUI_SetTransColor
(0xff0000);
// Define the transparent color
62
}
63
64
#else
65
66
void
SIMConf_C
(
void
);
// Avoid empty object files
67
void
SIMConf_C
(
void
) {}
68
69
#endif
70
71
/*************************** End of file ****************************/
SIMConf_C
void SIMConf_C(void)
Definition:
SIMConf.c:67
LCD_SIM.h
SIM_X_Config
void SIM_X_Config(void)
SIM_GUI_SetTransColor
int SIM_GUI_SetTransColor(int Color)
Generated by
1.8.11