Blame view

recipes-core/psplash/files/0001-psplash-Change-colors-for-the-Embedian-Yocto-logo.patch 5.99 KB
3745f5192   Eric Lee   Initial Release, ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
  From 7822c48234ae7f3161ec6dbc4d4f54008b790e24 Mon Sep 17 00:00:00 2001
  From: Eric Lee <eric.lee@embedian.com>
  Date: Mon, 8 Aug 2016 12:07:30 +0300
  Subject: [PATCH 1/1] psplash: Change colors for the Embedian Yocto logo
  
  Signed-off-by: Eric Lee <eric.lee@embedian.com>
  ---
   psplash-bar-img.h | 64 ++++++++++++++++++++++---------------------------------
   psplash-colors.h  |  8 +++----
   2 files changed, 30 insertions(+), 42 deletions(-)
  
  diff --git a/psplash-bar-img.h b/psplash-bar-img.h
  index c1c7626..fe416fe 100644
  --- a/psplash-bar-img.h
  +++ b/psplash-bar-img.h
  @@ -1,3 +1,9 @@
  +/*
  + * Black(2E3436) bar
  + *
  + * Created using make-image-header.sh
  + */
  +
   /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
   
   #define BAR_IMG_ROWSTRIDE (920)
  @@ -5,43 +11,25 @@
   #define BAR_IMG_HEIGHT (28)
   #define BAR_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */
   #define BAR_IMG_RLE_PIXEL_DATA ((uint8*) \
  -  "\203\354\354\341\377\4\326\326\315\377\236\236\233\377\200\200\201\377" \
  -  "nnq\377\377mmp\377\331mmp\377\4nnq\377\200\200\201\377\236\236\233\377" \
  -  "\326\326\315\377\205\354\354\341\377\2\260\260\253\377oor\377\377mmp" \
  -  "\377\337mmp\377\2oor\377\260\260\253\377\203\354\354\341\377\1\262\262" \
  -  "\256\377\377mmp\377\343mmp\377\4\262\262\256\377\354\354\341\377\332" \
  -  "\332\321\377pps\377\377mmp\377\343mmp\377\3pps\377\332\332\321\377\244" \
  -  "\244\241\377\204mmp\377\1\205\205\205\377\377\354\354\341\377\333\354" \
  -  "\354\341\377\1\205\205\205\377\204mmp\377\2\244\244\241\377\210\210\210" \
  -  "\377\203mmp\377\2\203\203\203\377\351\351\336\377\377\354\354\341\377" \
  -  "\333\354\354\341\377\2\351\351\336\377\203\203\203\377\203mmp\377\2\210" \
  -  "\210\210\377qqs\377\203mmp\377\1\255\255\251\377\377\354\354\341\377" \
  -  "\335\354\354\341\377\1\255\255\251\377\203mmp\377\1qqs\377\204mmp\377" \
  -  "\1\270\270\262\377\377\354\354\341\377\336\354\354\341\377\210mmp\377" \
  -  "\1\270\270\262\377\377\354\354\341\377\336\354\354\341\377\210mmp\377" \
  -  "\1\270\270\262\377\377\354\354\341\377\336\354\354\341\377\210mmp\377" \
  -  "\1\270\270\262\377\377\354\354\341\377\336\354\354\341\377\210mmp\377" \
  -  "\1\270\270\262\377\377\354\354\341\377\336\354\354\341\377\210mmp\377" \
  -  "\1\270\270\262\377\377\354\354\341\377\336\354\354\341\377\210mmp\377" \
  -  "\1\270\270\262\377\377\354\354\341\377\336\354\354\341\377\210mmp\377" \
  -  "\1\270\270\262\377\377\354\354\341\377\336\354\354\341\377\210mmp\377" \
  -  "\1\270\270\262\377\377\354\354\341\377\336\354\354\341\377\210mmp\377" \
  -  "\1\270\270\262\377\377\354\354\341\377\336\354\354\341\377\210mmp\377" \
  -  "\1\270\270\262\377\377\354\354\341\377\336\354\354\341\377\210mmp\377" \
  -  "\1\270\270\262\377\377\354\354\341\377\336\354\354\341\377\210mmp\377" \
  -  "\1\270\270\262\377\377\354\354\341\377\336\354\354\341\377\210mmp\377" \
  -  "\1\270\270\262\377\377\354\354\341\377\336\354\354\341\377\204mmp\377" \
  -  "\1qqs\377\203mmp\377\1\255\255\251\377\377\354\354\341\377\335\354\354" \
  -  "\341\377\1\255\255\251\377\203mmp\377\2qqs\377\210\210\210\377\203mm" \
  -  "p\377\2\203\203\203\377\351\351\336\377\377\354\354\341\377\333\354\354" \
  -  "\341\377\2\351\351\336\377\203\203\203\377\203mmp\377\2\210\210\210\377" \
  -  "\244\244\241\377\204mmp\377\1\205\205\205\377\377\354\354\341\377\333" \
  -  "\354\354\341\377\1\205\205\205\377\204mmp\377\3\244\244\241\377\332\332" \
  -  "\321\377pps\377\377mmp\377\343mmp\377\4pps\377\332\332\321\377\354\354" \
  -  "\341\377\262\262\256\377\377mmp\377\343mmp\377\1\262\262\256\377\203" \
  -  "\354\354\341\377\2\260\260\253\377oor\377\377mmp\377\337mmp\377\2oor" \
  -  "\377\260\260\253\377\205\354\354\341\377\4\326\326\315\377\236\236\233" \
  -  "\377\200\200\201\377nnq\377\377mmp\377\331mmp\377\4nnq\377\200\200\201" \
  -  "\377\236\236\233\377\326\326\315\377\203\354\354\341\377")
  +  "\205\377\377\377\0\377.46\377\335.46\377\210\377\377\377\0\377.46\377" \
  +  "\341.46\377\205\377\377\377\0\377.46\377\343.46\377\203\377\377\377\0" \
  +  "\377.46\377\345.46\377\202\377\377\377\0\203.46\377\377\377\377\377\0" \
  +  "\337\377\377\377\0\203.46\377\1\377\377\377\0\204.46\377\377\377\377" \
  +  "\377\0\337\377\377\377\0\210.46\377\377\377\377\377\0\337\377\377\377" \
  +  "\0\210.46\377\377\377\377\377\0\337\377\377\377\0\210.46\377\377\377" \
  +  "\377\377\0\337\377\377\377\0\210.46\377\377\377\377\377\0\337\377\377" \
  +  "\377\0\210.46\377\377\377\377\377\0\337\377\377\377\0\210.46\377\377" \
  +  "\377\377\377\0\337\377\377\377\0\210.46\377\377\377\377\377\0\337\377" \
  +  "\377\377\0\210.46\377\377\377\377\377\0\337\377\377\377\0\210.46\377" \
  +  "\377\377\377\377\0\337\377\377\377\0\210.46\377\377\377\377\377\0\337" \
  +  "\377\377\377\0\210.46\377\377\377\377\377\0\337\377\377\377\0\210.46" \
  +  "\377\377\377\377\377\0\337\377\377\377\0\210.46\377\377\377\377\377\0" \
  +  "\337\377\377\377\0\210.46\377\377\377\377\377\0\337\377\377\377\0\210" \
  +  ".46\377\377\377\377\377\0\337\377\377\377\0\210.46\377\377\377\377\377" \
  +  "\0\337\377\377\377\0\210.46\377\377\377\377\377\0\337\377\377\377\0\204" \
  +  ".46\377\1\377\377\377\0\203.46\377\377\377\377\377\0\337\377\377\377" \
  +  "\0\203.46\377\202\377\377\377\0\377.46\377\345.46\377\203\377\377\377" \
  +  "\0\377.46\377\343.46\377\205\377\377\377\0\377.46\377\341.46\377\210" \
  +  "\377\377\377\0\377.46\377\335.46\377\205\377\377\377\0")
   
   
  diff --git a/psplash-colors.h b/psplash-colors.h
  index d701089..049d8d9 100644
  --- a/psplash-colors.h
  +++ b/psplash-colors.h
  @@ -20,15 +20,15 @@
   #define _HAVE_PSPLASH_COLORS_H
   
   /* This is the overall background color */
  -#define PSPLASH_BACKGROUND_COLOR 0xec,0xec,0xe1
  +#define PSPLASH_BACKGROUND_COLOR 0xff,0xff,0xff
   
   /* This is the color of any text output */
  -#define PSPLASH_TEXT_COLOR 0x6d,0x6d,0x70
  +#define PSPLASH_TEXT_COLOR 0x00,0x56,0xa5
   
   /* This is the color of the progress bar indicator */
  -#define PSPLASH_BAR_COLOR 0x6d,0x6d,0x70
  +#define PSPLASH_BAR_COLOR 0x00,0x56,0xa5
   
   /* This is the color of the progress bar background */
  -#define PSPLASH_BAR_BACKGROUND_COLOR 0xec,0xec,0xe1
  +#define PSPLASH_BAR_BACKGROUND_COLOR 0xff,0xff,0xff
   
   #endif
  -- 
  2.9.2