| # Copyright (c) 2025 Philipp Steiner <philipp.steiner1987@gmail.com> |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| if BOARD_ADAFRUIT_FEATHER_ESP32S2_TFT || BOARD_ADAFRUIT_FEATHER_ESP32S2_TFT_REVERSE |
| |
| if DISPLAY |
| |
| choice ST7789V_PIXEL_FORMAT |
| default ST7789V_RGB565 |
| endchoice |
| |
| if LVGL |
| |
| config LV_Z_BITS_PER_PIXEL |
| default 16 |
| |
| choice LV_COLOR_DEPTH |
| default LV_COLOR_DEPTH_16 |
| endchoice |
| |
| config LV_COLOR_16_SWAP |
| default y |
| |
| endif # LVGL |
| |
| endif # DISPLAY |
| |
| endif # BOARD_ADAFRUIT_FEATHER_ESP32S2_TFT || BOARD_ADAFRUIT_FEATHER_ESP32S2_TFT_REVERSE |