Example that shows how to use emWin. This example is based on NXP's POS demo available at lpcware.com
Dependencies: EALib ewgui mbed
black_coffee.cpp@0:2052561807c5, 2013-12-16 (annotated)
- Committer:
- embeddedartists
- Date:
- Mon Dec 16 10:58:05 2013 +0000
- Revision:
- 0:2052561807c5
First commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
embeddedartists | 0:2052561807c5 | 1 | /********************************************************************* |
embeddedartists | 0:2052561807c5 | 2 | * SEGGER Microcontroller GmbH & Co. KG * |
embeddedartists | 0:2052561807c5 | 3 | * Solutions for real time microcontroller applications * |
embeddedartists | 0:2052561807c5 | 4 | * www.segger.com * |
embeddedartists | 0:2052561807c5 | 5 | ********************************************************************** |
embeddedartists | 0:2052561807c5 | 6 | * * |
embeddedartists | 0:2052561807c5 | 7 | * C-file generated by * |
embeddedartists | 0:2052561807c5 | 8 | * * |
embeddedartists | 0:2052561807c5 | 9 | * Bitmap converter for emWin V5.16. * |
embeddedartists | 0:2052561807c5 | 10 | * Compiled Jun 4 2012, 15:48:30 * |
embeddedartists | 0:2052561807c5 | 11 | * (C) 1998 - 2010 Segger Microcontroller GmbH & Co. KG * |
embeddedartists | 0:2052561807c5 | 12 | * * |
embeddedartists | 0:2052561807c5 | 13 | ********************************************************************** |
embeddedartists | 0:2052561807c5 | 14 | * * |
embeddedartists | 0:2052561807c5 | 15 | * Source file: black_coffee * |
embeddedartists | 0:2052561807c5 | 16 | * Dimensions: 80 * 58 * |
embeddedartists | 0:2052561807c5 | 17 | * NumColors: 248 * |
embeddedartists | 0:2052561807c5 | 18 | * * |
embeddedartists | 0:2052561807c5 | 19 | ********************************************************************** |
embeddedartists | 0:2052561807c5 | 20 | */ |
embeddedartists | 0:2052561807c5 | 21 | |
embeddedartists | 0:2052561807c5 | 22 | #include <stdlib.h> |
embeddedartists | 0:2052561807c5 | 23 | |
embeddedartists | 0:2052561807c5 | 24 | #include "GUI.h" |
embeddedartists | 0:2052561807c5 | 25 | |
embeddedartists | 0:2052561807c5 | 26 | #ifndef GUI_CONST_STORAGE |
embeddedartists | 0:2052561807c5 | 27 | #define GUI_CONST_STORAGE const |
embeddedartists | 0:2052561807c5 | 28 | #endif |
embeddedartists | 0:2052561807c5 | 29 | |
embeddedartists | 0:2052561807c5 | 30 | /* Palette |
embeddedartists | 0:2052561807c5 | 31 | The following are the entries of the palette table. |
embeddedartists | 0:2052561807c5 | 32 | Every entry is a 32-bit value (of which 24 bits are actually used) |
embeddedartists | 0:2052561807c5 | 33 | the lower 8 bits represent the Red component, |
embeddedartists | 0:2052561807c5 | 34 | the middle 8 bits represent the Green component, |
embeddedartists | 0:2052561807c5 | 35 | the highest 8 bits (of the 24 bits used) represent the Blue component |
embeddedartists | 0:2052561807c5 | 36 | as follows: 0xBBGGRR |
embeddedartists | 0:2052561807c5 | 37 | */ |
embeddedartists | 0:2052561807c5 | 38 | |
embeddedartists | 0:2052561807c5 | 39 | static GUI_CONST_STORAGE GUI_COLOR Colorsblack_coffee[] = { |
embeddedartists | 0:2052561807c5 | 40 | 0xFFFFFF,0x000000,0x93A4C9,0x0B0A19 |
embeddedartists | 0:2052561807c5 | 41 | ,0x92A2C5,0xD7D9E9,0xC6CCE3,0x8DA1C7 |
embeddedartists | 0:2052561807c5 | 42 | ,0x9AACD2,0x9AAACC,0xB3BCD6,0x8A9DC3 |
embeddedartists | 0:2052561807c5 | 43 | ,0xA3B2D2,0xCCD1E4,0x110D1A,0x869BC1 |
embeddedartists | 0:2052561807c5 | 44 | ,0x060824,0x98A6CB,0x909EC3,0x13111A |
embeddedartists | 0:2052561807c5 | 45 | ,0xBBC3DC,0xCCD3EA,0x95AAD1,0xE4E7F7 |
embeddedartists | 0:2052561807c5 | 46 | ,0x162A54,0x9AA5C5,0x95A8CE,0xBBC5E2 |
embeddedartists | 0:2052561807c5 | 47 | ,0xE4E4EC,0x9BA8C6,0xA2ACC8,0x667AA6 |
embeddedartists | 0:2052561807c5 | 48 | ,0x364A75,0xAAB5D3,0x14244A,0x253964 |
embeddedartists | 0:2052561807c5 | 49 | ,0xABBADA,0x02010B,0xA5B0CB,0x131424 |
embeddedartists | 0:2052561807c5 | 50 | ,0x586B95,0x7C91B9,0x0B1019,0x1C325B |
embeddedartists | 0:2052561807c5 | 51 | ,0xC3CBDD,0xD4DBF2,0xDDE0EC,0xBDC8E2 |
embeddedartists | 0:2052561807c5 | 52 | ,0xC1C5DA,0xA0AED3,0xB5C0DB,0xC9CCDB |
embeddedartists | 0:2052561807c5 | 53 | ,0x081944,0x687699,0x7A8BB3,0x8C9EC8 |
embeddedartists | 0:2052561807c5 | 54 | ,0xB3C3E3,0xC8D4F3,0xDADDF0,0x0C1123 |
embeddedartists | 0:2052561807c5 | 55 | ,0x36456B,0x8C9CBD,0x08173C,0x6B82A9 |
embeddedartists | 0:2052561807c5 | 56 | ,0x6787C6,0x909FCB,0xA2B3D9,0xBDC8DB |
embeddedartists | 0:2052561807c5 | 57 | ,0x2C426B,0x577AB5,0x7694CA,0xAAB2CB |
embeddedartists | 0:2052561807c5 | 58 | ,0xD2D4DB,0xC5D0E0,0x455479,0x445884 |
embeddedartists | 0:2052561807c5 | 59 | ,0x56658A,0x48629A,0x5775A8,0x758BB3 |
embeddedartists | 0:2052561807c5 | 60 | ,0x8395B5,0x85A5DB,0xDEE0F2,0x010C33 |
embeddedartists | 0:2052561807c5 | 61 | ,0x101D46,0x3C517A,0x5B719A,0x7384AC |
embeddedartists | 0:2052561807c5 | 62 | ,0x7B8CB9,0x8499BE,0x939CB7,0x9CB0D5 |
embeddedartists | 0:2052561807c5 | 63 | ,0xBCC1D3,0xDBE4FC,0x0C2455,0x7488AD |
embeddedartists | 0:2052561807c5 | 64 | ,0x7599D6,0x93A6D1,0x9DB2DA,0xBBCAEA |
embeddedartists | 0:2052561807c5 | 65 | ,0xE9F3FE,0x0D224A,0x465C95,0x4A67A5 |
embeddedartists | 0:2052561807c5 | 66 | ,0x6382BA,0x7184B1,0x8B95B5,0xADB9D3 |
embeddedartists | 0:2052561807c5 | 67 | ,0xBCC1CD,0xE0DEEB,0x100C24,0x23355C |
embeddedartists | 0:2052561807c5 | 68 | ,0x3E548B,0x4D628B,0x7B8BAA,0x728BBA |
embeddedartists | 0:2052561807c5 | 69 | ,0x95A1BB,0x9AA4BB,0xA6AAB9,0xB5BBCB |
embeddedartists | 0:2052561807c5 | 70 | ,0xACB4D9,0xB5C0D6,0x647AB6,0x6C89BD |
embeddedartists | 0:2052561807c5 | 71 | ,0x8394BA,0x9BAFD8,0xC4C9D3,0xCDD1DC |
embeddedartists | 0:2052561807c5 | 72 | ,0xF7F6FC,0x080207,0x192237,0x212A4D |
embeddedartists | 0:2052561807c5 | 73 | ,0x162A65,0x293C75,0x414C75,0x636C8C |
embeddedartists | 0:2052561807c5 | 74 | ,0x576EA9,0x5B82BA,0x7282A3,0x6382B4 |
embeddedartists | 0:2052561807c5 | 75 | ,0x828AAA,0x8C9AB5,0x9CA2B5,0xB0B4BD |
embeddedartists | 0:2052561807c5 | 76 | ,0x869CD6,0xB2B4C1,0xB9BBC5,0x89AAE3 |
embeddedartists | 0:2052561807c5 | 77 | ,0xC5D2EC,0xD5E2FD,0x13090A,0x201E29 |
embeddedartists | 0:2052561807c5 | 78 | ,0x25222D,0x2A4478,0x464868,0x2A4886 |
embeddedartists | 0:2052561807c5 | 79 | ,0x2D5294,0x555F84,0x737EA6,0x5D7DC9 |
embeddedartists | 0:2052561807c5 | 80 | ,0x7988A4,0x7F86A8,0x5D89C5,0x818EB9 |
embeddedartists | 0:2052561807c5 | 81 | ,0xADB1BD,0xA6B1C5,0xA9B1C6,0xB9BDC9 |
embeddedartists | 0:2052561807c5 | 82 | ,0xA6B8D5,0x98B8F3,0xB8BFE1,0xC2C5D2 |
embeddedartists | 0:2052561807c5 | 83 | ,0xC9CCD4,0xC5D0DF,0xCED8EE,0xDCE8FF |
embeddedartists | 0:2052561807c5 | 84 | ,0x212332,0x061A56,0x373848,0x363859 |
embeddedartists | 0:2052561807c5 | 85 | ,0x082763,0x1D3465,0x1B3C79,0x3F4359 |
embeddedartists | 0:2052561807c5 | 86 | ,0x5C6477,0x344B86,0x26528A,0x2D4E99 |
embeddedartists | 0:2052561807c5 | 87 | ,0x3D5EA9,0x3861A1,0x71798F,0x4C74A9 |
embeddedartists | 0:2052561807c5 | 88 | ,0x4D7AB8,0x7D84A6,0x7688A5,0x6D85B3 |
embeddedartists | 0:2052561807c5 | 89 | ,0x6F8BB7,0x768CC0,0x6890C4,0x8293AA |
embeddedartists | 0:2052561807c5 | 90 | ,0x9497A4,0x858BB0,0x9BA1AC,0x8FA1BF |
embeddedartists | 0:2052561807c5 | 91 | ,0x94A1B7,0x9EA8BF,0xA3B0BD,0xB1B8BD |
embeddedartists | 0:2052561807c5 | 92 | ,0xAEB8CF,0xB4B9C5,0xB4B6CB,0x91AFE5 |
embeddedartists | 0:2052561807c5 | 93 | ,0xADB5E0,0xADBBE4,0xAEC0DE,0xB6C4E9 |
embeddedartists | 0:2052561807c5 | 94 | ,0xC2C5CD,0xD1CEDB,0xCED1D6,0xD2D3D5 |
embeddedartists | 0:2052561807c5 | 95 | ,0xD1DDFB,0xDDE0E5,0xD7E0F4,0x0A0A0D |
embeddedartists | 0:2052561807c5 | 96 | ,0x000E45,0x2B3144,0x413E4B,0x484554 |
embeddedartists | 0:2052561807c5 | 97 | ,0x6E767F,0x1E4385,0x747C9A,0x4568B2 |
embeddedartists | 0:2052561807c5 | 98 | ,0x6C85B8,0x638BBF,0x6E9ED2,0x8A8794 |
embeddedartists | 0:2052561807c5 | 99 | ,0x89919A,0x888EB3,0xABB2B7,0x829DCC |
embeddedartists | 0:2052561807c5 | 100 | ,0x99A7DB,0x99B9EE,0xADC0E6,0xBFD0EE |
embeddedartists | 0:2052561807c5 | 101 | ,0xA4C2F7,0xBFCDF2,0xC5C9CC,0xDADBDD |
embeddedartists | 0:2052561807c5 | 102 | }; |
embeddedartists | 0:2052561807c5 | 103 | |
embeddedartists | 0:2052561807c5 | 104 | static GUI_CONST_STORAGE GUI_LOGPALETTE Palblack_coffee = { |
embeddedartists | 0:2052561807c5 | 105 | 248, /* number of entries */ |
embeddedartists | 0:2052561807c5 | 106 | 1, /* Has transparency */ |
embeddedartists | 0:2052561807c5 | 107 | &Colorsblack_coffee[0] |
embeddedartists | 0:2052561807c5 | 108 | }; |
embeddedartists | 0:2052561807c5 | 109 | |
embeddedartists | 0:2052561807c5 | 110 | static GUI_CONST_STORAGE unsigned char acblack_coffee[] = { |
embeddedartists | 0:2052561807c5 | 111 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDD, 0x48, 0xAC, 0x7E, 0xAB, 0x33, 0x6C, 0x6C, 0x6C, |
embeddedartists | 0:2052561807c5 | 112 | 0x7E, 0xAC, 0x7E, 0xDA, 0xF6, 0x7F, 0x7F, 0xF7, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 113 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x63, 0x38, 0xD5, 0x42, 0x42, 0x08, 0x16, 0x41, 0x41, 0x37, 0x61, 0x37, 0x0B, |
embeddedartists | 0:2052561807c5 | 114 | 0x41, 0x0B, 0x0B, 0x41, 0x02, 0x1A, 0x5B, 0x0C, 0x24, 0x38, 0x32, 0x2F, 0x94, 0x95, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 115 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0xDB, 0xCF, 0xEE, 0x8E, 0xC8, 0x72, 0x8A, 0x57, 0x57, 0x36, 0xA1, 0x58, 0x36, 0x58, 0x58, 0x58, 0x58, 0x36, |
embeddedartists | 0:2052561807c5 | 116 | 0x36, 0xA3, 0xA3, 0xA3, 0x36, 0x4F, 0x57, 0x5F, 0xA1, 0xA0, 0x72, 0xC7, 0xC7, 0xCC, 0x26, 0x77, 0x5C, 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 117 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xAE, 0x79, 0x08, 0x7C, 0x58, 0xC3, 0x8B, 0x45, 0x3F, 0x4F, 0x68, 0x68, 0x7A, 0x60, 0x51, 0x93, 0x90, 0x60, 0xD3, 0x60, 0xF4, |
embeddedartists | 0:2052561807c5 | 118 | 0xD3, 0xA9, 0x51, 0x8B, 0x68, 0x7A, 0x45, 0x46, 0x40, 0x40, 0x89, 0x68, 0x68, 0x73, 0xC4, 0x58, 0x16, 0x26, 0x0A, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 119 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6D, 0x48, 0x47, 0x5A, 0x5F, 0x3F, 0x1F, 0x1F, 0x3F, 0x8B, 0x69, 0x37, 0x45, 0x68, 0x93, 0x4E, 0x90, 0x46, 0x45, 0x4E, 0x51, 0xF1, 0x8B, |
embeddedartists | 0:2052561807c5 | 120 | 0x46, 0x4D, 0x51, 0x68, 0x67, 0x4D, 0x40, 0x60, 0x45, 0x60, 0x40, 0x40, 0x7B, 0x7B, 0x7B, 0x4F, 0x4F, 0x8C, 0x1D, 0xD2, 0x33, 0xDD, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 121 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x0C, 0x3D, 0x69, 0x1F, 0x7A, 0x45, 0x45, 0x40, 0x45, 0x4D, 0x89, 0x45, 0xF0, 0x69, 0x1F, 0x65, 0x1F, 0x18, 0x22, 0x9E, 0x35, 0x86, 0x3C, |
embeddedartists | 0:2052561807c5 | 122 | 0x23, 0x54, 0x20, 0x4C, 0x95, 0xE8, 0x66, 0xB9, 0x51, 0x66, 0x4D, 0x67, 0x9F, 0xA2, 0x60, 0x46, 0x46, 0x73, 0x73, 0x36, 0x07, 0x6B, 0x94, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 123 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xA4, 0x72, 0x35, 0x1F, 0x7A, 0x7A, 0xC5, 0xA9, 0xC0, 0xA9, 0x9B, 0xBA, 0x99, 0x23, 0x88, 0x10, 0x70, 0x87, 0x4B, 0xD4, 0x53, 0x54, 0x53, 0x10, |
embeddedartists | 0:2052561807c5 | 124 | 0x10, 0x10, 0x54, 0x10, 0x28, 0xE0, 0xB5, 0x84, 0x5E, 0xB1, 0x84, 0xBD, 0xE5, 0x9C, 0x60, 0x93, 0x46, 0x46, 0x29, 0x29, 0x4F, 0xCD, 0x6B, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 125 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x15, 0x09, 0x72, 0x1F, 0x1F, 0x4E, 0x45, 0xA2, 0xC0, 0x88, 0x4D, 0x20, 0x18, 0xB3, 0x9A, 0xB0, 0x03, 0x10, 0x03, 0x03, 0x25, 0x81, 0x97, 0x98, 0x25, 0x03, |
embeddedartists | 0:2052561807c5 | 126 | 0x25, 0x03, 0x25, 0xB2, 0x27, 0x10, 0x10, 0x3C, 0x4A, 0x53, 0x20, 0x18, 0x84, 0x90, 0x67, 0x67, 0x40, 0x93, 0x46, 0x46, 0x40, 0xC4, 0x46, 0x0A, 0xDC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 127 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3A, 0x0A, 0xC2, 0x35, 0x1F, 0x3F, 0x51, 0xBF, 0x9C, 0xBD, 0x5E, 0x4D, 0x18, 0x34, 0x6E, 0x6E, 0x10, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x81, 0x01, 0x01, |
embeddedartists | 0:2052561807c5 | 128 | 0x01, 0x25, 0x25, 0x25, 0x25, 0x03, 0x10, 0x10, 0x4A, 0x4B, 0x23, 0x85, 0x34, 0x9B, 0x66, 0xB6, 0x67, 0x45, 0xC6, 0x40, 0x90, 0x29, 0x73, 0x1E, 0x1B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 129 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1A, 0x35, 0x1F, 0x1F, 0x89, 0x4E, 0x65, 0x2B, 0x3B, 0x03, 0x03, 0x01, 0x81, 0x25, 0x03, 0x03, 0x25, 0x03, 0x03, 0x03, 0x03, 0x03, 0x27, 0x27, 0x27, 0x27, 0x27, |
embeddedartists | 0:2052561807c5 | 130 | 0x13, 0x27, 0x2A, 0x03, 0x3B, 0x03, 0x03, 0x03, 0x03, 0x03, 0xB2, 0x86, 0x10, 0x58, 0x4B, 0x85, 0x99, 0x88, 0x84, 0xB4, 0x70, 0x40, 0x40, 0x7B, 0xEF, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 131 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x36, 0x35, 0x4E, 0xC5, 0xB6, 0xB4, 0x10, 0x10, 0x25, 0x25, 0x01, 0x01, 0x25, 0x0E, 0x03, 0x10, 0x10, 0x03, 0x03, 0x10, 0x27, 0x03, 0x0E, 0x0E, 0x13, 0x03, 0x0E, |
embeddedartists | 0:2052561807c5 | 132 | 0x0E, 0x03, 0x03, 0x03, 0x03, 0x2A, 0x2A, 0x13, 0x0E, 0x10, 0x25, 0xB3, 0x4C, 0x20, 0x23, 0x70, 0x66, 0x85, 0x67, 0x9B, 0x67, 0x9C, 0x60, 0x51, 0xC3, 0xD2, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 133 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDA, 0x4E, 0x4E, 0x4E, 0x73, 0x83, 0x35, 0x03, 0x03, 0x81, 0x01, 0x96, 0x13, 0x0E, 0x13, 0x03, 0x13, 0x03, 0x03, 0x27, 0x13, 0x03, 0x13, 0x0E, 0x13, 0x0E, 0x13, 0x0E, |
embeddedartists | 0:2052561807c5 | 134 | 0x27, 0x0E, 0x0E, 0x13, 0x13, 0x03, 0x13, 0x2A, 0x03, 0x2A, 0x03, 0x03, 0x03, 0x9D, 0x9E, 0x23, 0x20, 0xB9, 0x18, 0x66, 0x7B, 0xBC, 0xE7, 0xC6, 0xE9, 0x75, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 135 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x4D, 0x56, 0x4E, 0x10, 0x10, 0x53, 0x03, 0x03, 0x0E, 0x13, 0x13, 0x96, 0x13, 0x96, 0x13, 0x03, 0x03, 0x03, 0x0E, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0E, 0x13, 0x03, |
embeddedartists | 0:2052561807c5 | 136 | 0x0E, 0x03, 0x0E, 0x03, 0x03, 0x13, 0x03, 0x13, 0x2A, 0x27, 0x2A, 0x3E, 0x10, 0x9D, 0x3C, 0x20, 0x23, 0x34, 0x70, 0x66, 0x88, 0x40, 0xBB, 0xBF, 0x51, 0xCC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 137 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x56, 0x22, 0x10, 0x03, 0x3B, 0x0E, 0x0E, 0x03, 0x0E, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x2A, 0x03, 0x03, 0x03, 0x13, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, |
embeddedartists | 0:2052561807c5 | 138 | 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0E, 0x03, 0x27, 0x03, 0x2A, 0x3B, 0x82, 0x3C, 0x10, 0x1F, 0x23, 0x4B, 0x66, 0x20, 0x4D, 0x9F, 0x9F, 0x89, 0xEA, 0x75, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 139 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x56, 0x56, 0x3E, 0x10, 0x03, 0x03, 0x0E, 0x0E, 0x0E, 0x0E, 0x03, 0x10, 0x03, 0x10, 0x03, 0x03, 0x03, 0x03, 0x2A, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x10, 0x03, |
embeddedartists | 0:2052561807c5 | 140 | 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x10, 0x03, 0x03, 0x3B, 0x82, 0x10, 0xB8, 0x4C, 0x4C, 0x55, 0x4B, 0x28, 0x23, 0xB1, 0x85, 0xBC, 0xBB, 0xBA, 0xA2, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 141 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x2D, 0xB8, 0x3B, 0x03, 0x3B, 0x03, 0x03, 0x0E, 0x0E, 0x03, 0x03, 0x03, 0x03, 0x03, 0x10, 0x03, 0x03, 0x13, 0x03, 0x03, 0x03, 0x03, 0x2A, 0x03, 0x03, 0x03, 0x10, |
embeddedartists | 0:2052561807c5 | 142 | 0x03, 0x03, 0x03, 0x03, 0x03, 0x0E, 0x03, 0x6E, 0x10, 0x03, 0x6F, 0x55, 0x55, 0x4A, 0x65, 0x9A, 0x6F, 0x23, 0xAF, 0x1F, 0x4B, 0x53, 0x4A, 0xA0, 0x8D, 0x17, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 143 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x5C, 0x05, 0x17, 0x27, 0x27, 0x03, 0x3B, 0x0E, 0x0E, 0x0E, 0x0E, 0x27, 0x0E, 0x03, 0x03, 0x03, 0x10, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x2A, 0x03, 0x03, |
embeddedartists | 0:2052561807c5 | 144 | 0x2A, 0x03, 0x03, 0x2A, 0x10, 0x13, 0xDF, 0x03, 0x03, 0x10, 0x22, 0xB7, 0x3C, 0x4A, 0x4C, 0x4C, 0x83, 0x22, 0x4A, 0x4D, 0x5E, 0x53, 0x0B, 0x64, 0x95, 0x5C, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 145 | 0x00, 0x2D, 0x00, 0x5D, 0x39, 0x05, 0x0D, 0x14, 0x15, 0x06, 0x06, 0x39, 0x06, 0x1E, 0x6A, 0x1D, 0x06, 0x64, 0x82, 0x3B, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0E, 0x13, 0x03, 0x03, 0x6E, 0x10, 0x03, 0x03, 0x13, 0x10, 0x03, 0x03, 0x03, 0x03, 0x03, |
embeddedartists | 0:2052561807c5 | 146 | 0x0E, 0x10, 0x03, 0x0E, 0x03, 0x03, 0x13, 0x10, 0x10, 0x3E, 0x3C, 0x70, 0x71, 0x53, 0x20, 0x35, 0x3C, 0x86, 0x54, 0x18, 0x28, 0x4A, 0x5D, 0x5D, 0x0A, 0x5C, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 147 | 0x00, 0x06, 0x63, 0x1E, 0x5A, 0x19, 0x1E, 0x75, 0x75, 0x19, 0x09, 0x08, 0x31, 0x5A, 0x5A, 0xD0, 0x0A, 0x06, 0x17, 0x05, 0x03, 0x27, 0x27, 0x03, 0x13, 0x0E, 0x03, 0x0E, 0x03, 0x27, 0x03, 0x03, 0x03, 0x0E, 0x10, 0x03, 0x03, 0x03, 0x6E, 0x03, 0x0E, 0x10, |
embeddedartists | 0:2052561807c5 | 148 | 0x03, 0x03, 0x0E, 0x6E, 0x03, 0x2A, 0x03, 0x03, 0x27, 0x83, 0x35, 0x28, 0x20, 0x70, 0x65, 0x10, 0x54, 0x18, 0x28, 0x23, 0x1F, 0xDC, 0xF5, 0x21, 0x6B, 0x2C, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 149 | 0x48, 0x42, 0x59, 0xCE, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x50, 0x04, 0x8D, 0x1D, 0x32, 0x74, 0x0A, 0x6B, 0x95, 0x5D, 0x8E, 0x27, 0xB0, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, |
embeddedartists | 0:2052561807c5 | 150 | 0x03, 0x2A, 0x03, 0x03, 0x03, 0x13, 0x03, 0x03, 0x03, 0x35, 0x87, 0x20, 0x28, 0x36, 0x69, 0x9D, 0x3E, 0xE6, 0x87, 0x64, 0x2D, 0x38, 0x0C, 0x21, 0x1B, 0xAB, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 151 | 0x92, 0x07, 0x0F, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x04, 0x3D, 0x09, 0x32, 0x5A, 0x21, 0x26, 0x0A, 0x0A, 0x05, 0x5D, 0x91, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13, 0x03, 0x03, 0x03, 0x2A, 0x13, 0x13, 0x13, 0x03, 0x2A, |
embeddedartists | 0:2052561807c5 | 152 | 0x13, 0x03, 0x13, 0x03, 0x0E, 0x13, 0x13, 0x03, 0x03, 0x35, 0x87, 0x23, 0x3C, 0xF2, 0x57, 0x83, 0x6A, 0x17, 0x06, 0x1B, 0x1E, 0x09, 0x24, 0x21, 0x0A, 0x30, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 153 | 0x91, 0x4F, 0x57, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8E, 0x6A, 0x26, 0xD5, 0x3D, 0x26, 0x21, 0x1D, 0x1E, 0x47, 0x79, 0x15, 0x17, 0x64, 0xE1, 0x3B, 0x03, 0x3B, 0x3B, 0x03, 0x0E, 0x03, 0x0E, 0x0E, 0x03, 0x0E, 0x03, 0x03, 0x03, 0x13, |
embeddedartists | 0:2052561807c5 | 154 | 0x03, 0x03, 0x0E, 0x03, 0x03, 0x03, 0x03, 0x3B, 0xB7, 0x9A, 0x86, 0x3C, 0x1F, 0x4C, 0x64, 0xAF, 0x39, 0x32, 0x47, 0x19, 0x47, 0x0C, 0x09, 0x0A, 0x0A, 0x33, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 155 | 0x76, 0x58, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x1D, 0x0C, 0x38, 0x3D, 0x0C, 0x09, 0x26, 0x1D, 0x1E, 0x75, 0x1E, 0x1E, 0x76, 0x1E, 0xA6, 0x0A, 0x2C, 0x2D, 0x6D, 0x17, 0x17, 0x80, 0x80, 0xD9, 0xEB, 0xE2, 0x98, 0x97, 0x98, |
embeddedartists | 0:2052561807c5 | 156 | 0x97, 0xE3, 0xC8, 0x33, 0x80, 0x80, 0x17, 0x17, 0x5D, 0x06, 0x38, 0x08, 0x31, 0x09, 0x04, 0x1E, 0x19, 0x1E, 0x1E, 0x1E, 0x1E, 0x0C, 0x0C, 0x0A, 0x14, 0x33, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 157 | 0x76, 0x29, 0x4F, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x33, 0x05, 0x38, 0x04, 0x0C, 0x26, 0x09, 0x26, 0x09, 0x1D, 0x1D, 0x04, 0x19, 0x1D, 0x19, 0x19, 0x1D, 0x09, 0x11, 0x1D, 0x0C, 0x24, 0x38, 0x2F, 0x63, 0xF3, 0x39, 0x39, 0x39, |
embeddedartists | 0:2052561807c5 | 158 | 0x39, 0x39, 0x06, 0x38, 0x38, 0x78, 0x31, 0x11, 0x02, 0x02, 0x04, 0x04, 0x04, 0x02, 0x02, 0x02, 0x02, 0x02, 0x09, 0x11, 0x08, 0x26, 0x0C, 0x21, 0x14, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 159 | 0x8F, 0x0F, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x17, 0x17, 0x63, 0x04, 0x6B, 0x0C, 0x1E, 0x09, 0x1D, 0x1D, 0x1D, 0x1D, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x07, |
embeddedartists | 0:2052561807c5 | 160 | 0xCB, 0x07, 0x07, 0x04, 0x04, 0x04, 0x12, 0x0B, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x04, 0x02, 0x02, 0x02, 0x08, 0x61, 0x08, 0x0C, 0x6B, 0x0A, 0x14, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 161 | 0x7E, 0x07, 0x07, 0xCE, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x2F, 0x04, 0x0C, 0x31, 0x31, 0x09, 0x09, 0x09, 0x1A, 0x04, 0x04, 0x04, 0x02, 0x04, 0x04, 0x12, 0x04, 0x12, 0x12, 0x04, 0x04, 0x12, 0x3D, 0x0B, 0x3D, 0x3D, 0x0B, |
embeddedartists | 0:2052561807c5 | 162 | 0x12, 0x12, 0x04, 0x04, 0x04, 0x37, 0x41, 0x02, 0x02, 0x12, 0x12, 0x19, 0x19, 0x19, 0x19, 0x02, 0x02, 0x02, 0x16, 0x08, 0x08, 0x26, 0x0C, 0x0A, 0x0A, 0x0D, 0x3A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 163 | 0x00, 0x07, 0x07, 0xA5, 0x05, 0x00, 0x00, 0x00, 0x00, 0x80, 0x1C, 0x17, 0x1C, 0x1C, 0x1C, 0xAE, 0x1D, 0x24, 0x26, 0x0C, 0x26, 0x1A, 0x1A, 0x1D, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x04, 0x04, 0x12, 0x0B, 0x0B, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, |
embeddedartists | 0:2052561807c5 | 164 | 0x12, 0x12, 0x12, 0x04, 0x04, 0x41, 0x02, 0x07, 0x07, 0x02, 0x04, 0x19, 0x11, 0x19, 0x19, 0x02, 0x02, 0x1A, 0x08, 0x08, 0x08, 0x0C, 0x24, 0x14, 0x14, 0x05, 0x2D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 165 | 0x00, 0x06, 0x26, 0x47, 0x47, 0x00, 0x00, 0x00, 0x1C, 0x1C, 0x1C, 0x17, 0x17, 0x1C, 0x1C, 0x94, 0x1D, 0x0A, 0x0C, 0x0C, 0x0C, 0x09, 0x09, 0x09, 0x09, 0x11, 0x02, 0x02, 0x02, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x3D, 0x04, 0x04, |
embeddedartists | 0:2052561807c5 | 166 | 0x04, 0x04, 0x04, 0x12, 0x3D, 0x12, 0x04, 0x04, 0x04, 0x04, 0x04, 0x19, 0x19, 0x19, 0x19, 0x04, 0x04, 0x09, 0x09, 0x1E, 0x21, 0x21, 0x21, 0x0A, 0x1B, 0x05, 0x3A, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 167 | 0x00, 0x00, 0x19, 0x77, 0x0A, 0x92, 0x1C, 0x1C, 0x1C, 0x17, 0x1C, 0x17, 0x05, 0x1C, 0x17, 0x1B, 0x04, 0x24, 0x21, 0x0C, 0x0C, 0x09, 0x09, 0x09, 0x09, 0x09, 0x09, 0x02, 0x02, 0x02, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x74, 0x1D, 0x04, 0x74, |
embeddedartists | 0:2052561807c5 | 168 | 0x04, 0x04, 0x04, 0x04, 0x04, 0x19, 0x19, 0x04, 0x04, 0x04, 0x1D, 0x19, 0x19, 0x1E, 0x19, 0x09, 0x09, 0x09, 0x09, 0x31, 0x21, 0x0C, 0x78, 0x32, 0x1B, 0x06, 0x05, 0x05, 0x6D, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 169 | 0x00, 0x00, 0x00, 0x00, 0xA6, 0x0C, 0xD6, 0x14, 0x49, 0x17, 0x52, 0x17, 0x17, 0x05, 0x1C, 0x94, 0x1E, 0x24, 0x21, 0x0C, 0x0C, 0x26, 0x09, 0x09, 0x09, 0x1D, 0x19, 0x1D, 0x09, 0x1D, 0x19, 0x11, 0x11, 0x02, 0x04, 0x04, 0x04, 0x04, 0x02, 0x12, 0x04, 0x04, |
embeddedartists | 0:2052561807c5 | 170 | 0x04, 0x04, 0x04, 0x12, 0x12, 0x19, 0x04, 0x04, 0x04, 0x02, 0x07, 0x11, 0x02, 0x02, 0x02, 0x61, 0x61, 0x1A, 0x08, 0x26, 0x21, 0x0C, 0x24, 0x1B, 0x1B, 0x06, 0x15, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 171 | 0x00, 0x00, 0x00, 0x00, 0x00, 0xA8, 0x24, 0x43, 0x2F, 0x30, 0x52, 0x1C, 0x1C, 0x1C, 0x05, 0x39, 0x1E, 0x1E, 0x0C, 0x0C, 0x0C, 0x0C, 0x1E, 0x09, 0x09, 0x09, 0x1D, 0x09, 0x1D, 0x1D, 0x19, 0x02, 0x41, 0x04, 0x04, 0x12, 0x12, 0x02, 0x02, 0x02, 0x12, 0x02, |
embeddedartists | 0:2052561807c5 | 172 | 0x02, 0x02, 0x02, 0x02, 0x02, 0x19, 0x19, 0x04, 0x02, 0x02, 0x07, 0x02, 0x08, 0x02, 0x61, 0x61, 0x51, 0x09, 0x08, 0x31, 0x21, 0x21, 0x24, 0x1B, 0x0A, 0x06, 0x05, 0x05, 0x05, 0x2E, 0x2E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 173 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x15, 0xA5, 0x79, 0x2F, 0x43, 0x14, 0x14, 0x15, 0x2D, 0x2D, 0x39, 0x09, 0x04, 0x42, 0x0C, 0x0C, 0x08, 0x08, 0x09, 0x09, 0x11, 0x11, 0x09, 0x09, 0x11, 0x04, 0x02, 0x11, 0x02, 0x02, 0x02, 0x02, 0x02, 0x12, 0x12, 0x02, 0x04, |
embeddedartists | 0:2052561807c5 | 174 | 0x12, 0x02, 0x04, 0x41, 0x12, 0x04, 0x04, 0x02, 0x02, 0x02, 0x02, 0x02, 0x11, 0x02, 0x11, 0x09, 0x09, 0x1E, 0x08, 0x0C, 0x0C, 0xA8, 0x24, 0x21, 0x0A, 0x06, 0x0D, 0x06, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 175 | 0x00, 0x00, 0x00, 0x00, 0x2E, 0x2D, 0xDE, 0x74, 0x0A, 0x14, 0x06, 0x2F, 0x14, 0xD0, 0x26, 0x24, 0x02, 0xCB, 0x1D, 0x0C, 0x08, 0x31, 0x11, 0x08, 0x09, 0x09, 0x11, 0x11, 0x04, 0x04, 0x19, 0x11, 0x02, 0x04, 0x04, 0x04, 0x04, 0x12, 0x02, 0x02, 0x02, 0x41, |
embeddedartists | 0:2052561807c5 | 176 | 0x04, 0x12, 0x41, 0x04, 0x04, 0x12, 0x04, 0x04, 0x04, 0x11, 0x02, 0x11, 0x11, 0x11, 0x11, 0x11, 0x09, 0x09, 0x08, 0x0C, 0x0C, 0x24, 0x0C, 0x0A, 0x32, 0x14, 0x06, 0x0D, 0x0D, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 177 | 0x00, 0x00, 0x00, 0x00, 0x0D, 0x0D, 0x15, 0x05, 0x1E, 0x26, 0x0A, 0x2F, 0x2F, 0x1B, 0x0C, 0x07, 0x07, 0x0B, 0x02, 0x09, 0x31, 0x42, 0x31, 0x09, 0x09, 0x11, 0x02, 0x02, 0x11, 0x02, 0x02, 0x02, 0x02, 0x04, 0x41, 0x02, 0x12, 0x02, 0x02, 0x02, 0x02, 0x04, |
embeddedartists | 0:2052561807c5 | 178 | 0x12, 0x02, 0x04, 0x04, 0x02, 0x02, 0x04, 0x04, 0x02, 0x02, 0x11, 0x02, 0x02, 0x02, 0x02, 0x1A, 0x09, 0x08, 0x31, 0x08, 0x0C, 0x09, 0x0C, 0x24, 0x0A, 0x14, 0x2C, 0x0D, 0x15, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 179 | 0x00, 0x00, 0x00, 0x33, 0x2C, 0x06, 0x0D, 0x06, 0x39, 0x2D, 0x5A, 0x09, 0x24, 0x24, 0x32, 0x09, 0x5F, 0x04, 0x0B, 0x08, 0x09, 0x04, 0x31, 0x08, 0x09, 0x11, 0x11, 0x11, 0x02, 0x11, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x04, 0x04, 0x02, |
embeddedartists | 0:2052561807c5 | 180 | 0x02, 0x02, 0x02, 0x02, 0x12, 0x02, 0x11, 0x04, 0x02, 0x02, 0x11, 0x02, 0x02, 0x09, 0x08, 0x09, 0x08, 0x08, 0x08, 0x31, 0x08, 0x08, 0x42, 0x24, 0x24, 0x14, 0x1B, 0x33, 0x0D, 0x05, 0x05, 0x3A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 181 | 0x00, 0x00, 0x00, 0x0A, 0x0A, 0x6B, 0x24, 0x38, 0x38, 0xD7, 0xD7, 0xAA, 0x7C, 0x02, 0x07, 0x16, 0x36, 0x36, 0x07, 0x08, 0x08, 0x02, 0x02, 0x11, 0x11, 0x11, 0x02, 0x02, 0x02, 0x02, 0x02, 0x07, 0x02, 0x02, 0x07, 0x07, 0x02, 0x02, 0x04, 0x41, 0x02, 0x02, |
embeddedartists | 0:2052561807c5 | 182 | 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x04, 0x02, 0x02, 0x02, 0x02, 0x11, 0x02, 0x08, 0x02, 0x02, 0x02, 0x08, 0x08, 0x08, 0x09, 0x42, 0x0C, 0x24, 0x0C, 0x0A, 0x06, 0x30, 0x06, 0x06, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 183 | 0x00, 0x00, 0x00, 0x79, 0xA5, 0x74, 0x3D, 0x3D, 0x04, 0x11, 0x08, 0x42, 0x42, 0x31, 0xD4, 0x37, 0x4F, 0x29, 0x29, 0x1A, 0x16, 0x08, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x07, 0x02, 0x02, 0x02, 0x07, 0x04, 0x02, 0x02, 0x02, 0x02, |
embeddedartists | 0:2052561807c5 | 184 | 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x1A, 0x1A, 0x02, 0x02, 0x02, 0x02, 0x11, 0x09, 0x08, 0x08, 0x08, 0x5B, 0x04, 0x0C, 0x0A, 0x32, 0x06, 0x06, 0x05, 0x15, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 185 | 0x00, 0x00, 0x00, 0x0D, 0x2C, 0x26, 0x8D, 0x29, 0x50, 0x50, 0x59, 0x59, 0x07, 0x0B, 0x37, 0x61, 0x0F, 0x69, 0x0F, 0x7D, 0x08, 0x1A, 0x02, 0x02, 0x07, 0x07, 0x07, 0x07, 0x02, 0x07, 0x07, 0x07, 0x07, 0x07, 0x02, 0x07, 0x07, 0x07, 0x02, 0x02, 0x07, 0x07, |
embeddedartists | 0:2052561807c5 | 186 | 0x07, 0x07, 0x07, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x07, 0x02, 0x02, 0x1A, 0x08, 0x08, 0x7D, 0x61, 0x50, 0x09, 0x0A, 0x0A, 0x2C, 0x06, 0x0D, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 187 | 0x00, 0x00, 0x00, 0x05, 0x05, 0x2F, 0x32, 0x09, 0x50, 0x36, 0x72, 0x5F, 0x5F, 0x29, 0x36, 0x4F, 0x73, 0x69, 0x3F, 0x37, 0x7D, 0x02, 0x16, 0x02, 0x02, 0x07, 0x0B, 0x37, 0x37, 0x37, 0x37, 0x0B, 0x07, 0x02, 0x07, 0x07, 0x07, 0x02, 0x07, 0x07, 0x02, 0x02, |
embeddedartists | 0:2052561807c5 | 188 | 0x07, 0x07, 0x02, 0x07, 0x02, 0x07, 0x07, 0x02, 0x02, 0x02, 0x02, 0x07, 0x07, 0x02, 0x07, 0x02, 0x02, 0x02, 0x1A, 0x1A, 0x08, 0x62, 0x3F, 0x59, 0x11, 0x21, 0x14, 0x30, 0x0D, 0x0D, 0x05, 0x05, 0x52, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 189 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x3A, 0x05, 0x0D, 0x14, 0x26, 0x8D, 0x72, 0xC2, 0x3F, 0x3F, 0x1F, 0x35, 0x1F, 0x35, 0x71, 0x42, 0x08, 0x08, 0x02, 0x07, 0x0B, 0x0B, 0x0B, 0x02, 0x37, 0x0F, 0x0F, 0x0B, 0x0B, 0x0B, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, |
embeddedartists | 0:2052561807c5 | 190 | 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x0B, 0x07, 0x07, 0x07, 0x07, 0x07, 0x02, 0x07, 0x02, 0x0B, 0x16, 0x02, 0x1A, 0x5B, 0x16, 0x28, 0x1F, 0xC9, 0x02, 0x21, 0x0A, 0x30, 0x06, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 191 | 0x00, 0x00, 0x00, 0x00, 0x05, 0x52, 0x52, 0x2D, 0x2D, 0x15, 0x2F, 0xA8, 0x04, 0x29, 0x3F, 0x1F, 0x1F, 0x56, 0x28, 0x28, 0x20, 0x42, 0x08, 0x16, 0x07, 0x37, 0x51, 0x0B, 0x0F, 0x07, 0x07, 0x07, 0x07, 0x0F, 0x0F, 0x0F, 0x07, 0x0F, 0x59, 0x0F, 0x0F, 0x0F, |
embeddedartists | 0:2052561807c5 | 192 | 0x0F, 0x0F, 0x0F, 0x0B, 0x0B, 0x0B, 0x0B, 0x0B, 0x0B, 0x0B, 0x0B, 0x02, 0x07, 0x07, 0x02, 0x02, 0x02, 0x16, 0x62, 0x5B, 0x28, 0x28, 0x1F, 0x29, 0x02, 0x0A, 0x1B, 0x06, 0x15, 0x05, 0x05, 0x05, 0x3A, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 193 | 0x00, 0x00, 0x00, 0x48, 0x1C, 0x17, 0x2E, 0x17, 0x17, 0x52, 0x05, 0x05, 0x0D, 0x5C, 0x77, 0x1D, 0x6A, 0xC1, 0x35, 0x20, 0x3C, 0x23, 0x62, 0x62, 0x16, 0x02, 0x37, 0x07, 0x07, 0x0B, 0x0B, 0x0B, 0x0F, 0x0F, 0x0F, 0x0F, 0x59, 0x0F, 0x0B, 0x0F, 0x0F, 0x0F, |
embeddedartists | 0:2052561807c5 | 194 | 0x0F, 0x0F, 0x0B, 0x0B, 0x0B, 0x0B, 0x0B, 0x0B, 0x0B, 0x02, 0x07, 0x07, 0x07, 0x07, 0x16, 0x07, 0x7D, 0x16, 0x16, 0x28, 0x20, 0x71, 0x1F, 0x50, 0x09, 0x0A, 0x14, 0x06, 0x06, 0x0D, 0x3A, 0x17, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 195 | 0x00, 0x00, 0x00, 0x00, 0x48, 0x17, 0x05, 0x05, 0x2E, 0x52, 0x3A, 0x2D, 0x3A, 0x2D, 0x05, 0x63, 0x38, 0x42, 0x04, 0x36, 0x4C, 0x44, 0x6F, 0x18, 0x07, 0x7D, 0x16, 0x16, 0x02, 0x02, 0x02, 0x0B, 0x0F, 0x0F, 0x07, 0x0F, 0x0F, 0x0F, 0x59, 0x0F, 0x0F, 0x0F, |
embeddedartists | 0:2052561807c5 | 196 | 0x0F, 0x0F, 0x0F, 0x0F, 0x0B, 0x0B, 0x0F, 0x02, 0x0B, 0x02, 0x02, 0x1A, 0x5B, 0x08, 0x62, 0x62, 0x0F, 0x2B, 0x44, 0x44, 0x20, 0x4C, 0x3F, 0x3D, 0x09, 0x14, 0x06, 0x0D, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 197 | 0x00, 0x00, 0x00, 0x00, 0xD8, 0x2E, 0x2E, 0x2E, 0x2E, 0x1C, 0x1C, 0x1C, 0x05, 0x05, 0x05, 0x15, 0x30, 0x0A, 0x1E, 0x3D, 0x8A, 0x4A, 0x44, 0x18, 0x2B, 0x6F, 0x16, 0x08, 0x5B, 0x1A, 0x02, 0x02, 0x02, 0x07, 0x0B, 0x0B, 0x0B, 0x0B, 0x0B, 0x0B, 0x0F, 0x0F, |
embeddedartists | 0:2052561807c5 | 198 | 0x0B, 0x0B, 0x0F, 0x0B, 0x07, 0x1A, 0x02, 0x02, 0x02, 0x08, 0x08, 0x08, 0x16, 0x16, 0x7C, 0x20, 0x2B, 0x23, 0x44, 0x20, 0x55, 0x28, 0x5F, 0x04, 0x0C, 0x32, 0x06, 0x05, 0x05, 0x05, 0x52, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 199 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x05, 0x2E, 0x2E, 0x2E, 0x2E, 0x6D, 0x1C, 0x6D, 0x6D, 0x15, 0x06, 0x1B, 0x0A, 0x02, 0x50, 0x1F, 0x20, 0x23, 0x18, 0x65, 0x34, 0x28, 0x0F, 0x5B, 0x5B, 0x1A, 0x16, 0x1A, 0x1A, 0x1A, 0x02, 0x07, 0x02, 0x07, 0x07, 0x07, |
embeddedartists | 0:2052561807c5 | 200 | 0x07, 0x02, 0x07, 0x07, 0x16, 0x1A, 0x08, 0x16, 0x62, 0x62, 0x08, 0x08, 0x59, 0x28, 0x34, 0x18, 0x2B, 0x23, 0x44, 0x20, 0x4D, 0x8A, 0x0B, 0x0C, 0x0A, 0x06, 0x06, 0x05, 0x3A, 0x52, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 201 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x05, 0x05, 0x05, 0x1C, 0x05, 0x2E, 0x2E, 0x05, 0x05, 0x05, 0x33, 0x06, 0x14, 0x0C, 0x0C, 0x29, 0x56, 0x20, 0xB5, 0x18, 0x5E, 0x22, 0x34, 0x4A, 0x50, 0x02, 0x08, 0x08, 0x16, 0x08, 0x08, 0x1A, 0x16, 0x08, 0x16, 0x1A, |
embeddedartists | 0:2052561807c5 | 202 | 0x16, 0x16, 0x16, 0x16, 0x16, 0x08, 0x08, 0x08, 0x1A, 0x7C, 0x57, 0x20, 0x34, 0x22, 0x18, 0x2B, 0x23, 0x44, 0x55, 0x4B, 0x3F, 0x0B, 0x08, 0x24, 0x0A, 0x06, 0x15, 0x05, 0x05, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 203 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x91, 0x6D, 0x05, 0x05, 0x05, 0x05, 0x2E, 0x05, 0x0D, 0x05, 0x0D, 0x06, 0x06, 0x38, 0x24, 0x16, 0x29, 0x4E, 0x20, 0x2B, 0x18, 0x22, 0x22, 0x22, 0x82, 0x53, 0x4A, 0x4F, 0x7C, 0x0B, 0x1A, 0x08, 0x08, 0x1A, 0x08, 0x16, |
embeddedartists | 0:2052561807c5 | 204 | 0x1A, 0x16, 0x16, 0x1A, 0x07, 0x0B, 0x29, 0x5F, 0x20, 0x3E, 0x22, 0x65, 0x18, 0x18, 0x23, 0x6F, 0x44, 0x20, 0x28, 0x1F, 0x46, 0x09, 0x24, 0x38, 0x63, 0x0D, 0x15, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 205 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x05, 0x05, 0x05, 0x05, 0x05, 0x2D, 0x0D, 0x05, 0x05, 0x05, 0x0D, 0x2C, 0x30, 0x0A, 0x47, 0x5A, 0x8A, 0x71, 0x3C, 0x2B, 0x5E, 0x5E, 0x65, 0x22, 0x34, 0x22, 0x3E, 0x53, 0x22, 0x20, 0x35, 0x9E, 0x57, 0x57, |
embeddedartists | 0:2052561807c5 | 206 | 0x57, 0x1F, 0x28, 0x20, 0x22, 0x3E, 0x22, 0x22, 0x22, 0x18, 0x18, 0x22, 0x18, 0x2B, 0x23, 0x44, 0x4B, 0x56, 0x29, 0x07, 0x31, 0x0A, 0x30, 0x2C, 0x06, 0x0D, 0x3A, 0x3A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 207 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCF, 0x48, 0x2E, 0x0D, 0xDE, 0xAE, 0x05, 0x05, 0x48, 0x7F, 0x0D, 0x06, 0x0D, 0x2F, 0x1B, 0x0C, 0x1D, 0x36, 0x56, 0x55, 0x23, 0x2B, 0x5E, 0x22, 0x54, 0x54, 0x54, 0x3E, 0x3E, 0x3E, 0x3E, 0x34, 0x34, 0x34, |
embeddedartists | 0:2052561807c5 | 208 | 0x3E, 0x34, 0x22, 0x22, 0x34, 0x54, 0x22, 0x22, 0x34, 0x22, 0x18, 0x18, 0x23, 0x44, 0x55, 0x4C, 0x5F, 0x59, 0x1A, 0x5B, 0xD6, 0x5C, 0x06, 0x06, 0x05, 0x05, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 209 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6C, 0x0D, 0x05, 0x0D, 0x15, 0x05, 0x3A, 0x06, 0x06, 0x0D, 0x15, 0x06, 0x06, 0x06, 0x06, 0x14, 0x0A, 0x26, 0x75, 0xA0, 0xBE, 0x71, 0x3C, 0x23, 0x2B, 0x2B, 0x2B, 0x18, 0x18, 0x18, 0x18, 0x18, |
embeddedartists | 0:2052561807c5 | 210 | 0x18, 0x18, 0x5E, 0x18, 0x18, 0x18, 0x2B, 0x2B, 0x23, 0x20, 0x4B, 0x28, 0x1F, 0x50, 0x07, 0x26, 0x21, 0x14, 0x06, 0x06, 0x06, 0x15, 0x0D, 0x15, 0x05, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 211 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x76, 0x7E, 0x52, 0x7F, 0x06, 0x0D, 0x05, 0x3A, 0x06, 0x05, 0x06, 0x06, 0x15, 0x06, 0x06, 0x14, 0x14, 0x32, 0x21, 0x1D, 0x29, 0x29, 0x3F, 0x56, 0x71, 0x55, 0x3C, 0x44, 0x23, 0x2B, 0x18, |
embeddedartists | 0:2052561807c5 | 212 | 0x2B, 0x2B, 0x6F, 0x23, 0x99, 0x55, 0x4B, 0x28, 0x1F, 0x69, 0x29, 0x0B, 0x08, 0x0C, 0x24, 0x1B, 0x1B, 0x06, 0x06, 0x06, 0x06, 0x0D, 0x15, 0x05, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 213 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0xA7, 0x33, 0x15, 0x15, 0x15, 0x06, 0x05, 0x05, 0x06, 0x0D, 0x06, 0x0D, 0x0D, 0x0D, 0x0D, 0x06, 0x2C, 0x30, 0x0A, 0x21, 0x47, 0x1E, 0x19, 0x5A, 0x6A, 0x6A, 0x8C, 0x8C, 0xC1, |
embeddedartists | 0:2052561807c5 | 214 | 0xA1, 0x8C, 0xC9, 0xED, 0x6A, 0x5A, 0x74, 0xCD, 0x1E, 0x47, 0x0A, 0x0A, 0x14, 0x30, 0x30, 0x30, 0x06, 0x06, 0x33, 0x05, 0x05, 0x15, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 215 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA4, 0x30, 0x0D, 0x2D, 0x06, 0x06, 0x06, 0x2C, 0x15, 0x06, 0x06, 0x06, 0x0D, 0x0D, 0x0D, 0x06, 0x06, 0x06, 0x63, 0x1B, 0x1B, 0xAA, 0x0A, 0x0A, 0x0A, 0x78, 0x21, 0x21, |
embeddedartists | 0:2052561807c5 | 216 | 0x21, 0x78, 0x78, 0x78, 0x21, 0x0A, 0x0A, 0x14, 0x14, 0x43, 0x43, 0x2C, 0x06, 0x30, 0x06, 0x05, 0x0D, 0x05, 0xD9, 0x33, 0xAC, 0x5C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 217 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x91, 0x92, 0x33, 0x05, 0x05, 0x30, 0x0A, 0x0A, 0x5C, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x2C, 0x06, 0x0D, 0x49, 0x49, 0x49, 0x43, 0x43, 0x43, 0x43, 0x43, |
embeddedartists | 0:2052561807c5 | 218 | 0x43, 0x14, 0x43, 0x43, 0x2C, 0x1B, 0x06, 0x06, 0x06, 0x1B, 0x06, 0x2F, 0x06, 0x06, 0x06, 0x1B, 0x14, 0x1B, 0x0A, 0x06, 0x39, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 219 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xAB, 0x76, 0x6C, 0x2C, 0x05, 0x06, 0x30, 0x0A, 0x0A, 0x0A, 0x1B, 0x1B, 0x63, 0x06, 0x2C, 0xAD, 0xAD, 0x49, 0x0D, 0x49, 0x06, 0xAD, 0x49, 0x49, |
embeddedartists | 0:2052561807c5 | 220 | 0x49, 0x2C, 0x2C, 0x06, 0x49, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x2F, 0x14, 0x32, 0x0A, 0x32, 0x32, 0x39, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 221 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8F, 0x8F, 0x33, 0x0D, 0x05, 0x05, 0x06, 0x0A, 0x14, 0x0A, 0x79, 0x79, 0x14, 0x14, 0x14, 0x2F, 0x32, 0x2F, 0x1B, 0x1B, 0x1B, |
embeddedartists | 0:2052561807c5 | 222 | 0x2F, 0x06, 0x1B, 0x1B, 0x06, 0x1B, 0x1B, 0x1B, 0xAA, 0x0A, 0x14, 0x0A, 0x0A, 0x49, 0x05, 0x05, 0x33, 0xD1, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 223 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x15, 0xBE, 0x14, 0x1E, 0xA6, 0x0A, 0x0A, 0x14, 0x15, 0x15, 0x5D, 0x5D, 0x5D, 0x17, 0x17, |
embeddedartists | 0:2052561807c5 | 224 | 0x17, 0x17, 0x17, 0xAF, 0x2D, 0x39, 0x0A, 0x0A, 0x21, 0x47, 0x47, 0x76, 0x8E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
embeddedartists | 0:2052561807c5 | 225 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD8, 0xA4, 0x92, 0xA7, 0x6C, 0x5C, 0xA7, 0x77, |
embeddedartists | 0:2052561807c5 | 226 | 0xD1, 0x77, 0x6C, 0x8F, 0xCA, 0xEC, 0xE4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 |
embeddedartists | 0:2052561807c5 | 227 | }; |
embeddedartists | 0:2052561807c5 | 228 | |
embeddedartists | 0:2052561807c5 | 229 | GUI_CONST_STORAGE GUI_BITMAP bmblack_coffee = { |
embeddedartists | 0:2052561807c5 | 230 | 80, /* XSize */ |
embeddedartists | 0:2052561807c5 | 231 | 58, /* YSize */ |
embeddedartists | 0:2052561807c5 | 232 | 80, /* BytesPerLine */ |
embeddedartists | 0:2052561807c5 | 233 | 8, /* BitsPerPixel */ |
embeddedartists | 0:2052561807c5 | 234 | acblack_coffee, /* Pointer to picture data (indices) */ |
embeddedartists | 0:2052561807c5 | 235 | &Palblack_coffee /* Pointer to palette */ |
embeddedartists | 0:2052561807c5 | 236 | }; |
embeddedartists | 0:2052561807c5 | 237 | |
embeddedartists | 0:2052561807c5 | 238 | /* *** End of file *** */ |