aboutsummaryrefslogtreecommitdiffstats
path: root/halext/halext.mk
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-08-05 02:32:31 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2012-08-05 02:32:31 +1000
commitf4b63ebaf43c511aa90f829074ef40e00ed1370d (patch)
tree4a5f2486aebdefd9fe545f18ad03adf5cf39121b /halext/halext.mk
parent15b13edb54bf7d078430eb848509b1567b97075f (diff)
downloaduGFX-f4b63ebaf43c511aa90f829074ef40e00ed1370d.tar.gz
uGFX-f4b63ebaf43c511aa90f829074ef40e00ed1370d.tar.bz2
uGFX-f4b63ebaf43c511aa90f829074ef40e00ed1370d.zip
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 brightness, contrast Power and Orientation moved to new routine. Clean up on files to simplify low level driver file overheads.
Diffstat (limited to 'halext/halext.mk')
-rw-r--r--halext/halext.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/halext/halext.mk b/halext/halext.mk
index f5f47157..b0e1b8df 100644
--- a/halext/halext.mk
+++ b/halext/halext.mk
@@ -1,6 +1,8 @@
# List of all the ChibiOS/RT META files, there is no need to remove the files
# from this list, you can disable parts of the kernel by editing halconf.h.
-HALSRC += ${CHIBIOS}/os/halext/src/gdisp.c
+HALSRC += ${CHIBIOS}/os/halext/src/gdisp.c \
+ ${CHIBIOS}/os/halext/src/gdisp_fonts.c \
+ ${CHIBIOS}/os/halext/src/gdisp_emulation.c
# Required include directories
HALINC += ${CHIBIOS}/os/halext/include