X-Git-Url: http://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/9d18e10afb2439a6a9ba6978a799259746a837b7..ce00990e52808c5f8e2ceefd38f9eeb44bb96eab:/drivers/lcd/tft/fonts/bitmapfonts.h diff --git a/drivers/lcd/tft/fonts/bitmapfonts.h b/drivers/lcd/tft/fonts/bitmapfonts.h index 23fac6d..68f234d 100644 --- a/drivers/lcd/tft/fonts/bitmapfonts.h +++ b/drivers/lcd/tft/fonts/bitmapfonts.h @@ -58,8 +58,9 @@ typedef struct /**************************************************************************/ typedef struct { - const uint8_t heightPages; // height, in pages (8 pixels), of the font's characters + const uint8_t height; // height of the font's characters const uint8_t startChar; // the first character in the font (e.g. in charInfo and data) + const uint8_t endChar; // the last character in the font (e.g. in charInfo and data) const FONT_CHAR_INFO* charInfo; // pointer to array of char information const uint8_t* data; // pointer to generated array of character visual representation } FONT_INFO;