generated from othneildrew/Best-README-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tft_data.c
20 lines (18 loc) · 47.2 KB
/
tft_data.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Basic idea by Rudolph Riedel, created by RS @ MCI 2020/21
// Used to store graphics in flash and load them to the display when necessary
// See https://brtchip.com/eve-toolchains/ for helpful Tools
#if defined (__AVR__)
#include <avr/pgmspace.h>
#else
#include <stdint.h>
#define PROGMEM
#endif
// Initial Logo
// Convert a 16bit bmp with "EVE Asset Builder 1.6" (Settings: BT81X, ARGB1555, Compressed yes, Dithering yes). Copy the created ".binh" File content here, count the number of commas in it, place this number as array size here and in header file
const uint8_t logo_init[6547] PROGMEM =
{
/*('file properties: ', 'resolution ', 308, 'x', 250, 'format ', 'ARGB1555', 'stride ', 616, ' total size ', 154000) WITH 6664 byte!*/
//120,156,237,157,79,140,91,69,158,199,59,236,37,3,129,184,79,100,110,110,246,50,154,85,136,59,167,225,102,8,92,130,118,166,253,246,214,125,218,153,158,11,35,237,236,123,220,186,57,180,119,109,41,45,217,146,45,217,210,160,5,105,115,96,150,72,137,180,145,218,72,28,50,26,130,8,132,101,96,182,165,233,3,210,36,36,17,11,161,89,28,22,97,134,142,148,222,87,127,126,245,251,85,189,103,119,195,4,156,118,127,253,81,255,177,223,123,229,122,245,190,239,87,85,191,250,85,189,169,149,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,83,244,54,150,251,11,155,243,253,229,205,229,190,97,97,179,179,241,238,171,227,206,215,94,167,214,90,216,92,216,92,234,63,115,102,220,57,185,55,88,234,111,231,190,158,251,226,71,167,199,157,183,189,204,145,171,166,28,151,55,199,157,147,123,131,229,77,85,26,221,245,206,70,111,99,109,189,179,190,177,241,194,23,166,132,94,248,162,214,226,253,14,158,238,168,237,106,175,141,110,250,211,73,255,239,174,119,55,104,123,227,188,218,210,75,183,169,116,214,244,214,206,70,163,103,182,150,46,170,163,242,115,160,83,222,232,108,232,35,212,55,172,155,116,120,143,210,197,78,250,77,233,183,165,91,84,30,187,235,207,190,75,121,43,92,52,57,82,199,245,212,177,106,175,148,194,37,202,87,154,238,198,65,113,207,52,206,171,60,246,204,119,174,247,210,244,84,142,11,23,101,158,212,150,103,206,121,185,124,73,165,218,56,191,187,82,253,209,105,190,99,155,57,199,204,166,229,209,15,234,12,85,154,126,46,184,100,59,27,126,110,232,220,59,235,97,169,54,123,107,233,249,60,251,174,252,236,228,25,117,150,165,75,244,94,149,161,189,86,235,116,53,121,107,154,198,249,142,189,130,107,166,164,244,187,130,219,99,250,162,57,106,77,95,49,149,74,111,199,146,89,214,246,204,255,236,228,25,163,181,238,186,56,219,94,190,221,163,237,189,141,188,173,148,194,82,206,183,16,103,119,72,121,45,55,229,249,77,153,255,236,107,201,110,239,173,171,119,92,10,195,206,99,123,187,39,206,214,124,114,82,212,121,141,243,234,147,206,122,254,57,132,252,229,186,218,219,228,124,33,199,162,205,235,187,123,250,146,252,76,231,186,159,221,247,119,183,135,165,98,108,68,120,237,182,245,254,172,138,131,167,239,232,179,41,93,148,223,20,190,150,197,55,231,151,56,231,96,105,51,111,251,232,182,86,158,206,248,126,12,203,121,161,223,177,42,86,246,71,221,23,180,189,171,243,246,213,117,101,87,58,202,70,168,59,101,157,236,217,252,8,157,153,148,151,251,202,202,168,163,211,59,69,89,153,13,63,135,93,101,173,140,221,218,184,114,155,83,43,92,234,110,152,251,83,125,118,229,171,116,143,117,101,169,200,50,24,253,179,77,233,106,221,61,124,35,253,158,117,253,125,234,60,244,62,243,162,164,169,236,184,117,117,86,231,114,152,77,14,74,239,37,157,222,38,229,61,107,209,22,236,149,42,93,244,191,115,33,163,179,217,139,148,151,108,42,249,215,238,153,51,246,186,95,80,239,106,45,99,51,146,183,165,142,214,204,245,75,203,234,223,244,214,171,183,229,61,213,209,101,244,151,235,107,218,86,153,122,171,39,44,190,177,26,107,186,142,81,165,109,190,161,51,178,108,22,114,238,9,197,99,55,212,231,79,59,107,125,118,135,251,185,163,175,213,217,94,254,214,252,18,49,24,11,51,60,151,217,28,230,167,230,223,115,132,177,103,231,220,53,50,249,108,244,178,199,46,229,232,236,206,246,73,91,2,230,110,232,238,202,158,125,165,173,153,178,161,116,15,133,123,176,69,96,155,150,151,255,90,235,170,190,123,244,61,116,123,183,165,90,186,100,210,86,121,63,114,195,104,38,63,167,37,171,98,191,190,238,6,117,64,230,123,131,43,114,110,23,247,224,48,75,19,94,143,166,78,171,55,52,173,110,96,55,130,111,25,162,102,197,217,29,82,206,214,185,243,155,87,61,235,99,8,181,98,48,246,172,17,216,179,102,142,206,150,3,157,25,171,73,54,231,236,14,119,3,115,240,180,76,205,40,170,20,180,187,204,149,122,238,11,169,129,60,69,154,220,171,118,152,254,123,41,72,101,232,221,251,138,177,238,183,55,244,223,23,114,106,99,5,169,44,204,93,39,40,179,144,80,103,141,93,232,44,175,142,87,172,173,251,186,49,105,241,107,45,72,213,228,237,47,87,140,173,13,85,51,210,158,5,41,135,215,114,97,196,177,18,109,15,50,37,106,174,16,219,89,219,94,219,133,61,91,222,124,218,214,64,234,250,54,118,184,27,24,99,65,206,218,146,51,119,209,239,2,91,100,238,238,90,203,212,90,71,110,184,239,244,242,95,107,221,185,109,142,77,255,83,186,249,74,246,204,70,151,42,245,119,149,154,253,163,136,147,103,242,175,36,93,75,126,133,119,165,169,97,84,219,168,171,90,50,235,63,212,103,60,218,214,15,187,138,143,125,164,62,231,90,59,163,134,32,85,115,253,248,149,151,179,252,28,132,41,135,247,197,168,210,148,24,109,100,202,44,168,3,186,67,235,205,208,158,41,205,254,234,204,21,163,180,139,59,217,115,226,224,75,116,22,186,223,156,94,137,59,218,46,78,123,54,131,202,131,148,166,108,154,214,186,151,255,63,233,188,246,47,112,249,250,154,88,26,81,170,105,187,76,151,219,29,175,229,197,60,125,198,8,241,200,213,236,182,110,160,179,176,180,242,251,94,195,234,50,123,198,185,87,177,214,10,213,98,212,176,54,84,179,107,182,31,208,213,254,137,94,176,223,168,254,166,105,159,13,191,27,178,58,235,189,127,228,234,179,111,135,251,133,90,177,251,6,58,11,235,81,62,118,126,51,47,45,186,235,169,7,57,170,44,135,95,131,176,117,197,10,33,61,60,172,109,130,108,159,153,250,247,206,182,246,49,172,247,222,215,201,220,150,182,105,84,239,202,245,92,114,203,245,224,105,58,171,225,215,50,84,87,152,123,229,239,48,61,128,23,190,88,219,24,190,247,240,188,214,90,230,172,31,190,193,159,237,84,7,119,131,250,41,40,253,29,237,217,112,5,103,143,205,79,45,188,78,54,95,65,187,209,148,225,217,28,157,45,7,58,35,219,66,74,51,101,59,186,52,205,181,189,112,91,141,5,44,111,46,233,49,150,249,190,105,233,205,138,214,149,188,119,200,166,133,90,55,215,32,124,73,251,51,170,84,93,77,159,83,174,244,141,47,12,169,81,59,65,155,41,132,109,83,170,87,227,69,201,241,251,229,29,211,56,127,246,124,67,209,123,239,194,43,214,111,112,117,251,224,75,97,174,135,223,207,157,220,235,151,87,174,153,107,211,27,173,179,172,197,205,183,193,225,117,50,172,5,246,107,109,104,251,108,33,211,62,163,119,228,147,218,185,191,57,223,247,191,77,150,157,106,143,185,242,240,20,82,107,61,103,149,198,247,201,211,231,180,18,250,202,219,221,209,222,131,206,250,159,117,46,216,231,60,170,53,226,234,137,204,21,35,79,199,176,118,27,149,209,176,107,233,219,166,103,108,217,76,95,26,182,183,60,227,236,235,106,80,90,59,121,83,195,250,41,47,103,249,199,134,237,179,48,101,211,82,204,230,47,252,14,255,58,17,225,189,25,189,155,255,109,219,219,63,249,200,79,75,214,193,207,156,51,251,12,191,27,248,76,178,117,55,245,183,89,165,97,203,138,174,61,231,127,57,71,177,211,218,95,193,61,237,249,220,107,71,91,155,166,135,156,201,241,79,114,237,164,188,203,194,182,182,121,113,63,201,191,75,78,158,187,170,183,39,153,150,140,36,207,183,187,180,249,202,251,7,131,209,205,157,212,48,186,78,31,165,179,115,59,164,124,242,12,121,24,248,117,245,246,116,198,82,171,207,179,215,56,236,163,215,90,249,119,214,21,175,189,172,62,241,251,174,166,221,60,122,60,224,136,190,35,242,236,128,41,189,43,238,156,178,126,30,163,52,210,144,169,171,179,103,99,74,226,233,51,242,122,15,43,183,179,67,218,35,249,45,72,121,182,97,63,192,188,150,131,123,128,247,47,88,255,200,63,140,84,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,183,161,183,177,176,185,220,95,234,207,167,44,244,151,213,76,198,205,165,254,210,102,103,195,31,187,173,181,58,27,75,106,143,244,103,161,175,102,145,206,111,206,247,127,248,209,123,23,198,125,6,96,47,48,44,10,43,140,150,125,246,237,97,251,229,71,231,129,189,73,163,167,230,178,168,153,75,250,175,158,167,215,89,255,129,29,67,87,51,7,123,235,254,232,232,51,231,122,222,220,151,124,140,206,214,116,196,163,138,226,86,51,144,76,220,133,31,241,170,70,130,175,220,94,179,179,106,122,118,127,115,236,184,203,6,220,61,214,114,35,64,40,106,147,98,123,89,85,20,215,150,141,150,240,201,143,244,212,58,243,98,16,84,4,85,54,150,71,237,151,23,159,7,246,42,38,106,230,225,27,102,110,164,178,104,38,138,152,102,30,156,12,230,2,154,56,76,127,182,115,30,195,35,94,253,8,120,173,179,156,185,35,239,97,125,143,137,162,155,137,150,15,227,21,77,108,209,157,237,95,157,161,8,185,97,115,1,37,195,35,94,125,235,165,230,13,100,117,6,38,141,94,38,18,252,149,247,51,202,211,90,252,221,14,115,1,125,76,251,172,227,90,103,106,165,6,163,82,223,158,29,201,141,237,220,222,126,236,35,172,34,51,73,228,71,232,202,72,118,5,171,97,185,63,44,166,220,103,120,127,211,143,239,108,156,223,206,196,202,154,151,156,3,3,246,58,249,58,11,231,122,215,90,203,186,93,54,108,46,96,22,19,151,188,172,61,103,156,234,242,102,103,61,212,105,173,213,56,223,84,179,96,122,141,243,231,244,239,230,121,21,193,140,245,156,38,137,112,149,147,169,21,51,183,56,156,83,213,252,6,171,75,40,100,252,59,69,143,31,201,177,80,39,207,244,54,194,153,8,166,23,145,55,155,3,236,85,134,246,3,130,249,36,223,100,181,28,133,223,15,40,216,117,69,126,114,195,183,102,38,213,236,188,13,53,55,38,111,133,38,176,87,201,177,103,31,133,202,83,236,126,117,9,67,56,179,144,86,176,89,246,230,12,26,43,153,188,75,245,230,89,85,115,166,168,217,140,208,217,36,209,29,210,15,8,87,85,253,166,245,102,118,229,135,105,171,180,23,68,79,130,86,87,200,123,237,94,211,224,222,39,111,229,190,43,183,179,179,20,141,206,118,179,42,147,33,207,127,70,43,198,253,80,180,211,74,23,179,223,175,94,143,125,180,187,126,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,43,139,181,197,218,143,95,188,217,186,217,122,179,83,107,212,26,7,86,14,140,61,87,96,111,243,68,237,88,251,88,187,84,141,170,113,181,146,254,36,233,127,81,250,159,130,254,26,62,238,124,252,27,115,204,98,99,220,185,6,123,141,39,106,63,107,151,218,179,90,83,177,214,83,172,21,150,104,88,123,149,234,205,206,205,142,57,6,58,3,187,231,239,186,149,234,241,84,63,137,214,85,100,45,154,81,154,249,47,209,10,139,181,202,162,42,215,158,179,117,243,201,137,218,137,218,184,207,2,220,235,28,234,86,108,29,153,88,139,85,177,239,168,166,76,220,187,40,208,153,217,31,58,3,163,56,238,236,150,249,45,219,97,145,174,39,185,109,22,91,45,70,85,255,248,72,215,170,106,235,161,213,79,79,141,251,140,192,189,195,76,10,219,172,88,212,143,220,38,139,108,61,105,234,208,68,232,239,150,77,229,145,218,35,53,210,35,91,189,74,245,112,189,80,31,247,25,130,123,1,163,51,223,122,81,221,152,184,26,52,174,86,156,5,99,139,151,84,251,54,21,210,89,172,117,73,91,43,213,2,116,6,82,74,171,164,29,163,174,72,212,153,228,211,32,157,177,37,99,197,61,208,54,233,28,125,254,232,243,137,251,60,118,253,4,197,108,245,175,203,35,216,203,156,168,145,178,72,69,145,80,81,226,62,73,172,114,98,103,219,232,115,245,126,198,166,54,93,45,8,239,90,226,246,138,173,39,36,170,78,67,109,251,146,19,181,138,208,2,251,45,200,31,27,101,236,146,81,95,108,143,50,63,82,103,137,245,169,177,71,132,246,138,160,179,125,204,123,41,220,42,139,221,127,212,218,79,156,90,212,214,63,174,244,83,42,237,185,102,220,156,173,30,79,63,87,253,75,74,139,117,73,218,245,213,155,88,43,57,238,115,6,223,31,139,194,223,80,169,115,15,145,108,15,183,251,167,171,191,172,253,114,87,190,48,82,82,108,109,160,76,147,172,96,28,248,65,192,100,227,235,44,22,53,99,34,218,252,74,53,133,93,235,44,178,199,199,85,217,150,171,120,170,53,159,140,251,236,193,247,65,161,58,27,216,148,74,149,219,99,102,252,178,240,173,219,82,15,182,31,108,203,122,152,61,190,84,143,26,5,142,187,20,192,119,75,129,90,77,245,138,243,106,221,108,92,110,68,86,101,15,53,31,106,250,71,60,213,123,170,87,220,42,111,21,7,234,119,217,252,214,20,7,245,63,212,47,155,189,30,207,140,160,179,114,169,159,17,185,150,26,172,218,164,83,176,182,43,17,58,123,59,213,25,217,180,195,25,157,253,210,234,76,43,203,252,85,90,75,127,138,91,47,237,66,103,21,167,48,246,173,197,208,217,4,243,233,169,79,79,145,158,180,167,94,92,235,146,86,192,35,162,37,86,60,165,116,165,25,216,31,77,121,192,127,31,111,144,190,138,91,83,233,103,79,94,144,223,87,208,30,181,68,244,62,185,222,172,160,71,48,161,188,179,194,254,124,234,11,22,60,173,57,106,74,53,218,122,13,200,138,165,58,115,74,115,218,219,226,99,212,30,164,203,215,63,148,169,197,245,168,46,237,26,247,55,34,88,181,9,228,157,21,190,186,164,183,233,33,58,155,34,219,101,149,86,54,22,109,80,180,218,35,181,241,49,90,139,86,107,55,60,157,69,105,13,205,61,131,196,126,115,146,137,245,0,123,159,153,218,76,173,226,60,91,60,34,164,236,76,223,243,90,88,187,52,40,178,37,35,149,217,182,153,211,94,104,207,182,202,94,205,90,251,19,111,77,188,49,43,30,133,136,171,165,148,113,151,14,184,91,240,168,100,228,174,52,141,35,93,22,190,180,251,206,147,93,114,45,50,174,47,7,166,175,73,239,167,20,250,168,215,63,188,113,173,60,40,139,122,85,91,192,193,245,207,239,27,80,202,73,61,169,179,63,45,114,254,52,245,223,12,98,34,39,4,190,194,124,165,201,167,250,178,208,217,245,255,44,82,175,146,107,71,209,11,112,22,75,233,108,192,58,123,253,26,247,15,138,206,250,221,151,42,141,82,86,253,91,57,74,16,59,155,86,129,206,38,132,163,109,190,166,145,167,178,183,78,189,28,68,188,126,240,245,212,64,215,154,164,174,129,172,57,93,109,154,254,255,55,255,67,237,48,211,215,180,250,27,56,239,71,166,13,231,124,42,110,252,129,254,142,187,132,192,221,192,31,35,39,155,18,85,105,244,105,102,112,32,85,14,239,127,64,216,175,50,171,71,218,43,69,173,104,237,16,235,203,171,57,109,173,91,22,105,243,220,188,88,168,172,82,237,175,28,134,214,246,60,50,138,135,181,198,58,59,176,117,192,179,59,51,190,13,19,237,123,175,46,101,157,249,30,143,80,107,233,111,74,57,118,109,179,216,181,206,212,143,138,3,25,119,41,129,191,134,217,234,172,243,40,196,66,111,135,87,15,175,154,61,78,127,94,118,94,126,58,170,40,44,152,218,246,193,215,236,145,13,185,113,118,74,215,155,206,242,137,30,169,243,117,8,107,201,51,13,56,90,247,56,34,110,247,56,50,134,145,124,87,234,250,242,30,100,167,148,206,14,252,159,252,92,233,230,218,151,187,251,158,127,233,136,26,149,60,187,182,62,85,169,167,237,62,171,226,130,83,25,229,230,183,152,93,188,231,145,49,96,220,50,146,45,111,57,54,126,96,32,63,87,74,145,159,140,34,213,153,77,197,121,218,220,104,66,81,91,196,41,155,210,180,104,155,153,159,75,208,217,30,167,36,252,100,114,54,83,221,94,89,82,24,121,34,138,91,51,175,62,110,199,40,107,127,144,41,169,217,76,255,220,84,237,245,146,86,73,254,28,166,127,108,9,175,46,121,219,6,212,194,155,178,214,82,141,118,153,220,28,106,14,207,59,216,59,176,231,157,163,39,14,187,177,38,215,206,31,148,7,236,227,47,15,30,191,44,211,152,91,157,93,37,159,42,199,101,179,207,43,170,206,165,218,147,62,48,23,217,17,212,163,101,209,215,8,253,41,96,47,195,35,214,60,130,125,184,122,216,233,204,183,101,214,235,191,229,235,172,180,106,102,222,73,255,155,244,173,170,89,115,179,129,206,172,118,93,235,140,180,198,251,64,103,147,194,155,157,55,59,21,59,167,141,188,25,126,132,132,28,69,146,158,136,139,55,121,159,227,194,171,202,94,124,74,69,141,155,146,79,108,179,181,217,226,148,139,236,61,19,62,219,15,190,76,219,105,99,47,25,112,55,49,241,217,52,63,147,70,158,92,124,198,214,148,83,129,172,217,102,94,155,121,195,79,167,82,143,234,52,242,78,118,145,226,44,142,181,31,109,179,15,56,246,188,19,46,85,247,13,178,55,11,38,133,233,234,180,29,227,161,184,124,165,7,167,179,129,175,1,235,219,216,122,252,141,153,215,252,116,162,58,205,136,74,132,110,205,182,71,83,157,145,142,19,237,7,227,227,202,34,118,195,180,214,160,179,73,36,114,181,92,226,122,156,177,139,152,45,7,254,126,163,7,242,61,28,237,254,180,43,107,88,138,32,163,86,30,217,173,130,214,50,199,128,36,194,214,169,222,44,141,32,252,235,159,118,155,107,176,151,248,164,117,179,197,99,153,114,198,185,217,254,198,181,178,243,117,201,22,26,29,95,209,177,137,115,110,14,193,39,45,25,239,193,179,161,56,230,95,122,77,30,114,117,115,209,197,14,129,73,68,173,84,76,163,0,52,227,200,168,193,108,127,227,207,220,42,99,127,106,89,232,44,173,45,171,179,245,146,213,217,253,109,142,128,173,84,75,174,246,101,43,86,113,223,19,57,157,153,56,142,113,151,5,248,238,152,117,107,170,112,68,99,44,102,3,120,173,127,55,134,249,129,29,99,42,9,213,188,99,235,89,83,67,86,234,113,189,191,242,219,214,111,109,207,146,252,114,97,111,148,247,0,147,12,207,4,32,255,170,234,15,60,218,61,218,85,51,224,30,111,208,216,163,180,104,230,200,159,166,45,51,210,152,209,205,168,53,64,143,53,231,154,60,203,152,148,86,130,151,127,159,80,113,10,227,235,31,87,143,118,143,62,111,117,38,198,33,41,126,209,28,249,79,169,206,18,97,163,70,235,172,212,60,214,140,92,221,76,71,204,65,103,251,132,88,248,101,185,253,244,139,83,191,56,53,181,242,250,53,21,205,47,125,103,58,34,200,234,76,174,134,102,124,25,149,122,50,114,61,198,71,219,188,166,16,230,47,237,47,216,3,65,191,19,215,215,244,252,255,228,215,24,60,249,42,29,233,143,47,133,209,29,121,60,208,126,160,141,216,235,253,8,251,179,104,228,59,113,49,103,197,193,148,156,155,100,227,41,22,47,208,145,102,111,110,223,237,108,165,14,165,58,155,131,206,246,33,108,147,120,22,219,172,176,103,20,63,107,61,180,3,138,119,125,171,37,253,96,102,174,231,19,181,39,48,31,9,228,18,105,255,131,98,90,123,51,74,169,202,104,253,245,15,190,86,177,173,118,254,165,242,112,137,21,12,230,154,177,176,131,102,180,106,220,231,2,238,93,162,122,84,87,49,137,183,180,206,204,15,235,76,235,107,96,162,250,167,108,92,144,217,22,55,165,45,139,119,81,103,2,0,0,0,0,128,221,48,155,182,199,142,167,124,182,242,199,149,91,122,222,199,180,123,62,142,238,7,12,166,220,154,6,198,127,102,182,85,86,99,175,191,185,179,239,12,236,103,120,214,26,71,7,205,186,49,116,237,51,27,200,249,111,212,15,120,171,17,139,209,112,211,243,124,226,212,19,136,229,7,185,208,252,115,242,209,170,223,20,235,90,30,72,255,44,173,187,98,182,125,220,144,35,149,198,179,1,157,129,97,112,205,151,184,241,205,88,68,108,139,200,125,235,173,125,202,142,59,69,206,187,203,54,17,62,52,144,143,28,219,204,172,254,68,190,89,183,78,89,81,232,140,98,188,19,49,35,0,62,52,144,143,156,111,201,138,51,241,26,55,174,221,248,208,143,112,84,45,52,154,239,70,241,29,49,207,146,170,199,35,227,53,126,221,158,213,227,13,230,71,253,86,62,97,172,255,179,31,160,209,243,216,213,157,170,46,60,250,252,163,46,254,172,56,160,25,78,101,187,30,168,57,242,104,243,167,77,158,187,162,87,191,24,17,27,91,90,253,217,42,197,212,210,19,2,18,244,83,247,13,100,197,18,171,0,243,163,158,196,106,116,70,43,28,240,60,97,90,11,239,209,230,209,166,156,189,62,58,6,251,216,234,177,85,25,79,155,84,121,6,222,184,203,0,124,247,244,87,110,185,152,90,90,191,49,17,171,184,211,202,4,50,22,77,251,213,244,214,130,211,89,84,45,173,210,103,37,171,217,217,170,138,55,51,159,178,150,89,99,234,231,173,214,91,152,31,176,15,248,164,117,127,155,44,82,228,252,27,177,171,205,84,11,173,236,175,230,163,227,107,233,248,88,207,119,42,57,159,219,98,141,227,30,35,221,2,147,251,201,152,72,253,140,59,60,15,125,159,160,230,111,202,89,40,28,95,107,182,235,158,128,156,187,57,144,81,27,102,254,102,172,219,245,230,189,210,25,175,198,206,243,234,162,122,226,158,65,65,126,183,164,122,24,58,219,71,196,110,36,128,91,91,60,31,93,234,172,108,98,29,245,58,43,102,235,127,213,54,107,178,37,159,184,149,15,252,8,91,179,146,25,205,65,142,108,28,238,184,207,28,124,159,220,210,109,180,112,5,100,183,210,138,183,162,44,89,181,242,214,223,246,78,188,234,167,19,85,105,213,4,158,7,69,158,219,251,211,150,90,34,210,151,173,127,103,39,201,119,98,25,119,185,128,187,139,210,153,124,186,185,105,163,149,132,206,216,139,70,90,40,110,157,120,245,68,207,79,71,206,205,51,245,34,219,172,251,219,52,83,157,52,200,199,73,149,241,188,23,232,108,210,184,249,155,143,59,114,53,2,178,104,188,71,153,103,162,152,53,241,204,250,7,131,127,191,198,251,20,170,254,90,255,244,63,239,65,233,126,218,224,85,64,139,242,137,3,3,27,23,98,223,141,187,92,192,221,135,44,16,233,68,89,158,91,181,91,52,175,196,62,69,130,198,210,201,186,253,254,115,153,134,242,134,84,234,73,149,125,29,234,247,39,206,111,81,169,171,81,0,239,201,157,118,45,34,242,3,243,216,195,184,203,3,124,55,240,24,58,207,148,43,212,221,19,234,216,154,13,104,157,79,197,7,158,206,84,236,154,233,85,210,172,99,179,122,163,251,142,186,242,172,61,226,175,79,59,160,72,16,106,165,201,232,35,48,105,148,130,94,0,253,165,39,161,80,140,144,91,107,99,240,251,207,127,255,191,121,41,169,245,182,163,85,53,183,229,184,94,143,246,143,185,223,87,110,80,123,140,173,35,175,229,129,53,67,39,23,242,212,178,77,11,125,15,98,198,176,183,138,148,81,201,35,187,92,131,81,143,153,202,190,133,124,134,162,178,145,110,53,162,130,243,181,196,98,133,133,168,250,222,216,203,10,124,123,184,183,41,159,37,150,200,222,128,109,253,151,131,85,241,204,216,212,125,223,88,103,229,96,189,208,188,81,45,94,203,136,124,114,49,116,182,167,225,62,34,141,10,25,181,125,86,251,204,182,168,174,127,94,116,17,143,116,148,126,58,162,231,151,24,254,124,39,246,96,20,105,28,75,246,43,6,166,159,33,115,36,107,242,196,213,231,120,10,231,94,135,226,208,98,49,214,173,222,211,122,83,215,191,188,254,181,247,188,186,11,228,187,45,123,250,225,56,111,197,226,229,69,187,50,55,215,152,206,134,137,167,36,150,69,109,44,21,198,227,85,145,88,137,20,236,93,140,221,136,51,87,151,116,118,223,214,125,94,203,108,230,181,208,211,225,158,212,36,90,93,139,151,107,161,206,108,127,162,28,244,45,138,226,185,136,52,110,64,214,213,246,129,121,29,112,176,103,57,188,74,45,239,72,244,60,149,117,123,249,212,127,208,179,94,237,223,235,47,95,127,153,214,226,118,158,47,247,140,116,185,74,251,148,211,230,129,193,181,47,203,244,68,39,185,94,252,192,247,203,22,68,171,140,71,170,252,81,4,176,151,225,245,182,35,175,117,164,244,119,217,139,20,211,81,105,3,126,146,137,180,108,206,90,185,90,213,28,243,243,214,207,91,101,122,118,216,128,231,29,76,137,126,5,169,59,17,62,56,202,13,90,102,147,66,228,41,76,142,136,71,85,63,34,81,88,34,217,123,12,252,20,52,26,106,142,177,58,163,26,118,224,90,103,3,182,102,212,235,149,181,55,249,125,161,179,73,65,121,89,201,126,37,110,197,41,115,165,253,39,249,74,95,154,235,49,146,239,53,172,19,67,111,219,64,88,190,173,139,31,242,214,89,239,185,140,145,232,253,206,241,200,62,152,8,30,106,198,34,178,58,140,124,148,152,249,3,101,87,83,22,101,13,74,107,37,4,58,147,45,184,235,222,136,66,82,13,219,100,244,52,32,126,158,1,152,28,30,106,202,57,192,124,237,179,123,26,159,171,24,147,18,122,115,253,0,177,42,135,66,250,53,174,223,148,169,197,65,61,233,51,238,82,1,119,159,119,106,239,212,42,66,105,242,42,191,163,245,32,247,86,106,155,98,239,25,249,41,60,207,88,253,15,117,251,172,78,179,70,100,237,191,101,10,234,73,102,126,84,146,236,239,98,254,241,36,115,92,92,115,185,238,44,69,66,30,110,62,20,172,254,255,228,27,79,190,54,197,43,115,147,167,204,142,83,145,77,155,201,172,193,193,107,39,36,85,94,137,148,158,73,140,181,20,38,155,227,98,221,12,95,103,166,159,144,213,217,226,107,139,111,76,113,15,192,121,54,116,189,233,158,112,151,213,217,172,104,137,113,61,201,113,108,227,46,9,240,221,98,174,255,131,237,67,109,250,68,122,60,204,140,242,111,63,14,164,158,42,44,103,14,115,219,140,158,211,25,137,53,230,193,100,243,160,152,249,214,95,241,163,255,73,111,198,163,90,168,46,158,90,220,213,186,84,126,140,27,251,49,226,106,36,122,184,240,254,239,39,62,19,53,102,127,37,169,82,220,4,63,19,150,52,178,123,157,85,92,91,172,34,116,235,63,153,179,146,241,215,129,253,130,244,155,202,186,206,168,134,236,146,138,161,157,211,177,180,199,154,165,213,185,213,168,105,86,141,103,47,171,26,11,143,133,210,120,14,94,228,217,184,113,159,47,248,254,241,109,14,207,246,149,51,50,19,87,235,249,214,201,120,124,227,234,143,109,59,239,215,237,159,181,121,63,174,37,249,51,196,100,236,87,88,55,60,178,29,139,247,210,243,69,49,108,177,107,115,25,27,120,191,208,25,141,155,38,193,81,166,127,1,157,237,103,102,87,217,94,133,125,68,249,244,115,30,123,167,181,111,141,189,162,231,172,204,212,102,106,172,83,25,17,2,47,6,80,168,117,30,213,186,45,108,191,100,221,41,199,39,99,103,229,184,158,173,100,230,12,203,26,54,169,22,234,199,176,174,11,88,33,157,201,209,238,216,170,42,118,181,35,247,31,101,251,44,156,155,46,91,99,180,71,161,142,245,131,128,207,241,170,156,63,64,53,167,108,113,241,204,99,142,44,154,89,153,177,199,207,121,90,60,218,254,251,246,95,151,31,48,201,28,106,115,111,49,114,246,44,177,81,107,172,176,196,238,115,200,141,45,152,231,119,150,170,139,181,69,196,46,130,29,56,212,150,158,175,164,234,215,151,210,19,107,44,221,161,246,131,86,103,111,182,148,246,102,161,51,176,107,78,212,74,205,185,166,156,243,201,246,205,167,4,143,5,184,139,252,226,212,15,78,255,224,69,181,10,242,3,237,183,26,202,102,29,88,57,48,246,92,129,73,35,213,217,139,247,67,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,248,127,56,254,116,61,
/*('file properties: ', 'resolution ', 308, 'x', 250, 'format ', 'ARGB1555', 'stride ', 616, ' total size ', 154000) WITH 6547 byte!*/
120,156,237,157,81,108,83,199,154,199,237,167,219,43,109,73,232,125,128,190,57,201,62,20,164,189,216,221,151,134,167,136,208,43,93,246,225,218,240,148,228,37,82,11,116,151,125,42,60,65,31,198,146,85,178,109,174,132,84,87,66,170,43,5,169,65,56,109,80,145,72,181,72,77,21,144,200,46,9,73,213,72,24,53,18,38,45,226,250,118,157,212,208,168,113,213,72,246,206,55,115,230,204,156,115,230,216,6,210,186,112,255,249,41,137,115,124,206,156,115,102,254,254,230,251,190,153,57,137,176,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,223,60,179,103,119,229,159,59,167,248,243,120,41,247,218,104,87,166,221,87,245,44,176,123,252,64,126,223,72,187,175,226,183,194,80,185,30,248,42,86,83,179,237,190,174,167,157,239,175,80,77,22,150,219,125,29,191,21,94,41,213,235,3,229,131,179,199,23,79,44,29,90,60,56,55,181,52,189,78,53,52,80,242,239,217,149,9,210,248,125,239,123,225,215,208,172,100,255,30,205,142,245,239,209,252,124,193,61,108,87,217,122,173,118,101,106,245,98,253,206,102,189,254,63,103,237,239,183,190,181,209,246,176,123,11,110,53,45,235,163,214,247,163,180,116,24,47,222,171,215,39,167,188,219,158,59,87,228,53,116,124,206,220,214,249,69,208,238,213,235,175,141,170,247,79,44,5,223,205,46,185,181,206,203,11,235,67,118,143,215,55,27,149,60,123,150,62,11,230,215,80,229,216,164,42,217,176,194,155,119,221,215,133,162,58,250,86,161,94,31,207,234,179,101,206,220,94,14,158,173,176,156,57,163,247,57,159,173,215,247,150,188,181,183,111,164,94,223,121,175,121,125,58,181,117,173,94,127,247,82,41,87,175,247,90,142,233,202,220,169,158,44,155,103,36,6,203,181,186,173,197,46,243,154,157,90,178,149,82,172,122,239,141,24,63,75,109,55,122,201,220,54,57,85,175,231,214,85,253,143,103,189,247,62,45,106,223,108,157,247,150,238,6,106,104,111,89,159,119,186,26,168,191,98,51,173,189,194,117,246,229,21,255,214,231,206,249,207,221,57,75,91,6,203,167,202,39,203,252,103,133,126,15,149,245,30,85,222,122,211,213,193,210,169,202,80,101,136,222,175,228,214,43,211,166,26,180,114,188,236,26,167,119,123,121,201,67,149,147,252,72,58,199,169,138,46,153,122,246,15,214,7,75,67,226,204,123,249,25,244,181,117,101,246,150,134,248,181,236,45,229,214,165,2,169,132,15,214,117,191,191,243,158,183,45,166,184,238,62,95,31,44,203,107,164,189,7,202,31,86,77,101,170,150,56,89,54,239,255,181,81,222,86,149,86,117,70,199,211,239,207,121,201,191,251,48,168,16,122,191,86,63,239,209,8,221,65,176,181,102,207,202,150,244,235,73,149,114,61,176,253,192,36,109,127,238,156,219,150,162,126,75,57,245,119,230,204,144,104,193,161,202,96,101,199,189,183,68,109,110,20,205,18,232,147,88,220,28,40,159,20,237,204,219,165,156,171,92,46,120,207,155,91,223,43,218,107,176,60,40,74,248,62,160,161,160,206,58,191,8,110,167,187,254,183,188,254,187,50,93,175,95,182,124,170,220,246,227,215,246,251,115,246,247,228,149,133,217,179,151,184,166,111,133,250,49,242,88,239,103,159,182,204,250,250,35,178,55,123,3,125,189,172,179,113,99,223,193,114,240,58,233,83,53,84,214,127,95,119,62,241,218,6,200,242,123,203,193,242,109,196,249,103,178,243,26,189,58,118,169,94,63,21,80,39,183,103,210,130,111,234,214,143,48,250,252,4,117,54,196,183,94,228,246,232,164,165,20,42,226,124,64,103,17,54,122,73,215,25,125,62,76,213,249,233,229,125,197,109,95,237,223,226,117,246,229,116,235,45,146,152,171,215,223,156,11,219,95,178,147,159,167,227,90,112,251,101,254,185,63,100,28,91,185,202,123,210,197,240,114,168,127,242,183,189,247,202,194,116,70,173,28,174,224,48,157,249,123,29,161,51,139,14,54,150,189,159,249,129,178,249,217,150,252,238,67,178,212,250,111,210,217,137,197,227,139,245,250,135,85,117,30,42,127,208,162,227,32,180,231,221,77,165,152,207,215,131,173,76,247,180,243,222,151,87,188,10,176,233,140,108,253,161,69,217,91,252,121,220,86,51,54,157,201,126,123,122,147,94,145,173,30,157,178,237,67,220,46,214,235,47,6,122,118,178,25,127,189,20,118,76,176,119,154,228,186,62,216,64,27,4,233,185,211,162,51,170,101,83,87,15,166,233,243,125,124,238,189,197,227,75,217,165,202,85,255,254,159,241,107,59,144,15,243,42,155,233,44,183,126,104,145,183,236,210,137,197,202,180,237,88,111,175,97,203,188,80,235,14,88,116,86,40,122,143,30,44,5,219,157,174,192,212,40,245,155,116,239,239,241,58,184,235,180,164,40,191,37,157,81,205,233,94,164,52,70,119,23,188,167,94,94,214,95,167,232,222,14,56,190,38,89,90,255,125,145,39,68,219,50,103,72,243,205,107,70,147,229,94,221,142,123,27,252,238,59,44,189,149,132,108,253,96,57,88,151,100,207,122,75,169,217,44,111,233,19,75,202,23,246,158,215,99,207,102,27,219,32,130,226,0,219,149,144,210,15,26,217,13,178,103,134,239,88,245,239,127,217,19,7,248,227,147,102,58,11,47,185,113,109,106,194,116,86,245,233,108,128,116,230,179,12,116,5,166,134,72,103,85,225,177,188,185,72,158,202,223,115,225,229,219,174,131,44,251,190,17,5,105,229,63,61,109,69,247,36,123,83,217,195,201,150,12,218,51,234,47,85,140,70,109,185,112,197,95,74,163,154,169,126,75,239,31,15,237,41,200,83,205,173,219,252,247,207,10,102,139,124,86,240,190,43,207,59,189,158,171,228,42,175,148,170,223,14,138,204,216,98,19,255,236,197,146,221,63,163,24,208,252,220,63,184,74,117,159,57,147,57,51,158,189,158,245,247,90,210,214,78,175,15,8,63,126,160,252,168,58,219,113,143,74,190,158,157,13,148,236,244,14,158,30,249,111,103,131,101,133,245,155,212,227,248,237,217,75,22,123,54,232,179,103,27,142,207,34,63,95,116,126,174,141,22,116,118,112,177,110,249,242,126,122,232,158,134,28,127,235,216,164,82,26,125,226,189,245,70,239,148,114,84,227,153,51,255,145,247,127,126,155,233,76,42,190,209,117,230,170,246,54,41,20,168,31,164,243,158,207,142,103,253,251,56,58,171,14,85,100,220,249,225,250,70,241,248,92,179,120,179,151,223,221,98,192,231,123,115,206,127,141,20,7,156,104,96,27,11,20,7,140,219,223,107,30,7,76,21,194,202,13,243,207,252,245,27,230,63,81,191,121,190,133,126,211,175,179,170,235,27,147,199,64,153,130,86,226,0,233,117,247,222,227,209,49,125,222,248,207,189,37,138,180,188,185,35,186,39,237,215,203,120,251,203,43,100,121,205,214,122,224,233,65,228,151,233,5,217,106,198,95,35,97,58,35,235,88,220,12,107,17,210,217,66,168,79,103,158,183,227,11,123,230,38,8,233,108,251,53,51,231,246,247,92,118,73,214,172,185,31,229,207,194,109,176,140,3,130,17,188,121,101,97,138,167,86,126,191,73,28,224,205,137,200,158,41,88,171,54,29,220,246,217,179,189,150,56,128,242,92,67,70,60,103,218,51,226,216,37,217,202,59,155,250,103,212,66,65,79,133,242,87,119,12,139,38,116,102,92,235,239,93,207,65,215,17,101,122,185,174,230,14,205,101,121,68,194,191,231,228,103,95,215,68,227,108,145,210,153,173,214,23,175,120,99,233,192,93,44,183,170,51,233,89,216,124,60,63,3,150,113,39,250,58,238,139,83,41,86,47,86,11,133,219,203,133,229,219,197,141,229,234,242,70,177,186,172,239,146,60,206,93,13,237,89,245,219,91,133,2,63,186,90,44,240,227,111,47,171,251,220,149,167,207,22,47,185,184,81,188,93,188,205,75,47,240,159,186,100,202,240,236,44,125,38,182,243,179,46,255,84,180,213,47,213,234,91,150,252,214,79,223,122,123,221,29,119,73,83,133,2,93,61,157,103,163,120,171,112,170,226,213,16,233,108,231,93,179,20,217,187,217,250,101,19,242,214,237,118,155,50,170,58,170,167,250,240,230,226,206,103,101,174,90,183,23,249,33,254,104,235,32,87,218,79,69,179,20,242,215,167,168,78,121,237,84,249,221,84,139,186,94,194,116,214,113,141,182,231,214,83,115,162,45,120,141,242,86,41,154,87,77,125,192,91,235,133,130,168,239,162,44,93,103,158,252,253,245,161,57,138,109,195,245,46,241,231,218,169,205,223,95,10,230,91,108,86,220,180,42,20,163,236,14,213,217,157,6,25,255,221,227,141,75,222,53,238,207,63,223,173,191,28,24,127,165,30,203,150,63,19,113,128,161,179,217,220,7,235,193,179,229,42,230,248,144,223,158,17,100,115,154,229,53,200,179,78,88,71,134,23,174,152,10,164,150,26,244,125,38,50,103,114,235,69,55,27,66,138,13,198,90,50,19,175,172,113,87,230,11,75,173,234,122,147,125,184,61,246,15,111,13,34,107,25,219,209,37,5,253,194,108,129,174,182,113,172,182,111,228,181,81,29,27,133,207,213,232,202,152,251,41,188,229,52,58,75,163,99,27,151,44,71,231,154,95,35,149,98,191,191,230,87,211,74,89,182,253,252,71,133,215,1,189,167,175,219,86,22,213,176,249,218,62,198,106,94,89,227,90,13,187,98,91,109,251,235,251,81,219,122,223,72,230,12,230,166,0,0,0,0,0,0,0,0,0,0,0,0,192,63,30,179,103,119,141,63,119,238,37,250,118,86,134,238,206,239,202,219,230,22,236,27,41,229,104,223,93,238,10,210,93,249,102,99,101,0,72,78,133,140,206,95,244,205,2,40,229,138,150,49,186,122,253,221,201,199,59,47,248,173,210,108,157,158,237,136,230,35,89,52,199,114,199,221,131,179,39,196,204,223,247,22,15,45,38,230,114,21,26,1,247,238,71,179,118,110,45,167,102,197,220,151,165,247,248,222,137,89,57,138,219,238,122,1,91,71,87,38,56,50,95,220,212,115,33,14,136,25,59,222,217,90,52,55,165,183,212,108,190,17,205,38,244,207,16,163,213,30,254,249,3,52,27,44,168,90,219,60,3,240,244,210,149,161,85,0,197,205,222,210,73,90,115,89,30,40,203,85,144,90,33,241,107,222,57,35,11,83,230,252,150,112,108,179,86,229,236,44,175,126,104,213,88,208,107,27,189,20,62,75,20,60,125,116,101,104,22,172,119,5,1,245,100,187,140,117,155,199,105,22,91,85,170,131,102,24,223,109,58,163,141,160,213,30,254,217,181,182,249,80,212,191,66,83,207,58,82,103,222,149,122,212,147,30,240,120,225,180,98,142,86,3,201,249,153,254,57,207,118,168,63,212,171,236,36,147,83,65,157,21,196,154,155,87,238,209,218,149,94,254,61,88,234,45,13,148,179,139,208,222,179,68,87,102,74,172,224,59,200,253,112,238,137,47,209,179,92,138,155,185,117,191,197,218,203,173,211,229,2,197,144,199,242,173,149,220,107,206,210,221,252,98,179,232,188,244,207,72,29,207,190,101,153,221,106,91,195,13,158,94,184,206,10,193,54,14,174,163,232,202,200,60,133,255,121,47,225,244,6,102,131,211,140,227,219,69,155,157,162,245,91,227,103,249,119,246,186,88,177,71,171,66,90,241,1,193,211,130,180,103,135,196,74,61,106,107,250,61,96,137,20,157,149,25,45,63,45,71,250,93,199,38,101,127,41,215,247,31,11,93,71,31,196,27,123,128,167,29,39,14,240,88,41,90,145,23,92,229,65,177,98,248,26,203,32,189,158,213,107,139,190,39,73,232,82,95,188,103,83,47,236,217,179,133,236,55,189,171,233,105,61,94,42,240,236,23,178,103,143,242,108,66,178,103,166,174,164,77,243,175,19,163,248,245,212,186,63,83,44,227,13,216,179,103,135,174,12,61,77,231,131,202,45,185,82,79,172,203,20,125,92,96,212,135,116,182,227,110,235,37,147,63,231,93,205,89,17,74,243,218,68,169,40,251,87,187,235,6,108,29,93,153,247,45,113,192,65,203,147,172,174,123,158,4,208,28,122,106,199,110,95,108,218,41,114,190,217,130,153,217,152,188,98,91,131,152,91,63,16,178,18,20,60,157,4,87,234,133,141,247,216,87,71,134,97,95,205,73,91,253,171,73,189,107,51,237,171,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,95,135,168,160,221,87,1,158,77,246,179,17,246,49,91,99,127,76,119,8,182,165,215,216,188,120,7,154,3,91,193,126,54,193,182,165,83,156,68,58,206,161,159,41,241,170,35,77,239,175,177,61,233,17,214,221,246,235,4,143,198,28,183,19,243,236,38,255,46,139,223,135,159,184,196,195,162,180,155,162,60,89,118,171,54,232,48,91,101,164,168,164,163,177,184,163,180,164,80,90,158,145,53,147,239,38,210,115,172,191,133,18,223,22,215,178,42,174,67,222,223,17,223,30,253,236,6,203,115,109,231,161,221,95,144,40,75,186,237,170,218,246,201,148,246,186,80,130,178,68,82,19,93,45,28,183,95,104,44,233,28,43,203,72,8,171,150,112,74,57,205,247,58,194,76,253,77,176,102,37,207,177,184,161,89,210,235,132,231,253,163,252,172,71,184,214,186,249,171,53,126,13,237,110,143,103,149,40,235,224,117,47,219,49,225,182,200,227,215,247,126,38,149,145,74,43,181,209,207,230,58,203,27,250,73,137,239,148,115,61,41,71,113,137,116,191,216,47,233,42,134,126,111,107,242,169,144,229,170,123,163,99,47,24,239,246,115,149,117,179,211,124,175,60,127,77,127,181,242,137,0,143,78,148,123,59,113,167,21,18,134,29,122,60,165,41,149,153,22,36,209,146,206,230,152,242,199,146,238,181,108,79,119,166,23,217,39,188,183,251,152,77,178,47,197,126,29,238,181,198,221,159,249,6,229,230,89,194,240,245,72,157,23,60,239,30,21,101,118,113,181,197,185,247,119,154,71,31,237,110,145,103,147,40,235,116,245,149,116,117,246,120,74,235,119,125,171,132,163,150,148,83,106,35,157,237,119,218,118,222,181,60,41,174,176,73,222,155,217,188,186,163,236,43,182,61,173,109,166,60,98,62,180,244,9,87,249,73,199,162,121,117,70,62,217,243,188,71,38,255,140,122,229,137,208,146,192,147,64,253,166,138,231,148,207,45,219,110,79,186,21,63,91,211,195,254,226,150,161,125,119,42,123,79,3,157,245,48,218,75,250,230,219,196,121,59,211,239,56,10,139,141,174,124,26,187,58,188,48,124,107,248,171,190,5,54,166,142,233,103,23,185,214,164,142,149,245,124,62,109,47,127,130,121,237,107,194,167,179,126,113,222,255,226,42,151,58,107,100,27,193,227,67,253,166,246,94,18,105,211,19,143,167,123,90,46,167,155,219,69,101,93,244,241,170,239,12,211,89,183,80,57,237,65,214,179,135,151,113,81,108,143,141,244,93,93,121,24,171,69,126,38,98,242,155,254,247,200,149,149,181,153,79,105,143,126,182,200,148,247,39,207,90,182,158,225,6,139,187,214,79,250,161,166,206,78,51,250,107,77,188,254,158,145,42,159,60,218,6,54,162,66,31,250,19,159,112,98,60,105,149,246,164,91,139,245,187,133,90,181,174,180,133,164,215,127,9,213,89,135,161,201,126,81,14,215,88,134,221,226,10,219,136,108,196,54,98,66,99,82,105,125,103,34,140,221,225,175,55,86,30,174,252,55,29,253,46,123,217,137,18,164,146,108,182,232,134,19,253,38,221,187,52,117,22,229,118,236,180,147,207,232,230,182,108,174,237,237,241,172,18,117,237,80,210,227,161,169,109,157,45,40,173,91,120,231,41,183,53,147,62,63,61,44,14,152,99,73,35,83,38,45,217,112,182,143,172,216,6,105,139,35,212,70,127,69,126,16,199,252,32,94,243,45,99,247,135,207,82,63,247,175,238,89,72,113,65,107,52,199,180,194,228,158,255,235,187,246,50,183,105,228,255,79,176,255,195,88,195,47,70,84,104,196,155,27,213,17,29,189,218,214,68,105,93,78,102,196,212,150,142,2,82,161,58,59,204,204,99,30,50,249,223,68,98,35,99,247,165,13,115,148,246,179,84,29,183,100,140,43,203,81,153,216,94,91,249,36,194,94,101,127,112,45,104,34,221,145,246,43,229,6,75,136,79,79,202,141,80,46,4,174,228,136,208,25,114,103,191,36,81,87,37,166,95,150,114,127,147,14,58,26,248,241,93,220,139,142,187,71,42,125,233,177,162,68,168,206,58,12,63,126,93,228,173,102,238,15,47,80,191,185,242,48,226,168,43,82,235,171,81,31,202,191,167,35,172,111,33,166,180,183,33,117,72,253,231,17,222,123,198,221,79,198,77,223,89,110,136,56,35,225,220,93,202,215,111,130,95,139,168,235,137,107,133,232,54,73,58,26,220,22,162,180,40,251,23,199,163,83,49,68,220,61,82,247,86,182,120,243,52,211,42,124,89,68,1,195,11,188,135,252,121,229,50,245,157,164,178,88,109,230,206,202,229,62,227,191,232,206,124,18,249,62,82,139,57,26,19,191,107,51,23,200,79,211,42,247,123,88,121,167,111,78,184,106,131,206,218,129,234,55,83,110,171,39,141,94,47,225,42,111,205,226,187,68,121,164,166,172,86,210,85,105,220,80,169,210,90,80,103,29,70,79,251,46,109,185,18,115,226,74,145,191,152,26,251,102,56,43,207,177,159,189,193,254,228,30,55,243,233,202,143,177,141,136,25,31,140,70,216,67,70,37,205,91,250,62,169,179,84,195,126,19,252,242,68,125,25,118,211,38,153,89,53,91,134,106,205,177,73,186,103,74,25,99,77,154,160,61,83,163,148,116,212,15,140,188,50,71,53,27,164,28,149,41,59,202,22,185,142,95,16,123,82,214,227,34,247,198,104,59,247,213,106,202,162,241,190,115,141,188,180,213,16,255,106,130,233,152,70,158,243,70,219,235,252,31,17,57,30,160,181,145,228,222,216,60,83,185,118,237,99,165,132,77,51,143,92,53,198,152,204,188,72,89,204,234,73,26,219,131,58,91,101,122,156,139,70,126,216,29,39,71,70,246,169,38,51,100,55,153,238,137,41,223,127,90,216,78,39,42,253,42,242,179,75,109,236,163,240,251,203,187,125,106,202,185,27,100,98,219,129,178,103,73,183,239,219,195,109,199,8,83,25,87,51,54,72,164,87,221,227,86,221,121,30,242,40,165,72,26,67,234,116,253,242,164,85,103,221,76,143,219,63,228,127,115,31,172,166,173,25,229,99,95,101,50,243,171,206,78,51,53,230,153,204,180,62,16,61,248,216,55,50,34,96,95,207,124,20,107,240,95,39,243,76,121,103,202,58,163,223,108,7,42,79,171,51,103,41,161,138,60,211,61,141,158,49,161,148,54,207,226,174,82,116,172,151,18,94,120,148,153,189,148,180,73,94,157,189,205,226,78,126,62,158,30,101,20,1,72,133,209,247,216,55,17,246,207,76,90,176,126,166,202,167,62,81,103,130,43,140,162,210,190,218,216,253,70,150,76,146,103,222,25,147,9,95,254,12,252,58,144,206,148,175,175,84,37,71,155,230,153,153,117,77,58,122,163,57,95,31,179,148,27,147,154,121,127,57,154,221,205,148,98,195,236,217,4,83,253,234,65,49,10,16,171,197,84,102,182,70,94,253,3,161,67,178,97,167,69,223,73,253,117,15,75,24,87,57,201,68,84,26,242,255,123,77,188,121,13,216,179,118,17,245,140,18,202,150,80,163,154,243,110,219,38,210,102,68,105,250,101,170,253,82,238,156,137,110,102,250,107,244,218,175,179,109,206,81,52,102,78,217,87,119,28,115,99,236,78,132,71,151,234,56,202,238,31,118,71,133,230,152,234,189,255,41,237,159,19,27,206,13,102,70,57,41,228,53,218,132,204,159,233,158,143,90,69,143,158,223,100,106,60,74,123,92,122,12,84,233,47,229,216,28,73,183,51,43,86,141,47,36,3,58,235,116,179,109,52,118,205,253,49,39,35,198,61,250,11,210,154,73,75,185,199,23,225,142,240,171,89,123,196,145,238,9,39,226,72,185,218,135,206,218,129,57,255,76,249,103,230,44,141,85,166,115,233,230,104,148,206,146,209,118,51,231,209,237,206,66,211,25,50,83,103,221,76,31,77,253,31,197,154,50,67,209,87,139,101,186,221,88,55,158,14,206,57,124,244,217,20,20,7,120,71,94,161,179,118,16,245,204,153,144,173,225,157,13,244,189,155,185,247,102,197,82,78,230,44,197,85,102,230,112,165,82,204,217,27,73,159,206,230,56,114,165,10,229,52,98,87,217,215,236,235,177,59,99,247,217,55,52,235,177,194,214,216,243,98,29,221,86,220,95,158,169,252,140,154,237,8,157,181,3,53,238,100,70,135,61,190,61,158,119,237,146,106,43,149,143,162,173,127,12,100,45,244,200,130,180,76,225,243,130,126,121,242,76,95,187,180,178,200,159,181,3,115,254,153,242,97,252,179,27,187,132,231,174,149,168,45,90,42,221,17,152,205,209,205,204,253,108,121,141,126,135,253,194,199,103,103,199,46,140,125,52,243,209,216,39,228,157,117,243,56,224,109,206,233,192,250,183,199,35,207,84,84,156,64,191,217,70,116,191,169,87,161,4,103,209,118,139,89,25,9,159,206,226,22,149,233,56,64,251,123,94,255,172,199,141,27,147,34,123,54,118,71,143,4,80,191,249,66,90,141,100,61,218,188,113,59,230,58,42,196,1,237,67,199,155,122,220,219,54,91,91,206,203,78,186,241,165,140,35,237,123,38,60,61,149,63,127,214,229,174,244,141,167,23,248,223,195,55,212,60,179,190,26,141,157,111,119,199,86,195,230,252,203,235,110,237,254,228,120,128,82,61,189,134,206,218,129,214,153,158,231,104,95,21,208,99,196,145,201,6,246,70,251,103,170,183,242,251,103,219,220,88,245,1,255,107,230,66,68,230,207,104,246,226,213,8,187,232,102,237,86,61,71,245,243,248,128,162,3,162,35,253,122,139,247,151,119,162,91,204,215,104,47,114,60,32,238,241,191,194,86,159,244,27,62,117,50,116,221,93,55,211,222,155,180,124,254,252,217,188,219,151,189,204,35,213,216,72,76,206,190,224,90,91,249,145,142,127,33,45,199,243,233,234,86,185,82,14,51,83,189,50,111,215,186,61,51,173,43,250,205,118,161,231,109,235,204,70,248,42,167,253,76,229,115,195,51,89,221,34,99,165,226,138,148,101,60,224,2,211,177,40,101,54,86,214,196,248,166,24,227,164,121,142,163,34,103,71,158,223,170,51,106,68,87,164,243,113,127,120,132,181,165,121,119,116,33,233,196,201,208,89,59,144,253,166,236,199,84,14,191,209,106,186,215,69,118,172,81,190,180,155,41,149,169,121,249,254,126,115,63,83,99,12,241,244,34,163,185,139,145,154,156,141,29,219,224,175,70,35,236,75,97,195,38,220,17,121,202,216,222,100,82,183,47,136,191,120,108,122,53,54,29,17,196,166,99,161,35,157,50,222,84,179,148,226,190,245,232,224,215,66,174,15,208,153,10,61,142,30,198,105,118,186,225,251,221,134,229,81,99,216,254,252,89,71,90,103,227,196,90,186,154,92,97,34,44,218,26,141,165,171,185,73,242,186,230,152,156,233,157,228,42,123,131,191,102,185,72,205,29,173,250,121,230,97,248,213,228,221,249,75,106,220,12,58,107,7,106,93,157,246,169,252,121,218,71,69,141,59,41,173,217,158,123,144,119,71,183,19,98,230,226,202,167,42,183,33,212,115,149,246,57,226,204,198,150,144,21,220,206,173,31,197,30,108,204,221,155,148,86,51,215,16,248,145,113,64,202,184,71,204,11,106,7,81,102,198,0,50,171,245,164,58,83,121,15,21,55,6,231,211,246,48,213,87,167,28,251,185,242,93,68,174,44,217,96,95,71,50,177,17,57,179,236,8,123,151,247,161,15,217,87,34,143,225,196,183,211,98,5,148,187,62,128,86,66,245,112,21,170,236,175,247,234,39,220,241,205,164,147,135,134,61,107,7,81,119,69,72,210,157,135,177,21,246,204,204,142,218,198,157,86,221,231,75,37,229,188,197,17,57,211,113,101,141,124,173,225,175,104,166,172,126,162,134,98,230,242,204,119,238,115,16,196,122,39,154,73,212,99,172,4,149,115,111,53,230,115,169,82,136,55,219,134,57,30,160,116,241,228,58,75,184,109,75,173,107,211,89,191,243,188,40,233,163,127,204,212,60,52,209,7,94,82,189,226,202,195,225,91,145,171,60,6,189,66,99,82,145,235,198,218,97,185,82,120,141,202,234,76,235,28,115,167,47,183,155,55,70,193,48,30,208,62,162,238,51,11,226,110,84,246,164,58,51,231,115,39,45,241,166,68,61,135,74,170,252,223,153,88,51,247,169,88,117,174,252,52,39,54,160,121,67,99,247,201,251,119,214,9,111,56,107,55,191,163,114,22,152,182,156,169,64,198,35,239,206,48,87,123,65,103,237,64,199,155,106,61,237,86,216,51,53,182,160,252,111,155,206,212,74,43,213,231,189,35,182,242,88,179,230,246,140,82,83,66,107,43,34,166,228,63,55,228,150,72,141,251,113,140,84,102,218,170,224,115,208,242,174,117,85,254,39,230,107,180,3,53,238,148,112,173,217,147,235,76,121,94,242,103,248,243,207,246,27,207,0,77,186,79,44,24,94,16,235,5,140,248,83,218,176,190,108,132,141,125,45,45,217,202,143,180,14,61,202,99,4,181,74,134,174,126,155,101,60,52,207,82,198,72,25,236,89,187,208,235,132,245,136,192,86,196,1,41,87,185,118,255,76,50,226,70,187,114,86,227,27,98,181,111,223,104,223,2,183,106,53,149,81,147,113,104,100,138,191,115,149,111,253,129,34,204,8,251,147,107,15,83,142,134,108,227,173,19,76,71,211,73,232,172,109,200,222,203,187,242,108,43,226,0,157,23,181,63,95,67,33,115,254,157,98,143,195,226,245,59,206,59,51,159,12,47,240,126,146,235,45,38,232,187,65,107,156,100,190,163,135,77,178,184,97,129,9,251,24,197,132,187,206,70,69,213,208,89,59,208,253,166,94,61,178,53,121,13,61,167,182,241,243,105,233,9,101,242,25,123,123,28,59,72,79,14,213,215,16,27,233,59,211,55,170,71,150,94,21,26,211,153,96,217,43,134,141,132,229,153,57,231,9,227,155,237,194,156,127,166,230,150,109,77,28,160,71,21,27,235,76,230,95,163,206,211,58,212,136,119,34,253,128,141,178,163,98,206,109,23,167,159,91,59,202,213,46,24,235,0,83,206,254,29,13,198,213,85,188,169,231,164,64,103,237,64,250,103,73,215,250,108,141,61,75,58,209,157,125,94,144,141,188,177,206,82,175,69,136,167,183,167,95,112,190,229,19,192,243,198,122,40,169,231,231,27,62,7,48,207,204,89,79,254,231,186,131,95,11,245,28,100,213,7,53,155,175,209,28,255,122,39,42,183,185,206,250,157,103,41,152,115,190,77,53,209,79,154,167,177,159,121,189,201,102,207,251,215,235,80,84,185,120,114,123,59,136,122,230,207,203,22,217,170,56,32,233,70,131,173,173,119,58,204,251,78,115,13,114,220,135,204,124,116,186,26,43,183,240,31,158,230,153,154,43,172,158,7,136,252,89,123,56,194,219,215,203,147,61,13,56,234,150,163,75,110,253,232,195,174,93,83,179,71,180,45,82,255,175,142,34,133,137,150,254,139,24,217,201,35,158,171,57,194,158,236,83,4,158,29,232,63,46,205,59,115,212,204,103,121,196,133,39,118,152,141,224,185,216,96,139,160,231,133,30,21,79,244,167,117,235,196,28,195,127,221,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,231,255,1,1,228,114,193,
};