2024-01-17 3:32 AM
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.
2024-01-17 5:24 AM
Assuming you are using the STM32 provided HAL, you can use the following method:
void HAL_Delay(uint32_t Delay);