LED brightness in VPX #31
Unanswered
4starpizza
asked this question in
Q&A
Replies: 2 comments
-
Sounds like a nice improvement, certainly wouldn't want to break any existing stuff though. |
Beta Was this translation helpful? Give feedback.
0 replies
-
PR submitted for this: missionpinball/mpf#1666 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting started with MPF and using the mpf-vpcom-bridge to interface with a VPX table to do my yaml'ing before starting to build my physical machine. This has been a productive setup and I've learned a ton.
One limitation I've encountered is that the VPX platform definition in MPF (platforms/virtual_pinball) only transmits light brightness as a boolean state. This is coded in virtual_pinball.py. I've changed things locally to send a floating point brightness to VPX instead with success. I'm considering contributing this enhancement back to the repo. I could add a new method to the VirtualPinballPlatform class so that the existing method still works as-is using booleans. Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions