|
# M5Stack AtomS3 board configuration
|
|
# Copyright (c) 2023 Benjamin Cabé <benjamin@zephyrproject.org>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_M5STACK_ATOMS3_ESP32S3_PROCPU
|
|
|
|
config LV_COLOR_16_SWAP
|
|
default y if LVGL
|
|
|
|
endif # BOARD_M5STACK_ATOMS3_ESP32S3_PROCPU
|