Enable text display on Sharp display

1. Add basic code for Sharp Display
2. Add embedded font (generated by fontem)
3. Add the worst code possible to print strings to the display
4. Rejoice in the beautiful (small) text.
This commit is contained in:
2019-03-04 00:22:01 -08:00
parent 43d29285ef
commit fab3332c65
6 changed files with 2822 additions and 42 deletions

View File

@@ -80,6 +80,8 @@ CFLAGS += -D$(DEVICE_DEFINE)
CFLAGS += -I./lib/stm32/$(DEVICE_LINE)/Include
CFLAGS += -I./lib/CMSIS/Core/Include
CFLAGS += -I./lib/fonts/
# Startup Definitions
ASFLAGS += -D__STARTUP_CLEAR_BSS
ASFLAGS += -D__HEAP_SIZE=0 # No heap- let the linker decide it all