Commit Graph

2 Commits (d61cff7a7976cd9097e5c3634ae4b1be64f736c3)

Author SHA1 Message Date
Andrew Hannam d61cff7a79 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.
2012-08-05 00:46:43 +10:00
Andrew Hannam 37c1266a51 Fix fonts nd fix debug symbols
Fixed fonts for draw/fill char/string. On my display I require
GDISP_SOFTWARE_TEXTFILLDRAW for filled char/string but that may because
my display blit may be broken.
Also found that code in header files doesn't have debug symbols
generated for it so I converted the include files that contained code
into real C files and altered the halext.mk to match.
2012-08-04 02:23:05 +10:00