mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 07:51:19 +01:00
tests/pkg_qr-code-generator: enable screen for adafruit-pybadge board
This commit is contained in:
parent
32ac29bd98
commit
748650d540
@ -7,4 +7,4 @@ config APPLICATION
|
||||
config BOARD_HAS_DISPLAY
|
||||
bool
|
||||
default y
|
||||
depends on BOARD_PINETIME || BOARD_ADAFRUIT_CLUE || BOARD_STM32F429I_DISC1 || BOARD_STM32F429I_DISCO || BOARD_STM32F746G_DISCO || BOARD_ESP32_WROVER_KIT
|
||||
depends on BOARD_PINETIME || BOARD_ADAFRUIT_CLUE || BOARD_ADAFRUIT_PYBADGE || BOARD_STM32F429I_DISC1 || BOARD_STM32F429I_DISCO || BOARD_STM32F746G_DISCO || BOARD_ESP32_WROVER_KIT
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Boards with a screen can use disp_dev
|
||||
ifneq (,$(filter stm32f429i-disc% stm32f746g-disco pinetime adafruit-clue esp32-wrover-kit,$(BOARD)))
|
||||
ifneq (,$(filter stm32f429i-disc% stm32f746g-disco pinetime adafruit-clue adafruit-pybadge esp32-wrover-kit,$(BOARD)))
|
||||
USEMODULE += disp_dev
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user