Skip to content

Types of Displays

Every electronic pinball machine has some type of display, whether it's 1980s-style 7-segment numeric displays, an early '90s-style alphanumeric display, a mono dot matrix display (DMD), a full color "RGB" DMD, or a modern LCD (which itself can either be a small LCD, like a "color DMD", or a huge one like what Jersey Jack has in the backbox of The Wizard of Oz and The Hobbit).

The MPF media controller is designed so that it can support all types of these displays, including multiple different types of displays at the same time. It supports text, drawing shapes, images, and videos. You can position any combination of these on the display at any time, and you can set layering and transparencies. You can use standard TrueType fonts. You can also apply animations, motions, and transitions to your displays and their widgets. And, like just everything else in MPF, you can do most of your display configuration via the config files.

Note

Everything in this "Displays & Graphics" section is about the default MPF Media Controller. See the media controller section for details and alternative implementations.

Here are a few photos of the MPF Media Controller's display system in action. These were all created with configuration files and without manual programming.

Here's a traditional single-color / mono DMD:

image

Here's an on-screen window (or what many people called an "LCD" display. In this case, it's showing on single color DMD virtually with no "dot" filter applied, along with other on-screen content:

image

Here's a "color" DMD on an LCD monitor. It's showing a 128x32 window of color content, with a "dot look" filter to make it look like dots.

image

Here's a full-size window with the dot filter applied:

image

Here's a full-color RGB DMD LED matrix. (So it's like a color DMD, but a matrix of 2.5mm RGB LEDs rather than an LCD):

image

Before we go into the details of all the various display components, let's start with an overview of how the MPF display architecture works. (If you don't care about the details and just want to start using your display, you can jump directly into our step-by-step tutorial which covers how to get your display running.)

Additionally, MPF also supports segment displays and alpha numeric displays. Both physically and virtually. Another type of displays are score reels which can also be controlled.


Something missing or wrong? You can fix it!

This website is edited by people like you! Is something wrong or missing? Is something out of date, or can you explain it better?

Please help us! You can fix it yourself and be an official "open source" contributor!

It's easy! See our Beginner's guide to editing the docs.

Page navigation via the keyboard: < >

You can navigate this site via the keyboard. There are two modes:

General navigation, when search is not focused:

  • F , S , / : open search dialog
  • P , , : go to previous page
  • N , . : go to next page

While using the search function:

  • Down , Up : select next / previous result
  • Esc , Tab : close search
  • Enter : go to highlighted page in the results