mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-21 10:16:32 +00:00
Change LEDs colours
Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
parent
a7ca2e527b
commit
e2d233d74b
@ -26,12 +26,12 @@ import { observe, store } from './store';
|
||||
const leds: Map<string, RGBLed> = new Map();
|
||||
const animator = new Animator([], 10);
|
||||
|
||||
const red: Color = [0.59, 0, 0];
|
||||
const green: Color = [0, 0.59, 0];
|
||||
const blue: Color = [0, 0, 0.59];
|
||||
const white: Color = [0.04, 0.04, 0.04];
|
||||
const red: Color = [0.78, 0, 0];
|
||||
const green: Color = [0, 0.58, 0];
|
||||
const blue: Color = [0, 0, 0.1];
|
||||
const purple: Color = [0.7, 0, 0.78];
|
||||
const white: Color = [0.7, 0.7, 0.7];
|
||||
const black: Color = [0, 0, 0];
|
||||
const purple: Color = [0.117, 0, 0.196];
|
||||
|
||||
function createAnimationFunction(
|
||||
intensityFunction: (t: number) => number,
|
||||
|
Loading…
x
Reference in New Issue
Block a user