FDS MLED
Display Blank
{{
mled.CreateProtocol " " 1 "Dark"
}}Display Clock
{{
time = Model.Clock
formatString = time.TimeOfDay.Seconds % 2 == 0 ? "HH:mm" : "HH mm"
timestring = time | FormatRaceResult formatString
timestring = timestring | TrimPad 8 "Center"
color = "Blue"
line = (mled.Color color) + timestring
mled.CreateProtocol line 1 "Bright"
}}Display Clock, Countdown or Runtime depending on Reference Time
Display Two Lines of Text
Show running time for two competitions simultenously

Last updated