mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
f57b6b70b8
ST7735 driver can also be used for ST7789. st7789 is simply defined as pseudomodule that pulls in automatically module st7735.
5 lines
133 B
Makefile
5 lines
133 B
Makefile
PSEUDOMODULES += st7789
|
|
|
|
USEMODULE_INCLUDES_st7735 := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_st7735)
|