displayconfigall.h
Go to the documentation of this file.00001
00018 #ifndef __DISPLAYCONFIGALL_H
00019 #define __DISPLAYCONFIGALL_H
00020
00021
00022
00023
00024
00025 #define INCLUDE_PAL_GPIO_PIN_AUTO_TOGGLE
00026
00027
00028
00029
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