Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.72 KB

matrix_lights.md

File metadata and controls

56 lines (38 loc) · 1.72 KB
title
Matrix Lights (Bulbs)

Matrix Lights (Bulbs)

Related Config File Sections:

Some hardware platforms support lamps in a matrix. Those lights are usually bulbs and single color (white). Each of them is assigned to a unique column/row combination and driven sequentially by the platform.

Video about wiring of lights:

<iframe width="560" height="315" src="https://www.youtube.com/embed/C9GzkMduEKY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Hardware

TODO: Add a picture of bulbs in a matrix

There are various types of bulbs in pinball machines depending on when they were made. In EM and early SS #44 and #47 bulbs were used. Later SS machines used #555 bulbs (or the vibration resistant variant #444 or the #259 substitute). Those bulbs are rated at 6.3V but typically driven at 12V in a matrix or using AC voltages in older machines. Newer machines (pre LED) use #906 bulbs which are rated at 13.5V.

Config

Details differ by platform but the syntax for the number of such a light is usually column:row or column:row (see your platform for details). The config looks like this:

lights:
  my_matrix_light:
    number: 2:10      # or 2/10

Monitorable Properties

For dynamic values and conditional events, the prefix for LEDs is device.lights.(name).

  • color
  • corrected_color

Related How To guides: