X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Ffont_10x20.c;h=51911c120bb15605cb5de74ab21e929696116baf;hb=41718ab2098bd5640da265c34f1ecb79a4123d39;hp=35cb9ad02216ebea05c0a0807127d9a4846fb885;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/gfx/font_10x20.c b/bertos/gfx/font_10x20.c index 35cb9ad0..51911c12 100644 --- a/bertos/gfx/font_10x20.c +++ b/bertos/gfx/font_10x20.c @@ -5728,9 +5728,13 @@ static const PROGMEM uint8_t font_10x20_glyphs[] = { 0x0000, 0x0000, }; +#warning TODO: Fill the structure with missing parameter (see font.h for more detail). /* Exported structure definition. */ +#if 0 Font font_10x20 = { font_10x20_glyphs, 10, 20 }; +#endif +