X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=appconfig.h;fp=appconfig.h;h=2a71457bb007b8eb8011cc3dd31349cd66f08d6c;hb=213f569b4ec44c845890603808e9e660758936fe;hp=a30746dab91711056796fadd4e7265697ea14051;hpb=dd10467603da0be5d35d91bae7c62b0079128d09;p=bertos.git diff --git a/appconfig.h b/appconfig.h index a30746da..2a71457b 100755 --- a/appconfig.h +++ b/appconfig.h @@ -46,6 +46,9 @@ /*#* *#* $Log$ + *#* Revision 1.6 2006/02/15 09:12:56 bernie + *#* Switch to BITMAP_FMT_PLANAR_V_LSB. + *#* *#* Revision 1.5 2006/02/10 12:34:33 bernie *#* Add missing config options for gfx and kbd. *#* @@ -168,7 +171,7 @@ #define CONFIG_EEPROM_TYPE EEPROM_24XX256 /// Select bitmap pixel format. -#define CONFIG_BITMAP_FMT BITMAP_FMT_PLANAR_H_MSB +#define CONFIG_BITMAP_FMT BITMAP_FMT_PLANAR_V_LSB /// Enable line clipping algorithm. #define CONFIG_GFX_CLIPPING 1