EFM32 Giant Gecko Software Documentation  efm32gg-doc-5.1.2
displayconfigall.h
Go to the documentation of this file.
1 /***************************************************************************/
18 #ifndef __DISPLAYCONFIGALL_H
19 #define __DISPLAYCONFIGALL_H
20 
21 /*
22  * First, we list the default INCLUDE_XXX #defines which may be excluded later
23  * by the kit or application specific configuration files.
24  */
25 #define INCLUDE_PAL_GPIO_PIN_AUTO_TOGGLE
26 
27 /* Then include the kit specific display configuration files which also includes
28  the application specific configuration file and further selects which modules
29  modules to include below. */
30 #include "displaypalconfig.h"
31 #include "displayconfig.h"
32 
33 #ifdef INCLUDE_DISPLAY_SHARP_LS013B7DH03
34 #include "displayls013b7dh03config.h"
35 #endif
36 
37 #ifdef INCLUDE_TEXTDISPLAY_SUPPORT
38 #include "textdisplayconfig.h"
39 #include "retargettextdisplayconfig.h"
40 #endif
41 
42 #endif /* __DISPLAYCONFIGALL_H */