X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Ftemplates%2Fkernel%2Fcfg%2Fcfg_gfx.h;fp=boards%2Fsam3n-ek%2Ftemplates%2Fkernel%2Fcfg%2Fcfg_gfx.h;h=0000000000000000000000000000000000000000;hb=61171d95e604185c26236fc9f3cba4ef77312c67;hp=59dde04c8ba87525b86d44ed48af4bbeeb31f0c9;hpb=b6b7cb68fe5f979418b595c667bf714fee90b787;p=bertos.git diff --git a/boards/sam3n-ek/templates/kernel/cfg/cfg_gfx.h b/boards/sam3n-ek/templates/kernel/cfg/cfg_gfx.h deleted file mode 100644 index 59dde04c..00000000 --- a/boards/sam3n-ek/templates/kernel/cfg/cfg_gfx.h +++ /dev/null @@ -1,67 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for GFX module. - * - * \author Daniele Basile - */ - -#ifndef CFG_GFX_H -#define CFG_GFX_H - -/** - * Enable line clipping algorithm. - * $WIZ$ type = "boolean" - */ -#define CONFIG_GFX_CLIPPING 1 - -/** - * Enable text rendering in bitmaps. - * $WIZ$ type = "boolean" - */ -#define CONFIG_GFX_TEXT 1 - -/** - * Enable virtual coordinate system. - * $WIZ$ type = "boolean" - */ -#define CONFIG_GFX_VCOORDS 1 - -/** - * Select bitmap pixel format. - * $WIZ$ type = "enum" - * $WIZ$ value_list = "bitmap_format" - */ -#define CONFIG_BITMAP_FMT BITMAP_FMT_PLANAR_V_LSB - -#endif /* CFG_GFX_H */ -