GUI_UpdateClock() is only used within STemWin.
 
Symbols
loading...
Files
loading...

GUI_UpdateClock() function

Update clock

Syntax

static void GUI_UpdateClock (uint16_t x0,     uint16_t y0,     uint8_t hour,     uint8_t min,     uint8_t sec);

Arguments

x0

x position

y0

y position

hour

updated hour

min

updated minute

sec

updated second

Return value

None

References

LocationReferrerText
analog_clock_win.c:160
static void GUI_UpdateClock (uint16_t x0, uint16_t y0, uint8_t hour, uint8_t min, uint8_t sec)
analog_clock_win.c:404_cbClockSettings()
GUI_UpdateClock (120, 140, Time.Hours, Time.Minutes, Time.Seconds);

Call Tree

Functions calling GUI_UpdateClock()
Functions called by GUI_UpdateClock()
all items filtered out
GUI_UpdateClock()