Programme de test pour lcd ITDB02
Fork of TFTLCD by
Revision 28:7c10c8df0802, committed 2014-04-07
- Comitter:
- kelvinmeuwly
- Date:
- Mon Apr 07 08:52:21 2014 +0000
- Parent:
- 27:26491d710e72
- Commit message:
- TEST_LCD
Changed in this revision
lcd_base.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/lcd_base.h Mon Jul 22 01:48:06 2013 +0000 +++ b/lcd_base.h Mon Apr 07 08:52:21 2014 +0000 @@ -130,14 +130,14 @@ // * \brief Describes fonts and their properties. // * \sa Comments in fonts.h // */ -//struct Font_struct -//{ -// const char* font; /**< A pointer to the first byte in the font. */ -// unsigned char width; /**< The width of each character, in pixels. */ -// unsigned char height; /**< Height of each character, in pixels. */ -// unsigned char offset; /**< Offset of the first character in the font. */ -// unsigned char numchars; /**< Count of the available characters in the font. */ -//}; +struct Font_struct +{ + const char* font; /**< A pointer to the first byte in the font. */ + unsigned char width; /**< The width of each character, in pixels. */ + unsigned char height; /**< Height of each character, in pixels. */ + unsigned char offset; /**< Offset of the first character in the font. */ + unsigned char numchars; /**< Count of the available characters in the font. */ +}; ///** \typedef font_metrics_t // * \brief Convenience shortcut for fonts properties. // */