diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-10-14 10:06:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-14 10:06:46 +0200 |
commit | 4b45ebb3de5b979f6efc8b200caacbd232381418 (patch) | |
tree | cbc94a4b7bd974f1b89c0d912c56b183da872d6a | |
parent | 00a12104df8ce9e8e1d453ea457156d12f8f4e85 (diff) | |
parent | 51393eb2b2e24ce3be35702dbe4d95479774b858 (diff) |
Merge pull request #12080 from djrm/pr_new_splash
New splash screen.
-rw-r--r-- | main/SCsub | 2 | ||||
-rw-r--r-- | main/splash.png | bin | 29867 -> 21504 bytes |
2 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") diff --git a/main/splash.png b/main/splash.png Binary files differindex 894a7d7aba..34be46557f 100644 --- a/main/splash.png +++ b/main/splash.png |