Hello Chris, Timer ID is a UINT you should select. GUIX pre-defines some timer ID for widgets (such as button repeat and circular gauge refresh timers), however for most widgets you're free to use the value you want. The line graph example project I posted in another thread uses GUIX timer to refresh the graph periodically: renesasrulz.com/.../guix-line-graph . Also, the default GUIX tick is two ThreadX ticks, so 20ms. Regards
↧