On the Subject of 14

Color blindless imminent, abort.

This module consists of a large 14-segment display, eight triangular buttons, an LED, and a three digit counter.

The display will initially show a pattern of the colours:
Black, Red, Green, Blue, Cyan, Magenta, Yellow, and White.
This pattern is the result of additively mixing the Red, Green, and Blue colour channels of the display.

Each of these channels shows a base 36 digit.
These digits can either be shown normally or inverted, where the segments that are normally on are switched off and vice-versa.
The 14 segment representation of base-36 characters can be found in Appendix A.

Negative values are represented by negating the activated segments for a character.
Note: 0 will always be positive, therefore the display will never be negated.

Example:

When a module is solved, the counter will increase and the display will change, showing a new pattern of base 36 digits.

The colour of the LED corresponds to a function that must be applied to the current total for each colour channel, Tn, and the base 36 digit shown, Dn:

LED ColorDigit is normal (> 0)Digit is inverted (< 0)
White Tn+1 = Tn + Dn
Black Tn+1 = Tn - Dn
Red Tn+1 = Tn + 2Dn
BlueTn+1 = 2Tn + Dn
GreenTn+1 = Tn + abs(Dn)
MagentaTn+1 = Tn - abs(Dn)
CyanTn+1 = Tn + 2DnTn+1 = Tn + Dn
YellowTn+1 = Tn + DnTn+1 = Tn + 2Dn

Note: T0 for R, G, B = indicator label if indicator == 1; otherwise SN1, SN2, SN3.
If at any point, the total... • exceeds 35, subtract 36 from the total until it drops below 36.
• drops below -35, add 36 to the total until it exceeds -36.

Once all of the patterns have been shown, the display will turn blank and triangular buttons will become a colour palette.
Pressing each of the triangular buttons will select its colour.
Pressing each segment will change its colour to the one selected.

To solve the module, enter the base 36 digits of the totals of each component onto the display, inverting each digit if it is negative, and mix the colours additively.

If the submitted pattern is incorrect, a strike is issued and the incorrectly coloured segments are shown.
The display will turn blank once a colour is selected from the palette.

Appendix A: List of 14 segment representation of base-36 characters