segment_displays:¶
Config file section
Valid in machine config files | YES |
Valid in mode config files | NO |
The segment_displays:
section of your config is where you define your
segment displays.
This can be 7-segment or alphanumeric displays which are typically
used in older machines.
Required settings¶
The following sections are required in the segment_displays:
section of your config:
number:¶
Single value, type: string
. Defaults to empty.
The number of the display. The meaning depends on the hardware platform.
Optional settings¶
The following sections are optional in the segment_displays:
section of your config. (If you don’t include them, the default will be used).
platform:¶
Single value, type: string
. Defaults to empty.
This can be used to overwrite the platform which is defined in the hardware section for segment_displays.
platform_settings:¶
Single value, type: dict. Defaults to empty.
Platform specific settings. See your segment platform documentation.
console_log:¶
Single value, type: one of the following options: none, basic, full. Default: basic
Log level for the console log for this device.
debug:¶
Single value, type: boolean
(true
/false
). Default: false
Set this to true to see additional debug output. This might impact the performance of MPF.
file_log:¶
Single value, type: one of the following options: none, basic, full. Default: basic
Log level for the file log for this device.