Skip to main content
Associate II
January 17, 2024
Question

How to add Delay function in TouchGFX?

  • January 17, 2024
  • 1 reply
  • 1075 views

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.  

This topic has been closed for replies.

1 reply

EmbDev
Senior
January 17, 2024

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

void HAL_Delay(uint32_t Delay);