From f0809a23997d66265e625d23ebef8dba1465732f Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Wed, 5 Nov 2014 08:45:42 -0800 Subject: Re-Calibrated lightbar values for Samus & Ryu New values from lab testing with slightly higher intensity. BUG=chrome-os-partner:33017 BRANCH=ToT,samus,ryu TEST=manual ectool lightbar brightness ff ectool lightbar seq s3s0 ectool lightbar Resulting current levels: 15 00 2d 16 2a 0a 17 26 13 18 10 0b 19 10 26 1a 1b 0d Change-Id: I118bf2fda3dee67b27c5d6a5825b7a9a96dc66dd Signed-off-by: Bill Richardson Reviewed-on: https://chromium-review.googlesource.com/227515 Reviewed-by: Randall Spangler --- common/lightbar.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common/lightbar.c') diff --git a/common/lightbar.c b/common/lightbar.c index da8121ce70..5ae8ca5167 100644 --- a/common/lightbar.c +++ b/common/lightbar.c @@ -110,10 +110,10 @@ static const struct lightbar_params_v1 default_params = { * https://sites.google.com/a/google.com/brandsite/the-colours * See crosbug.com/p/33017 before making any changes. */ - {0x50, 0x98, 0xe8}, /* 0: Google blue */ - {0xdb, 0x44, 0x37}, /* 1: Google red */ - {0xf4, 0xb4, 0x00}, /* 2: Google yellow */ - {0x00, 0x88, 0x30}, /* 3: Google green */ + {0x34, 0x70, 0xb4}, /* 0: Google blue */ + {0xbc, 0x50, 0x2c}, /* 1: Google red */ + {0xd0, 0xe0, 0x00}, /* 2: Google yellow */ + {0x50, 0xa0, 0x40}, /* 3: Google green */ /* These are primary colors */ {0x00, 0x00, 0xff}, /* 4: full blue */ {0xff, 0x00, 0x00}, /* 5: full red */ -- cgit v1.2.1