Lines Matching +full:stm32 +full:- +full:pinctrl
1 # STM32 LTDC display driver configuration options
3 # Copyright (c) 2022 Byte-Lab d.o.o. <dev@byte-lab.com>
4 # SPDX-License-Identifier: Apache-2.0
7 bool "STM32 LCD-TFT display controller driver"
12 select PINCTRL
14 Enable driver for STM32 LCT-TFT display controller periheral.
23 Specify the color pixel format for the STM32 LCD-TFT display controller.
28 One pixel consists of 8-bit alpha, 8-bit red, 8-bit green and 8-bit blue value
34 One pixel consists of 8-bit red, 8-bit green and 8-bit blue value
40 One pixel consists of 5-bit red, 6-bit green and 5-bit blue value
50 STM32 LTDC frame buffer number config:
51 - 0 frame buffer maintained by application, must write with full screen pixels.
52 - 1 single frame buffer in stm32 ltdc driver.
53 - 2 double frame buffer in stm32 ltdc driver.
61 Refer to AN4861 "4.6 Special recommendations for Cortex-M7 (STM32F7/H7)".