Lines Matching +full:frame +full:- +full:format
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"
14 Enable driver for STM32 LCT-TFT display controller periheral.
19 prompt "Color pixel format"
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
46 int "Frame buffer number"
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.
64 Refer to AN4861 "4.6 Special recommendations for Cortex-M7 (STM32F7/H7)".