summaryrefslogtreecommitdiff
path: root/main/SCsub
diff options
context:
space:
mode:
authorDaniel J. Ramirez <djrmuv@gmail.com>2017-10-13 16:40:22 -0500
committerDaniel J. Ramirez <djrmuv@gmail.com>2017-10-13 16:40:22 -0500
commit51393eb2b2e24ce3be35702dbe4d95479774b858 (patch)
treeed63f8a9673f07389667c4e7cfeb72e489d752b4 /main/SCsub
parent4585239a4bcb5350fadc1fbe5a6db1c2e67ab06a (diff)
New splash screen.
Diffstat (limited to 'main/SCsub')
-rw-r--r--main/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SCsub b/main/SCsub
index 1f97cd1be0..ae63b94864 100644
--- a/main/SCsub
+++ b/main/SCsub
@@ -16,7 +16,7 @@ def make_splash(target, source, env):
g.write("/* THIS FILE IS GENERATED DO NOT EDIT */\n")
g.write("#ifndef BOOT_SPLASH_H\n")
g.write("#define BOOT_SPLASH_H\n")
- g.write("static const Color boot_splash_bg_color = Color(1,1,1,1);\n")
+ g.write('static const Color boot_splash_bg_color = Color::html("#232323");\n')
g.write("static const unsigned char boot_splash_png[] = {\n")
for i in range(len(buf)):
g.write(byte_to_str(buf[i]) + ",\n")