examples/demo/cfg/cfg_gfx.h
Go to the documentation of this file.00001
00040 #ifndef CFG_GFX_H
00041 #define CFG_GFX_H
00042
00044 #define CONFIG_GFX_CLIPPING 1
00045
00047 #define CONFIG_GFX_TEXT 1
00048
00050 #define CONFIG_GFX_VCOORDS 1
00051
00053 #define CONFIG_BITMAP_FMT BITMAP_FMT_PLANAR_V_LSB
00054
00059 #define CONFIG_CHART_TYPE_X uint8_t
00060 #define CONFIG_CHART_TYPE_Y uint8_t
00061
00062
00063
00065 #define CONFIG_MENU_MENUBAR 0
00066 #define CONFIG_LEVELEDIT_TIMEOUT 0
00067 #define CONFIG_MENU_TIMEOUT 0
00068
00070 #define CONFIG_MENU_SMOOTH 0
00071
00072
00073 #endif
00074