blob: 6817cc3f5f7d77a490257d324e0987e41c95b594 [file] [log] [blame]
# WeAct Studio MiniSTM32H7 board configuration
# Copyright (c) Charles Dias <charlesdias.cd@outlook.com>
# SPDX-License-Identifier: Apache-2.0
if BOARD_MINI_STM32H743
if DISPLAY
config INPUT
default y
if LVGL
config LV_COLOR_16_SWAP
default y
config LV_Z_BITS_PER_PIXEL
default 16
endif # LVGL
endif # DISPLAY
if USB_DEVICE_STACK
config UART_CONSOLE
default CONSOLE
config USB_DEVICE_INITIALIZE_AT_BOOT
default y
endif # USB_DEVICE_STACK
endif # BOARD_MINI_STM32H743