displayconfigall.h

Go to the documentation of this file.
00001 /***************************************************************************/
00018 #ifndef __DISPLAYCONFIGALL_H
00019 #define __DISPLAYCONFIGALL_H
00020 
00021 /*
00022  * First, we list the default INCLUDE_XXX #defines which may be excluded later
00023  * by the kit or application specific configuration files.
00024  */
00025 #define INCLUDE_PAL_GPIO_PIN_AUTO_TOGGLE
00026 
00027 /* Then include the kit specific display configuration files which also includes
00028    the application specific configuration file and further selects which modules
00029    modules to include below. */
00030 #include "displayconfig.h"
00031 
00032 #ifdef INCLUDE_DISPLAY_SHARP_LS013B7DH03
00033 #include "displaypalconfig.h"
00034 #include "displayls013b7dh03config.h"
00035 #endif
00036 
00037 #ifdef INCLUDE_TEXTDISPLAY_SUPPORT
00038 #include "textdisplayconfig.h"
00039 #include "retargettextdisplayconfig.h"
00040 #endif
00041 
00042 #endif /* __DISPLAYCONFIGALL_H */