📄️ LTDC Display Interface
This scenario describes how to configure the STM32 LTDC display controller and TouchGFX Generator when using a LCD-TFT parallel display interface.
📄️ MIPI-DSI Video Mode
This scenario describes how to configure a STM32 DSIHOST in Video Mode and TouchGFX Generator when using a display with Display Serial Interface (DSI).
📄️ FMC Display Interface
This scenario describes how to configure the STM32 FMC (Flexible Memory Controller) and TouchGFX Generator when using a display with a FMC parallel interface and GRAM.
📄️ SPI Display Interface
This scenario describes how to configure SPI and TouchGFX Generator when using a display with a SPI serial interface and GRAM.
📄️ MIPI-DSI 명령 모드
This scenario describes how to configure MIPI DSI interface in Command Mode and TouchGFX Generator when using a display with a Display Serial Interface (DSI) and GRAM. The example used in this article will be for 16-bit RGB565 frame buffer format and goes through configurations in STM32CubeMX.
📄️ Real Time Operating System
이 섹션에서는 기능하는 TouchGFX OSAL을 갖도록 TouchGFX Generator에서 생성된 코드와 함께 작동하도록 STM32CubeMX에서 다양한 실시간 운영 체제를 구성하는 방법을 보여줍니다.
📄️ 비디오 디코딩
이 섹션에서는 비디오 디코딩 기능을 가진 TouchGFX HAL을 생성하기 위해 TouchGFX Generator를 구성하는 방법을 보여줍니다.
📄️ 성능 측정
TouchGFX Core는 성능을 측정하는 데 사용할 수 있는 몇 가지 신호를 노출합니다. 사용자는 이러한 신호가 내부적으로 트리거될 때 애플리케이션을 계측하여 개별 GPIO를 트리거할 수 있기 때문에 "렌더링 시간" 및 기타 유용한 신호를 시각화하는 것이 가능합니다. 이 섹션에서는 CubeMX에서 GPIO를 구성하는 방법과 노출된 각 신호가 수행하는 작업에 대해 설명합니다.