cancel
Showing results for 
Search instead for 
Did you mean: 

How to add Delay function in TouchGFX?

purushotham2608
Associate III

Hello everyone, Good day. We would like to know how do we implement a Delay function in TouchGFX? Something similar to the Arduino IDE Delay function. Please provide kind support, Thank You Best Regards.  

1 REPLY 1
EmbDev
Senior

Assuming you are using the STM32 provided HAL, you can use the following method:

void HAL_Delay(uint32_t Delay);