Gale: Fix the orange color to match the UX doc
UX Doc = go/gale-hw-ui This color wasn't changed earlier as the change wasn't done in the OS also. However, since we cannot change this later in FW (but OS can change anytime), I am making this change after discussing with the UX team. BUG=b:31501528, b:31633562 TEST=Change the device state to 'recovery mode' to observe the new color. BRANCH=none Change-Id: Ia91f14eb77492095cb41a9de0bb9790e72aa4851 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 36a3d8c6eabbc0b23d0a15d5bddc5ed3bdeebe70 Original-Change-Id: I88768b94cf91804a6005e44b1a168e059698ec4b Original-Signed-off-by: Suresh Rajashekara <sureshraj@google.com> Original-Reviewed-on: https://chromium-review.googlesource.com/388206 Original-Commit-Ready: Suresh Rajashekara <sureshraj@chromium.org> Original-Tested-by: Suresh Rajashekara <sureshraj@chromium.org> Original-Reviewed-by: Christopher Book <cbook@chromium.org> Original-Reviewed-by: Kan Yan <kyan@google.com> Reviewed-on: https://review.coreboot.org/16767 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
e757bf9acd
commit
1e404a962a
|
@ -170,8 +170,8 @@ static const TiLp55231Program blink_wipeout1_program = {
|
||||||
static const uint8_t blink_recovery1_text[] = {
|
static const uint8_t blink_recovery1_text[] = {
|
||||||
0x00, 0x01, 0x00, 0x02, 0x00, 0x04, 0x90, 0x02,
|
0x00, 0x01, 0x00, 0x02, 0x00, 0x04, 0x90, 0x02,
|
||||||
0x94, 0x02, 0x9f, 0x80, 0x98, 255, 0x84, 0x62,
|
0x94, 0x02, 0x9f, 0x80, 0x98, 255, 0x84, 0x62,
|
||||||
0x9f, 0x81, 0x98, 50, 0x84, 0x62, 0x9f, 0x82,
|
0x9f, 0x81, 0x98, 100, 0x84, 0x62, 0x9f, 0x82,
|
||||||
0x98, 0, 0x84, 0x62, 0x4c, 0x00, 0x86, 0x2c,
|
0x98, 10, 0x84, 0x62, 0x4c, 0x00, 0x86, 0x2c,
|
||||||
0x40, 0x00, 0x9f, 0x81, 0x40, 0x00, 0x9f, 0x80,
|
0x40, 0x00, 0x9f, 0x81, 0x40, 0x00, 0x9f, 0x80,
|
||||||
0x40, 0x00, 0x4c, 0x00, 0x86, 0x49, 0xa0, 0x03,
|
0x40, 0x00, 0x4c, 0x00, 0x86, 0x49, 0xa0, 0x03,
|
||||||
0xc0, 0x00, 0xc0, 0x00, 0x00,
|
0xc0, 0x00, 0xc0, 0x00, 0x00,
|
||||||
|
|
Loading…
Reference in New Issue