X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Fgfx_p.h;h=8482d8e6bd91baa333af0c5a91bf4e923eb8e6fb;hb=3278853417ff353379e9c9b98a03bab687e16167;hp=5afc26e4321de175bf1d494293b5f4805b534752;hpb=59522a49bb5e019984284cc75a99b49a5e1c5f4e;p=bertos.git diff --git a/gfx/gfx_p.h b/gfx/gfx_p.h index 5afc26e4..8482d8e6 100755 --- a/gfx/gfx_p.h +++ b/gfx/gfx_p.h @@ -15,6 +15,9 @@ /*#* *#* $Log$ + *#* Revision 1.2 2006/02/10 12:28:33 bernie + *#* Add font support in bitmaps; Make bitmap formats public. + *#* *#* Revision 1.1 2006/01/26 00:32:49 bernie *#* Graphics private header. *#* @@ -23,13 +26,6 @@ #ifndef GFX_GFX_P_H #define GFX_GFX_P_H -/** - * \name Known pixel formats for bitmap representation. - * \{ - */ -#define BITMAP_FMT_PLANAR_H_MSB 1 /**< Planar pixels, horizontal bytes, MSB left. */ -#define BITMAP_FMT_PLANAR_V_LSB 2 /**< Planar pixels, vertical bytes, LSB top. */ -/* \} */ #if CONFIG_BITMAP_FMT == BITMAP_FMT_PLANAR_H_MSB