mpf
mpf copied to clipboard
Mission Pinball Framework: Open source software to run a real pinball machine.
Using the pinprocfw tool from multimorphic. Probably need some additional config with a path to the tool and the firmware image/version.
- Support in segment displays - Add setting. How does the setting update the segment_display? Similar to DMD brightness - Support in P-Roc
The P-Roc platform cannot currently flash alphanumeric/segment displays. We need to implement a timer in software for flashing. This is already done in the LISY platform. * Implement SegmentDisplaySoftwareFlashPlatformInterface and...
Enable notify for all switches. Currently switch test only shows configured switches. Also show unconfigured switches
- There is no rule for single-wound flippers with EOS - PWM does not work on dual-wound EOS flippers
Implement segment_display_platform interface for the FAST platform. ``` Segment Displays 14 SEGMENT DISPLAY PS:,,... sends individual segment data to display starting at supplied address address starts at player 1 most...
Currently in the `fast: ports:` section, it's up to the user to know which serial ports are active on the particular FAST board they have connected. It might be nice...
Convert carousel mode to device. Add event handlers to remove specific or the last step. Change carousel mode to use the device.
Allowing additional tokens is sometimes wanted (but a bug in most cases) Related to #554
Probably #config_version=6: Deprecations: - Remove scriptlets (replaced by custom_code in #1148 and #931) - Remove text_input widgets (replaced by text_input on mpf side in #842)