2021-11-18 01:47 AM
Good morning, I have a custom board that mounts an STM32h7a3 with a tft SDT04302CT-A40 and I should graphically display the values of an array that is loaded by a thermal sensor (MLX90641), I can not use TOuchGFX, how can I integrate code?
2021-11-18 05:30 AM
Hi TouchGFX is as addon , you dont need it to use TFT. Your display is RGB interface then use LTDC setup .
2021-11-18 11:02 AM
thanks, so can I use HAL functions?, but to color the pixels one at a time (based on the value I receive from the sensor will change color each pixel) which function is better to use?