-
Notifications
You must be signed in to change notification settings - Fork 0
trsaunders/lcd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Chibios LCD Driver ### checkout Driver code into ext/ cd chibios/ext git clone https://github.com/trsaunders/Chibios-LCD-Driver lcd ### Edit Makefile: include lcd.mk: include $(CHIBIOS)/ext/lcd/lcd.mk Add $(LCDSRC) to CSRC: CSRC = $(PORTSRC) \ $(KERNSRC) \ $(TESTSRC) \ $(HALSRC) \ $(PLATFORMSRC) \ $(BOARDSRC) \ $(FATFSSRC) \ $(LCDSRC) \ $(CHIBIOS)/os/various/evtimer.c \ $(CHIBIOS)/os/various/syscalls.c Add $(LCDINC) to INCDIR: INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \ $(HALINC) $(PLATFORMINC) $(BOARDINC) \ $(FATFSINC) \ $(LCDINC) \ $(CHIBIOS)/os/various ../common Enable a display driver in halconf.h: #define LCD_USE_SSD1289
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published