Hardware components | ||||||
| × | 1 | ||||
| × | 1 | ||||
| × | 1 | ||||
| × | 1 | ||||
| × | 1 | ||||
| × | 1 | ||||
Software apps and online services | ||||||
| ||||||
Hand tools and fabrication machines | ||||||
|
I wanted to create a mechanical color Nipkow display based on Arduino which can be made without complex mechanical machining. So I decided to design and 3d-print all necessary components - including the Nipkow disk itself.
It's easily reproducable for everyone who has a 3d printer and is interested in a bit more challenging Arduino projects. Below project description provide a step-by-step instruction how to build.
The disk included in this project produces an 32x32 pixel image with 18bit/pixel color-depth (RGB666). It can achive 25-30fps max framerate, so enough for stable and flicker-free images. The relatively high color-depth and frame-rate improves the image quality.
Most components are easy to make or available from Arduino or Amazon, the only special part is a fast, triple DAC LED driver to control each R, G, B channel. It requires more ports and memory than the standard Arduino Uno. That's why I chose the Arduino Mega - it is handy because of many IO-ports and because of it's larger memory (double-buffer for video).The electronics for the tripe DAC LED driver might be a little more effort to build on breadboard, so I decided to design my own PCB which worked great for this project.The disk motor is not controlled by the Arduino, instead the Arduino will measure the speed by the IR sensor unit each rotation and re-adjusts the timer for the pixel-readout.Other components include the MicroSD-card reader and a couple of buttons.
1. Print out all parts (downloadSTL-filesvia link... )
- a) Nipkow disk 32-hole (a >20x20 cm bed is required)
- b) Motor holder (front and back part)
- c) LED unit (bracket, LED socket, reflector and cover)
- d) IR Sensor (bracket and cover)
- e) Frame parts (left and right side parts and top mounting base)
- f) optional : front panel (panel, 2x brackets, SD-card holder)
2. Assembling all printed parts (see pictures and video description)
- a) screw together frame parts using 4x M4x30 and mount on a suitable (wooden) ground plate
- b) insert the DC motor into the holder (fix using 2x M4 screws for the front) and mount on base plate using 4x M4x16add a flange to mount Nipkow disk on motor axis (2x M3 and M6 nut on axis)
- c) assemble the LED socket onto LED-bracket using M3x12, mount on base using 2x M3x20. Then add reflective foil inside reflector, insert RGB LED into socket and slide reflector to hold LED in place. Insert a small piece of (very) thin paper as diffusor and finally mount cover plate with M2 screw
- d) mount the IR sensor bracket underneath motor axis
- e) optional : assemble front-panel with 2 brackets and SD-card molder and fix on ground plate (looks a bit cleaner)
- f) add reflective pad on Nipkow disk for IR sensor (90° from startposition) before mounting the disk on the axis
3. Build the tripe DAC electronics :
Either use a broadboard (see blockchart above) or build on a prototype stripboardor build your PCB of 3x 6-bit DAC (this is what I did)see schematics for the one DAC (3 are required) below
4. Arduino Mega port connections
- a) connect SDcard (PG0->CS, PB3->MISO, PB2-> MOSI, PB1->CLK)
- b) connect the IR sensor (Dout->PE4)
- c) connect the R, G, B ports to the DACs (Ports A, C and L)
- d) connect the 3 DAC outputs to the RGB LED
5. Software
- a) Prepare the Aduino IDE : Set the target to Arduino Mega
- b) install "SDfat.h" via Arduino library manager (required for fast SDcard read access)
- c) get my Arduino source code (see below), it contains 2 files (main code and testpics)
- d) compile and upload to the Arduino board
- e) convert your own pictures or animations
Nipkow DiskThe Nipkow disk was used in early television systems and can mechanically scan or create an image. The disk contains several holes on a spiral which will form in my case 32 lines. At any given moment in time, only one hole passes the LED which changes it's brightness and color to create separate pixels on the lines.
For a printed version, the disk diameter depends on your available printer. I have used a Prusa iMk3S+ which gives me around 21x25cm horizontal print space, so I decided to use a disk with 20cm diameter. With this disk size, the amount of holes (=lines) are somehow limited as more holes result in smaller pixel size and more inaccurante hole shapes. I have experimented with an up to 48 hole version, but the results were not great and the memory (frame-buffer) for the Aruduino was too limited, so I decided to stick with 32 hole version as a good compromise.
To contruct several disks easily, I created a program on a PC which allows to create a number of holes on an archimedean spiral (a curve defined by a polar equation r = θa) and outputs this geometry as a SVG file which can be read by Inkspace for example. I then changed the parameters until the disk design was as expected, and finally the SVG file was imported to any CAD program (e.g. Tinkercad) and extruded to a 3D object. Note : This tool was just for myself, it is more a "hack" and not properly developed. So I will not make it available.
MotorI use a common 12V DC Motor type "XD3420" which you can find easily (e.g. on Amazon). When used below it's max specifications, it only draws 0.5A-1A max and is very silent. The disk rotations will be measured by the IR pulse sensor at each rotation, so we don't need to actively control it. Use any off-the-shelf 12V PWM-regulator module to control the motor. Use a suitable flange 32mm outer, 8mm inner diamater for connecting the disk on the motor-axis.
RGB LEDYou can find various high power LED "chip" type products, most of them with 9 individual LEDs bonded on a metal housing. Most of them will act as one white LED (coated) but there are also variants with 3x red, 3x green, 3x blue strings available. The LED I am using (found on Amazon) uses approx. 6-10V per LED string and consumes approx. 350mA max.
The 3 channel DACLEDDriverA little more effort is to create the electronics for the 3x (R, G and B) channel DACs. To achieve a sufficiently fast DAC conversion, I chose a "6-bit R2R-ladder DAC" which is as fast as the IOs can switch, but requires many parallel output ports (therefore I chose the Arduino Mega for this project which has many digital IOs !). After the R2R-ladder, a non-inverting Operational Amplifier stage is used to maintain the sensitive input signal voltage and to ensure the op-amps output is unaffected by changes in the load. Finally, an n-channel FET (IRLZ34N) will drive the associated LED output channel. This FET has a low on resistance and dissipates less heat, so we don’t need a heat sink. With the potentiometers, the different offsets and gain (brightness) of each channel can be adjusted. Use the test-pctures provided.
The circuit itself is not really difficult, but as you need it 3 times, it might be a bit unpleasant to assemble it on a breadboard or prototype PCB. Therefore for my final version, I decided to put 2 DACs on one simple PCB and used a local PCB manufacturer to manufacture the PCBs. Usually you need to order 3-5 PCBs, so in my case I stacked two of them on each other.
To avoid any bit-shift operations at each pixel readout, I simply used 3 entire 8-bit ports (A, C and L) as output for the DACs. Even this might be a bit of "waste" of pins, the Arduino Mega has more than enough IOs available and it makes the software very clean.
Here is the connection from the Arduino Mega to the 3 DAC channels :
- Port(pin) -> DAC channel
- A2(24) -> R0 C2(35) -> G0 L2(47) -> B0
- A3(25) -> R1 C3(34) -> G1 L3(46) -> B1
- A4(26) -> R2 C4(33) -> G2 L4(45) -> B2
- A5(27) -> R3 C5(32) -> G3 L5(44) -> B3
- A6(28) -> R4 C6(31) -> G4 L6(43) -> B4
- A7(29) -> R5 C7(30) -> G5 L7(42) -> B5
Other electronic parts
- IR Sensor : I used the IR sensor "TCRT5000" to measure the disk rotation speed. The sensor emits IR and detects if it receives the echo from the reflective sync strip of the disk (which you need to put on the disk!). To prevent noise of the environment, I have created a simple shield around the sensor. This way, we can turn the sensitivity to a minimal value since it usually see dark until the reflective strip will come along.The module will be connected using VCC and GND and the digital output to :
Dout -> PE4(2) / INT4
- SDcard : To show sequential pictures as "movies" from a large file, an SD card is convenient to store the binary files. The typcial SDcard module for Arduinos provides an SPI interface to connect to the Arduino. The pins for the Arduino Mega in this project are :
- PG0(41) -> CS
- PB3(50) -> MISO
- PB2(51) -> MOSI
- PB1(52) -> CLK
Note : When the video mode is enabled, the software will simply use all files it can find in the root directory in a loop. There is no checking for a valid format or extension etc implemented ! So make sure you only put files on the SDcard which contain valid "binary video-data" made by the converter tool below.
- Buttons : To have easy control for input selection and play/stop/track skip, I am using 2 buttons and 1 switch mounted on the (optional) front panel :
- Mode select (pic or video) -> PB7 (13)
- play/stop -> PB6 (12)
- next track -> PB5 (11)
Note : I did not implement any software de-bouncing for the switches, so you'll need to use 100nF caps in parallel (see block-chart). This works absolutely fine in my case.
Software
Nipkow Media Converter PC ToolI have created a simple converter tool to convert bitmaps which I included in this project for convenience. This tool works on Windows only.It does:- convert one or more bitmaps (24-bit) into a headerfile (for compiling) to show static pictures directly from flash- convert multiple bitmaps (24-bit) as animation sequence into a larger binary file for the SDcard as "videos"The tool is just one EXE-file which you should place in the directory with the bitmaps to convert. Make sure the bitmaps are 32x32 pixel size, uncompressed and stored as BMP 24 bit/pixel format. Also make sure the bitmaps are rotated 90° clockwise.
! NOTE : This software tool is just made for this project, not fully tested and likely to be not perfect. It is provided "as is", use it on our risk. For my projects it did worked fine.
Instructions for static bitmap convertion :
- a) after starting, the tool searches the directory it's in and lists up all bitmaps it can find. Select one or more in the listbox for conversion.
- b) select output type : "header file" for static bitmaps Leave the "output color" option set to "color" for this project. I also used it for an early prototype which was monochrome.
- c) click convert, the convertion process will begin and reports status messages in the box
- d) it always uses the first file name as output name e.g. : Input file1 : 0Testpic3232.bmp -> Output file : 0Testpic3232.h you need to rename it to e.g. "bitmaps.h" before including it in your project
- f) copy the headerfile to your Arduino project folder and re-compile (Note : if you include too many files for the available flash size, you will get an compiler error)
- g) make sure you have the number of included files set correctly in the Arduino source-sode : "const byte numberpics = 4;"
Instructions for animations (video convertion) :
Note : The additional tool "virtualdub" is needed to produce a series of bitmaps from video files.
- a) download and open "virtualdub"
- b) open a video file
- c) in "video->filters" add 2 entries: "resize 32x32" and "rotate 90° right"(feel free to adjust other settings, e.g. contract, frame rate etc as you need...)
- d) go to "file-export image sequence" and set output to "Windows BMP" (Note: depending on your video size this will create a lot of images!)
- e) place the NipkowMediaConverter in the output directory, launch it and select all images (they will have leading numbers e.g. : 000video.bmp, 001video.bmp,... etc)
- f) make sure you have the output format set to "binary", then start the convertion (will take some time...)
- g) copy the created.bin file to the root directory of your micro-SDcard
Weblinks :
A Nipkow Project which inspired me : https://www.hackster.io/christopheArduino/nipkow-disk-32-line-television-507ec4
An online Nipkow Generator in GeoGebra : https://www.geogebra.org/classic/NPjApd48
/*
Nipkow Disk Project
===================
A Nipkow disk is a mechanical, rotating image scanning device, invented in 1885 by Paul Nipkow.
It was a fundamental component in mechanical television through the 1920s and 1930s.
This project uses a 3D-printed version of a Nipkow disk, an Arduino Mega and a bright (RGB)LEDs to create images.
Hardware :
Arduino Mega 2560
Nipkow-Disk : V4 32x32 (1024) Pixel
RGB LED , 3x 6bit-R2R DACs
SD Card Module
Buttons
Note :
library "SDfat.h" is required (add via Arduino library manager) for fast SDcard read access
Pin Connections on Mega :
Port(pin) -> DAC channel
A2(24) -> R0 C2(35) -> G0 L2(47) -> B0
A3(25) -> R1 C3(34) -> G1 L3(46) -> B1
A4(26) -> R2 C4(33) -> G2 L4(45) -> B2
A5(27) -> R3 C5(32) -> G3 L5(44) -> B3
A6(28) -> R4 C6(31) -> G4 L6(43) -> B4
A7(29) -> R5 C7(30) -> G5 L7(42) -> B5
SD-card Module Pins :
PG0(41) -> CS
PB3(50) -> MISO
PB2(51) -> MOSI
PB1(52) -> CLK
IR sync input :
PE4(2) -> Sensor / INT4
Keys for front panel (a debounce-cap 100nF is strongly recommended for buttons !) :
Mode select (pic or video) -> PB7 (13)
play/stop -> PB6 (12)
next track -> PB5 (11)
V14 13.03.2022 final version
mac70 March 2022
https://www.hackster.io/mac70/projects
*/
const String Version = "14"; // Version of this module
// Includes
#include <SPI.h> // SPI I/F
#include "SdFat.h" // fast SDcard library
#include "bitmaps.h" // Testpics to be stored in flash memory
const byte numberpics = 5; // --> specify number of pictures contained in "bitmaps.h" include file here !
// Pin Assigments
const int pinPulse = 2; // IR Detector input for frame sync = IO-Pin 2(INT0)
const int SDchipSelect = 41; // SD-card Module Pins: MISO - pin 50, MOSI - pin 51 , CLK - pin 52, CS - pin 41
const int MODE_BUTTONPIN = 13; // Mode-Switch Input (Low for Video, High for Pictures)
const int PLAY_BUTTONPIN = 12; // "Play/Stop" button (don't forget to add a debounce-cap!)
const int NEXT_BUTTONPIN = 11; // "Next Track" button (don't forget to add a debounce-cap!)
// Nikow Disk Paramter
#define FRAMESIZE 3072 // size of framebuffer ( 32*32 Pixels = 1024 * 3 Bytes/pixel = 3072 Bytes)
const int pixelsframe = 1024; // Number of Pixels in a frame 32*32=1024
unsigned long adjust_cycles = 94; // adjustment value for frame position, depends on disk sync loc -> CHANGE this value for your disk !!
// Buffersizes
#define BUFFERSIZE FRAMESIZE*2 // Double-Buffer
#define HALFBUF FRAMESIZE // Half of Buffer
// Framebuffer definition
byte framebuffer[BUFFERSIZE+100]; // Framebuffer, with a few pixels added in case overruns occur
bool loadbuffer_part0=false; // flag to show pre-load lower buffer (video mode only)
bool loadbuffer_part1=false; // flag to show pre-load upper buffer (video mode only)
// sync and timing variables
unsigned long PeriodBetweenPulses = 1000; // Time in us between IR sync pulses
unsigned long LastMeasured; // last measurement
float fps; // derived frames per sec rate
signed int pixerror; // indicates over/underrun pixels
float per; // holds current duration of one pixel in us
unsigned long cycles; // timer value for pixel-timer
// pixelposition
int pixel=0; // index if current pixel in framebuffer
int startpix=0; // offset for double buffer (video mode only)
// source media controls
byte mode=1; // what to display : 0 = video ; 1 = pics
unsigned int pic=1; // index of picture to show
unsigned int frames=0; // frame counter for video
boolean play=true; // video playing or stopped
// command interface
boolean cmdreceived = false; // true if new command received
String inputString = ""; // contains the received commandline
boolean logfps = false; // if true, it will output some fps, period etc values to serial
// SD card
SdFat32 SD; // File system object
FatFile file, dir; // File and directory handles
// prototypes
void Pulse_Event();
void loadpicture();
void OpenNextVideoFile();
/* --------------------------------------------------------------------------------------
Setup after Reset
-------------------------------------------------------------------------------------- */
void setup()
{
// init IOs
// DAC Output Ports
DDRA=0xFF; // set port A to output for DAC channel R
DDRC=0xFF; // set port C to output for DAC channel G
DDRL=0xFF; // set port L to output for DAC channel B
PORTA = 0; // output R=0
PORTC = 0; // output G=0
PORTL = 0; // output B=0
// buttons on front panel are diginal inputs with internal pullup (+need a de-bounce cap)
pinMode(NEXT_BUTTONPIN, INPUT_PULLUP); // Push-Button "next track"
pinMode(PLAY_BUTTONPIN, INPUT_PULLUP); // Push-Button "play/stop"
pinMode(MODE_BUTTONPIN, INPUT_PULLUP); // Mode Switch "pic/video"
// Serial interface init
Serial.begin(9600);
int t = 10; //wait for serial port to open, max 5 seconds
while (!Serial) {
delay(500);
if ( (t--) == 0 ) break;
}
Serial.print("\nNipkow Display Project\n");
Serial.println("=======================");
Serial.print("Version =");
Serial.println(Version);
// init framebuffer including margin pixels
for (int n=0; n<FRAMESIZE+100; n++) framebuffer[n]=0;
// SD-card reader init:
// Initialize at the highest speed supported by the board/SDcard module
// We need approx. 100MB/s for fluent videos (Try a lower speed if SPI errors occur.)
if (!SD.begin(SDchipSelect, SD_SCK_MHZ(50)))
{
SD.initErrorHalt();
Serial.println(F("ERROR - SD card initialization failed !!"));
}
else
{
Serial.println(F("SD card initialization OK... List of files found : "));
// List directory
SD.ls(LS_R);
}
// Make sure current directory is root
if (!dir.open("/")) Serial.println("error open root ...!");
if (!SD.chdir()) Serial.println("error open root ...!");
// Open first video file on root and pre-load first frame
// order if files on root is older to newer files
OpenNextVideoFile();
// read mode switch
if (digitalRead(MODE_BUTTONPIN)==LOW) mode=0; // in video mode
else
{
mode=1; // in picture mode
pic=1;
loadpicture(); // preload first test-picture to framebuffer
}
// list available commands
inputString="help";
getCommand();
inputString="";
Serial.println(" ");
// Setup Timer1 for the pixel-timing
TCCR1A = 0; // Normal Mode : Timer1 counts up to 0xFFFF, then overflow interrupt will call TIMER1_OVF_vect
TIMSK1 = (1<<TOIE1); // set interrupt to TCNT1 overflow
TCNT1 = 1; // Startvalue (will be correctly set later)
TCCR1B = 0; // stop Timer (will be started later)
// wait for disk to spin...
Serial.println(F("waiting for first sync..."));
while(digitalRead(pinPulse));
// Puls-input for IR : Enable interrupt when going from H->L
attachInterrupt(digitalPinToInterrupt(pinPulse), Pulse_Event, FALLING);
Serial.println(F("End of Init"));
}
/* --------------------------------------------------------------------------------------
MAIN LOOP (do some foreground stuff, but main action is handled via interrupts)
-------------------------------------------------------------------------------------- */
void loop()
{
// process buttons and serial commands
user_input();
// in case logging is enabled, output some log info
if ((logfps) && (pixel & 0x300) ) log_output(); // check only once per frame (when at 768 pixel)
// if disk spins too slow, switch off outputs
if (PeriodBetweenPulses > 300000)
{
TCCR1B = 0; // stop timer
PORTA = 0; // output R=0
PORTC = 0; // output G=0
PORTL = 0; // output B=0
if (logfps) // if logging is enabled, output message
{
Serial.print(F(" period: "));
Serial.print(PeriodBetweenPulses);
Serial.println(F(" -- too slow, Switched off... -- "));
}
}
// if Input-Selector is in Video-mode and video is not paused, pre-load next video frame in double-buffer
if ((mode==0) && (play))
{
if (loadbuffer_part0) // pre-load lower buffer ?
{
if (file.available())
{
file.read(framebuffer, HALFBUF); // read next frame to lower buffer
startpix=0; // set start-position for next frame to lower buffer
frames++;
}
else
{
file.close(); // close current video file
OpenNextVideoFile(); // and load next one
frames=0;
}
loadbuffer_part0=false;
}
else if (loadbuffer_part1) // pre-load upper buffer ?
{
if (file.available())
{
file.read(framebuffer+HALFBUF, HALFBUF); // read next frame to upper buffer
startpix=HALFBUF; // set start-position for next frame to upper buffer
frames++;
}
else
{
file.close(); // close current video file
OpenNextVideoFile(); // and load next one
frames=0;
}
loadbuffer_part1=false;
}
}
}
/* --------------------------------------------------------------------------------------
Sync Puls Interrupt - new frame starts, measure current RPM of disk and toggle framebuffer
-------------------------------------------------------------------------------------- */
void Pulse_Event()
{
unsigned long mnow;
TCCR1B = 0; // stop Pixel-Timer
mnow=micros();
PeriodBetweenPulses = mnow - LastMeasured; // get current frame-period (time between 2 sync pulses)
LastMeasured = mnow;
pixerror = FRAMESIZE-pixel; // indicates the over/underruns of last frame
if ((PeriodBetweenPulses > 20000) && (PeriodBetweenPulses < 300000) ) // if in valid range between 300000us (3fps) and 20000us (50fps)
{
per=((float)PeriodBetweenPulses/pixelsframe); // calculate time for each pixel in us
cycles = (unsigned long)(65536 - (16 * per)); // set new timer value (1 cycle= 0.0625us)
cycles+=adjust_cycles; // add adjust value
pixel=startpix; // set pixel counter to start of current buffer
if (startpix==0) loadbuffer_part1=true; // flag to preload upper part of buffer
if (startpix==HALFBUF) loadbuffer_part0=true; // flag to preload lower part of buffer
}
TCNT1 = cycles; // set new Timer value
TCCR1B = (1<<CS10); // restart timer
}
/* --------------------------------------------------------------------------------------
16 bit Timer Interrupt - display next pixel
-------------------------------------------------------------------------------------- */
ISR(TIMER1_OVF_vect)
{
// read next R,G,B Pixelvalues from Framebuffer and output to DAC ports
PORTA = (framebuffer[pixel++] ); // R
PORTC = (framebuffer[pixel++] ); // G
PORTL = (framebuffer[pixel++] ); // B
TCNT1 = cycles; // re-load Timer
}
/* --------------------------------------------------------------------------------------
Loads a picture (indexed by variable "pic") from flash to framebuffer
-------------------------------------------------------------------------------------- */
void loadpicture()
{
unsigned int n;
for (n=0; n<FRAMESIZE; n++) // copy all pixels from pic stored in flash to framebuffer
{
framebuffer[n]=pgm_read_byte_near(bitmaps[pic-1]+n);
}
}
/* --------------------------------------------------------------------------------------
open next video file on SD card
-------------------------------------------------------------------------------------- */
void OpenNextVideoFile()
{
int c=0;
boolean opensucc=false;
do // find a next file to open
{
if (file.openNext(&dir, O_RDONLY)) // try open next file in current (root) directory
{
if (!file.isDir()) // if file exists, check if it's not a directory
opensucc=true;
else
{
file.close(); // if it's a directory, go to next file
opensucc=false;
}
}
else
{
dir.rewind(); // rewind directory to begin when reached the end
opensucc=false;
c++;
}
} while ((!opensucc) && (c<2)); // repeat until next file could be opend and is not a directory or entire dir was searched
if (opensucc) // found next file
{
Serial.println(F("Opening next video file on card : "));
file.printName(&Serial);
Serial.write(' ');
file.printFileSize(&Serial);
Serial.write(' ');
file.printModifyDateTime(&Serial);
Serial.write(' ');
Serial.println(F("ok"));
}
else // unsuccessful
{
Serial.println(F("\nERROR - could not opening next video file on card !!"));
mode=1; // switch to testpic
}
}
/* --------------------------------------------------------------------------------------
outputs some logging data to serial
-------------------------------------------------------------------------------------- */
void log_output()
{
if ((PeriodBetweenPulses > 20000) && (PeriodBetweenPulses < 300000) ) // if in valid range between 300000us (3fps) and 20000us (50fps)
{
fps=1000000*(1/(float)PeriodBetweenPulses); // calculate current frame per second value
// output logging data:
Serial.print(F(" period: "));
Serial.print(PeriodBetweenPulses);
Serial.print(F(" us "));
Serial.print(F("\tfps: "));
Serial.print(fps);
Serial.print(F("\terror: "));
Serial.print(pixerror);
Serial.print(F("\ttimer: "));
Serial.print(per,2);
Serial.print(F("\tframes: "));
Serial.print(frames);
Serial.print(F("\tinput: "));
Serial.print(mode);
Serial.print(F("\tpic: "));
Serial.println(pic);
}
}
/* --------------------------------------------------------------------------------------
process user inputs -> check for button changes and serial commands
-------------------------------------------------------------------------------------- */
void user_input()
{
// check if mode switch has changed
if ((digitalRead(MODE_BUTTONPIN)==LOW) && (mode==1)) // mode has changed to video
{
Serial.println(F("Mode changed to video"));
mode=0;
file.rewind();
frames=0;
startpix=0;
}
if ((digitalRead(MODE_BUTTONPIN)==HIGH) && (mode==0)) // mode has changed to pic
{
Serial.println(F("Mode changed to pic"));
mode=1;
loadpicture();
startpix=0;
}
// check push buttons
if ((digitalRead(NEXT_BUTTONPIN)==LOW) && (mode==0)) // next track pressed in video mode
{
Serial.println(F("show next video : "));
file.close();
OpenNextVideoFile();
while (digitalRead(NEXT_BUTTONPIN)==LOW); // wait for button relase...
}
if ((digitalRead(NEXT_BUTTONPIN)==LOW) && (mode==1)) // next track pressed in pic mode
{
pic++;
if (pic>numberpics) pic=1;
loadpicture();
Serial.print(F("showing picture number "));
Serial.println(pic);
while (digitalRead(NEXT_BUTTONPIN)==LOW); // wait for button relase...
}
if ((digitalRead(PLAY_BUTTONPIN)==LOW) && (mode==0)) // play/stop pressed (only valid in video mode)
{
if (play)
{
Serial.println(F("video STOP ..."));
play=false;
}else
{
Serial.println(F("video PLAY ..."));
play=true;
}
while (digitalRead(PLAY_BUTTONPIN)==LOW); // wait for button relase...
}
// process serial commands
if (Serial.available() > 0) processInput(); // if any characters received, process commands
}
/* --------------------------------------------------------------------------------------
Serial Command Interface
-------------------------------------------------------------------------------------- */
void processInput()
{
while (Serial.available()) // process all characters in input buffer received
{
char inChar = (char)(Serial.read()); // read next character
if (inChar == '\n') // Line-Feed received ?
getCommand(); // yes, commandline complete -> execute command
else
{
inputString += inChar; // no, add chat to inputString
Serial.print(inChar); // Echo
}
}
}
void getCommand() // process commands
{
String paramString = ""; // Parameters
int len = inputString.length(); // length of commandline
logfps=false; // stop logfps output if enabled
// Process Commands
// --------------------------------------
// helpscreen
if (inputString.startsWith("help"))
{
Serial.println("");
Serial.println(F("available commands :"));
Serial.println(F("help ...lists all commands"));
Serial.println(F("logfps ...prints fps and other values each frame (until next CR)"));
Serial.println(F("dir ...prints SD-card directory"));
Serial.println(F("next ...skip to next video file on SDcard"));
Serial.println(F("rew ...rewind video file to beginning"));
Serial.println(F("input ...set new input mode (or show current value with '?') ...does not work with poti connected"));
Serial.println(F("adjust ...set new frame adjust value (or show current value with '?')"));
}
// --------------------------------------
// print SD card directory
if (inputString.startsWith("dir"))
{
Serial.println(F("\n--- SD Directory :"));
SD.ls(LS_R);
Serial.println(F("\n--- End of SD Directory "));
}
// --------------------------------------
// print logfps information
if (inputString.startsWith("logfps"))
{
Serial.println(F("\n--- start logging fps, period info :"));
logfps = true;
}
// --------------------------------------
// set or print input
if (inputString.startsWith("input"))
{
paramString = inputString.substring(6,len);
if (paramString.startsWith("?"))
{
Serial.print(F("input = "));
Serial.println(mode);
}
else
{
mode = paramString.toInt();
Serial.println("");
Serial.print(F("new input ="));
Serial.print(mode);
loadpicture();
Serial.println(F(" ...ok"));
}
}
// --------------------------------------
// offset
if (inputString.startsWith("adjust"))
{
paramString = inputString.substring(7,len);
if (paramString.startsWith("?"))
{
Serial.print(F("adjust = "));
Serial.println(adjust_cycles);
}
else
{
adjust_cycles = paramString.toInt();
Serial.println("");
Serial.print(F("new adjust ="));
Serial.print(adjust_cycles);
Serial.println(F(" ...ok"));
}
}
// --------------------------------------
// Open next video
if (inputString.startsWith("next"))
{
Serial.println(F(" ...skipping to next file"));
file.close();
OpenNextVideoFile();
}
// --------------------------------------
// rewind video
if (inputString.startsWith("rew"))
{
Serial.println(F(" ...rewind current video"));
file.rewind();
}
// --------------------------------------
// ready for next command
Serial.println(F("ready."));
inputString = "";
}
/* HEADERFILE CONTAINING 5 BITMAPS */
/* CREATED : 13.03.2022 16:19:09 */
const PROGMEM byte bitmaps[][3072] = {
/* BITMAP "0TestpicA3232" */
/* SIZE : X=32 Y=32 PIXEL */
/* FORMAT = RGB888 Color */
{
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,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,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,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x72,0x62,0xC1,0x68,0x53,0xCD,0x93,0x4B,0xAA,0xF3,0x0D,0x5A,0xE0,0x1B,0x5E,0xE2,0xD7,0xDC,0x23,0x1D,0x00,0x52,0x44,0x00,0x81,0x6D,0x00,
0xB1,0x95,0x00,0xDF,0xBD,0x00,0xFF,0xD8,0x00,0x6C,0x6C,0x6C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x6C,0x6C,0x6C,0xB9,0xBA,0xB9,
0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x72,0x62,0xC1,0x60,0x4C,0xD3,0x96,0x4A,0xB2,0xF3,0x0D,0x5A,0xE0,0x1B,0x5E,0xE3,0xD3,0xDA,0x23,0x1E,0x00,
0x52,0x45,0x00,0x80,0x6E,0x00,0xB0,0x95,0x00,0xE0,0xBD,0x00,0xFF,0xD8,0x00,0x6C,0x6C,0x6C,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x6C,0x6C,0x6C,0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x6E,0x59,0xD6,0x5D,0x49,0xCC,0x98,0x2B,0xB7,0xF3,0x0D,0x5A,0xDF,0x1C,0x5E,
0xF2,0xE1,0xE8,0x22,0x1E,0x00,0x52,0x45,0x00,0x81,0x6D,0x00,0xB0,0x96,0x00,0xDF,0xBD,0x00,0xFF,0xD8,0x00,0x6C,0x6C,0x6C,0x01,0x01,0x01,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x69,0x6A,0x69,0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,0xB9,0xBA,0xB9,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x70,0x5A,0xDA,0x5C,0x3E,0xF5,0x98,0x29,0xB9,
0xF5,0x0D,0x5A,0xE1,0x1B,0x5E,0xF3,0xE2,0xE9,0x23,0x1E,0x00,0x52,0x45,0x00,0x81,0x6D,0x00,0xB0,0x95,0x00,0xDF,0xBE,0x00,0xFF,0xD8,0x00,0x6C,0x6C,0x6C,
0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x82,0x73,0x24,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,
0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x67,0x4F,0xDF,
0x5A,0x3C,0xF4,0x97,0x29,0xB8,0xF4,0x0D,0x59,0xEC,0x0D,0x59,0xF3,0xE2,0xE9,0x22,0x1D,0x00,0x52,0x46,0x00,0x81,0x6E,0x00,0xB0,0x96,0x00,0xDF,0xBD,0x00,
0xFF,0xD8,0x00,0x6C,0x6C,0x6C,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x8B,0x78,0x05,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,
0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x5F,0x48,0xD1,0x54,0x38,0xE3,0x8D,0x26,0xAC,0xE4,0x0C,0x53,0xE0,0x0A,0x52,0xF4,0xE2,0xEA,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x2D,0x2D,0x2D,0x2E,0x2E,0x2E,0x2E,0x2E,0x2E,0x2D,0x2D,0x2E,0x9D,0x8A,0x14,0xFF,0xD8,0x00,
0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x5B,0x46,0xC3,0x4C,0x33,0xCF,0x80,0x23,0x9C,0xD0,0x0A,0x4B,0xCC,0x09,0x4A,0xF2,0xE3,0xE9,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE3,0xE3,0xE3,0x0E,0x0E,0x0E,0x3D,0x3D,0x3D,0x3E,0x3E,0x3E,0x3D,0x3D,0x3D,0x3C,0x3C,0x3C,
0x48,0x9D,0x73,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x53,0x40,0xB1,0x45,0x2E,0xBB,0x74,0x1F,0x8B,0xBC,0x08,0x45,0xB8,0x07,0x43,
0xF2,0xE3,0xE9,0x00,0x00,0x00,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0x0E,0x0E,0x0E,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,
0x3D,0x3D,0x3D,0x3C,0x3C,0x3C,0x18,0xA4,0xA4,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x4F,0x3E,0xA4,0x3E,0x29,0xA8,0x68,0x1C,0x7F,
0xAA,0x07,0x3D,0xA6,0x05,0x3C,0xF0,0xE3,0xE8,0x00,0x00,0x00,0x4D,0x4D,0x4D,0x4D,0x4D,0x4D,0x4D,0x4D,0x4D,0x4F,0x4F,0x4F,0xE3,0xE3,0xE3,0x0E,0x0E,0x0E,
0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3C,0x18,0xA5,0xA4,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,
0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x47,0x38,0x92,
0x36,0x24,0x94,0x5C,0x19,0x70,0x96,0x06,0x36,0x90,0x05,0x34,0xEE,0xE4,0xE7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x4F,0x4F,0x4F,0x0E,0x0E,0x0E,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x3D,0x27,0xA4,0x71,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x42,0x36,0x82,0x2E,0x1F,0x7E,0x4F,0x15,0x5F,0x81,0x05,0x2C,0x7D,0x04,0x2A,0xED,0xE4,0xE6,0x00,0x00,0x00,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,
0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0x00,0x00,0x00,0x6B,0x6B,0x6B,0x6C,0x6C,0x6C,0x6C,0x6C,0x6C,0x6C,0x6B,0x6C,0x54,0xBB,0x2C,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x3B,0x31,0x70,0x28,0x1B,0x6E,0x43,0x11,0x51,0x6D,0x04,0x27,0x68,0x04,0x24,0xEB,0xE5,0xE6,0x00,0x00,0x00,
0xFC,0xFC,0xFC,0x3F,0x3F,0x3F,0xE3,0xE3,0xE3,0x3F,0x3F,0x3F,0xE3,0xE3,0xE3,0x0F,0x0F,0x0F,0x7D,0x7D,0x7D,0x7F,0x7F,0x7F,0x7E,0x7E,0x7E,0x7E,0x7E,0x7E,
0x5C,0xC3,0x34,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x2F,0x62,0x20,0x15,0x59,0x37,0x0E,0x41,0x59,0x03,0x21,0x55,0x03,0x1E,
0xC2,0xBD,0xBF,0x00,0x00,0x00,0xFA,0xFA,0xFA,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xE3,0xE3,0xE3,0x0F,0x0F,0x0F,0x8E,0x8E,0x8E,0x8F,0x8F,0x8F,
0x8E,0x8F,0x8F,0x8E,0x8E,0x8F,0x6E,0xA9,0x55,0x5E,0xBE,0x2B,0x5E,0xBE,0x2A,0x5E,0xBE,0x2A,0x5E,0xBE,0x2A,0x5E,0xBE,0x2B,0x5F,0xBE,0x2A,0x63,0xB3,0x41,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x2F,0x29,0x50,0x18,0x10,0x43,0x29,0x0B,0x32,
0x45,0x02,0x18,0x4A,0x14,0x26,0xE6,0xE2,0xE4,0x00,0x00,0x00,0x4F,0x4F,0x4F,0x00,0x00,0x00,0x0D,0x0D,0x0D,0x00,0x00,0x00,0x4F,0x4F,0x4F,0x00,0x00,0x00,
0x6C,0x6C,0x6C,0x6C,0x6C,0x6C,0x6C,0x6C,0x6C,0x6C,0x6C,0x6C,0xC4,0x37,0xB2,0xFF,0x00,0xDC,0xFF,0x00,0xDC,0xFF,0x00,0xDC,0xFF,0x00,0xDC,0xFF,0x00,0xDC,
0xFF,0x00,0xDC,0xE1,0x1E,0xCA,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x2B,0x27,0x42,
0x11,0x0B,0x2F,0x1C,0x07,0x23,0x30,0x00,0x10,0x3A,0x15,0x21,0xE5,0xE3,0xE4,0x00,0x00,0x00,0xF6,0xF6,0xF6,0x00,0x00,0x00,0x33,0x33,0x33,0xFA,0xFA,0xFA,
0xFE,0xFE,0xFE,0x00,0x00,0x00,0x7C,0x7C,0x7C,0x7E,0x7E,0x7E,0x7E,0x7E,0x7E,0x7D,0x7D,0x7D,0xC3,0x37,0xB0,0xFF,0x00,0xDC,0xFF,0x00,0xDC,0xFF,0x00,0xDC,
0xFF,0x00,0xDC,0xFF,0x00,0xDC,0xFF,0x00,0xDC,0xE2,0x1F,0xCC,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x24,0x23,0x31,0x0D,0x0A,0x1F,0x0D,0x0A,0x0F,0x30,0x00,0x10,0x26,0x12,0x18,0xD7,0xD5,0xD6,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,
0xFB,0xFB,0xFB,0x14,0x14,0x14,0xFF,0xFF,0xFF,0x19,0x19,0x19,0xAB,0xAB,0xAB,0xAC,0xAC,0xAC,0xAC,0xAC,0xAC,0xAC,0xAC,0xAC,0xD8,0x4C,0xC2,0xFF,0x00,0xD4,
0xFF,0x00,0xD4,0xFF,0x00,0xD4,0xFF,0x00,0xD4,0xFF,0x00,0xD4,0xFF,0x00,0xD4,0xE1,0x1F,0xC2,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0C,0x0D,0x0D,0x0C,0x0D,0x0D,0x0C,0x0D,0x0D,0x0C,0x0D,0x0D,0x0C,0x0D,0x0D,0xE3,0xE3,0xE3,0x00,0x00,0x00,
0xFB,0xFB,0xFB,0xE3,0xE3,0xE3,0x4F,0x4F,0x4F,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xBC,0xBC,0xBC,0xBD,0xBD,0xBD,0xBD,0xBD,0xBD,0xBC,0xBD,0xBD,
0xE1,0x54,0x53,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xE1,0x1F,0x20,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x09,0x0A,0x09,0x08,0x08,0x09,0x0A,0x0A,0x0A,0x0B,0x0B,0x0B,0x0C,0x0D,0x0D,
0xEB,0xEB,0xEB,0x00,0x00,0x00,0x00,0x00,0x00,0x16,0x16,0x16,0x00,0x00,0x00,0x00,0x00,0x00,0x4F,0x4F,0x4F,0x0C,0x0C,0x0C,0xBC,0xBC,0xBC,0xBC,0xBC,0xBC,
0xBC,0xBC,0xBC,0xBB,0xBC,0xBD,0xE0,0x54,0x53,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xE0,0x1F,0x1F,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x23,0x24,0x23,0x22,0x22,0x22,0x21,0x21,0x20,
0x1E,0x1F,0x1F,0x1D,0x1D,0x1D,0xEB,0xEB,0xEB,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE3,0xE3,0xE3,0x0E,0x0E,0x0E,
0xBB,0xBB,0xBB,0xBC,0xBC,0xBC,0xBC,0xBC,0xBC,0xBB,0xBC,0xBD,0xDE,0x54,0x56,0xF9,0x01,0x06,0xF9,0x01,0x06,0xF9,0x01,0x06,0xF9,0x01,0x06,0xF9,0x01,0x06,
0xF9,0x01,0x06,0xDB,0x20,0x23,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x49,0x49,0x49,
0x47,0x48,0x47,0x46,0x46,0x46,0x43,0x45,0x44,0x42,0x43,0x43,0xEB,0xEB,0xEB,0x00,0x00,0x00,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,0xE3,
0xE3,0xE3,0xE3,0x0E,0x0E,0x0E,0xBA,0xBA,0xBA,0xBA,0xBA,0xBA,0xBA,0xBA,0xBA,0xBB,0xBA,0xBA,0x55,0x67,0xE0,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,
0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x21,0x38,0xDD,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x6F,0x6E,0x6E,0x6D,0x6D,0x6D,0x6B,0x6C,0x6B,0x6A,0x69,0x69,0x68,0x67,0x68,0xEB,0xEB,0xEB,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0xE3,0xE3,0xE3,0x0E,0x0E,0x0E,0xF2,0xF2,0xF2,0xF2,0xF2,0xF2,0xF2,0xF2,0xF2,0xF2,0xF2,0xF2,0x78,0x8A,0xF8,0x00,0x26,0xFF,
0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x20,0x39,0xDF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x94,0x93,0x94,0x92,0x92,0x92,0x90,0x90,0x90,0x8F,0x8E,0x8F,0x8D,0x8C,0x8D,0xEA,0xEA,0xEA,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x19,0x19,0x19,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0x80,0x92,0xFE,0x00,0x26,0xFD,0x00,0x26,0xFD,0x00,0x26,0xFD,0x00,0x26,0xFD,0x00,0x26,0xFD,0x00,0x26,0xFD,0x23,0x3A,0xDF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xB9,0xB8,0xB8,0xB7,0xB7,0xB7,0xB5,0xB6,0xB5,0xB4,0xB4,0xB3,0xB2,0xB2,0xB3,
0xEA,0xEA,0xEA,0xF9,0xF9,0xF9,0xD2,0xBF,0x8D,0xAB,0x7B,0x03,0xAB,0x7C,0x05,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x80,0x80,0x8F,0x01,0x00,0x21,0x01,0x00,0x21,0x01,0x00,0x21,0x01,0x00,0x21,0x01,0x00,0x21,0x01,0x00,0x21,0x01,0x00,0x21,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xDE,0xDE,0xDD,0xDC,0xDD,0xDC,0xDB,0xDA,0xDB,
0xD9,0xDA,0xD8,0xD8,0xD7,0xD8,0xE9,0xE9,0xE9,0xF7,0xF7,0xF7,0xD1,0xBE,0x8D,0xA9,0x7A,0x06,0xA9,0x7B,0x07,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x80,0x80,0x80,0x01,0x00,0x21,0x01,0x00,0x21,0x01,0x00,0x21,0x01,0x00,0x21,0x01,0x00,0x21,
0x01,0x00,0x21,0x01,0x00,0x21,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF7,0xF6,0xF6,
0xF5,0xF6,0xF6,0xF6,0xF6,0xF5,0xF5,0xF6,0xF6,0xF6,0xF5,0xF5,0xE8,0xE8,0xE8,0xF7,0xF7,0xF7,0xC1,0xBD,0xB6,0x7F,0x78,0x69,0x80,0x78,0x69,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x80,0x80,0x80,0x01,0x00,0x21,0x01,0x00,0x21,0x01,0x00,0x21,
0x01,0x00,0x21,0x01,0x00,0x21,0x01,0x00,0x21,0x01,0x00,0x21,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,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,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,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
},
/* BITMAP "1TestpicB3232" */
/* SIZE : X=32 Y=32 PIXEL */
/* FORMAT = RGB888 Color */
{
0x0A,0x00,0x00,0x22,0x00,0x00,0x22,0x00,0x00,0x22,0x00,0x00,0x22,0x00,0x00,0x22,0x00,0x00,0x22,0x00,0x00,0x22,0x00,0x00,0x14,0x00,0x04,0x22,0x00,0x0E,
0x22,0x00,0x0E,0x22,0x00,0x0E,0x11,0x00,0x0F,0x17,0x00,0x22,0x17,0x00,0x22,0x17,0x00,0x22,0x05,0x01,0x15,0x00,0x05,0x22,0x00,0x05,0x22,0x00,0x05,0x22,
0x00,0x06,0x0A,0x00,0x10,0x01,0x05,0x08,0x00,0x10,0x0E,0x00,0x09,0x06,0x00,0x10,0x06,0x00,0x09,0x07,0x05,0x11,0x11,0x11,0x07,0x07,0x07,0x08,0x08,0x08,
0x08,0x08,0x08,0x02,0x02,0x02,0x22,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0x47,0x00,0x12,0xFF,0x00,0x6E,0xFF,0x00,0x6E,0xFF,0x00,0x6E,0x3C,0x00,0x3A,0xB2,0x00,0xFF,0xB2,0x00,0xFF,0xB2,0x00,0xFF,0x12,0x07,0x4D,0x00,0x26,0xFF,
0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x1A,0x1E,0x00,0x7F,0x0E,0x13,0x1E,0x00,0x7F,0x6A,0x00,0x22,0x14,0x00,0x7F,0x33,0x00,0x21,0x19,0x14,0x80,0x80,0x80,
0x1A,0x1A,0x1A,0x40,0x40,0x40,0x40,0x40,0x40,0x08,0x08,0x08,0x22,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0x47,0x00,0x12,0xFF,0x00,0x6E,0xFF,0x00,0x6E,0xFF,0x00,0x6E,0x3C,0x00,0x3A,0xB2,0x00,0xFF,0xB2,0x00,0xFF,0xB2,0x00,0xFF,
0x12,0x07,0x4D,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x1A,0x1E,0x00,0x7F,0x0E,0x13,0x1E,0x00,0x7F,0x6A,0x00,0x22,0x14,0x00,0x7F,0x33,0x00,
0x21,0x19,0x14,0x80,0x80,0x80,0x1A,0x1A,0x1A,0x40,0x40,0x40,0x40,0x40,0x40,0x08,0x08,0x08,0x22,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0x47,0x00,0x12,0xFF,0x00,0x6E,0xFF,0x00,0x6E,0xFF,0x00,0x6E,0x3C,0x00,0x3A,0xB2,0x00,0xFF,
0xB2,0x00,0xFF,0xB2,0x00,0xFF,0x12,0x07,0x4D,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x1A,0x1E,0x00,0x7F,0x0E,0x13,0x1E,0x00,0x7F,0x6A,0x00,
0x22,0x14,0x00,0x7F,0x33,0x00,0x21,0x19,0x14,0x80,0x80,0x80,0x1A,0x1A,0x1A,0x40,0x40,0x40,0x40,0x40,0x40,0x08,0x08,0x08,0x14,0x04,0x00,0x47,0x11,0x00,
0x47,0x11,0x00,0x47,0x11,0x00,0x47,0x11,0x00,0x47,0x11,0x00,0x47,0x11,0x00,0x47,0x11,0x00,0x1F,0x09,0x04,0x22,0x17,0x0B,0x22,0x17,0x0B,0x22,0x17,0x0B,
0x12,0x06,0x0E,0x17,0x00,0x22,0x17,0x00,0x22,0x17,0x00,0x22,0x05,0x01,0x15,0x00,0x05,0x22,0x00,0x05,0x22,0x00,0x05,0x22,0x00,0x06,0x0A,0x00,0x10,0x01,
0x05,0x08,0x00,0x10,0x0E,0x00,0x09,0x06,0x00,0x10,0x06,0x00,0x09,0x07,0x05,0x11,0x11,0x11,0x07,0x07,0x07,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x02,0x02,
0x22,0x0E,0x00,0xFF,0x6A,0x00,0xFF,0x6A,0x00,0xFF,0x6A,0x00,0xFF,0x6A,0x00,0xFF,0x6A,0x00,0xFF,0x6A,0x00,0xFF,0x6A,0x00,0x22,0x22,0x00,0x26,0x7F,0x00,
0x26,0x7F,0x00,0x26,0x7F,0x00,0x05,0x10,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x00,0x00,0x00,0x22,0x0E,0x00,0xFF,0x6A,0x00,0xFF,0x6A,0x00,0xFF,0x6A,0x00,0xFF,0x6A,0x00,0xFF,0x6A,0x00,0xFF,0x6A,0x00,0xFF,0x6A,0x00,
0x22,0x22,0x00,0x26,0x7F,0x00,0x26,0x7F,0x00,0x26,0x7F,0x00,0x05,0x10,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x22,0x0E,0x00,0xFF,0x6A,0x00,0xFF,0x6A,0x00,0xFF,0x6A,0x00,0xFF,0x6A,0x00,0xFF,0x6A,0x00,
0xFF,0x6A,0x00,0xFF,0x6A,0x00,0x22,0x22,0x00,0x26,0x7F,0x00,0x26,0x7F,0x00,0x26,0x7F,0x00,0x05,0x10,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x15,0x0D,0x00,0x4A,0x33,0x00,0x4A,0x33,0x00,0x4A,0x33,0x00,
0x4A,0x33,0x00,0x4A,0x33,0x00,0x4A,0x33,0x00,0x4A,0x33,0x00,0x15,0x12,0x00,0x05,0x10,0x00,0x05,0x10,0x00,0x05,0x10,0x00,0x00,0x09,0x05,0x00,0x10,0x10,
0x00,0x10,0x10,0x00,0x10,0x10,0x00,0x04,0x04,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,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x22,0x1C,0x00,0xFF,0xD8,0x00,
0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0x22,0x1C,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0x00,0x10,0x10,0x00,0x7F,0x7F,0x00,0x7F,0x7F,0x00,0x7F,0x7F,0x00,0x10,0x10,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,
0x22,0x1C,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0x22,0x1C,0x00,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x10,0x10,0x00,0x7F,0x7F,0x00,0x7F,0x7F,0x00,0x7F,0x7F,0x00,0x10,0x10,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x00,0x00,0x00,0x22,0x1C,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,
0x22,0x1C,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x10,0x10,0x00,0x7F,0x7F,0x00,0x7F,0x7F,0x00,0x7F,0x7F,0x00,0x10,0x10,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x22,0x1C,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,
0xFF,0xD8,0x00,0xFF,0xD8,0x00,0x22,0x1C,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x10,0x10,0x00,0x7F,0x7F,0x00,0x7F,0x7F,0x00,0x7F,0x7F,
0x00,0x10,0x10,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x22,0x1C,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,
0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0xFF,0xD8,0x00,0x22,0x1C,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x10,0x10,0x00,0x7F,0x7F,
0x00,0x7F,0x7F,0x00,0x7F,0x7F,0x00,0x10,0x10,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x12,0x13,0x00,0x40,0x4A,0x00,
0x40,0x4A,0x00,0x40,0x4A,0x00,0x40,0x4A,0x00,0x40,0x4A,0x00,0x40,0x4A,0x00,0x40,0x4A,0x00,0x12,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x04,0x04,0x00,0x10,0x10,0x00,0x10,0x10,0x00,0x10,0x10,0x00,0x04,0x09,0x00,0x02,0x10,0x00,0x02,0x10,0x00,0x02,0x10,0x00,0x00,0x04,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,
0x18,0x22,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0x18,0x22,0x00,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x02,0x10,0x00,0x13,0x7F,0x00,0x13,0x7F,0x00,0x13,0x7F,
0x00,0x02,0x10,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x00,0x00,0x00,0x18,0x22,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,
0x18,0x22,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x02,0x10,0x00,0x13,0x7F,
0x00,0x13,0x7F,0x00,0x13,0x7F,0x00,0x02,0x10,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x18,0x22,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,
0xB6,0xFF,0x00,0xB6,0xFF,0x00,0x18,0x22,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0x00,0x02,0x10,0x00,0x13,0x7F,0x00,0x13,0x7F,0x00,0x13,0x7F,0x00,0x02,0x10,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x18,0x22,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,
0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0x18,0x22,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x02,0x10,0x00,0x13,0x7F,0x00,0x13,0x7F,0x00,0x13,0x7F,0x00,0x02,0x10,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x18,0x22,0x00,0xB6,0xFF,0x00,
0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0xB6,0xFF,0x00,0x18,0x22,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x02,0x10,0x00,0x13,0x7F,0x00,0x13,0x7F,0x00,0x13,0x7F,0x00,0x02,0x10,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,
0x06,0x15,0x01,0x13,0x4F,0x06,0x13,0x4F,0x06,0x13,0x4F,0x06,0x13,0x4F,0x06,0x13,0x4F,0x06,0x13,0x4F,0x06,0x13,0x4F,0x06,0x06,0x15,0x01,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x02,0x10,0x00,0x02,0x10,0x00,0x02,0x10,
0x03,0x00,0x09,0x0B,0x00,0x10,0x03,0x00,0x04,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,0x22,0x04,0x00,0xFF,0x21,0x00,0xFF,0x21,0x00,0xFF,0x21,0x00,0xFF,0x21,0x00,0xFF,0x21,0x00,0xFF,0x21,0x00,0xFF,0x21,
0x00,0x22,0x04,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x0B,0x00,0x10,0x57,0x00,0x7F,0x0B,0x00,0x10,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x22,0x04,0x00,0xFF,0x21,0x00,0xFF,0x21,0x00,0xFF,0x21,0x00,0xFF,0x21,0x00,0xFF,0x21,
0x00,0xFF,0x21,0x00,0xFF,0x21,0x00,0x22,0x04,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x0B,0x00,0x10,0x57,0x00,0x7F,0x0B,0x00,0x10,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x22,0x04,0x00,0xFF,0x21,0x00,0xFF,0x21,0x00,0xFF,0x21,
0x00,0xFF,0x21,0x00,0xFF,0x21,0x00,0xFF,0x21,0x00,0xFF,0x21,0x00,0x22,0x04,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x0B,0x00,0x10,0x57,0x00,0x7F,0x0B,0x00,0x10,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x14,0x0B,0x00,0x49,0x30,
0x00,0x49,0x30,0x00,0x49,0x30,0x00,0x49,0x30,0x00,0x49,0x30,0x00,0x49,0x30,0x00,0x49,0x30,0x00,0x14,0x0B,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,0x03,0x00,0x04,0x0B,0x00,0x10,
0x0D,0x00,0x03,0x22,0x00,0x00,0x0A,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x22,0x22,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0xFF,0xFF,0x00,0x22,0x22,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0x22,0x00,0x00,0xFF,0x00,0x00,0x22,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x10,0x15,0x00,0x39,0x4F,0x00,0x39,0x4F,0x00,0x39,0x4F,0x00,0x39,0x4F,0x00,0x39,0x4F,0x00,0x39,0x4F,0x00,0x39,0x4F,
0x00,0x10,0x15,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,0x00,0x00,0x00,0x00,0x00,0x0A,0x00,0x00,0x22,0x00,0x00,0x14,0x09,0x00,0x22,0x1C,0x00,0x0A,0x08,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x13,0x22,0x00,0x94,0xFF,0x00,0x94,0xFF,0x00,0x94,0xFF,0x00,0x94,0xFF,0x00,0x94,0xFF,
0x00,0x94,0xFF,0x00,0x94,0xFF,0x00,0x13,0x22,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x22,0x1C,0x00,0xFF,0xD8,0x00,
0x22,0x1C,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x06,0x15,0x00,0x16,0x4C,0x00,0x16,0x4C,0x00,0x16,0x4C,
0x00,0x16,0x4C,0x00,0x16,0x4C,0x00,0x16,0x4C,0x00,0x16,0x4C,0x00,0x06,0x15,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,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x0A,0x08,0x00,0x22,0x1C,0x00,0x15,0x07,0x0A,0x22,0x00,0x1D,0x0D,0x0C,0x07,0x0A,0x22,0x00,0x0A,0x22,0x00,0x02,0x0A,0x00,0x00,0x05,0x22,0x00,0x26,0xFF,
0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x05,0x22,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x22,0x00,0x1D,0xFF,0x00,0xDC,0x2A,0x34,0x17,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x0A,0x22,0x00,
0x00,0x05,0x22,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x05,0x22,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x00,0x00,0x00,0xFF,0xFF,0xFF,0x22,0x00,0x1D,0xFF,0x00,0xDC,0x2A,0x34,0x17,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x0A,0x22,0x00,0x00,0x01,0x0A,0x00,0x05,0x22,0x00,0x05,0x22,0x00,0x05,0x22,0x00,0x05,0x22,0x00,0x05,0x22,0x00,0x05,0x22,0x00,0x05,0x22,
0x00,0x01,0x0A,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,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0A,0x00,0x08,0x22,0x00,0x1D,
0x0D,0x0C,0x07,0x0A,0x22,0x00,0x0A,0x22,0x00,0x02,0x0A,0x00
},
/* BITMAP "2Colors3232" */
/* SIZE : X=32 Y=32 PIXEL */
/* FORMAT = RGB888 Color */
{
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x52,0xF7,0x00,0x5D,0xE8,0x00,0x63,0xDD,0x00,0x5A,0xEC,0x00,0x50,0xFA,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x53,0xF6,0x00,0x5C,0xE8,0x00,0x66,0xD9,0x00,0x6F,0xCE,0x00,0x64,0xDE,0x00,
0x59,0xEC,0x00,0x4F,0xFB,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x52,0xF6,0x00,0x5C,0xE7,0x00,0x67,0xD8,0x00,0x71,0xCA,0x00,
0x79,0xBF,0x00,0x6E,0xCF,0x00,0x63,0xDD,0x00,0x59,0xED,0x00,0x4E,0xFC,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x52,0xF6,0x00,0x5D,0xE7,0x00,0x67,0xD8,0x00,
0x71,0xCA,0x00,0x7C,0xBB,0x00,0x83,0xB1,0x00,0x79,0xBF,0x00,0x6E,0xCF,0x00,0x64,0xDD,0x00,0x59,0xEC,0x00,0x4E,0xFC,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x54,0xF5,0x00,0x5E,0xE6,0x00,
0x68,0xD8,0x00,0x72,0xC9,0x00,0x7C,0xBC,0x00,0x87,0xAC,0x00,0x8E,0xA2,0x00,0x83,0xB2,0x00,0x78,0xC0,0x00,0x6E,0xCF,0x00,0x63,0xDF,0x00,0x58,0xED,0x00,
0x4D,0xFD,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x53,0xF4,0x00,
0x5E,0xE5,0x00,0x67,0xD8,0x00,0x73,0xC8,0x00,0x7D,0xBA,0x00,0x87,0xAC,0x00,0x90,0x9E,0x00,0x96,0x94,0x00,0x8C,0xA4,0x00,0x82,0xB2,0x00,0x78,0xC1,0x00,
0x6D,0xD0,0x00,0x62,0xE0,0x00,0x58,0xEE,0x00,0x4D,0xFD,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x54,0xF5,0x00,0x5F,0xE5,0x00,0x69,0xD6,0x00,0x73,0xC8,0x00,0x7D,0xBA,0x00,0x87,0xAB,0x00,0x90,0x9D,0x00,0x9B,0x8E,0x00,0xA1,0x85,0x00,0x97,0x94,0x00,
0x8C,0xA3,0x00,0x82,0xB3,0x00,0x77,0xC2,0x00,0x6C,0xD1,0x00,0x62,0xE0,0x00,0x58,0xEE,0x00,0x4D,0xFE,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x54,0xF4,0x00,0x5E,0xE6,0x00,0x68,0xD7,0x00,0x72,0xC8,0x00,0x7D,0xB9,0x00,0x88,0xAB,0x00,0x91,0x9C,0x00,0x9C,0x8D,0x00,0xA6,0x80,0x00,
0xAB,0x78,0x00,0xA2,0x86,0x00,0x96,0x95,0x00,0x8B,0xA4,0x00,0x81,0xB4,0x00,0x77,0xC1,0x00,0x6D,0xD1,0x00,0x62,0xDF,0x00,0x57,0xEF,0x00,0x4D,0xFE,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x55,0xF3,0x00,0x5E,0xE5,0x00,0x69,0xD6,0x00,0x73,0xC8,0x00,0x7D,0xB9,0x00,0x87,0xAA,0x00,0x92,0x9C,0x00,0x9C,0x8E,0x00,
0xA6,0x7F,0x00,0xB0,0x70,0x00,0xB6,0x68,0x00,0xAB,0x77,0x00,0xA1,0x87,0x00,0x96,0x95,0x00,0x8C,0xA4,0x00,0x81,0xB4,0x00,0x76,0xC3,0x00,0x6C,0xD1,0x00,
0x62,0xE1,0x00,0x57,0xF0,0x00,0x4D,0xFE,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x55,0xF3,0x00,0x5F,0xE4,0x00,0x69,0xD6,0x00,0x74,0xC7,0x00,0x7E,0xB8,0x00,0x88,0xAA,0x00,0x91,0x9C,0x00,
0x9C,0x8D,0x00,0xA5,0x7E,0x00,0xB0,0x70,0x00,0xBA,0x62,0x00,0xBF,0x5B,0x00,0xB6,0x69,0x00,0xAB,0x78,0x00,0xA1,0x86,0x00,0x96,0x96,0x00,0x8C,0xA4,0x00,
0x80,0xB4,0x00,0x76,0xC3,0x00,0x6C,0xD2,0x00,0x61,0xE1,0x00,0x57,0xF0,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x56,0xF2,0x00,0x60,0xE4,0x00,0x69,0xD5,0x00,0x74,0xC6,0x00,0x7E,0xB9,0x00,0x88,0xA9,0x00,
0x93,0x9A,0x00,0x9B,0x8D,0x00,0xA6,0x7E,0x00,0xB0,0x70,0x00,0xBB,0x61,0x00,0xC5,0x52,0x00,0xCA,0x4B,0x00,0xC0,0x5A,0x00,0xB5,0x6A,0x00,0xAB,0x78,0x00,
0x9F,0x87,0x00,0x96,0x96,0x00,0x8B,0xA6,0x00,0x81,0xB4,0x00,0x76,0xC3,0x00,0x6C,0xD3,0x00,0x60,0xE1,0x00,0x56,0xF0,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x56,0xF1,0x00,0x60,0xE3,0x00,0x6A,0xD4,0x00,0x74,0xC6,0x00,0x7E,0xB8,0x00,
0x88,0xAA,0x00,0x93,0x9B,0x00,0x9D,0x8C,0x00,0xA7,0x7E,0x00,0xB0,0x6F,0x00,0xBB,0x61,0x00,0xC6,0x51,0x00,0xD0,0x43,0x00,0xD4,0x3D,0x00,0xCA,0x4C,0x00,
0xBF,0x5B,0x00,0xB4,0x6A,0x00,0xAB,0x79,0x00,0x9F,0x89,0x00,0x95,0x97,0x00,0x8B,0xA6,0x00,0x7F,0xB5,0x00,0x75,0xC4,0x00,0x6B,0xD3,0x00,0x61,0xE1,0x00,
0x56,0xF1,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x57,0xF1,0x00,0x61,0xE2,0x00,0x6A,0xD4,0x00,0x75,0xC6,0x00,
0x7E,0xB7,0x00,0x89,0xA9,0x00,0x93,0x9B,0x00,0x9D,0x8B,0x00,0xA8,0x7C,0x00,0xB2,0x6E,0x00,0xBB,0x60,0x00,0xC5,0x52,0x00,0xCF,0x44,0x00,0xDB,0x34,0x00,
0xDE,0x2E,0x00,0xD4,0x3D,0x00,0xCA,0x4C,0x00,0xC0,0x5B,0x00,0xB3,0x6B,0x00,0xAA,0x79,0x00,0x9F,0x88,0x00,0x94,0x97,0x00,0x8A,0xA7,0x00,0x7F,0xB5,0x00,
0x76,0xC5,0x00,0x6A,0xD4,0x00,0x60,0xE2,0x00,0x56,0xF2,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x56,0xF1,0x00,0x61,0xE2,0x00,0x6A,0xD3,0x00,
0x74,0xC6,0x00,0x7F,0xB7,0x00,0x8A,0xA8,0x00,0x93,0x9A,0x00,0x9D,0x8B,0x00,0xA8,0x7C,0x00,0xB2,0x6D,0x00,0xBD,0x60,0x00,0xC6,0x50,0x00,0xD0,0x43,0x00,
0xDB,0x34,0x00,0xE5,0x26,0x00,0xE8,0x21,0x00,0xDF,0x2F,0x00,0xD4,0x3E,0x00,0xCA,0x4D,0x00,0xBE,0x5C,0x00,0xB4,0x6B,0x00,0xA9,0x79,0x00,0x9F,0x89,0x00,
0x94,0x98,0x00,0x8A,0xA7,0x00,0x7F,0xB6,0x00,0x75,0xC5,0x00,0x6B,0xD4,0x00,0x61,0xE2,0x00,0x56,0xF2,0x00,0x4C,0xFF,0x00,0x56,0xF0,0x00,0x61,0xE2,0x00,
0x6A,0xD4,0x00,0x75,0xC4,0x00,0x80,0xB6,0x00,0x8A,0xA7,0x00,0x94,0x99,0x00,0x9E,0x8A,0x00,0xA8,0x7C,0x00,0xB2,0x6D,0x00,0xBC,0x5F,0x00,0xC7,0x50,0x00,
0xD1,0x42,0x00,0xDB,0x34,0x00,0xE5,0x25,0x00,0xEF,0x17,0x00,0xF2,0x12,0x00,0xE9,0x20,0x00,0xDD,0x30,0x00,0xD2,0x3F,0x00,0xC8,0x4D,0x00,0xBE,0x5C,0x00,
0xB4,0x6B,0x00,0xA8,0x7B,0x00,0x9E,0x8A,0x00,0x94,0x98,0x00,0x89,0xA7,0x00,0x7F,0xB6,0x00,0x74,0xC6,0x00,0x6A,0xD4,0x00,0x5F,0xE4,0x00,0x54,0xF3,0x00,
0x59,0xED,0x00,0x63,0xDF,0x00,0x6E,0xCF,0x00,0x79,0xBF,0x00,0x83,0xB1,0x00,0x8D,0xA3,0x00,0x98,0x93,0x00,0xA2,0x83,0x00,0xAD,0x75,0x00,0xB7,0x67,0x00,
0xC2,0x57,0x00,0xCC,0x48,0x00,0xD7,0x39,0x00,0xE1,0x2A,0x00,0xEC,0x1B,0x00,0xF7,0x0D,0x00,0xF9,0x08,0x00,0xF0,0x15,0x00,0xE5,0x25,0x00,0xDB,0x33,0x00,
0xD1,0x41,0x00,0xC7,0x4F,0x00,0xBD,0x5E,0x00,0xB2,0x6D,0x00,0xA9,0x7B,0x00,0x9E,0x8A,0x00,0x94,0x99,0x00,0x8A,0xA8,0x00,0x7F,0xB7,0x00,0x74,0xC6,0x00,
0x6A,0xD5,0x00,0x5F,0xE4,0x00,0x4F,0xFB,0x00,0x59,0xED,0x00,0x64,0xDE,0x00,0x6E,0xCE,0x00,0x79,0xBF,0x00,0x83,0xB0,0x00,0x8D,0xA2,0x00,0x98,0x92,0x00,
0xA3,0x83,0x00,0xAE,0x74,0x00,0xB8,0x65,0x00,0xC3,0x56,0x00,0xCD,0x48,0x00,0xD7,0x39,0x00,0xE3,0x29,0x00,0x9E,0x1E,0x54,0xA0,0x1B,0x54,0xE5,0x25,0x00,
0xDB,0x33,0x00,0xD0,0x42,0x00,0xC7,0x51,0x00,0xBC,0x5F,0x00,0xB3,0x6D,0x00,0xA9,0x7B,0x00,0x9E,0x8A,0x00,0x93,0x99,0x00,0x8A,0xA7,0x00,0x80,0xB6,0x00,
0x75,0xC4,0x00,0x6C,0xD3,0x00,0x61,0xE1,0x00,0x57,0xF0,0x00,0x4C,0xFF,0x00,0x4E,0xFB,0x00,0x5A,0xEC,0x00,0x64,0xDD,0x00,0x6E,0xCE,0x00,0x7A,0xBE,0x00,
0x84,0xB0,0x00,0x8E,0xA1,0x00,0x98,0x93,0x00,0xA3,0x83,0x00,0xAD,0x74,0x00,0xB8,0x65,0x00,0xC3,0x56,0x00,0xCD,0x47,0x00,0xC6,0x36,0x14,0x11,0x26,0xEB,
0x11,0x26,0xEB,0xC9,0x31,0x14,0xD0,0x42,0x00,0xC6,0x50,0x00,0xBD,0x5E,0x00,0xB2,0x6E,0x00,0xA8,0x7C,0x00,0x9D,0x8A,0x00,0x93,0x99,0x00,0x8A,0xA8,0x00,
0x7F,0xB7,0x00,0x76,0xC4,0x00,0x6B,0xD2,0x00,0x61,0xE1,0x00,0x57,0xF0,0x00,0x4B,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4F,0xFA,0x00,0x5A,0xEB,0x00,
0x64,0xDD,0x00,0x6F,0xCD,0x00,0x79,0xBF,0x00,0x83,0xB0,0x00,0x8F,0xA0,0x00,0x99,0x91,0x00,0xA4,0x83,0x00,0xAD,0x74,0x00,0xB9,0x65,0x00,0xC2,0x56,0x00,
0x43,0x30,0xAB,0x00,0x26,0xFF,0x00,0x26,0xFF,0x44,0x2F,0xAB,0xC7,0x50,0x00,0xBB,0x60,0x00,0xB2,0x6E,0x00,0xA7,0x7C,0x00,0x9E,0x8B,0x00,0x94,0x9A,0x00,
0x89,0xA9,0x00,0x7E,0xB7,0x00,0x75,0xC5,0x00,0x6A,0xD4,0x00,0x60,0xE2,0x00,0x56,0xF0,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x50,0xF9,0x00,0x5A,0xEA,0x00,0x64,0xDC,0x00,0x6F,0xCC,0x00,0x79,0xBE,0x00,0x85,0xAF,0x00,0x8F,0xA0,0x00,0x99,0x91,0x00,0xA4,0x82,0x00,
0xAE,0x73,0x00,0x7C,0x4F,0x54,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x7E,0x4C,0x54,0xB2,0x6E,0x00,0xA7,0x7D,0x00,0x9D,0x8C,0x00,
0x93,0x9A,0x00,0x88,0xA9,0x00,0x7E,0xB8,0x00,0x75,0xC6,0x00,0x6A,0xD4,0x00,0x60,0xE2,0x00,0x56,0xF1,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x50,0xF9,0x00,0x5A,0xEB,0x00,0x64,0xDC,0x00,0x6F,0xCD,0x00,0x7A,0xBE,0x00,0x84,0xAE,0x00,
0x8E,0xA0,0x00,0x9A,0x90,0x00,0x97,0x7A,0x14,0x0D,0x2C,0xEB,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x0D,0x2B,0xEB,0x99,0x77,0x14,
0x9D,0x8C,0x00,0x92,0x9A,0x00,0x89,0xA9,0x00,0x7E,0xB8,0x00,0x74,0xC6,0x00,0x6A,0xD5,0x00,0x60,0xE3,0x00,0x56,0xF2,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x50,0xF9,0x00,0x5A,0xEA,0x00,0x66,0xDB,0x00,
0x70,0xCB,0x00,0x7A,0xBD,0x00,0x84,0xAE,0x00,0x8F,0x9F,0x00,0x33,0x48,0xAB,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,
0x00,0x26,0xFF,0x33,0x47,0xAB,0x92,0x9B,0x00,0x88,0xAA,0x00,0x7E,0xB8,0x00,0x74,0xC6,0x00,0x69,0xD5,0x00,0x5F,0xE4,0x00,0x55,0xF2,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x50,0xF9,0x00,0x5B,0xE9,0x00,0x66,0xDB,0x00,0x70,0xCC,0x00,0x7B,0xBD,0x00,0x59,0x80,0x54,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,
0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x5B,0x7D,0x54,0x7D,0xB9,0x00,0x73,0xC7,0x00,0x69,0xD6,0x00,0x60,0xE4,0x00,0x55,0xF2,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x50,0xF9,0x00,0x5B,0xE9,0x00,0x65,0xDA,0x00,0x68,0xBE,0x14,0x09,0x31,0xEB,0x00,0x26,0xFF,0x00,0x26,0xFF,
0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x09,0x31,0xEB,0x69,0xBB,0x14,0x69,0xD6,0x00,0x5F,0xE4,0x00,
0x55,0xF3,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x52,0xF7,0x00,0x5B,0xE9,0x00,0x21,0x61,0xAB,0x00,0x26,0xFF,
0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x22,0x5F,0xAB,
0x5E,0xE5,0x00,0x54,0xF3,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x36,0xB2,0x54,
0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,
0x00,0x26,0xFF,0x00,0x26,0xFF,0x38,0xB0,0x54,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x46,0xED,0x14,0x05,0x37,0xEB,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,
0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x05,0x37,0xEB,0x46,0xED,0x14,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x19,0x6D,0xAB,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,
0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x19,0x6D,0xAB,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x32,0xB7,0x54,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,
0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,
0x32,0xB7,0x54,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x46,0xED,0x14,0x05,0x37,0xEB,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,
0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,
0x00,0x26,0xFF,0x00,0x26,0xFF,0x05,0x37,0xEB,0x46,0xED,0x14,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x19,0x6D,0xAB,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,
0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,
0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x00,0x26,0xFF,0x19,0x6D,0xAB,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x54,0xF3,0x00,0x51,0xF7,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,
0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00,0x4C,0xFF,0x00
},
/* BITMAP "3RGB3232" */
/* SIZE : X=32 Y=32 PIXEL */
/* FORMAT = RGB888 Color */
{
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,
0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,
0xFF,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,
0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF
},
/* BITMAP "4bird3232" */
/* SIZE : X=32 Y=32 PIXEL */
/* FORMAT = RGB888 Color */
{
0xEB,0x69,0x44,0xE9,0x6F,0x44,0xEE,0x7A,0x43,0xEE,0x8E,0x3F,0xEE,0x87,0x3D,0xE9,0x84,0x3E,0xEB,0x93,0x45,0xEF,0x99,0x52,0xE9,0x89,0x4C,0xEF,0x88,0x54,
0xAE,0xA0,0x38,0x74,0xB5,0x0B,0x75,0xB7,0x12,0x7C,0xBC,0x0E,0x78,0xB2,0x18,0x91,0xBC,0x3F,0x9B,0xBB,0x62,0xA6,0xBD,0x71,0x97,0xA9,0x44,0x89,0x9E,0x2F,
0x84,0x9D,0x23,0x7A,0x95,0x17,0x89,0x95,0x2A,0x91,0x9F,0x36,0x8A,0x93,0x34,0x47,0x52,0x1B,0x2D,0x41,0x15,0x26,0x39,0x0E,0x24,0x37,0x0D,0x23,0x36,0x0D,
0x21,0x37,0x0D,0x21,0x38,0x0E,0xE6,0x60,0x40,0xEA,0x73,0x47,0xEE,0x84,0x46,0xEA,0x84,0x3E,0xE1,0x67,0x35,0xF0,0x88,0x4A,0xF4,0xA1,0x5D,0xEF,0x84,0x54,
0xF0,0x82,0x5C,0xDC,0x8F,0x5D,0xA0,0xAE,0x38,0x66,0xAD,0x13,0x67,0xB1,0x17,0x6A,0xB4,0x0C,0x68,0xAE,0x0C,0x7B,0xBF,0x13,0x78,0xB7,0x13,0x7F,0xBA,0x21,
0x91,0xC0,0x37,0x92,0xB3,0x36,0x86,0xA4,0x2D,0x7B,0x9A,0x18,0x7A,0x96,0x1A,0x88,0x99,0x2C,0x88,0x8E,0x31,0x43,0x4F,0x1A,0x2C,0x43,0x16,0x25,0x3A,0x10,
0x24,0x38,0x0E,0x23,0x37,0x0E,0x22,0x38,0x0E,0x22,0x39,0x0F,0xE9,0x63,0x43,0xEE,0x77,0x4B,0xEA,0x68,0x3B,0xE0,0x58,0x30,0xE2,0x60,0x3A,0xE7,0x73,0x49,
0xEC,0x82,0x53,0xEC,0x81,0x5F,0xEA,0x89,0x5E,0xAC,0x9E,0x52,0x75,0xAE,0x2E,0x53,0xA3,0x12,0x5E,0xAB,0x19,0x64,0xAD,0x11,0x76,0xB3,0x15,0x86,0xB9,0x1D,
0x9D,0xC4,0x34,0xA1,0xC6,0x35,0xA2,0xC7,0x36,0xA2,0xC4,0x39,0xAA,0xC5,0x41,0xA6,0xC0,0x3C,0x8D,0xA6,0x25,0x84,0x95,0x28,0x7E,0x87,0x33,0x40,0x4D,0x24,
0x2C,0x46,0x15,0x26,0x3E,0x11,0x24,0x3B,0x0E,0x23,0x3A,0x0D,0x22,0x3A,0x0F,0x22,0x38,0x0E,0xEA,0x67,0x46,0xEF,0x69,0x45,0xE5,0x5C,0x39,0xE8,0x5F,0x3A,
0xE6,0x63,0x40,0xEE,0x74,0x51,0xED,0x80,0x59,0xEC,0x7F,0x56,0xDE,0x8A,0x5D,0x74,0x94,0x55,0x5E,0xAA,0x3A,0x66,0xB0,0x1A,0x76,0xAC,0x1F,0x84,0xB0,0x27,
0xAA,0xC8,0x3C,0xB4,0xCD,0x3D,0xBB,0xCF,0x44,0xBD,0xCE,0x45,0xBD,0xD0,0x45,0xC0,0xD2,0x47,0xC1,0xCF,0x46,0xBD,0xCF,0x45,0xBD,0xD0,0x49,0xAF,0xBF,0x4A,
0x8D,0x9B,0x3B,0x53,0x66,0x29,0x2F,0x49,0x1C,0x26,0x40,0x12,0x25,0x3D,0x10,0x25,0x3C,0x0F,0x24,0x3B,0x10,0x23,0x39,0x0F,0xE5,0x5C,0x3F,0xE3,0x58,0x3A,
0xE8,0x60,0x42,0xE7,0x63,0x3E,0xE8,0x68,0x43,0xED,0x70,0x53,0xE9,0x76,0x57,0xEA,0x79,0x59,0xDA,0x7E,0x66,0x64,0x6A,0x47,0x58,0x8E,0x3C,0x80,0xB0,0x29,
0xA5,0xC3,0x3C,0xB6,0xCF,0x45,0xBF,0xD1,0x47,0xC3,0xD0,0x45,0xC4,0xD1,0x46,0xC3,0xD0,0x46,0xC4,0xD4,0x48,0xC1,0xD1,0x45,0xC3,0xD3,0x45,0xC2,0xD5,0x46,
0xC7,0xDA,0x4C,0xC4,0xD7,0x4E,0xC1,0xD6,0x52,0x9B,0xB9,0x4A,0x2F,0x4A,0x15,0x28,0x42,0x13,0x27,0x3F,0x10,0x26,0x3D,0x0E,0x24,0x3B,0x0E,0x22,0x3A,0x0D,
0xE6,0x56,0x3C,0xE2,0x59,0x3C,0xE6,0x64,0x46,0xE4,0x63,0x40,0xE1,0x61,0x3E,0xE6,0x68,0x4D,0xEC,0x77,0x5C,0xED,0x7A,0x62,0xD9,0x7E,0x65,0x89,0x71,0x4C,
0x81,0x99,0x32,0xA8,0xC2,0x3E,0xB6,0xCA,0x45,0xC1,0xD6,0x4B,0xC9,0xDB,0x4F,0xC3,0xD1,0x45,0xC1,0xD1,0x44,0xC3,0xD2,0x47,0xC7,0xD7,0x49,0xC5,0xD6,0x49,
0xC0,0xD5,0x47,0xC1,0xD8,0x4B,0xC6,0xDD,0x57,0xB7,0xBD,0x4E,0xAD,0xBD,0x5F,0xC0,0xD9,0x6D,0x60,0x77,0x53,0x2A,0x42,0x19,0x28,0x40,0x11,0x26,0x3E,0x10,
0x25,0x3C,0x0F,0x24,0x3B,0x0D,0xE7,0x5A,0x3F,0xE5,0x5F,0x41,0xE8,0x65,0x47,0xE1,0x5A,0x3B,0xE3,0x5F,0x3E,0xEB,0x6E,0x51,0xEC,0x74,0x51,0xE2,0x6B,0x61,
0x96,0x48,0x67,0x78,0x53,0x72,0x7F,0x79,0x48,0x80,0x8E,0x40,0x8C,0xA9,0x32,0xB1,0xCC,0x47,0xCC,0xDD,0x51,0xC6,0xD4,0x4C,0xC3,0xD2,0x4C,0xC2,0xD3,0x48,
0xB7,0xC5,0x4E,0xBF,0xCF,0x53,0xB7,0xBF,0x4E,0xA8,0xAC,0x56,0x9F,0x99,0x73,0x7A,0x56,0x57,0x86,0x7D,0xA2,0x91,0x8F,0x85,0x8B,0x9A,0xAC,0x42,0x5C,0x40,
0x29,0x43,0x0F,0x25,0x3F,0x10,0x25,0x3D,0x0E,0x25,0x3B,0x0D,0xE2,0x5A,0x3E,0xEA,0x68,0x4A,0xE6,0x62,0x44,0xD9,0x4F,0x33,0xE5,0x5F,0x41,0xE8,0x69,0x4E,
0xEE,0x68,0x4F,0xBF,0x48,0x57,0x63,0x2A,0x67,0x6C,0x4D,0x72,0x62,0x49,0x63,0x53,0x49,0x6A,0x56,0x5F,0x56,0x88,0x99,0x43,0xC2,0xD1,0x5B,0xAA,0xB7,0x4B,
0xB4,0xC1,0x52,0x95,0x9A,0x53,0x87,0x81,0x72,0x98,0x93,0x6D,0x87,0x6A,0x4C,0x76,0x53,0x81,0x83,0x70,0xB7,0x53,0x3A,0x85,0x70,0x5D,0xB9,0x81,0x72,0xBD,
0x7C,0x75,0xB3,0x63,0x79,0x83,0x35,0x4E,0x33,0x25,0x3F,0x0F,0x26,0x3E,0x0F,0x25,0x3C,0x0E,0xE5,0x5D,0x43,0xE0,0x59,0x40,0xDC,0x53,0x3A,0xDE,0x53,0x3A,
0xE3,0x5D,0x42,0xE4,0x64,0x4B,0xE7,0x61,0x4F,0x94,0x2C,0x5C,0x5A,0x21,0x71,0x4E,0x35,0x79,0x4D,0x34,0x8A,0x57,0x3E,0x9C,0x4C,0x35,0x91,0x75,0x6B,0x82,
0x86,0x84,0x7C,0x74,0x6B,0x8F,0x83,0x7A,0x90,0x6E,0x5E,0x8C,0x7F,0x67,0xB0,0x76,0x5B,0x94,0x63,0x3E,0x7A,0x55,0x47,0xA1,0x79,0x61,0xB9,0x50,0x40,0x9C,
0x74,0x71,0xD6,0x6D,0x5B,0xB4,0x7D,0x69,0xB5,0x8E,0x92,0xC5,0x38,0x4D,0x41,0x25,0x3F,0x14,0x26,0x3F,0x10,0x26,0x3D,0x0F,0xE8,0x5C,0x43,0xD6,0x4E,0x37,
0xDC,0x53,0x3D,0xE1,0x59,0x41,0xE7,0x61,0x46,0xE8,0x66,0x4D,0xD5,0x4E,0x4B,0x84,0x26,0x70,0x4C,0x16,0x68,0x44,0x2E,0x80,0x4B,0x35,0x9D,0x44,0x30,0x9C,
0x4C,0x3C,0x99,0x5F,0x4C,0xA5,0x4B,0x3A,0x7E,0x78,0x67,0xBE,0x66,0x53,0xAC,0x79,0x61,0xBE,0x78,0x5E,0xB8,0x83,0x69,0xC0,0x75,0x5C,0xB9,0x5B,0x55,0xB6,
0x56,0x46,0x93,0x5D,0x50,0xAC,0x62,0x55,0xB2,0x55,0x3D,0x81,0x78,0x74,0xC2,0x85,0x82,0xC6,0x55,0x65,0x6B,0x26,0x40,0x17,0x26,0x3F,0x12,0x26,0x3F,0x0F,
0xDA,0x4D,0x38,0xDA,0x53,0x3E,0xE1,0x5A,0x46,0xE9,0x61,0x4C,0xE9,0x63,0x4B,0xE7,0x63,0x4C,0xBF,0x3D,0x43,0x75,0x1F,0x5F,0x46,0x19,0x75,0x43,0x32,0x94,
0x4D,0x3D,0xA9,0x44,0x34,0xA0,0x5F,0x4E,0xBB,0x6E,0x5C,0xC8,0x4B,0x3E,0x88,0x5F,0x51,0xA5,0x69,0x5A,0xB6,0x6D,0x5D,0xB6,0x6F,0x5F,0xB9,0x6F,0x5F,0xBF,
0x71,0x65,0xC8,0x61,0x61,0xC4,0x57,0x4C,0x9D,0x62,0x5A,0xBB,0x63,0x56,0x9D,0x46,0x37,0x74,0x78,0x7B,0xCC,0x87,0x7D,0xC8,0x72,0x7A,0xA6,0x2F,0x47,0x2D,
0x27,0x41,0x13,0x26,0x40,0x0F,0xDC,0x55,0x43,0xD9,0x52,0x40,0xE4,0x5D,0x4A,0xE8,0x61,0x4D,0xEB,0x65,0x50,0xE5,0x5F,0x4F,0xB1,0x37,0x30,0x68,0x1F,0x52,
0x3D,0x1C,0x7F,0x47,0x3B,0xA9,0x41,0x3A,0xAC,0x4F,0x46,0xB7,0x50,0x43,0xAF,0x4C,0x40,0xAA,0x64,0x59,0xB6,0x65,0x5B,0xB7,0x5E,0x55,0xB4,0x5A,0x53,0xB0,
0x70,0x6A,0xC8,0x66,0x5F,0xC8,0x6C,0x67,0xD3,0x41,0x41,0xB6,0x58,0x59,0xB2,0x69,0x69,0xC9,0x69,0x5A,0x95,0x49,0x3E,0x82,0x7F,0x85,0xD2,0x77,0x6E,0xB2,
0x8F,0x93,0xD2,0x47,0x5A,0x5B,0x27,0x40,0x13,0x27,0x41,0x0F,0xDC,0x56,0x45,0xE1,0x5A,0x4A,0xE1,0x59,0x47,0xE6,0x5F,0x4C,0xED,0x66,0x54,0xDF,0x57,0x4A,
0xA5,0x2C,0x24,0x4E,0x13,0x5E,0x3A,0x26,0x8A,0x47,0x40,0xB2,0x3F,0x3A,0xA9,0x41,0x3E,0xB1,0x40,0x3B,0xAD,0x5B,0x54,0xB9,0x48,0x3D,0x9B,0x5D,0x55,0xB0,
0x5A,0x53,0xB6,0x5F,0x5A,0xBA,0x60,0x5B,0xC1,0x73,0x6C,0xD5,0x67,0x60,0xCE,0x3E,0x34,0x9D,0x45,0x40,0x98,0x65,0x60,0xC6,0x67,0x5B,0x9D,0x54,0x3E,0x79,
0x74,0x72,0xC9,0x77,0x6E,0xBA,0x92,0x94,0xD5,0x60,0x6E,0x88,0x29,0x41,0x1F,0x27,0x3F,0x18,0xDF,0x59,0x47,0xEB,0x65,0x54,0xE5,0x5E,0x4C,0xE4,0x5C,0x4A,
0xE2,0x5A,0x48,0xD7,0x50,0x42,0x89,0x21,0x35,0x44,0x20,0x85,0x38,0x30,0x99,0x30,0x32,0x99,0x4E,0x4C,0xB1,0x36,0x35,0xA0,0x51,0x51,0xC2,0x69,0x67,0xCE,
0x3A,0x33,0x89,0x54,0x4D,0xA0,0x4E,0x45,0xAC,0x4B,0x45,0xAB,0x6C,0x65,0xD0,0x60,0x54,0xBA,0x5D,0x53,0xAB,0x36,0x32,0x88,0x43,0x35,0x88,0x5D,0x50,0xB9,
0x66,0x5C,0xAD,0x6C,0x5F,0x9F,0x77,0x72,0xC9,0x8A,0x81,0xD6,0x8C,0x8A,0xD6,0x8D,0x97,0xC4,0x39,0x4F,0x3C,0x27,0x40,0x18,0xE6,0x62,0x50,0xEF,0x6A,0x59,
0xE6,0x60,0x4F,0xE1,0x5C,0x4A,0xE2,0x5F,0x4C,0xD0,0x50,0x3F,0x69,0x19,0x3C,0x35,0x2A,0x95,0x3A,0x38,0xAA,0x31,0x2C,0x9C,0x48,0x45,0xB9,0x45,0x42,0xB7,
0x49,0x46,0xBD,0x5D,0x5A,0xC9,0x53,0x4C,0xAD,0x68,0x5F,0xC0,0x57,0x4C,0xBA,0x4E,0x50,0xB9,0x63,0x62,0xCD,0x4A,0x41,0x97,0x44,0x3E,0x6E,0x2A,0x22,0x63,
0x41,0x3B,0xAA,0x51,0x49,0xA8,0x5D,0x57,0xBC,0x5C,0x54,0xB5,0x75,0x6C,0xC6,0x7A,0x74,0xC3,0x97,0x93,0xE1,0x93,0x9B,0xD5,0x45,0x5B,0x4F,0x27,0x41,0x15,
0xEA,0x69,0x54,0xED,0x6B,0x57,0xEA,0x68,0x54,0xE7,0x66,0x51,0xEA,0x6C,0x57,0xD6,0x5A,0x4E,0x69,0x1E,0x53,0x2B,0x2C,0x95,0x29,0x29,0x98,0x2F,0x2A,0x96,
0x30,0x30,0xA2,0x5B,0x5A,0xD1,0x59,0x56,0xCB,0x52,0x4F,0xC4,0x44,0x3E,0xB2,0x72,0x68,0xD7,0x4D,0x48,0xAD,0x51,0x4E,0xC6,0x4D,0x4F,0xAF,0x48,0x32,0x55,
0x52,0x2E,0x37,0x44,0x2E,0x41,0x3F,0x2F,0x8B,0x59,0x50,0xB2,0x53,0x4D,0xB4,0x69,0x61,0xC7,0x75,0x6C,0xB9,0x89,0x86,0xD5,0x84,0x83,0xCA,0x9C,0xA5,0xDE,
0x38,0x4F,0x42,0x28,0x41,0x13,0xE7,0x67,0x50,0xEC,0x6C,0x55,0xE9,0x6B,0x53,0xEC,0x6E,0x56,0xEA,0x6B,0x58,0xDF,0x64,0x58,0x71,0x25,0x4F,0x22,0x15,0x71,
0x3C,0x3A,0xA2,0x3A,0x3C,0xAA,0x39,0x3B,0xAA,0x44,0x44,0xB7,0x46,0x46,0xB5,0x57,0x57,0xC8,0x40,0x3D,0xB2,0x56,0x4C,0xBF,0x54,0x51,0xB1,0x4E,0x50,0xBF,
0x38,0x35,0x7C,0x67,0x40,0x43,0x46,0x28,0x32,0x58,0x3E,0x56,0x42,0x3B,0x87,0x47,0x44,0xAA,0x61,0x5C,0xBC,0x5B,0x52,0xB6,0x87,0x83,0xD6,0x7F,0x7B,0xD7,
0x93,0x95,0xD3,0x9D,0xA6,0xDD,0x48,0x5E,0x53,0x28,0x42,0x13,0xE9,0x6C,0x53,0xE6,0x68,0x51,0xEB,0x6D,0x55,0xEA,0x6E,0x58,0xE8,0x6B,0x59,0xE3,0x67,0x5A,
0x74,0x27,0x5A,0x2C,0x1F,0x81,0x33,0x32,0x9F,0x32,0x34,0xA3,0x50,0x51,0xC5,0x4A,0x49,0xC2,0x4F,0x51,0xC0,0x59,0x5A,0xC9,0x51,0x51,0xBF,0x53,0x4E,0xBA,
0x4D,0x48,0xAD,0x49,0x4A,0xBD,0x3F,0x32,0x6C,0x50,0x32,0x33,0x42,0x28,0x35,0x48,0x3B,0x5C,0x4E,0x4E,0xA9,0x48,0x44,0xA6,0x5C,0x57,0xB9,0x6E,0x6B,0xC8,
0x74,0x73,0xCB,0x6C,0x6A,0xC5,0x96,0x99,0xE0,0xA3,0xAC,0xE3,0x33,0x4A,0x34,0x28,0x41,0x12,0xE5,0x6F,0x50,0xEB,0x6E,0x55,0xF0,0x75,0x5D,0xE8,0x6C,0x57,
0xE9,0x6C,0x5A,0xEC,0x6F,0x5F,0x9B,0x3E,0x60,0x27,0x18,0x84,0x23,0x28,0x84,0x3B,0x3E,0xAD,0x4A,0x4A,0xC0,0x54,0x54,0xCB,0x5B,0x5D,0xCD,0x47,0x48,0xBA,
0x57,0x59,0xC9,0x5A,0x5C,0xCA,0x4D,0x4D,0xBE,0x52,0x4B,0xBC,0x3C,0x36,0x64,0x35,0x29,0x36,0x2D,0x23,0x2F,0x32,0x2D,0x68,0x48,0x4F,0xB2,0x4C,0x4A,0xB4,
0x4E,0x4C,0xB1,0x69,0x66,0xCC,0x63,0x61,0xC7,0x85,0x85,0xD9,0xA7,0xAB,0xF1,0x8C,0x99,0xBC,0x29,0x42,0x1A,0x29,0x42,0x12,0xF0,0x83,0x57,0xEA,0x72,0x54,
0xEB,0x73,0x5C,0xEA,0x6F,0x5A,0xEF,0x71,0x5F,0xE7,0x6D,0x5B,0xD3,0x5F,0x54,0x73,0x2F,0x59,0x22,0x25,0x88,0x43,0x47,0xB4,0x4D,0x4C,0xBE,0x50,0x50,0xC2,
0x62,0x66,0xCD,0x65,0x69,0xCF,0x55,0x59,0xBF,0x4E,0x54,0xC2,0x57,0x57,0xC9,0x47,0x3D,0xAE,0x3C,0x33,0x60,0x30,0x26,0x35,0x22,0x17,0x45,0x2F,0x30,0xA5,
0x4F,0x51,0xCE,0x4B,0x49,0xBF,0x5F,0x5F,0xC5,0x63,0x63,0xC7,0x5D,0x5D,0xC8,0x83,0x86,0xDB,0xA3,0xAA,0xE7,0x5C,0x6E,0x6E,0x28,0x43,0x0F,0x29,0x43,0x0E,
0xF6,0x8E,0x5C,0xEF,0x79,0x53,0xEA,0x70,0x55,0xE9,0x73,0x5C,0xED,0x77,0x62,0xEB,0x6E,0x5C,0xE9,0x76,0x5F,0x84,0x43,0x65,0x21,0x24,0x8B,0x21,0x23,0x85,
0x3A,0x39,0xA1,0x3F,0x3F,0xAD,0x42,0x42,0xAA,0x60,0x62,0xC8,0x65,0x69,0xCD,0x47,0x4F,0xB4,0x4E,0x4F,0xB8,0x53,0x48,0xB5,0x45,0x37,0x7F,0x2D,0x25,0x34,
0x13,0x1A,0x46,0x1B,0x1D,0x9C,0x51,0x52,0xCB,0x4A,0x4A,0xC9,0x61,0x62,0xD1,0x70,0x71,0xD1,0x7E,0x82,0xD8,0x95,0x9A,0xE3,0x8A,0x94,0xBE,0x2C,0x42,0x1E,
0x29,0x42,0x0C,0x29,0x41,0x0E,0xEE,0x8B,0x57,0xEE,0x90,0x58,0xE9,0x8A,0x4F,0xEB,0x7D,0x5C,0xF0,0x82,0x65,0xEF,0x8D,0x6C,0xE2,0x8C,0x77,0xBA,0x8F,0xA2,
0x49,0x4C,0x8D,0x1C,0x21,0x77,0x44,0x3F,0xA9,0x52,0x53,0xBA,0x51,0x46,0xA8,0x5E,0x5D,0xC1,0x67,0x66,0xC8,0x73,0x72,0xCF,0x5B,0x5B,0xB6,0x60,0x59,0xBA,
0x4E,0x42,0xA4,0x33,0x24,0x45,0x12,0x18,0x43,0x28,0x2E,0xAD,0x40,0x40,0xBA,0x6B,0x6B,0xE1,0x48,0x4B,0xB8,0x7A,0x7E,0xDE,0x89,0x8D,0xE1,0xA2,0xA6,0xEB,
0x55,0x64,0x63,0x2A,0x41,0x14,0x29,0x42,0x0B,0x28,0x41,0x0E,0xF0,0x95,0x52,0xF1,0xA9,0x54,0xF4,0xB1,0x58,0xEE,0x9E,0x58,0xEA,0x9B,0x62,0xE8,0xAA,0x76,
0xC5,0xA7,0x97,0xA9,0xA5,0xAE,0xA9,0xA4,0xB8,0x82,0x87,0xAF,0x48,0x42,0x92,0x28,0x2C,0x62,0x42,0x29,0x68,0x77,0x46,0x87,0x7C,0x38,0x5D,0x84,0x3F,0x47,
0x4D,0x2A,0x45,0x67,0x4A,0x74,0x5D,0x41,0x8C,0x40,0x2E,0x5A,0x17,0x1C,0x48,0x28,0x36,0xB1,0x40,0x48,0xC3,0x61,0x64,0xD7,0x6C,0x6F,0xD3,0x88,0x8D,0xE3,
0x93,0x99,0xDE,0x7F,0x8C,0x9B,0x2C,0x42,0x16,0x2B,0x41,0x0D,0x2A,0x40,0x0B,0x27,0x3E,0x0E,0xEB,0x98,0x47,0xF4,0xB3,0x4F,0xF1,0xC3,0x55,0xF6,0xD1,0x5F,
0xE0,0xC6,0x7D,0xB8,0xA8,0x9C,0xA9,0xA4,0xAD,0xA9,0xA6,0xB0,0xAB,0xA8,0xB1,0xAD,0xA9,0xB3,0xA4,0x9F,0xB4,0x5F,0x57,0x71,0x50,0x20,0x23,0x92,0x23,0x11,
0xA9,0x2F,0x14,0xAA,0x3C,0x1E,0x73,0x27,0x19,0xC6,0x5A,0x37,0x94,0x50,0x4A,0x5A,0x44,0x4F,0x2B,0x24,0x40,0x29,0x34,0x9A,0x47,0x57,0xCD,0x5D,0x62,0xCB,
0x7D,0x81,0xDA,0x89,0x8F,0xE0,0x93,0x9E,0xBB,0x31,0x45,0x1E,0x2C,0x42,0x0D,0x29,0x3F,0x0B,0x27,0x3D,0x0A,0x26,0x3D,0x0C,0xF1,0xAE,0x4F,0xF4,0xC8,0x57,
0xE9,0xD1,0x68,0xC0,0xB7,0x82,0xA6,0xA2,0xA0,0xA7,0xA2,0xAC,0xA8,0xA4,0xAE,0xAA,0xA6,0xB1,0xAB,0xA7,0xB4,0xAD,0xA8,0xB6,0xAD,0xAB,0xB3,0xA4,0xA2,0xB5,
0x91,0x66,0x68,0x9E,0x22,0x0E,0xAC,0x35,0x1A,0x76,0x28,0x13,0xAD,0x34,0x20,0xCE,0x42,0x36,0xCA,0x68,0x5C,0x70,0x4C,0x51,0x79,0x67,0x72,0x3C,0x43,0x81,
0x43,0x51,0xB5,0x6C,0x74,0xD0,0x92,0x97,0xE5,0x90,0x9A,0xC4,0x31,0x44,0x25,0x2C,0x40,0x10,0x2B,0x40,0x0E,0x27,0x3D,0x0B,0x26,0x3C,0x0B,0x24,0x3B,0x0A,
0xF2,0xC2,0x60,0xD4,0xC2,0x78,0xAD,0xA3,0x8A,0xA5,0xA0,0xAB,0xA5,0xA2,0xAD,0xA6,0xA3,0xAC,0xA8,0xA4,0xB0,0xAA,0xA6,0xB0,0xAA,0xA9,0xB1,0xAD,0xAA,0xB4,
0xAE,0xA9,0xB8,0xAF,0xA8,0xB7,0xAA,0x87,0x86,0xA4,0x2B,0x12,0xAF,0x3E,0x1C,0x93,0x2A,0x0F,0xD1,0x42,0x27,0xD8,0x43,0x36,0xDC,0x71,0x67,0x9C,0x69,0x6C,
0x88,0x66,0x63,0x5F,0x53,0x63,0x56,0x5C,0xA6,0x83,0x8D,0xD8,0x9D,0xA4,0xD7,0x3D,0x51,0x44,0x2C,0x42,0x0E,0x2D,0x40,0x10,0x2C,0x40,0x0F,0x27,0x3D,0x0B,
0x25,0x3C,0x0B,0x23,0x3A,0x09,0xB7,0xAA,0x8A,0xA2,0xA1,0xA3,0xA2,0xA1,0xAA,0xA5,0xA1,0xB0,0xA7,0xA3,0xAC,0xA7,0xA3,0xAF,0xA9,0xA5,0xB0,0xAB,0xA7,0xB1,
0xAB,0xAA,0xB2,0xAC,0xAB,0xB5,0xAF,0xA9,0xB9,0xAE,0xAA,0xB7,0xB5,0xA0,0x9E,0xB5,0x56,0x32,0xB3,0x57,0x24,0xBC,0x4E,0x2A,0xD5,0x41,0x29,0xDD,0x4D,0x3A,
0xEB,0x83,0x81,0xE2,0xAF,0xA4,0x9C,0x7B,0x7C,0x6E,0x69,0x7E,0x78,0x7C,0xC0,0x86,0x92,0xBC,0x3F,0x51,0x37,0x2A,0x43,0x0B,0x2B,0x42,0x0A,0x2C,0x40,0x0E,
0x2B,0x3F,0x0E,0x27,0x3D,0x0C,0x25,0x3C,0x0B,0x23,0x3A,0x0A,0xA1,0x9E,0xA7,0xA3,0x9E,0xAD,0xA4,0xA1,0xA7,0xA6,0xA2,0xA9,0xA7,0xA3,0xAC,0xA8,0xA4,0xAF,
0xA9,0xA5,0xB0,0xAB,0xA8,0xB1,0xAB,0xAA,0xB3,0xAC,0xAB,0xB5,0xAC,0xAB,0xB8,0xAF,0xAA,0xB3,0xAF,0xA9,0xA9,0xB9,0x99,0x74,0xB7,0x92,0x72,0xC4,0x48,0x32,
0xD7,0x3F,0x2C,0xEE,0x68,0x5F,0xF1,0x90,0x8D,0xEE,0x9A,0x9C,0xB0,0x8A,0x89,0x62,0x6E,0x60,0x58,0x66,0x58,0x42,0x54,0x34,0x33,0x48,0x14,0x2A,0x41,0x0F,
0x2A,0x40,0x10,0x2A,0x40,0x0C,0x28,0x3E,0x0C,0x27,0x3D,0x0C,0x25,0x3C,0x0B,0x24,0x3A,0x0B,0xA2,0x9F,0xAA,0xA3,0x9F,0xAB,0xA4,0xA1,0xAA,0xA5,0xA1,0xAD,
0xA7,0xA3,0xB0,0xA8,0xA5,0xAE,0xA9,0xA5,0xAE,0xAB,0xA7,0xB0,0xAB,0xA9,0xB2,0xAD,0xAA,0xB3,0xAE,0xAC,0xB7,0xB0,0xAB,0xAD,0xBF,0xA6,0x92,0xC5,0x8C,0x67,
0xC1,0x5D,0x3B,0xD6,0x42,0x2B,0xE1,0x57,0x49,0xEF,0x76,0x75,0xE7,0x93,0x8E,0xC1,0x8C,0x8D,0x73,0x76,0x63,0x5F,0x6D,0x51,0x50,0x62,0x37,0x40,0x53,0x28,
0x33,0x48,0x17,0x2A,0x41,0x0A,0x29,0x3F,0x0B,0x28,0x3E,0x0C,0x27,0x3E,0x0C,0x26,0x3D,0x0C,0x25,0x3C,0x0B,0x25,0x3A,0x0C,0xA4,0xA0,0xAA,0xA4,0xA0,0xAA,
0xA3,0xA2,0xAB,0xA5,0xA4,0xAD,0xA7,0xA4,0xAE,0xA8,0xA4,0xB0,0xA9,0xA6,0xAE,0xAB,0xA7,0xAF,0xAD,0xA9,0xB1,0xAE,0xAA,0xB2,0xB0,0xAB,0xB5,0xB0,0xAB,0xB1,
0xB7,0xA6,0x93,0xC2,0x7C,0x57,0xCB,0x59,0x39,0xD7,0x51,0x40,0xDA,0x6D,0x61,0xCD,0x86,0x83,0xA3,0x88,0x82,0x7B,0x7E,0x72,0x6F,0x75,0x60,0x5F,0x6B,0x4D,
0x4F,0x60,0x38,0x40,0x54,0x24,0x33,0x49,0x16,0x2B,0x40,0x0D,0x28,0x3F,0x0B,0x27,0x3D,0x0C,0x26,0x3D,0x0D,0x25,0x3D,0x0B,0x23,0x3B,0x0C,0x24,0x3B,0x0C,
0xA5,0xA1,0xAB,0xA5,0xA1,0xAB,0xA6,0xA3,0xAC,0xA7,0xA4,0xAE,0xA8,0xA4,0xAF,0xA9,0xA5,0xB0,0xAB,0xA7,0xAF,0xAC,0xA8,0xB1,0xAE,0xAA,0xB4,0xAE,0xAB,0xB5,
0xAF,0xAC,0xB4,0xAD,0xAA,0xB4,0xA8,0xA8,0xAE,0xA8,0xA4,0xA3,0xA9,0x9C,0x9A,0xA6,0x95,0x93,0x9D,0x91,0x8E,0x8D,0x91,0x89,0x80,0x88,0x80,0x73,0x7E,0x70,
0x69,0x76,0x5C,0x5A,0x6B,0x48,0x4C,0x5F,0x36,0x3D,0x53,0x22,0x31,0x47,0x14,0x2A,0x40,0x0C,0x27,0x3E,0x0B,0x25,0x3C,0x0C,0x25,0x3C,0x0C,0x25,0x3C,0x0B,
0x23,0x3B,0x0C,0x22,0x3A,0x0C,0xA6,0xA2,0xAC,0xA6,0xA2,0xAC,0xA7,0xA3,0xAE,0xA8,0xA4,0xAF,0xA8,0xA4,0xAF,0xA9,0xA5,0xB0,0xAC,0xA7,0xAF,0xAD,0xA9,0xB2,
0xAE,0xAA,0xB5,0xAF,0xAB,0xB6,0xAE,0xAC,0xB4,0xAC,0xAA,0xB2,0xA9,0xA7,0xAD,0xA4,0xA4,0xA8,0x9D,0x9F,0xA1,0x98,0x9B,0x9A,0x91,0x94,0x90,0x89,0x8D,0x87,
0x7F,0x82,0x7A,0x73,0x7B,0x6C,0x67,0x73,0x59,0x56,0x69,0x44,0x48,0x5D,0x31,0x3D,0x52,0x21,0x30,0x46,0x13,0x29,0x3F,0x0C,0x26,0x3C,0x0B,0x24,0x3B,0x0A,
0x24,0x3B,0x0B,0x24,0x3B,0x0C,0x23,0x3B,0x0D,0x22,0x39,0x0C
} };
Nipkow Media Converter Tool V3.4 (Zip Archive)
Assembly x86The archive contains a converter (executable) and some example images and one animation for reference.
Unpack the zip file to any location on your PC.
No preview (download only).
Comments