Good morning I have a tft st7282 with which I should view manually created images (pixel by pixel color for a thermal scanner) I would need the reference library to use functions such as FIll_Rect, Draw_line etc... where can I find it? currently I ha...
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?
Good evening, I would need, for a project with a custom board that mounts a micro STM32H7A3... to be able to set the value of a pin to 0 or 1 during the code and not via MX cube for the initial settings which function could I use? I would like to poi...
I created a project in STM32cubeIde to which I connected a graphic but when I generate in code in TouchGFXDesigner 4.17.0 I fail returning this error how can I solve itGenerate Code
Generate
Done
Generate Assets
make -f simula...
I have a project created with STM32CubeIde 1.7.1 in which through the configuration of the.ioc file I initialized a TFT screen. I followed a tutorial to make the correct configurations : https://www.youtube.com/watch?v=SRQD8JMeg_k but at the time of ...
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?
thanks for the answers but I did not understand how to do. I have no way to use the functions Hal_GPOI on the SDA pin because I have no way to get to the reference GPOIx since I have no references to code of how this particular pin is defined.
I used the cn2 in this way from the left 3v3, swclk, gnd, swdio towards the pins of my card pin 3 (swclk), pin 1 (gnd), pin 4 (swdio) and pin 6 (3v3). when I connect it to debug to my program it tells me no device found on target
thanks, now I set the pins with high value I tested the project and it worked at the first test (with for to look for the value of the address of the device), the second test instead, (in which I entered manually and directly the address, since I kno...