HD44780 driver rework (#16370)
This commit is contained in:
parent
86b5c6b5c3
commit
9ee2effe8e
7 changed files with 796 additions and 940 deletions
|
@ -646,8 +646,9 @@ ifeq ($(strip $(HAPTIC_ENABLE)),yes)
|
|||
endif
|
||||
|
||||
ifeq ($(strip $(HD44780_ENABLE)), yes)
|
||||
SRC += platforms/avr/drivers/hd44780.c
|
||||
OPT_DEFS += -DHD44780_ENABLE
|
||||
COMMON_VPATH += $(DRIVER_PATH)/lcd
|
||||
SRC += hd44780.c
|
||||
endif
|
||||
|
||||
VALID_OLED_DRIVER_TYPES := SSD1306 custom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue