mpf icon indicating copy to clipboard operation
mpf copied to clipboard

Mission Pinball Framework: Open source software to run a real pinball machine.

Results 139 mpf issues
Sort by recently updated
recently updated
newest added

Using the pinprocfw tool from multimorphic. Probably need some additional config with a path to the tool and the firmware image/version.

new feature
Multimorphic

- Support in segment displays - Add setting. How does the setting update the segment_display? Similar to DMD brightness - Support in P-Roc

new feature
Multimorphic

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...

new feature
help wanted
Multimorphic

Enable notify for all switches. Currently switch test only shows configured switches. Also show unconfigured switches

new feature
Multimorphic

- There is no rule for single-wound flippers with EOS - PWM does not work on dual-wound EOS flippers

FAST Pinball

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...

new feature
FAST Pinball

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...

new feature
code refactor
help wanted
FAST Pinball

Convert carousel mode to device. Add event handlers to remove specific or the last step. Change carousel mode to use the device.

new feature
code refactor
help wanted

Allowing additional tokens is sometimes wanted (but a bug in most cases) Related to #554

new feature
help wanted

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)