From d61cff7a7976cd9097e5c3634ae4b1be64f736c3 Mon Sep 17 00:00:00 2001 From: Andrew Hannam Date: Sun, 5 Aug 2012 00:46:43 +1000 Subject: Many changes including scaled fonts. Scaled fonts (independantly in x & y direction) based on normal sized font. Effectively double sized and double height same width fonts come free (or triple etc). New routine for sending low level drivers hardware commands eg backlight off/on Power and Orientation moved to new routine. Clean up on files to simplify low level driver file overheads. --- halext/include/gdisp_fonts.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'halext/include/gdisp_fonts.h') diff --git a/halext/include/gdisp_fonts.h b/halext/include/gdisp_fonts.h index 2f573344..a271030e 100644 --- a/halext/include/gdisp_fonts.h +++ b/halext/include/gdisp_fonts.h @@ -72,6 +72,8 @@ struct font { uint8_t maxWidth; char minChar; char maxChar; + uint8_t xscale; + uint8_t yscale; const uint8_t *widthTable; const uint16_t *offsetTable; const fontcolumn_t *dataTable; -- cgit v1.2.3