On the Subject of Touching 14

Touch is just a sensation your brain produces throughout your skin. Reality is a thing we make up. Therefore, if you feel your eyes, then your eyes are real, and thus this module, as well as this interactive, is real as well.
Now continue your homework; you’re wasting your time thinking nonsense.

Please consult the original manual for instructions.

The full reference of the altered embellished is here.

The interactive

Tn = current total for each color
Dn = current displayed digit
Apply the equation for each separate color.
LED Color Digit is normal (> 0) Digit is inverted (< 0)
White Tn+1 = Tn + Dn
Black Tn+1 = Tn - Dn
Red Tn+1 = Tn + 2Dn
Blue Tn+1 = 2Tn + Dn
Green Tn+1 = Tn + abs(Dn)
Magenta Tn+1 = Tn - abs(Dn)
Cyan Tn+1 = Tn + 2Dn Tn+1 = Tn + Dn
Yellow Tn+1 = Tn + Dn Tn+1 = Tn + 2Dn

Add the value from each color channel to the previous stage’s value.

Note: T0 for R, G, B = indicator label if indicator == 1; otherwise SN1, SN2, SN3.

If Tn > 35, subtract 36 until Tn < 36

If Tn < -35, add 36 until Tn > -36

Red Yellow Magenta White Green Cyan Blue Black

0

6

C = 12

I = 18

O = 24

U = 30

-0

-6

-C = -12

-I = -18

-O = -24

-U = -30

1

7

D = 13

J = 19

P = 25

V = 31

-1

-7

-D = -13

-J = -19

-P = -25

-V = -31

2

8

E = 14

K = 20

Q = 26

W = 32

-2

-8

-E = -14

-K = -20

-Q = -26

-W = -32

3

9

F = 15

L = 21

R = 27

X = 33

-3

-9

-F = -15

-L = -21

-R = -27

-X = -33

4

A = 10

G = 16

M = 22

S = 28

Y = 34

-4

-A = -10

-G = -16

-M = -22

-S = -28

-Y = -34

5

B = 11

H = 17

N = 23

T = 29

Z = 35

-5

-B = -11

-H = -17

-N = -23

-T = -29

-Z = -35