PCAN-MiniDisplay – User Manual
69
Value
Description
0
“Courier_8_12”, width=8, height=12
1 “Courier_10_14”,
width=10,
height=14
2 “Courier_12_18”,
width=12,
height=18
font_idx=2
length
Number of characters / length of the output string. Maximum is
39 characters.
length=5
fmt_string
Format specification according to the printf function, known from
various programming languages, for output of the variable value.
If no formatting is specified, a standard formatting corresponding to
the datatype of the variable is used.
fmt_string="%02d km"
var_name
Reference to a variable from section variables (max. 23 characters).
var_name="speed"
initval
Initial value that is output after startup before a relevant variable is
received (max. 39 characters).
initval="-----"