Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 8 segment to display emulator #1617

Merged
merged 3 commits into from
Nov 17, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions mpf/config_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ drop_targets:
enable_keep_up_events: event_handler|event_handler:ms|None
disable_keep_up_events: event_handler|event_handler:ms|None
ball_search_order: single|int|100
max_reset_attempts: single|int|None
jabdoa2 marked this conversation as resolved.
Show resolved Hide resolved
reset_coil_max_wait_ms: single|ms|100ms
knockdown_coil_max_wait_ms: single|ms|100ms
ignore_switch_ms: single|ms|500ms
Expand All @@ -488,7 +487,6 @@ drop_target_banks:
__valid_in__: machine, mode
__type__: device
drop_targets: list|machine(drop_targets)|
max_reset_attempts: single|int|None
jabdoa2 marked this conversation as resolved.
Show resolved Hide resolved
reset_on_complete: single|ms|None
reset_coil: single|machine(coils)|None
reset_coils: list|machine(coils)|None
Expand Down Expand Up @@ -1019,7 +1017,6 @@ multiball_locks:
priority: single|int|1
reset_all_counts_events: event_handler|event_handler:ms|None
reset_count_for_current_player_events: event_handler|event_handler:ms|None
empty_lock_devices_on_ball_end: single|bool|false
jabdoa2 marked this conversation as resolved.
Show resolved Hide resolved
mypinballs:
__valid_in__: machine
__type__: config
Expand Down Expand Up @@ -2120,7 +2117,7 @@ widgets:
flash_mode: single|enum(off,all,match,mask)|off
flash_frequency: single|float_or_token|1.0
flash_mask: single|str|None
display_type: single|enum(7seg,14seg)|14seg
display_type: single|enum(7seg,8seg,14seg)|14seg
character_count: single|int_or_token|1
character_spacing: single|int_or_token|10
character_slant_angle: single|float_or_token|0.0
Expand Down