1# WeAct Studio MiniSTM32H7 board configuration 2 3# Copyright (c) Charles Dias <charlesdias.cd@outlook.com> 4# SPDX-License-Identifier: Apache-2.0 5 6if BOARD_MINI_STM32H743 7 8if DISPLAY 9 10config INPUT 11 default y 12 13if LVGL 14 15configdefault LV_COLOR_16_SWAP 16 default y 17 18config LV_Z_BITS_PER_PIXEL 19 default 16 20 21endif # LVGL 22 23endif # DISPLAY 24 25source "boards/common/usb/Kconfig.cdc_acm_serial.defconfig" 26 27endif # BOARD_MINI_STM32H743 28