12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
# ESP32S3 EYE board configuration
|
|
|
|
# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_ESP32S3_EYE_ESP32S3_PROCPU
|
|
|
|
configdefault LV_COLOR_16_SWAP
|
|
default y
|
|
|
|
endif # BOARD_ESP32S3_EYE_ESP32S3_PROCPU
|