From 152d4bbef30d51189ca3ce89c76f3ccfc2897e8b Mon Sep 17 00:00:00 2001 From: Mike Barela Date: Mon, 12 Nov 2018 12:43:10 -0500 Subject: [PATCH] Update startup colors to be more primary Star Trek was one of the first color television shows so they had a very primary palette of colors. Changed intro swirl to RED, GREEN, BLUE as Limor asked that the pastel colors be more Star Trek. Dano should test this - if it isn't enough Trek, maybe a different animation? --- NeoTrellis_M4_Sound_Board/code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoTrellis_M4_Sound_Board/code.py b/NeoTrellis_M4_Sound_Board/code.py index db1ca030..08191946 100644 --- a/NeoTrellis_M4_Sound_Board/code.py +++ b/NeoTrellis_M4_Sound_Board/code.py @@ -45,7 +45,7 @@ SAMPLES = [("01.wav", RED), ("32.wav", PINK)] # For the intro, pick any number of colors to make a fancy gradient! -INTRO_SWIRL = [PINK, TEAL, YELLOW] +INTRO_SWIRL = [RED, GREEN, BLUE] # the color for the selected sample SELECTED_COLOR = WHITE