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.
8 lines
368 B
Makefile
8 lines
368 B
Makefile
# 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 \
|
|
${CHIBIOS}/os/halext/src/gdisp_fonts.c \
|
|
${CHIBIOS}/os/halext/src/gdisp_emulation.c
|
|
|
|
# Required include directories
|
|
HALINC += ${CHIBIOS}/os/halext/include
|