First draft
[hackover2013-badge-firmware.git] / drivers / lcd / tft / fonts / bitmapfonts.h
index 23fac6d..68f234d 100644 (file)
@@ -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;
This page took 0.027689 seconds and 4 git commands to generate.