Arkham: More LED color changes as per UX feedback

UX team experimented with Arkham and suggested the new color
values for Arkham. The changes are documented in the "Jetstream
Hardware UI" at http://go/jetstream-hw-ui (Page 5). The latest
changes are highlighted in blue.

BUG=chrome-os-partner:44798
TEST=When the AP boots up, the colors should be seen at the bottom
of the device, depending on the state of the device. Alternatively,
move the device to different states manually by appropriate actions
(like dev mode, rec mode etc) and observe the colors.
go/jetstream-modes explains how to change the state of device.
Also tested using the CLI commands of depthcharge (Enable
by compiling with USE=fwconsole and then use command 'display')
BRANCH=None

Change-Id: Ie4dfbd334919c3e8fe2fee8554b26e659483e43c
Signed-off-by: Suresh Rajashekara <sureshraj@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/301293
Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
diff --git a/src/drivers/video/ww_ring_programs.c b/src/drivers/video/ww_ring_programs.c
index 1c0038b..d57cceb 100644
--- a/src/drivers/video/ww_ring_programs.c
+++ b/src/drivers/video/ww_ring_programs.c
@@ -744,9 +744,9 @@
 */
 static const uint8_t arkham_led_blink_dev1_text[] = {
 	0x01,  0x00,  0x00,  0x10,  0x00,  0x20,  0x90,  0x02,
-	0x94,  0x0a,  0x9f,  0x80,  0x98,   198,  0x84,  0x62,
+	0x94,  0x0a,  0x9f,  0x80,  0x98,    80,  0x84,  0x62,
 	0x9f,  0x81,  0x98,     0,  0x84,  0x62,  0x9f,  0x82,
-	0x98,   174,  0x84,  0x62,  0x4c,  0x00,  0x86,  0x2C,
+	0x98,   234,  0x84,  0x62,  0x4c,  0x00,  0x86,  0x2C,
 	0x40,  0x00,  0x9f,  0x81,  0x40,  0x00,  0x9f,  0x80,
 	0x40,  0x00,  0x4c,  0x00,  0x86,  0x49,  0xa0,  0x03,
 	0xc0,  0x00,  0xc0,  0x00,  0x00,
@@ -760,8 +760,8 @@
 };
 
 static const uint8_t arkham_led_blink_dev2_text[] = {
-	0x01,  0x00,  0x00,  0x10,  0x00,  0x20,  0x90,   198,
-	0x94,     0,  0x98,   174,  0x9f,  0x80,  0x84,  0x60,
+	0x01,  0x00,  0x00,  0x10,  0x00,  0x20,  0x90,    80,
+	0x94,     0,  0x98,   234,  0x9f,  0x80,  0x84,  0x60,
 	0x9f,  0x81,  0x84,  0x61,  0x9f,  0x82,  0x84,  0x62,
 	0x4c,  0x00,  0xa0,  0x89,  0x40,  0x00,  0x9f,  0x81,
 	0x40,  0x00,  0x9f,  0x80,  0x40,  0x00,  0x4c,  0x00,
@@ -779,8 +779,8 @@
 static const uint8_t arkham_led_blink_rcv_remove1_text[] = {
 	0x01,  0x00,  0x00,  0x10,  0x00,  0x20,  0x90,  0x02,
 	0x94,  0x0a,  0x9f,  0x80,  0x98,   255,  0x84,  0x62,
-	0x9f,  0x81,  0x98,    30,  0x84,  0x62,  0x9f,  0x82,
-	0x98,    30,  0x84,  0x62,  0x4c,  0x00,  0x86,  0x2C,
+	0x9f,  0x81,  0x98,    50,  0x84,  0x62,  0x9f,  0x82,
+	0x98,    80,  0x84,  0x62,  0x4c,  0x00,  0x86,  0x2C,
 	0x40,  0x00,  0x9f,  0x81,  0x40,  0x00,  0x9f,  0x80,
 	0x40,  0x00,  0x4c,  0x00,  0x86,  0x49,  0xa0,  0x03,
 	0xc0,  0x00,  0xc0,  0x00,  0x00,
@@ -795,7 +795,7 @@
 
 static const uint8_t arkham_led_blink_rcv_remove2_text[] = {
 	0x01,  0x00,  0x00,  0x10,  0x00,  0x20,  0x90,   255,
-	0x94,    30,  0x98,    30,  0x9f,  0x80,  0x84,  0x60,
+	0x94,    50,  0x98,    80,  0x9f,  0x80,  0x84,  0x60,
 	0x9f,  0x81,  0x84,  0x61,  0x9f,  0x82,  0x84,  0x62,
 	0x4c,  0x00,  0xa0,  0x89,  0x40,  0x00,  0x9f,  0x81,
 	0x40,  0x00,  0x9f,  0x80,  0x40,  0x00,  0x4c,  0x00,
@@ -813,7 +813,7 @@
 static const uint8_t arkham_led_blink_rcv_insert1_text[] = {
 	0x01,  0x00,  0x00,  0x10,  0x00,  0x20,  0x90,  0x02,
 	0x94,  0x0a,  0x9f,  0x80,  0x98,   255,  0x84,  0x62,
-	0x9f,  0x81,  0x98,    24,  0x84,  0x62,  0x9f,  0x82,
+	0x9f,  0x81,  0x98,    50,  0x84,  0x62,  0x9f,  0x82,
 	0x98,     0,  0x84,  0x62,  0x4c,  0x00,  0x86,  0x2C,
 	0x40,  0x00,  0x9f,  0x81,  0x40,  0x00,  0x9f,  0x80,
 	0x40,  0x00,  0x4c,  0x00,  0x86,  0x49,  0xa0,  0x03,
@@ -829,7 +829,7 @@
 
 static const uint8_t arkham_led_blink_rcv_insert2_text[] = {
 	0x01,  0x00,  0x00,  0x10,  0x00,  0x20,  0x90,   255,
-	0x94,    24,  0x98,     0,  0x9f,  0x80,  0x84,  0x60,
+	0x94,    50,  0x98,     0,  0x9f,  0x80,  0x84,  0x60,
 	0x9f,  0x81,  0x84,  0x61,  0x9f,  0x82,  0x84,  0x62,
 	0x4c,  0x00,  0xa0,  0x89,  0x40,  0x00,  0x9f,  0x81,
 	0x40,  0x00,  0x9f,  0x80,  0x40,  0x00,  0x4c,  0x00,
@@ -846,9 +846,9 @@
 
 static const uint8_t arkham_led_blink_rcv2dev1_text[] = {
 	0x01,  0x00,  0x00,  0x10,  0x00,  0x20,  0x90,  0x02,
-	0x94,  0x02,  0x9f,  0x80,  0x98,   198,  0x84,  0x62,
+	0x94,  0x02,  0x9f,  0x80,  0x98,    80,  0x84,  0x62,
 	0x9f,  0x81,  0x98,     0,  0x84,  0x62,  0x9f,  0x82,
-	0x98,   174,  0x84,  0x62,  0x4c,  0x00,  0x86,  0x2C,
+	0x98,   234,  0x84,  0x62,  0x4c,  0x00,  0x86,  0x2C,
 	0x40,  0x00,  0x9f,  0x81,  0x40,  0x00,  0x9f,  0x80,
 	0x40,  0x00,  0x4c,  0x00,  0x86,  0x49,  0xa0,  0x03,
 	0xc0,  0x00,  0xc0,  0x00,  0x00,
@@ -862,8 +862,8 @@
 };
 
 static const uint8_t arkham_led_blink_rcv2dev2_text[] = {
-	0x01,  0x00,  0x00,  0x10,  0x00,  0x20,  0x90,   198,
-	0x94,     0,  0x98,   174,  0x9f,  0x80,  0x84,  0x60,
+	0x01,  0x00,  0x00,  0x10,  0x00,  0x20,  0x90,    80,
+	0x94,     0,  0x98,   234,  0x9f,  0x80,  0x84,  0x60,
 	0x9f,  0x81,  0x84,  0x61,  0x9f,  0x82,  0x84,  0x62,
 	0x4c,  0x00,  0xa0,  0x89,  0x40,  0x00,  0x9f,  0x81,
 	0x40,  0x00,  0x9f,  0x80,  0x40,  0x00,  0x4c,  0x00,
@@ -978,12 +978,12 @@
 static const uint8_t arkham_led_ping_pong1_text[] = {
 	0x01,  0x00,  0x00,  0x10,  0x00,  0x20,  0x90,  0x05,
 	0x94,  0x05,  0x9f,  0x80,  0x40,   255,  0x9f,  0x81,
-	0x40,    24,  0x9f,  0x82,  0x40,     0,  0x9f,  0x80,
-	0x40,   255,  0x9f,  0x81,  0x40,    50,  0x9f,  0x82,
+	0x40,    50,  0x9f,  0x82,  0x40,     0,  0x9f,  0x80,
+	0x40,   180,  0x9f,  0x81,  0x40,    80,  0x9f,  0x82,
 	0x40,     0,  0x4c,  0x00,  0x86,  0x38,  0x9f,  0x80,
-	0x40,   255,  0x9f,  0x81,  0x40,    50,  0x9f,  0x82,
+	0x40,   180,  0x9f,  0x81,  0x40,    80,  0x9f,  0x82,
 	0x40,     0,  0x9f,  0x80,  0x40,   255,  0x9f,  0x81,
-	0x40,    24,  0x9f,  0x82,  0x40,     0,  0x4c,  0x00,
+	0x40,    50,  0x9f,  0x82,  0x40,     0,  0x4c,  0x00,
 	0x86,  0x71,  0xa0,  0x02,  0xc0,  0x00,  0xc0,  0x00,
 	0x00,
 };
@@ -997,12 +997,12 @@
 
 static const uint8_t arkham_led_ping_pong2_text[] = {
 	0x01,  0x00,  0x00,  0x10,  0x00,  0x20,  0x9f,  0x80,
-	0x40,   255,  0x9f,  0x81,  0x40,    24,  0x9f,  0x82,
-	0x40,     0,  0x9f,  0x80,  0x40,   255,  0x9f,  0x81,
-	0x40,    50,  0x9f,  0x82,  0x40,     0,  0x4c,  0x00,
-	0xa0,  0x8c,  0x9f,  0x80,  0x40,   255,  0x9f,  0x81,
-	0x40,    50,  0x9f,  0x82,  0x40,     0,  0x9f,  0x80,
-	0x40,   255,  0x9f,  0x81,  0x40,    24,  0x9f,  0x82,
+	0x40,   255,  0x9f,  0x81,  0x40,    50,  0x9f,  0x82,
+	0x40,     0,  0x9f,  0x80,  0x40,   180,  0x9f,  0x81,
+	0x40,    80,  0x9f,  0x82,  0x40,     0,  0x4c,  0x00,
+	0xa0,  0x8c,  0x9f,  0x80,  0x40,   180,  0x9f,  0x81,
+	0x40,    80,  0x9f,  0x82,  0x40,     0,  0x9f,  0x80,
+	0x40,   255,  0x9f,  0x81,  0x40,    50,  0x9f,  0x82,
 	0x40,     0,  0x4c,  0x00,  0xa0,  0x9a,  0xa0,  0x00,
 	0xc0,  0x00,  0xc0,  0x00,  0x00,
 };