mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-24 02:37:50 +00:00
Files
10 lines
458 B
INI
10 lines
458 B
INI
[inkhud]
|
|||
board_level = extra
|
|||
build_src_filter = +<../variants/$PIOENV> ; Include nicheGraphics.h
|
|||
build_flags =
|
|||
-D MESHTASTIC_INCLUDE_NICHE_GRAPHICS ; Use NicheGraphics
|
|||
-D MESHTASTIC_INCLUDE_INKHUD ; Use InkHUD (a NicheGraphics UI)
|
|||
-D MESHTASTIC_EXCLUDE_SCREEN ; Suppress default Screen class
|
|||
-D HAS_BUTTON=0 ; Suppress default ButtonThread
|
|||
lib_deps =
|
|||
https://github.com/ZinggJM/GFX_Root#2.0.0 ; Used by InkHUD as a "slimmer" version of AdafruitGFX
|