blob: 045394fec9e66340ab1c64e3c7cff40bd0bfcc0e (
plain)
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
|
/* GIMP RGBA C-Source image dump 1-byte-run-length-encoded (led_red.c) */
#include "image.h"
static const nv_image_t led_red = {
16, 16, 4, 0,
"\224\377\377\377\0\7\377\376\377J\364\362\365\227\334\330\331\324\325\323"
"\330\372\322\325\336\324\345\352\355\227\371\375\377J\207\377\377\377\0\13"
"\377\376\377\6\370\373\377|\274\313\306\356\326\340\325\377\345\341\326\377"
"\342\325\317\377\333\321\320\377\305\305\303\377\266\300\277\356\326\342"
"\342|\377\376\377\6\205\377\377\377\0\13\357\363\364v\301\315\313\377\371"
"\354\346\377\361\225\230\377\360I[\377\300\27*\377\306IQ\377\311\202\206"
"\377\311\264\261\377\247\262\256\377\311\315\320v\204\377\377\377\0\15\377"
"\372\373<\304\312\310\343\373\332\341\377\343n\201\377\3375B\377\353B?\377"
"\3374-\377\315\12\20\377\241\4\27\377\240Z\\\377\247\250\240\377\227\235"
"\233\343\355\351\352<\203\377\377\377\0\15\336\336\346\206\347\350\332\377"
"\363\220\213\377\3416H\377\350\222\221\377\366\237\245\377\362w|\377\343"
"3=\377\301\16\22\377\224\21\27\377\220ws\377\247\226\234\377\255\255\255"
"\206\203\377\377\377\0\15\274\306\317\303\353\330\321\377\341DU\377\361`"
"m\377\355\272\267\377\377\334\332\377\371\231\233\377\340JK\377\323\21\34"
"\377\216\25\32\377tFH\377\256\227\235\377\206\204\205\303\203\377\377\377"
"\0\15\271\310\313\356\361\320\311\377\314\12\"\377\354OZ\377\351\237\240"
"\377\344\261\260\377\356\201\204\377\340=>\377\305\11\27\377\217\30\36\377"
"]\40'\377\265\232\241\377vxu\356\203\377\377\377\0\15\267\303\301\356\346"
"\312\277\377\3227=\377\340\32'\377\353NU\377\363\\e\377\346AH\377\335\30"
"\"\377\264\16\34\377w\35\35\377\200GM\377\273\211\225\377boh\356\203\377"
"\377\377\0\15\273\301\301\303\320\303\273\377\277nj\377\300\13\24\377\313"
"\14\21\377\341\30\"\377\306\16\30\377\272\10\30\377\215\24\33\377T\"\33\377"
"\242nr\377\266s\205\377\\pg\303\203\377\377\377\0\15\336\341\346\206\260"
"\256\261\377\273\237\236\377\257ST\377\234\30\26\377\243\23\22\377\236\27"
"\36\377{\25\40\377V!\33\377\225]\\\377\300\203\213\377qTY\377\234\250\244"
"\206\203\377\377\377\0\15\372\374\373<\265\266\272\343\257\250\257\377\250"
"\224\226\377\244qp\377\204CA\377f$&\377zNO\377\234{v\377\302\201\211\377"
"\207ce\377Z\\W\343\360\364\365<\204\377\377\377\0\13\362\367\361v\244\237"
"\246\377\225\225\235\377\232\213\222\377\261\221\226\377\270\231\227\377"
"\263\220\216\377\265oz\377~VW\377JXK\377\336\316\321v\205\377\377\377\0\13"
"\377\377\377\6\371\371\371|\270\270\270\356\207\206\204\377ztt\377qgh\377"
"j^`\377UUU\377\222\222\222\356\346\346\346|\377\377\377\6\207\377\377\377"
"\0\7\377\377\377J\365\365\363\227\336\332\331\324\314\306\306\372\323\312"
"\313\324\357\357\357\227\367\367\367J\225\377\377\377\0",
};
|