X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fexamples%2Ftcp_server%2Fcfg%2Fcfg_gfx.h;fp=boards%2Fat91sam7x-ek%2Fexamples%2Ftcp_server%2Fcfg%2Fcfg_gfx.h;h=0000000000000000000000000000000000000000;hb=68cde3a340e6684e7f43bb2889d8625f8a4608a4;hp=59dde04c8ba87525b86d44ed48af4bbeeb31f0c9;hpb=aea9d17572b7fa5f8e05aae6639a3deff4f79aaf;p=bertos.git diff --git a/boards/at91sam7x-ek/examples/tcp_server/cfg/cfg_gfx.h b/boards/at91sam7x-ek/examples/tcp_server/cfg/cfg_gfx.h deleted file mode 100644 index 59dde04c..00000000 --- a/boards/at91sam7x-ek/examples/tcp_server/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 */ -