Programme de test pour lcd ITDB02

Fork of TFTLCD by Todor Todorov

Revision:
28:7c10c8df0802
Parent:
22:4c169297f374
--- 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.
 // */