Preview:
from sense_hat import SenseHat
from time import *

sh = SenseHat()
sh.low_light = True

Rouge  = (205,0,0)
Vert   = (0,100,0)
Bleu   = (0,0,200)
Noir   = (0,0,0)
Blanc  = (255,255,255)
Orange = (255,125,0)
Mauve  = (160,0,255)
Jaune  = (255,255,0)

M = Mauve
J = Jaune
N = Noir
R = Rouge
B = Bleu
V = Vert
O = Orange
W = Blanc
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter