bertos/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 
00055 
00056 #define CONFIG_CHART_TYPE_X uint8_t 
00057 #define CONFIG_CHART_TYPE_Y uint8_t 
00058 
00059 
00061 #define CONFIG_MENU_MENUBAR        0
00062 
00064 #define CONFIG_LEVELEDIT_TIMEOUT   0
00065 
00067 #define CONFIG_MENU_TIMEOUT        0
00068 
00070 #define CONFIG_MENU_SMOOTH  1
00071 
00072 
00073 #endif /* CFG_GFX_H */
00074