We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f389d0 commit ce653b7Copy full SHA for ce653b7
boards/sipeed-longan-nano/Makefile.include
@@ -1,3 +1,8 @@
1
PORT_LINUX ?= /dev/ttyACM0
2
PROGRAMMER ?= dfu-util
3
+
4
+ifneq (,$(filter st7735,$(USEMODULE)))
5
+ CFLAGS += '-DCONFIG_SIPEED_LONGAN_NANO_WITH_TFT=1'
6
+endif
7
8
include $(RIOTBOARD)/common/gd32v/Makefile.include
0 commit comments