mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-02-06 21:18:25 +08:00
5faf76b762
- new displays - binding for updateDisplay() and updateDisplayArea() - use user_ptr instead of hal workaround
6 lines
128 B
Makefile
6 lines
128 B
Makefile
COMPONENT_ADD_INCLUDEDIRS:=include
|
|
# for u8x8
|
|
CPPFLAGS+=-DU8X8_USE_PINS -DU8X8_WITH_USER_PTR
|
|
# for ucg
|
|
CPPFLAGS+=-DUSE_PIN_LIST
|