Can anyone tell me a sample code for LTDC display where im using stm32h735 and using a particular image of 40 x80 and wanted to display on LTDC display.
Is there any better way to learn how to code for LTDC
/* USER CODE BEGIN Header */
/* USER CODE END Header */
#include "main.h"
FDCAN_HandleTypeDef hfdcan1;
/* USER CODE BEGIN PV */
/* USER CODE END PV */
/* Private function prototypes -----------------------------------------------*/
void Syste...