Hello.
I am trying to configure mpf-mc in order to *not* display a window (I will only have a physical dmd). As explained here
https://missionpinball.org/latest/mc/displays/rgb_dmd/ §"
5. What if you don't want the on-screen window?". However, it seems a default window is created if window section is not present in the config.yaml file.On top of that I can read in core/mc.py this comment:
# Since the window is so critical in Kivy, we can't continue the
# boot process until the window is setup, and we can't set the
# window up until the displays are initialized.
So my question is: can mpf-mc be configured without a window (in fact without an X11 server running) ?
Thanks