Skip to content
Snippets Groups Projects
Commit 9f3d4b30 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Add st7565.c to build

parent 13b58a3c
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,10 @@ ifeq ($(CONFIG_LCD_MIO283QT9A),y)
CSRCS += mio283qt9a.c
endif
ifeq ($(CONFIG_LCD_ST7565),y)
CSRCS += st7565.c
endif
ifeq ($(CONFIG_LCD_ST7567),y)
CSRCS += st7567.c
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment