X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=appconfig.h;fp=appconfig.h;h=1c209de9900929cb7fe141d18e30f41b1022a3d3;hb=9db38709abd70fc6651358fe81332d1ecf8f3c36;hp=f936954baa4c90263b94fb8a6952a3633be37137;hpb=a0d923094ba0837350003dffc17d50198fe0e634;p=bertos.git diff --git a/appconfig.h b/appconfig.h index f936954b..1c209de9 100755 --- a/appconfig.h +++ b/appconfig.h @@ -46,6 +46,9 @@ /*#* *#* $Log$ + *#* Revision 1.4 2006/01/23 23:12:27 bernie + *#* Enable CONFIG_GFX_VCOORDS. + *#* *#* Revision 1.3 2006/01/17 02:30:06 bernie *#* Add new config vars. *#* @@ -164,7 +167,10 @@ /// Select bitmap pixel format. #define CONFIG_BITMAP_FMT BITMAP_FMT_PLANAR_H_MSB -/// Enable line clipping algorithm +/// Enable line clipping algorithm. #define CONFIG_GFX_CLIPPING 1 +/// Enable virtual coordinate system. +#define CONFIG_GFX_VCOORDS 1 + #endif /* CONFIG_COMMON_H */