Added drivers for 9.7" ePaper display
This commit is contained in:
9
inkycal/display/drivers/9_in_7_drivers/IT8951/Makefile
Normal file
9
inkycal/display/drivers/9_in_7_drivers/IT8951/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
SRCS=IT8951.c miniGUI.c main.c AsciiLib.c bmp.c
|
||||
CC=gcc
|
||||
TARGET=IT8951
|
||||
|
||||
$(TARGET):$(SRCS)
|
||||
$(CC) -Wall $(SRCS) -o $(TARGET) -lbcm2835
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET)
|
Reference in New Issue
Block a user