missionpinball / mpf-mc

The Mission Pinball Framework Media Controller. Controls graphics, sounds, DMDs, and LCD displays in MPF.
http://missionpinball.org
MIT License
21 stars 42 forks source link

replace dmd and color_dmd widgets with display widget #167

Closed toomanybrians closed 7 years ago

toomanybrians commented 7 years ago

Currently we have dmd and color_dmd widgets. These aren't really needed. We should just create a single widget called display which just shows another display on the current slide. It could have all the properties that are currently in the dmd widgets, like the dot screen, color controls, ability to render colors to mono, etc.

This could possibly replace the slide_frame widget too.

This is a longer term thing (after expo) since it will need a fair amount of testing and probably break configs.

toomanybrians commented 7 years ago

superseded by #186