1741 lines
72 KiB
C
1741 lines
72 KiB
C
/* source/fonts/sgl_song23.c
|
||
*
|
||
* MIT License
|
||
*
|
||
* Copyright(c) 2023-present All contributors of SGL
|
||
*
|
||
* Email: 1477153217@qq.com
|
||
*
|
||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||
* of this software and associated documentation files (the "Software"), to deal
|
||
* in the Software without restriction, including without limitation the rights
|
||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||
* copies of the Software, and to permit persons to whom the Software is
|
||
* furnished to do so, subject to the following conditions:
|
||
* The above copyright notice and this permission notice shall be included in all
|
||
* copies or substantial portions of the Software.
|
||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||
* SOFTWARE.
|
||
*/
|
||
|
||
#include <sgl_core.h>
|
||
#include <sgl_draw.h>
|
||
#include <sgl_font.h>
|
||
|
||
|
||
#if (CONFIG_SGL_FONT_SONG23)
|
||
|
||
/*
|
||
*.box_h: 24 pixel
|
||
*/
|
||
static const uint8_t sgl_ascii_song23_bitmap[] = {
|
||
/* */
|
||
|
||
/* ! */
|
||
0x00,0x00,0x8e,0xc0,0x00,0x00, //....+@%.....
|
||
0x00,0x00,0xaf,0xe0,0x00,0x00, //....%@@.....
|
||
0x00,0x00,0xaf,0xe0,0x00,0x00, //....%@@.....
|
||
0x00,0x00,0x8e,0xc0,0x00,0x00, //....+@%.....
|
||
0x00,0x00,0x5e,0xc0,0x00,0x00, //....+@%.....
|
||
0x00,0x00,0x3e,0xa0,0x00,0x00, //.....@%.....
|
||
0x00,0x00,0x3c,0x80,0x00,0x00, //.....%+.....
|
||
0x00,0x00,0x3c,0x80,0x00,0x00, //.....%+.....
|
||
0x00,0x00,0x0c,0x80,0x00,0x00, //.....%+.....
|
||
0x00,0x00,0x0a,0x50,0x00,0x00, //.....%+.....
|
||
0x00,0x00,0x0a,0x50,0x00,0x00, //.....%+.....
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x8e,0xc0,0x00,0x00, //....+@%.....
|
||
0x00,0x00,0xcf,0xe5,0x00,0x00, //....%@@+....
|
||
0x00,0x00,0x8e,0xc0,0x00,0x00, //....+@%.....
|
||
|
||
|
||
/* " */
|
||
0x00,0x03,0xee,0x58,0xec,0x00, //....@@++@%..
|
||
0x00,0x0a,0xfe,0x5e,0xfe,0x00, //...%@@+@@@..
|
||
0x00,0x3e,0xe8,0x8e,0xe3,0x00, //...@@++@@...
|
||
0x00,0xae,0x80,0xee,0x30,0x00, //..%@+.@@....
|
||
0x03,0xea,0x08,0xc5,0x00,0x00, //..@%.+%+....
|
||
0x08,0xa0,0x0a,0x50,0x00,0x00, //.+%..%+.....
|
||
|
||
|
||
/* # */
|
||
0x00,0x0c,0xa0,0x00,0xac,0x00, //...%%...%%..
|
||
0x00,0x0a,0x80,0x00,0xac,0x00, //...%+...%%..
|
||
0x00,0x0c,0x80,0x00,0xca,0x00, //...%+...%%..
|
||
0x03,0x3c,0x83,0x33,0xca,0x30, //...%+...%%..
|
||
0x8e,0xff,0xff,0xff,0xff,0xe8, //+@@@@@@@@@@+
|
||
0x5a,0xac,0xca,0xaa,0xec,0xa5, //+%%%%%%%@%%+
|
||
0x00,0x5a,0x30,0x00,0xa5,0x00, //..+%....%+..
|
||
0x00,0x5a,0x30,0x03,0xa5,0x00, //..+%....%+..
|
||
0x00,0x8c,0x00,0x05,0xa3,0x00, //..+%...+%...
|
||
0x00,0x8c,0x00,0x05,0xa3,0x00, //..+%...+%...
|
||
0x8c,0xee,0xcc,0xce,0xfc,0xc8, //+%@@%%%@@%%+
|
||
0x8e,0xff,0xff,0xff,0xff,0xe8, //+@@@@@@@@@@+
|
||
0x00,0xca,0x00,0x0a,0xc0,0x00, //..%%...%%...
|
||
0x00,0xca,0x00,0x0a,0xc0,0x00, //..%%...%%...
|
||
0x00,0xa8,0x00,0x0a,0xc0,0x00, //..%+...%%...
|
||
0x00,0xc8,0x00,0x0c,0xa0,0x00, //..%+...%%...
|
||
|
||
|
||
/* $ */
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x0a,0xc0,0x00,0x00, //.....%%.....
|
||
0x00,0x03,0xcf,0xfe,0xa0,0x00, //....%@@@%...
|
||
0x00,0x5e,0xca,0xc8,0xec,0x00, //..+@%%%+@%..
|
||
0x00,0xee,0x0a,0xc3,0xee,0x30, //..@@.%%.@@..
|
||
0x03,0xec,0x0a,0xc8,0xec,0x00, //..@%.%%+@%..
|
||
0x03,0xee,0x3a,0xc0,0x00,0x00, //..@@.%%.....
|
||
0x00,0xaf,0xea,0xc0,0x00,0x00, //..%@@%%.....
|
||
0x00,0x0c,0xff,0xc0,0x00,0x00, //...%@@%.....
|
||
0x00,0x00,0xae,0xfc,0x00,0x00, //....%@@%....
|
||
0x00,0x00,0x0a,0xff,0xc0,0x00, //.....%@@%...
|
||
0x00,0x00,0x0a,0xce,0xfa,0x00, //.....%%@@%..
|
||
0x00,0x00,0x0a,0xc3,0xee,0x30, //.....%%.@@..
|
||
0x05,0xee,0x0a,0xc0,0xae,0x50, //.+@@.%%.%@+.
|
||
0x0a,0xfe,0x3a,0xc0,0xae,0x50, //.%@@.%%.%@+.
|
||
0x08,0xea,0x0a,0xc0,0xce,0x30, //.+@%.%%.%@..
|
||
0x00,0xee,0x5a,0xc8,0xc8,0x00, //..@@+%%+%+..
|
||
0x00,0x0a,0xef,0xfc,0x50,0x00, //...%@@@%+...
|
||
0x00,0x00,0x0a,0xc0,0x00,0x00, //.....%%.....
|
||
0x00,0x00,0x0a,0xc0,0x00,0x00, //.....%%.....
|
||
0x00,0x00,0x03,0x50,0x00,0x00, //......+.....
|
||
|
||
|
||
/* % */
|
||
0x0a,0xee,0x50,0x00,0xaa,0x00, //.%@@+...%%..
|
||
0x8c,0x5a,0xe3,0x03,0x83,0x00, //+%+%@...+...
|
||
0xce,0x05,0xc8,0x0a,0xa0,0x00, //%@.+%+.%%...
|
||
0xec,0x03,0xea,0x0a,0x50,0x00, //@%..@%.%+...
|
||
0xec,0x03,0xea,0x8a,0x00,0x00, //@%..@%+%....
|
||
0xec,0x03,0xea,0xc8,0x00,0x00, //@%..@%%+....
|
||
0xce,0x05,0xc8,0xa3,0x00,0x00, //%@.+%+%.....
|
||
0x8c,0x5a,0xea,0xaa,0xee,0x80, //+%+%@%%%@@+.
|
||
0x0a,0xee,0x8a,0x6c,0x8a,0xe3, //.%@@+%+%+%@.
|
||
0x00,0x00,0x8a,0xae,0x05,0xc8, //....+%%@.+%+
|
||
0x00,0x00,0xa5,0xec,0x03,0xea, //....%+@%..@%
|
||
0x00,0x05,0xa0,0xec,0x03,0xea, //...+%.@%..@%
|
||
0x00,0x0a,0x80,0xec,0x03,0xea, //...%+.@%..@%
|
||
0x00,0x38,0x30,0xce,0x05,0xc8, //...+..%@.+%+
|
||
0x00,0xaa,0x00,0x5a,0x5a,0xe3, //..%%..+%+%@.
|
||
0x03,0xa5,0x00,0x0a,0xee,0x80, //..%+...%@@+.
|
||
|
||
|
||
/* & */
|
||
0x00,0x3c,0xfe,0xa0,0x00,0x00, //...%@@%.....
|
||
0x00,0xce,0x38,0xc8,0x00,0x00, //..%@.+%+....
|
||
0x03,0xea,0x05,0xea,0x00,0x00, //..@%.+@%....
|
||
0x05,0xc8,0x05,0xea,0x00,0x00, //.+%+.+@%....
|
||
0x03,0xea,0x08,0xc5,0x00,0x00, //..@%.+%+....
|
||
0x03,0xec,0x0c,0xc0,0x00,0x00, //..@%.%%.....
|
||
0x00,0xce,0xaa,0x00,0x00,0x00, //..%@%%......
|
||
0x00,0xcf,0xa0,0x5e,0xff,0xc0, //..%@%.+@@@%.
|
||
0x0c,0xae,0xe0,0x03,0xea,0x00, //.%%@@...@%..
|
||
0x8c,0x3c,0xe8,0x03,0xa5,0x00, //+%.%@+..%+..
|
||
0xce,0x05,0xee,0x05,0xa0,0x00, //%@.+@@.+%...
|
||
0xee,0x00,0xaf,0xaa,0xa0,0x00, //@@..%@%%%...
|
||
0xee,0x30,0x3e,0xea,0x50,0x00, //@@...@@%+...
|
||
0xce,0x50,0x05,0xee,0x30,0x33, //%@+..+@@....
|
||
0x3e,0xe5,0x08,0xce,0xe3,0xaa, //.@@+.+%@@.%%
|
||
0x03,0xcf,0xec,0x35,0xef,0xc3, //..%@@%.+@@%.
|
||
|
||
|
||
/* ' */
|
||
0x08,0xee,0x50,0x00,0x00,0x00, //.+@@+.......
|
||
0x0a,0xff,0xa0,0x00,0x00,0x00, //.%@@%.......
|
||
0x00,0xae,0xa0,0x00,0x00,0x00, //..%@%.......
|
||
0x00,0x5c,0x80,0x00,0x00,0x00, //..+%+.......
|
||
0x00,0xcc,0x00,0x00,0x00,0x00, //..%%........
|
||
0x0a,0xa0,0x00,0x00,0x00,0x00, //.%%.........
|
||
|
||
|
||
/* ( */
|
||
0x00,0x00,0x00,0x00,0x0a,0xa0, //.........%%.
|
||
0x00,0x00,0x00,0x00,0x8c,0x30, //........+%..
|
||
0x00,0x00,0x00,0x05,0xa5,0x00, //.......+%+..
|
||
0x00,0x00,0x00,0x0e,0xc0,0x00, //.......@%...
|
||
0x00,0x00,0x00,0xae,0x30,0x00, //......%@....
|
||
0x00,0x00,0x03,0xec,0x00,0x00, //......@%....
|
||
0x00,0x00,0x08,0xc8,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x0c,0xe3,0x00,0x00, //.....%@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xc0,0x00,0x00, //.....@%.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0c,0xe3,0x00,0x00, //.....%@.....
|
||
0x00,0x00,0x08,0xc8,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x03,0xec,0x00,0x00, //......@%....
|
||
0x00,0x00,0x00,0xae,0x30,0x00, //......%@....
|
||
0x00,0x00,0x00,0x3e,0xa0,0x00, //.......@%...
|
||
0x00,0x00,0x00,0x05,0xa5,0x00, //.......+%+..
|
||
0x00,0x00,0x00,0x00,0x8c,0x30, //........+%..
|
||
0x00,0x00,0x00,0x00,0x0a,0xa0, //.........%%.
|
||
|
||
|
||
/* ) */
|
||
0x0a,0x80,0x00,0x00,0x00,0x00, //.%+.........
|
||
0x03,0xc8,0x00,0x00,0x00,0x00, //..%+........
|
||
0x00,0x8c,0x50,0x00,0x00,0x00, //..+%+.......
|
||
0x00,0x0c,0xe0,0x00,0x00,0x00, //...%@.......
|
||
0x00,0x05,0xc8,0x00,0x00,0x00, //...+%+......
|
||
0x00,0x00,0xce,0x00,0x00,0x00, //....%@......
|
||
0x00,0x00,0x8c,0x80,0x00,0x00, //....+%+.....
|
||
0x00,0x00,0x5e,0xa0,0x00,0x00, //....+@%.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x5e,0xa0,0x00,0x00, //....+@%.....
|
||
0x00,0x00,0x8c,0x80,0x00,0x00, //....+%+.....
|
||
0x00,0x00,0xce,0x00,0x00,0x00, //....%@......
|
||
0x00,0x05,0xea,0x00,0x00,0x00, //...+@%......
|
||
0x00,0x0c,0xe0,0x00,0x00,0x00, //...%@.......
|
||
0x00,0x8c,0x50,0x00,0x00,0x00, //..+%+.......
|
||
0x03,0xc8,0x00,0x00,0x00,0x00, //..%+........
|
||
0x0a,0x80,0x00,0x00,0x00,0x00, //.%+.........
|
||
|
||
|
||
/* * */
|
||
0x00,0x00,0x3e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x3e,0xe5,0x0e,0xc0,0x8e,0xe0, //.@@+.@%.+@@.
|
||
0x0a,0xee,0x5c,0xaa,0xfe,0xa0, //.%@@+%%%@@%.
|
||
0x00,0x05,0xa8,0xaa,0x50,0x00, //...+%+%%+...
|
||
0x00,0x05,0xaa,0xaa,0x50,0x00, //...+%%%%+...
|
||
0x0a,0xee,0xaa,0xaa,0xfe,0xa0, //.%@@%%%%@@%.
|
||
0x5e,0xe5,0x0e,0xc0,0x8e,0xe3, //+@@+.@%.+@@.
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x5e,0xe3,0x00,0x00, //....+@@.....
|
||
0x00,0x00,0x5e,0xe0,0x00,0x00, //....+@@.....
|
||
|
||
|
||
/* + */
|
||
0x00,0x00,0x0a,0xc0,0x00,0x00, //.....%%.....
|
||
0x00,0x00,0x0a,0xc0,0x00,0x00, //.....%%.....
|
||
0x00,0x00,0x0a,0xc0,0x00,0x00, //.....%%.....
|
||
0x00,0x00,0x0a,0xc0,0x00,0x00, //.....%%.....
|
||
0x00,0x00,0x0a,0xc0,0x00,0x00, //.....%%.....
|
||
0x3e,0xff,0xff,0xff,0xff,0xe5, //.@@@@@@@@@@+
|
||
0x00,0x00,0x0a,0xc0,0x00,0x00, //.....%%.....
|
||
0x00,0x00,0x0a,0xc0,0x00,0x00, //.....%%.....
|
||
0x00,0x00,0x0a,0xc0,0x00,0x00, //.....%%.....
|
||
0x00,0x00,0x0a,0xc0,0x00,0x00, //.....%%.....
|
||
0x00,0x00,0x0a,0xc0,0x00,0x00, //.....%%.....
|
||
|
||
|
||
/* , */
|
||
0x08,0xee,0x50,0x00,0x00,0x00, //.+@@+.......
|
||
0x0a,0xff,0xa0,0x00,0x00,0x00, //.%@@%.......
|
||
0x00,0xaf,0xa0,0x00,0x00,0x00, //..%@%.......
|
||
0x00,0x5c,0x80,0x00,0x00,0x00, //..+%+.......
|
||
0x00,0xcc,0x00,0x00,0x00,0x00, //..%%........
|
||
0x0a,0xa0,0x00,0x00,0x00,0x00, //.%%.........
|
||
|
||
|
||
/* - */
|
||
0xaf,0xff,0xff,0xff,0xff,0xe0, //%@@@@@@@@@@.
|
||
|
||
|
||
/* . */
|
||
0x08,0xee,0x30,0x00,0x00,0x00, //.+@@........
|
||
0x0c,0xfe,0x80,0x00,0x00,0x00, //.%@@+.......
|
||
0x08,0xee,0x30,0x00,0x00,0x00, //.+@@........
|
||
|
||
|
||
/* / */
|
||
0x00,0x00,0x00,0x00,0x03,0x83, //..........+.
|
||
0x00,0x00,0x00,0x00,0x0a,0xc0, //.........%%.
|
||
0x00,0x00,0x00,0x00,0x3a,0x50, //.........%+.
|
||
0x00,0x00,0x00,0x00,0xac,0x00, //........%%..
|
||
0x00,0x00,0x00,0x03,0xa5,0x00, //........%+..
|
||
0x00,0x00,0x00,0x08,0xc0,0x00, //.......+%...
|
||
0x00,0x00,0x00,0x0a,0x50,0x00, //.......%+...
|
||
0x00,0x00,0x00,0x8c,0x00,0x00, //......+%....
|
||
0x00,0x00,0x00,0xa5,0x00,0x00, //......%+....
|
||
0x00,0x00,0x08,0xc0,0x00,0x00, //.....+%.....
|
||
0x00,0x00,0x0c,0x80,0x00,0x00, //.....%+.....
|
||
0x00,0x00,0x8c,0x00,0x00,0x00, //....+%......
|
||
0x00,0x00,0xc8,0x00,0x00,0x00, //....%+......
|
||
0x00,0x08,0xc0,0x00,0x00,0x00, //...+%.......
|
||
0x00,0x0a,0x80,0x00,0x00,0x00, //...%+.......
|
||
0x00,0x8c,0x00,0x00,0x00,0x00, //..+%........
|
||
0x00,0xc8,0x00,0x00,0x00,0x00, //..%+........
|
||
0x08,0xa0,0x00,0x00,0x00,0x00, //.+%.........
|
||
0x0c,0x80,0x00,0x00,0x00,0x00, //.%+.........
|
||
0x5a,0x00,0x00,0x00,0x00,0x00, //+%..........
|
||
|
||
|
||
/* 0 */
|
||
0x00,0x05,0xcf,0xfc,0x30,0x00, //...+%@@%....
|
||
0x00,0x5e,0xe3,0x3e,0xe5,0x00, //..+@@..@@+..
|
||
0x00,0xee,0x50,0x03,0xee,0x00, //..@@+...@@..
|
||
0x08,0xec,0x00,0x00,0xce,0x50, //.+@%....%@+.
|
||
0x0c,0xe8,0x00,0x00,0xaf,0xa0, //.%@+....%@%.
|
||
0x0e,0xe5,0x00,0x00,0x8e,0xc0, //.@@+....+@%.
|
||
0x3e,0xe3,0x00,0x00,0x5e,0xe0, //.@@.....+@@.
|
||
0x3e,0xe3,0x00,0x00,0x5e,0xe0, //.@@.....+@@.
|
||
0x3e,0xe3,0x00,0x00,0x5e,0xe0, //.@@.....+@@.
|
||
0x3e,0xe3,0x00,0x00,0x5e,0xe0, //.@@.....+@@.
|
||
0x0e,0xe5,0x00,0x00,0x8e,0xc0, //.@@+....+@%.
|
||
0x0c,0xe8,0x00,0x00,0xaf,0xa0, //.%@+....%@%.
|
||
0x08,0xec,0x00,0x00,0xce,0x50, //.+@%....%@+.
|
||
0x00,0xee,0x50,0x05,0xec,0x00, //..@@+..+@%..
|
||
0x00,0x5e,0xe3,0x3e,0xe3,0x00, //..+@@..@@...
|
||
0x00,0x05,0xcf,0xfc,0x30,0x00, //...+%@@%....
|
||
|
||
|
||
/* 1 */
|
||
0x00,0x00,0x03,0x83,0x00,0x00, //......+.....
|
||
0x00,0x5a,0xcf,0xe3,0x00,0x00, //..+%%@@.....
|
||
0x00,0x36,0x8e,0xe3,0x00,0x00, //...++@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x5e,0xe8,0x00,0x00, //....+@@+....
|
||
0x00,0x8e,0xff,0xff,0xfc,0x00, //..+@@@@@@%..
|
||
|
||
|
||
/* 2 */
|
||
0x00,0x0a,0xef,0xfe,0xa0,0x00, //...%@@@@%...
|
||
0x00,0xcc,0x50,0x0a,0xee,0x00, //..%%+..%@@..
|
||
0x0a,0xe5,0x00,0x00,0xce,0x80, //.%@+....%@+.
|
||
0x0c,0xe5,0x00,0x00,0x8e,0xa0, //.%@+....+@%.
|
||
0x0c,0xfc,0x00,0x00,0x8e,0xa0, //.%@%....+@%.
|
||
0x03,0x63,0x00,0x00,0xae,0x80, //..+.....%@+.
|
||
0x00,0x00,0x00,0x03,0xee,0x00, //........@@..
|
||
0x00,0x00,0x00,0x0a,0xe3,0x00, //.......%@...
|
||
0x00,0x00,0x00,0x8c,0x30,0x00, //......+%....
|
||
0x00,0x00,0x08,0xc3,0x00,0x00, //.....+%.....
|
||
0x00,0x00,0x8c,0x30,0x00,0x00, //....+%......
|
||
0x00,0x08,0xc3,0x00,0x00,0x00, //...+%.......
|
||
0x00,0x8c,0x30,0x00,0x08,0xa0, //..+%.....+%.
|
||
0x05,0xa5,0x00,0x00,0x0c,0xa0, //.+%+.....%%.
|
||
0x3e,0xc6,0x66,0x66,0xce,0x80, //.@%+++++%@+.
|
||
0x3e,0xff,0xff,0xff,0xfe,0x50, //.@@@@@@@@@+.
|
||
|
||
|
||
/* 3 */
|
||
0x00,0x3a,0xef,0xfc,0x50,0x00, //...%@@@%+...
|
||
0x00,0xcc,0x30,0x5e,0xe5,0x00, //..%%..+@@+..
|
||
0x08,0xc8,0x00,0x05,0xee,0x00, //.+%+...+@@..
|
||
0x08,0xec,0x00,0x00,0xee,0x30, //.+@%....@@..
|
||
0x00,0x53,0x00,0x00,0xee,0x00, //..+.....@@..
|
||
0x00,0x00,0x00,0x05,0xea,0x00, //.......+@%..
|
||
0x00,0x00,0x00,0x5c,0xa0,0x00, //......+%%...
|
||
0x00,0x00,0xaf,0xfc,0x30,0x00, //....%@@%....
|
||
0x00,0x00,0x00,0x3c,0xe8,0x00, //.......%@+..
|
||
0x00,0x00,0x00,0x00,0xee,0x30, //........@@..
|
||
0x00,0x00,0x00,0x00,0x8e,0xa0, //........+@%.
|
||
0x00,0x53,0x00,0x00,0x8e,0xc0, //..+.....+@%.
|
||
0x0c,0xfc,0x00,0x00,0x8e,0xa0, //.%@%....+@%.
|
||
0x0c,0xfa,0x00,0x00,0xce,0x50, //.%@%....%@+.
|
||
0x03,0xec,0x30,0x3c,0xfa,0x00, //..@%...%@%..
|
||
0x00,0x3c,0xef,0xfc,0x50,0x00, //...%@@@%+...
|
||
|
||
|
||
/* 4 */
|
||
0x00,0x00,0x00,0x0e,0xc0,0x00, //.......@%...
|
||
0x00,0x00,0x00,0xaf,0xc0,0x00, //......%@%...
|
||
0x00,0x00,0x05,0xef,0xc0,0x00, //.....+@@%...
|
||
0x00,0x00,0x0e,0xce,0xc0,0x00, //.....@%@%...
|
||
0x00,0x00,0xce,0x5e,0xc0,0x00, //....%@+@%...
|
||
0x00,0x08,0xc5,0x5e,0xc0,0x00, //...+%++@%...
|
||
0x00,0x3c,0x80,0x5e,0xc0,0x00, //...%+.+@%...
|
||
0x00,0xcc,0x00,0x5e,0xc0,0x00, //..%%..+@%...
|
||
0x08,0xc0,0x00,0x5e,0xc0,0x00, //.+%...+@%...
|
||
0x3a,0x50,0x00,0x5e,0xc0,0x00, //.%+...+@%...
|
||
0x8e,0xff,0xff,0xff,0xff,0xe5, //+@@@@@@@@@@+
|
||
0x00,0x00,0x00,0x5e,0xc0,0x00, //......+@%...
|
||
0x00,0x00,0x00,0x5e,0xc0,0x00, //......+@%...
|
||
0x00,0x00,0x00,0x5e,0xc0,0x00, //......+@%...
|
||
0x00,0x00,0x00,0x8e,0xe3,0x00, //......+@@...
|
||
0x00,0x00,0xaf,0xff,0xff,0xe0, //....%@@@@@@.
|
||
|
||
|
||
/* 5 */
|
||
0x00,0xcf,0xff,0xff,0xfe,0x80, //..%@@@@@@@+.
|
||
0x00,0xaa,0x66,0x66,0x65,0x30, //..%%++++++..
|
||
0x00,0xa8,0x00,0x00,0x00,0x00, //..%+........
|
||
0x00,0xc8,0x00,0x00,0x00,0x00, //..%+........
|
||
0x00,0xa5,0x00,0x00,0x00,0x00, //..%+........
|
||
0x00,0xa5,0x00,0x00,0x00,0x00, //..%+........
|
||
0x03,0xa5,0xcf,0xfe,0xa0,0x00, //..%+%@@@%...
|
||
0x03,0xaa,0x80,0x08,0xec,0x00, //..%%+..+@%..
|
||
0x00,0xa8,0x00,0x00,0xce,0x50, //..%+....%@+.
|
||
0x00,0x00,0x00,0x00,0x8e,0xa0, //........+@%.
|
||
0x00,0x00,0x00,0x00,0x5e,0xc0, //........+@%.
|
||
0x08,0xca,0x00,0x00,0x5e,0xc0, //.+%%....+@%.
|
||
0x0c,0xfc,0x00,0x00,0x8e,0xa0, //.%@%....+@%.
|
||
0x0a,0xe5,0x00,0x00,0xce,0x50, //.%@+....%@+.
|
||
0x03,0xec,0x30,0x3c,0xfa,0x00, //..@%...%@%..
|
||
0x00,0x3a,0xef,0xfe,0x80,0x00, //...%@@@@+...
|
||
|
||
|
||
/* 6 */
|
||
0x00,0x00,0xae,0xff,0xc3,0x00, //....%@@@%...
|
||
0x00,0x0c,0xe5,0x05,0xee,0x00, //...%@+.+@@..
|
||
0x00,0xce,0x30,0x05,0xee,0x30, //..%@...+@@..
|
||
0x05,0xea,0x00,0x00,0x33,0x00, //.+@%........
|
||
0x0a,0xe8,0x00,0x00,0x00,0x00, //.%@+........
|
||
0x0e,0xe5,0x00,0x00,0x00,0x00, //.@@+........
|
||
0x0e,0xe3,0xae,0xff,0xc3,0x00, //.@@.%@@@%...
|
||
0x3e,0xec,0xc3,0x05,0xee,0x30, //.@@%%..+@@..
|
||
0x3e,0xfc,0x00,0x00,0x8e,0xa0, //.@@%....+@%.
|
||
0x3e,0xe3,0x00,0x00,0x3e,0xe0, //.@@......@@.
|
||
0x3e,0xe3,0x00,0x00,0x3e,0xe0, //.@@......@@.
|
||
0x0e,0xe5,0x00,0x00,0x3e,0xe0, //.@@+.....@@.
|
||
0x0a,0xfa,0x00,0x00,0x3e,0xc0, //.%@%.....@%.
|
||
0x05,0xee,0x30,0x00,0x8c,0x80, //.+@@....+%+.
|
||
0x00,0xae,0xe3,0x05,0xec,0x00, //..%@@..+@%..
|
||
0x00,0x05,0xcf,0xfe,0xa0,0x00, //...+%@@@%...
|
||
|
||
|
||
/* 7 */
|
||
0x05,0xef,0xff,0xff,0xff,0xe0, //.+@@@@@@@@@.
|
||
0x08,0xec,0x66,0x66,0x8c,0x80, //.+@%+++++%+.
|
||
0x0a,0xc0,0x00,0x00,0xac,0x00, //.%%.....%%..
|
||
0x0a,0x80,0x00,0x03,0xa5,0x00, //.%+.....%+..
|
||
0x00,0x00,0x00,0x0a,0xa0,0x00, //.......%%...
|
||
0x00,0x00,0x00,0x3a,0x50,0x00, //.......%+...
|
||
0x00,0x00,0x00,0xac,0x00,0x00, //......%%....
|
||
0x00,0x00,0x03,0xc8,0x00,0x00, //......%+....
|
||
0x00,0x00,0x0a,0xe3,0x00,0x00, //.....%@.....
|
||
0x00,0x00,0x0e,0xc0,0x00,0x00, //.....@%.....
|
||
0x00,0x00,0x5e,0xa0,0x00,0x00, //....+@%.....
|
||
0x00,0x00,0xae,0x80,0x00,0x00, //....%@+.....
|
||
0x00,0x00,0xce,0x80,0x00,0x00, //....%@+.....
|
||
0x00,0x00,0xef,0xa0,0x00,0x00, //....@@%.....
|
||
0x00,0x03,0xef,0xa0,0x00,0x00, //....@@%.....
|
||
0x00,0x00,0xce,0x80,0x00,0x00, //....%@+.....
|
||
|
||
|
||
/* 8 */
|
||
0x00,0x3a,0xef,0xfe,0xa0,0x00, //...%@@@@%...
|
||
0x00,0xee,0x50,0x08,0xec,0x00, //..@@+..+@%..
|
||
0x0a,0xe5,0x00,0x00,0xae,0x80, //.%@+....%@+.
|
||
0x0c,0xe0,0x00,0x00,0x5e,0xa0, //.%@.....+@%.
|
||
0x0c,0xe3,0x00,0x00,0x5c,0x80, //.%@.....+%+.
|
||
0x08,0xee,0x30,0x00,0xae,0x30, //.+@@....%@..
|
||
0x00,0xae,0xe8,0x05,0xa5,0x00, //..%@@+.+%+..
|
||
0x00,0x08,0xef,0xfe,0x30,0x00, //...+@@@@....
|
||
0x00,0xac,0x35,0xcf,0xe3,0x00, //..%%.+%@@...
|
||
0x08,0xc5,0x00,0x0a,0xee,0x30, //.+%+...%@@..
|
||
0x0e,0xc0,0x00,0x00,0xaf,0xa0, //.@%.....%@%.
|
||
0x3e,0xa0,0x00,0x00,0x3e,0xc0, //.@%......@%.
|
||
0x3e,0xa0,0x00,0x00,0x3e,0xc0, //.@%......@%.
|
||
0x0e,0xe3,0x00,0x00,0x8c,0x80, //.@@.....+%+.
|
||
0x03,0xee,0x50,0x08,0xec,0x00, //..@@+..+@%..
|
||
0x00,0x3a,0xef,0xfe,0x80,0x00, //...%@@@@+...
|
||
|
||
|
||
/* 9 */
|
||
0x00,0x3a,0xef,0xfc,0x50,0x00, //...%@@@%+...
|
||
0x00,0xee,0x50,0x3c,0xe8,0x00, //..@@+..%@+..
|
||
0x0a,0xe8,0x00,0x00,0xee,0x30, //.%@+....@@..
|
||
0x0e,0xe3,0x00,0x00,0xae,0x80, //.@@.....%@+.
|
||
0x3e,0xe0,0x00,0x00,0x8e,0xc0, //.@@.....+@%.
|
||
0x3e,0xe0,0x00,0x00,0x8e,0xc0, //.@@.....+@%.
|
||
0x3e,0xe0,0x00,0x00,0xaf,0xe0, //.@@.....%@@.
|
||
0x0e,0xe5,0x00,0x03,0xef,0xe0, //.@@+....@@@.
|
||
0x08,0xee,0x50,0x5c,0x8e,0xe0, //.+@@+.+%+@@.
|
||
0x00,0x5c,0xff,0xe8,0xaf,0xc0, //..+%@@@+%@%.
|
||
0x00,0x00,0x00,0x00,0xcf,0xa0, //........%@%.
|
||
0x00,0x00,0x00,0x00,0xee,0x50, //........@@+.
|
||
0x00,0x30,0x00,0x05,0xee,0x00, //.......+@@..
|
||
0x05,0xee,0x30,0x0c,0xe8,0x00, //.+@@...%@+..
|
||
0x05,0xee,0x33,0xcf,0xa0,0x00, //.+@@..%@%...
|
||
0x00,0x5e,0xff,0xe5,0x00,0x00, //..+@@@@+....
|
||
|
||
|
||
/* : */
|
||
0x00,0x00,0xae,0xc0,0x00,0x00, //....%@%.....
|
||
0x00,0x00,0xef,0xe3,0x00,0x00, //....@@@.....
|
||
0x00,0x00,0xae,0xc0,0x00,0x00, //....%@%.....
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0xae,0xc0,0x00,0x00, //....%@%.....
|
||
0x00,0x00,0xef,0xe3,0x00,0x00, //....@@@.....
|
||
0x00,0x00,0xae,0xc0,0x00,0x00, //....%@%.....
|
||
|
||
|
||
/* ; */
|
||
0x00,0x00,0x8e,0xe3,0x00,0x00, //....+@@.....
|
||
0x00,0x00,0x8c,0xc3,0x00,0x00, //....+%%.....
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x8c,0xc3,0x00,0x00, //....+%%.....
|
||
0x00,0x00,0x8e,0xe3,0x00,0x00, //....+@@.....
|
||
0x00,0x00,0x0c,0xc0,0x00,0x00, //.....%%.....
|
||
0x00,0x00,0x5a,0x50,0x00,0x00, //....+%+.....
|
||
|
||
|
||
/* < */
|
||
0x00,0x00,0x00,0x00,0x5a,0x30, //........+%..
|
||
0x00,0x00,0x00,0x05,0xa5,0x00, //.......+%+..
|
||
0x00,0x00,0x00,0x5a,0x50,0x00, //......+%+...
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x5a,0x50,0x00,0x00, //....+%+.....
|
||
0x00,0x05,0xa5,0x00,0x00,0x00, //...+%+......
|
||
0x00,0x5a,0x50,0x00,0x00,0x00, //..+%+.......
|
||
0x05,0xa5,0x00,0x00,0x00,0x00, //.+%+........
|
||
0x05,0xa5,0x00,0x00,0x00,0x00, //.+%+........
|
||
0x00,0x5a,0x50,0x00,0x00,0x00, //..+%+.......
|
||
0x00,0x05,0xa5,0x00,0x00,0x00, //...+%+......
|
||
0x00,0x00,0x5a,0x50,0x00,0x00, //....+%+.....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x00,0x5a,0x50,0x00, //......+%+...
|
||
0x00,0x00,0x00,0x05,0xa5,0x00, //.......+%+..
|
||
0x00,0x00,0x00,0x00,0x5a,0x30, //........+%..
|
||
|
||
|
||
/* = */
|
||
0xaf,0xff,0xff,0xff,0xff,0xe0, //%@@@@@@@@@@.
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0xaf,0xff,0xff,0xff,0xff,0xe0, //%@@@@@@@@@@.
|
||
|
||
|
||
/* > */
|
||
0x0a,0xc0,0x00,0x00,0x00,0x00, //.%%.........
|
||
0x00,0xcc,0x00,0x00,0x00,0x00, //..%%........
|
||
0x00,0x0c,0xc0,0x00,0x00,0x00, //...%%.......
|
||
0x00,0x00,0xcc,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0x0c,0xc0,0x00,0x00, //.....%%.....
|
||
0x00,0x00,0x00,0xcc,0x00,0x00, //......%%....
|
||
0x00,0x00,0x00,0x0c,0xc0,0x00, //.......%%...
|
||
0x00,0x00,0x00,0x00,0xcc,0x00, //........%%..
|
||
0x00,0x00,0x00,0x00,0xcc,0x00, //........%%..
|
||
0x00,0x00,0x00,0x0c,0xc0,0x00, //.......%%...
|
||
0x00,0x00,0x00,0xcc,0x00,0x00, //......%%....
|
||
0x00,0x00,0x0c,0xc0,0x00,0x00, //.....%%.....
|
||
0x00,0x00,0xcc,0x00,0x00,0x00, //....%%......
|
||
0x00,0x0c,0xc0,0x00,0x00,0x00, //...%%.......
|
||
0x00,0xcc,0x00,0x00,0x00,0x00, //..%%........
|
||
0x0a,0xc0,0x00,0x00,0x00,0x00, //.%%.........
|
||
|
||
|
||
/* ? */
|
||
0x00,0x08,0xef,0xfe,0xa3,0x00, //...+@@@@%...
|
||
0x00,0xcc,0x30,0x05,0xee,0x30, //..%%...+@@..
|
||
0x0a,0xc0,0x00,0x00,0x8e,0xc0, //.%%.....+@%.
|
||
0x0e,0xa0,0x00,0x00,0x5e,0xe0, //.@%.....+@@.
|
||
0x0e,0xea,0x00,0x00,0x5e,0xe0, //.@@%....+@@.
|
||
0x0c,0xfc,0x00,0x00,0xaf,0xa0, //.%@%....%@%.
|
||
0x00,0x00,0x00,0x0a,0xca,0x00, //.......%%%..
|
||
0x00,0x00,0x03,0xec,0x50,0x00, //......@%+...
|
||
0x00,0x00,0x0c,0xa0,0x00,0x00, //.....%%.....
|
||
0x00,0x00,0x0c,0x80,0x00,0x00, //.....%+.....
|
||
0x00,0x00,0x0c,0x80,0x00,0x00, //.....%+.....
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x8e,0xc0,0x00,0x00, //....+@%.....
|
||
0x00,0x00,0xcf,0xe5,0x00,0x00, //....%@@+....
|
||
0x00,0x00,0x8e,0xc0,0x00,0x00, //....+@%.....
|
||
|
||
|
||
/* @ */
|
||
0x00,0x00,0xae,0xff,0xc3,0x00, //....%@@@%...
|
||
0x00,0x3e,0xe5,0x03,0xac,0x50, //...@@+..%%+.
|
||
0x00,0xcc,0x30,0x00,0x0a,0xc0, //..%%.....%%.
|
||
0x08,0xc5,0x05,0xee,0xea,0xc8, //.+%+.+@@@%%+
|
||
0x0c,0xe0,0x3e,0xc5,0xc8,0xca, //.%@..@%+%+%%
|
||
0x3e,0xc0,0xce,0x05,0xa5,0xaa, //.@%.%@.+%+%%
|
||
0x3e,0xa3,0xea,0x08,0xc3,0xac, //.@%.@%.+%.%%
|
||
0x5e,0xa8,0xc5,0x0a,0xe0,0xaa, //+@%+%+.%@.%%
|
||
0x5e,0xaa,0xe3,0x0c,0xe0,0xca, //+@%%@..%@.%%
|
||
0x5e,0xac,0xe3,0x3e,0xc3,0xa5, //+@%%@..@%.%+
|
||
0x3e,0xaa,0xe3,0xcf,0xaa,0xc0, //.@%%@.%@%%%.
|
||
0x0c,0xe0,0xcf,0xca,0xec,0x30, //.%@.%@%%@%..
|
||
0x08,0xc5,0x00,0x00,0x00,0xa8, //.+%+......%+
|
||
0x00,0xec,0x00,0x00,0x0a,0xc0, //..@%.....%%.
|
||
0x00,0x5e,0xc3,0x03,0xcc,0x30, //..+@%...%%..
|
||
0x00,0x03,0xcf,0xfe,0xa3,0x00, //....%@@@%...
|
||
|
||
|
||
/* A */
|
||
0x00,0x00,0x08,0xa0,0x00,0x00, //.....+%.....
|
||
0x00,0x00,0x5e,0xe5,0x00,0x00, //....+@@+....
|
||
0x00,0x00,0xae,0xe8,0x00,0x00, //....%@@+....
|
||
0x00,0x00,0xca,0xec,0x00,0x00, //....%%@%....
|
||
0x00,0x03,0xa5,0xee,0x00,0x00, //....%+@@....
|
||
0x00,0x08,0xc0,0xee,0x50,0x00, //...+%.@@+...
|
||
0x00,0x0a,0xc0,0xae,0x80,0x00, //...%%.%@+...
|
||
0x00,0x0c,0x80,0x5e,0xc0,0x00, //...%+.+@%...
|
||
0x00,0x3a,0x50,0x3e,0xe0,0x00, //...%+..@@...
|
||
0x00,0x8c,0x00,0x0c,0xe5,0x00, //..+%...%@+..
|
||
0x00,0xcf,0xff,0xff,0xfa,0x00, //..%@@@@@@%..
|
||
0x00,0xc8,0x00,0x08,0xec,0x00, //..%+...+@%..
|
||
0x05,0xa3,0x00,0x03,0xee,0x30, //.+%.....@@..
|
||
0x0a,0xc0,0x00,0x00,0xce,0x50, //.%%.....%@+.
|
||
0x0e,0xc0,0x00,0x00,0xaf,0xa0, //.@%.....%@%.
|
||
0xef,0xfc,0x00,0x0a,0xff,0xfc, //@@@%...%@@@%
|
||
|
||
|
||
/* B */
|
||
0xaf,0xff,0xff,0xfe,0xc5,0x00, //%@@@@@@@%+..
|
||
0x05,0xec,0x00,0x08,0xee,0x50, //.+@%...+@@+.
|
||
0x05,0xec,0x00,0x00,0x8e,0xa0, //.+@%....+@%.
|
||
0x05,0xec,0x00,0x00,0x8e,0xa0, //.+@%....+@%.
|
||
0x05,0xec,0x00,0x00,0xae,0x80, //.+@%....%@+.
|
||
0x05,0xec,0x00,0x0a,0xca,0x00, //.+@%...%%%..
|
||
0x05,0xef,0xff,0xfe,0x80,0x00, //.+@@@@@@+...
|
||
0x05,0xec,0x00,0x05,0xec,0x30, //.+@%...+@%..
|
||
0x05,0xec,0x00,0x00,0x5e,0xc0, //.+@%....+@%.
|
||
0x05,0xec,0x00,0x00,0x0e,0xe5, //.+@%.....@@+
|
||
0x05,0xec,0x00,0x00,0x0c,0xe8, //.+@%.....%@+
|
||
0x05,0xec,0x00,0x00,0x0e,0xe5, //.+@%.....@@+
|
||
0x05,0xec,0x00,0x00,0x5e,0xe3, //.+@%....+@@.
|
||
0x05,0xec,0x00,0x05,0xee,0x80, //.+@%...+@@+.
|
||
0xcf,0xff,0xff,0xfe,0xc5,0x00, //%@@@@@@@%+..
|
||
|
||
|
||
/* C */
|
||
0x00,0x03,0xae,0xff,0xea,0xa0, //....%@@@@%%.
|
||
0x00,0x5e,0xe5,0x03,0xae,0xe0, //..+@@+..%@@.
|
||
0x03,0xee,0x30,0x00,0x0a,0xe3, //..@@.....%@.
|
||
0x0a,0xfa,0x00,0x00,0x03,0xa5, //.%@%......%+
|
||
0x3e,0xe3,0x00,0x00,0x00,0x53, //.@@.......+.
|
||
0x5e,0xe0,0x00,0x00,0x00,0x00, //+@@.........
|
||
0x8e,0xc0,0x00,0x00,0x00,0x00, //+@%.........
|
||
0x8e,0xc0,0x00,0x00,0x00,0x00, //+@%.........
|
||
0x8e,0xc0,0x00,0x00,0x00,0x00, //+@%.........
|
||
0x5e,0xe0,0x00,0x00,0x00,0x00, //+@@.........
|
||
0x3e,0xe3,0x00,0x00,0x00,0x33, //.@@.........
|
||
0x0e,0xe8,0x00,0x00,0x00,0x85, //.@@+......++
|
||
0x08,0xec,0x00,0x00,0x0a,0xc0, //.+@%.....%%.
|
||
0x00,0xaf,0xc3,0x03,0xac,0x30, //..%@%...%%..
|
||
0x00,0x05,0xcf,0xfe,0xa3,0x00, //...+%@@@%...
|
||
|
||
|
||
/* D */
|
||
0xaf,0xff,0xff,0xea,0x30,0x00, //%@@@@@@%....
|
||
0x05,0xec,0x00,0x5e,0xe8,0x00, //.+@%..+@@+..
|
||
0x05,0xec,0x00,0x03,0xee,0x50, //.+@%....@@+.
|
||
0x05,0xec,0x00,0x00,0x8e,0xc0, //.+@%....+@%.
|
||
0x05,0xec,0x00,0x00,0x3e,0xe3, //.+@%.....@@.
|
||
0x05,0xec,0x00,0x00,0x0e,0xe5, //.+@%.....@@+
|
||
0x05,0xec,0x00,0x00,0x0e,0xe8, //.+@%.....@@+
|
||
0x05,0xec,0x00,0x00,0x0c,0xe8, //.+@%.....%@+
|
||
0x05,0xec,0x00,0x00,0x0e,0xe5, //.+@%.....@@+
|
||
0x05,0xec,0x00,0x00,0x0e,0xe5, //.+@%.....@@+
|
||
0x05,0xec,0x00,0x00,0x3e,0xe0, //.+@%.....@@.
|
||
0x05,0xec,0x00,0x00,0x8e,0xc0, //.+@%....+@%.
|
||
0x05,0xec,0x00,0x03,0xee,0x30, //.+@%....@@..
|
||
0x05,0xec,0x00,0x8e,0xe5,0x00, //.+@%..+@@+..
|
||
0xcf,0xff,0xff,0xea,0x30,0x00, //%@@@@@@%....
|
||
|
||
|
||
/* E */
|
||
0x8e,0xff,0xff,0xff,0xfe,0x80, //+@@@@@@@@@+.
|
||
0x03,0xee,0x00,0x00,0xae,0xc0, //..@@....%@%.
|
||
0x03,0xee,0x00,0x00,0x08,0xc0, //..@@.....+%.
|
||
0x03,0xee,0x00,0x00,0x30,0x53, //..@@......+.
|
||
0x03,0xee,0x00,0x03,0x80,0x00, //..@@....+...
|
||
0x03,0xee,0x00,0x0a,0xe0,0x00, //..@@...%@...
|
||
0x03,0xef,0xff,0xff,0xe0,0x00, //..@@@@@@@...
|
||
0x03,0xee,0x00,0x0a,0xe0,0x00, //..@@...%@...
|
||
0x03,0xee,0x00,0x05,0xa0,0x00, //..@@...+%...
|
||
0x03,0xee,0x00,0x00,0x30,0x00, //..@@........
|
||
0x03,0xee,0x00,0x00,0x00,0x00, //..@@........
|
||
0x03,0xee,0x00,0x00,0x00,0x88, //..@@......++
|
||
0x03,0xee,0x00,0x00,0x05,0xa3, //..@@.....+%.
|
||
0x03,0xee,0x00,0x00,0x8e,0xe0, //..@@....+@@.
|
||
0x8e,0xff,0xff,0xff,0xff,0xa0, //+@@@@@@@@@%.
|
||
|
||
|
||
/* F */
|
||
0x8e,0xff,0xff,0xff,0xff,0xc0, //+@@@@@@@@@%.
|
||
0x03,0xee,0x00,0x00,0x5e,0xe3, //..@@....+@@.
|
||
0x03,0xee,0x00,0x00,0x03,0xc8, //..@@......%+
|
||
0x03,0xee,0x00,0x00,0x00,0x88, //..@@......++
|
||
0x03,0xee,0x00,0x00,0x00,0x00, //..@@........
|
||
0x03,0xee,0x00,0x00,0x85,0x00, //..@@....++..
|
||
0x03,0xee,0x00,0x05,0xa5,0x00, //..@@...+%+..
|
||
0x03,0xef,0xff,0xff,0xe5,0x00, //..@@@@@@@+..
|
||
0x03,0xee,0x00,0x05,0xa5,0x00, //..@@...+%+..
|
||
0x03,0xee,0x00,0x00,0xa5,0x00, //..@@....%+..
|
||
0x03,0xee,0x00,0x00,0x53,0x00, //..@@....+...
|
||
0x03,0xee,0x00,0x00,0x00,0x00, //..@@........
|
||
0x03,0xee,0x00,0x00,0x00,0x00, //..@@........
|
||
0x03,0xee,0x00,0x00,0x00,0x00, //..@@........
|
||
0xaf,0xff,0xe5,0x00,0x00,0x00, //%@@@@+......
|
||
|
||
|
||
/* G */
|
||
0x00,0x05,0xcf,0xfc,0x88,0x00, //...+%@@%++..
|
||
0x00,0x8e,0xc3,0x08,0xee,0x00, //..+@%..+@@..
|
||
0x05,0xee,0x00,0x00,0xae,0x30, //.+@@....%@..
|
||
0x0c,0xe5,0x00,0x00,0x3a,0x50, //.%@+.....%+.
|
||
0x3e,0xe0,0x00,0x00,0x05,0x30, //.@@......+..
|
||
0x8e,0xc0,0x00,0x00,0x00,0x00, //+@%.........
|
||
0xaf,0xa0,0x00,0x00,0x00,0x00, //%@%.........
|
||
0xaf,0xa0,0x00,0x00,0x00,0x00, //%@%.........
|
||
0xaf,0xa0,0x00,0x5a,0xaa,0xa8, //%@%...+%%%%+
|
||
0x8e,0xc0,0x00,0x38,0xef,0xc5, //+@%....+@@%+
|
||
0x5e,0xe0,0x00,0x00,0xce,0x50, //+@@.....%@+.
|
||
0x0e,0xe5,0x00,0x00,0xce,0x50, //.@@+....%@+.
|
||
0x08,0xec,0x00,0x00,0xce,0x50, //.+@%....%@+.
|
||
0x00,0xcf,0xa0,0x05,0xee,0x50, //..%@%..+@@+.
|
||
0x00,0x08,0xef,0xfe,0x80,0x00, //...+@@@@+...
|
||
|
||
|
||
/* H */
|
||
0xaf,0xff,0xa0,0x0c,0xff,0xfa, //%@@@%..%@@@%
|
||
0x0a,0xfa,0x00,0x00,0xae,0x80, //.%@%....%@+.
|
||
0x0a,0xe8,0x00,0x00,0xae,0x80, //.%@+....%@+.
|
||
0x0a,0xe8,0x00,0x00,0xae,0x80, //.%@+....%@+.
|
||
0x0a,0xe8,0x00,0x00,0xae,0x80, //.%@+....%@+.
|
||
0x0a,0xe8,0x00,0x00,0xae,0x80, //.%@+....%@+.
|
||
0x0a,0xe8,0x00,0x00,0xae,0x80, //.%@+....%@+.
|
||
0x0a,0xff,0xff,0xff,0xfe,0x80, //.%@@@@@@@@+.
|
||
0x0a,0xe8,0x00,0x00,0xae,0x80, //.%@+....%@+.
|
||
0x0a,0xe8,0x00,0x00,0xae,0x80, //.%@+....%@+.
|
||
0x0a,0xe8,0x00,0x00,0xae,0x80, //.%@+....%@+.
|
||
0x0a,0xe8,0x00,0x00,0xae,0x80, //.%@+....%@+.
|
||
0x0a,0xe8,0x00,0x00,0xae,0x80, //.%@+....%@+.
|
||
0x0a,0xe8,0x00,0x00,0xae,0x80, //.%@+....%@+.
|
||
0xcf,0xff,0xc0,0x0c,0xff,0xfc, //%@@@%..%@@@%
|
||
|
||
|
||
/* I */
|
||
0x00,0xcf,0xff,0xff,0xfe,0x00, //..%@@@@@@@..
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0xcf,0xff,0xff,0xfe,0x00, //..%@@@@@@@..
|
||
|
||
|
||
/* J */
|
||
0x00,0x08,0xef,0xff,0xff,0xfa, //...+@@@@@@@%
|
||
0x00,0x00,0x00,0x8e,0xa0,0x00, //......+@%...
|
||
0x00,0x00,0x00,0x8e,0xa0,0x00, //......+@%...
|
||
0x00,0x00,0x00,0x8e,0xa0,0x00, //......+@%...
|
||
0x00,0x00,0x00,0x8e,0xa0,0x00, //......+@%...
|
||
0x00,0x00,0x00,0x8e,0xa0,0x00, //......+@%...
|
||
0x00,0x00,0x00,0x8e,0xa0,0x00, //......+@%...
|
||
0x00,0x00,0x00,0x8e,0xa0,0x00, //......+@%...
|
||
0x00,0x00,0x00,0x8e,0xa0,0x00, //......+@%...
|
||
0x00,0x00,0x00,0x8e,0xa0,0x00, //......+@%...
|
||
0x00,0x00,0x00,0x8e,0xa0,0x00, //......+@%...
|
||
0x00,0x00,0x00,0x8e,0xa0,0x00, //......+@%...
|
||
0x00,0x00,0x00,0x8e,0xa0,0x00, //......+@%...
|
||
0x00,0x00,0x00,0x8e,0xa0,0x00, //......+@%...
|
||
0x00,0x00,0x00,0x8e,0xa0,0x00, //......+@%...
|
||
0x5e,0xe0,0x00,0xce,0x50,0x00, //+@@...%@+...
|
||
0x8e,0xe0,0x08,0xec,0x00,0x00, //+@@..+@%....
|
||
0x0a,0xef,0xfc,0x80,0x00,0x00, //.%@@@%+.....
|
||
|
||
|
||
/* K */
|
||
0xaf,0xff,0xe3,0x5e,0xff,0xe5, //%@@@@.+@@@@+
|
||
0x05,0xec,0x00,0x03,0xec,0x30, //.+@%....@%..
|
||
0x05,0xec,0x00,0x0c,0xc0,0x00, //.+@%...%%...
|
||
0x05,0xec,0x00,0xcc,0x00,0x00, //.+@%..%%....
|
||
0x05,0xec,0x0a,0xc3,0x00,0x00, //.+@%.%%.....
|
||
0x05,0xec,0x8c,0x50,0x00,0x00, //.+@%+%+.....
|
||
0x05,0xec,0xef,0xc0,0x00,0x00, //.+@%@@%.....
|
||
0x05,0xef,0xae,0xe5,0x00,0x00, //.+@@%@@+....
|
||
0x05,0xee,0x08,0xec,0x00,0x00, //.+@@.+@%....
|
||
0x05,0xec,0x00,0xce,0x80,0x00, //.+@%..%@+...
|
||
0x05,0xec,0x00,0x5e,0xe0,0x00, //.+@%..+@@...
|
||
0x05,0xec,0x00,0x0c,0xe8,0x00, //.+@%...%@+..
|
||
0x05,0xec,0x00,0x03,0xee,0x00, //.+@%....@@..
|
||
0x05,0xec,0x00,0x00,0xcf,0xa0, //.+@%....%@%.
|
||
0xaf,0xff,0xe3,0x0a,0xff,0xfc, //%@@@@..%@@@%
|
||
|
||
|
||
/* L */
|
||
0x5e,0xff,0xfa,0x00,0x00,0x00, //+@@@@%......
|
||
0x00,0xee,0x30,0x00,0x00,0x00, //..@@........
|
||
0x00,0xee,0x30,0x00,0x00,0x00, //..@@........
|
||
0x00,0xee,0x30,0x00,0x00,0x00, //..@@........
|
||
0x00,0xee,0x30,0x00,0x00,0x00, //..@@........
|
||
0x00,0xee,0x30,0x00,0x00,0x00, //..@@........
|
||
0x00,0xee,0x30,0x00,0x00,0x00, //..@@........
|
||
0x00,0xee,0x30,0x00,0x00,0x00, //..@@........
|
||
0x00,0xee,0x30,0x00,0x00,0x00, //..@@........
|
||
0x00,0xee,0x30,0x00,0x00,0x00, //..@@........
|
||
0x00,0xee,0x30,0x00,0x00,0x00, //..@@........
|
||
0x00,0xee,0x30,0x00,0x00,0xa8, //..@@......%+
|
||
0x00,0xee,0x30,0x00,0x05,0xa5, //..@@.....+%+
|
||
0x00,0xee,0x30,0x00,0x5e,0xe0, //..@@....+@@.
|
||
0x8e,0xff,0xff,0xff,0xff,0xc0, //+@@@@@@@@@%.
|
||
|
||
|
||
/* M */
|
||
0xef,0xe5,0x00,0x00,0xcf,0xfe, //@@@+....%@@@
|
||
0x0c,0xfa,0x00,0x00,0xef,0xc0, //.%@%....@@%.
|
||
0x0c,0xfc,0x00,0x05,0xef,0xc0, //.%@%...+@@%.
|
||
0x0a,0xee,0x00,0x08,0xce,0xc0, //.%@@...+%@%.
|
||
0x08,0xce,0x50,0x0c,0xce,0xc0, //.+%@+..%%@%.
|
||
0x08,0xae,0x80,0x0c,0x8e,0xc0, //.+%@+..%+@%.
|
||
0x08,0x6e,0xc0,0x5a,0x6e,0xc0, //.++@%.+%+@%.
|
||
0x08,0x5e,0xe0,0x8c,0x5e,0xc0, //.++@@.+%+@%.
|
||
0x08,0x5c,0xe3,0xaa,0x5e,0xc0, //.++%@.%%+@%.
|
||
0x08,0x5a,0xe8,0xc8,0x5e,0xc0, //.++%@+%++@%.
|
||
0x08,0x55,0xea,0x83,0x5e,0xc0, //.+++@%+.+@%.
|
||
0x08,0x53,0xef,0xc0,0x5e,0xc0, //.++.@@%.+@%.
|
||
0x08,0x50,0xcf,0xa0,0x5e,0xc0, //.++.%@%.+@%.
|
||
0x0a,0x50,0xae,0x50,0x5e,0xc0, //.%+.%@+.+@%.
|
||
0xef,0xe8,0x5a,0x0a,0xff,0xfe, //@@@++%.%@@@@
|
||
|
||
|
||
/* N */
|
||
0xcf,0xfa,0x00,0x03,0xef,0xfe, //%@@%....@@@@
|
||
0x08,0xee,0x30,0x00,0x0a,0xa0, //.+@@.....%%.
|
||
0x08,0xaf,0xc0,0x00,0x08,0x80, //.+%@%....++.
|
||
0x08,0x8e,0xe5,0x00,0x08,0x80, //.++@@+...++.
|
||
0x08,0x88,0xee,0x00,0x08,0x80, //.+++@@...++.
|
||
0x08,0x80,0xee,0x80,0x08,0x80, //.++.@@+..++.
|
||
0x08,0x80,0x5e,0xe0,0x08,0x80, //.++.+@@..++.
|
||
0x08,0x80,0x0c,0xfa,0x08,0x80, //.++..%@%.++.
|
||
0x08,0x80,0x05,0xee,0x38,0x80, //.++..+@@.++.
|
||
0x08,0x80,0x00,0xaf,0xa8,0x80, //.++...%@%++.
|
||
0x08,0x80,0x00,0x3e,0xe8,0x80, //.++....@@++.
|
||
0x08,0x80,0x00,0x0a,0xfc,0x80, //.++....%@%+.
|
||
0x08,0x80,0x00,0x00,0xee,0x80, //.++.....@@+.
|
||
0x08,0xa0,0x00,0x00,0x8c,0x80, //.+%.....+%+.
|
||
0xef,0xfe,0x30,0x00,0x0c,0x80, //@@@@.....%+.
|
||
|
||
|
||
/* O */
|
||
0x00,0x05,0xcf,0xfe,0x80,0x00, //...+%@@@+...
|
||
0x00,0x8e,0xc3,0x08,0xea,0x00, //..+@%..+@%..
|
||
0x05,0xee,0x00,0x00,0xae,0x80, //.+@@....%@+.
|
||
0x0c,0xe8,0x00,0x00,0x3e,0xe0, //.%@+.....@@.
|
||
0x3e,0xe3,0x00,0x00,0x0e,0xe5, //.@@......@@+
|
||
0x5e,0xe0,0x00,0x00,0x0c,0xe8, //+@@......%@+
|
||
0x5e,0xe0,0x00,0x00,0x0a,0xfa, //+@@......%@%
|
||
0x8e,0xc0,0x00,0x00,0x0a,0xfa, //+@%......%@%
|
||
0x5e,0xe0,0x00,0x00,0x0a,0xfa, //+@@......%@%
|
||
0x5e,0xe0,0x00,0x00,0x0c,0xe8, //+@@......%@+
|
||
0x0e,0xe3,0x00,0x00,0x0e,0xe5, //.@@......@@+
|
||
0x0a,0xe8,0x00,0x00,0x3e,0xe0, //.%@+.....@@.
|
||
0x03,0xee,0x00,0x00,0xae,0x80, //..@@....%@+.
|
||
0x00,0x8e,0xc3,0x08,0xea,0x00, //..+@%..+@%..
|
||
0x00,0x05,0xcf,0xfe,0x80,0x00, //...+%@@@+...
|
||
|
||
|
||
/* P */
|
||
0x8e,0xff,0xff,0xfe,0xc5,0x00, //+@@@@@@@%+..
|
||
0x03,0xee,0x00,0x03,0xce,0x80, //..@@....%@+.
|
||
0x03,0xee,0x00,0x00,0x0e,0xe3, //..@@.....@@.
|
||
0x03,0xee,0x00,0x00,0x0c,0xe5, //..@@.....%@+
|
||
0x03,0xee,0x00,0x00,0x0c,0xe5, //..@@.....%@+
|
||
0x03,0xee,0x00,0x00,0x3e,0xe3, //..@@.....@@.
|
||
0x03,0xee,0x00,0x05,0xce,0x80, //..@@...+%@+.
|
||
0x03,0xef,0xff,0xff,0xc5,0x00, //..@@@@@@%+..
|
||
0x03,0xee,0x00,0x00,0x00,0x00, //..@@........
|
||
0x03,0xee,0x00,0x00,0x00,0x00, //..@@........
|
||
0x03,0xee,0x00,0x00,0x00,0x00, //..@@........
|
||
0x03,0xee,0x00,0x00,0x00,0x00, //..@@........
|
||
0x03,0xee,0x00,0x00,0x00,0x00, //..@@........
|
||
0x03,0xee,0x00,0x00,0x00,0x00, //..@@........
|
||
0xaf,0xff,0xe5,0x00,0x00,0x00, //%@@@@+......
|
||
|
||
|
||
/* Q */
|
||
0x00,0x08,0xef,0xfe,0x50,0x00, //...+@@@@+...
|
||
0x00,0xaf,0xa0,0x0a,0xea,0x00, //..%@%..%@%..
|
||
0x08,0xec,0x00,0x00,0xae,0x50, //.+@%....%@+.
|
||
0x0c,0xe5,0x00,0x00,0x5e,0xc0, //.%@+....+@%.
|
||
0x3e,0xe3,0x00,0x00,0x0e,0xe3, //.@@......@@.
|
||
0x5e,0xe0,0x00,0x00,0x0e,0xe5, //+@@......@@+
|
||
0x8e,0xc0,0x00,0x00,0x0c,0xe8, //+@%......%@+
|
||
0x8e,0xc0,0x00,0x00,0x0c,0xe8, //+@%......%@+
|
||
0x8e,0xc0,0x00,0x00,0x0c,0xe8, //+@%......%@+
|
||
0x5e,0xc0,0x00,0x00,0x0c,0xe5, //+@%......%@+
|
||
0x3e,0xe8,0xef,0xc0,0x0e,0xe5, //.@@+@@%..@@+
|
||
0x0e,0xec,0x85,0xea,0x3e,0xe0, //.@@%++@%.@@.
|
||
0x08,0xee,0x00,0xce,0x8c,0x80, //.+@@..%@+%+.
|
||
0x00,0xaf,0xa0,0x8e,0xfc,0x00, //..%@%.+@@%..
|
||
0x00,0x05,0xef,0xff,0xe0,0x30, //...+@@@@@...
|
||
0x00,0x00,0x00,0x0e,0xea,0xa0, //.......@@%%.
|
||
0x00,0x00,0x00,0x05,0xee,0x80, //.......+@@+.
|
||
|
||
|
||
/* R */
|
||
0x8e,0xff,0xff,0xfe,0xc3,0x00, //+@@@@@@@%...
|
||
0x03,0xee,0x00,0x08,0xee,0x50, //..@@...+@@+.
|
||
0x03,0xee,0x00,0x00,0x8e,0xc0, //..@@....+@%.
|
||
0x03,0xee,0x00,0x00,0x5e,0xe0, //..@@....+@@.
|
||
0x03,0xee,0x00,0x00,0x5e,0xc0, //..@@....+@%.
|
||
0x03,0xee,0x00,0x00,0x8e,0xa0, //..@@....+@%.
|
||
0x03,0xee,0x00,0x08,0xee,0x00, //..@@...+@@..
|
||
0x03,0xef,0xff,0xfe,0xa0,0x00, //..@@@@@@%...
|
||
0x03,0xee,0x05,0xec,0x00,0x00, //..@@.+@%....
|
||
0x03,0xee,0x00,0xce,0x80,0x00, //..@@..%@+...
|
||
0x03,0xee,0x00,0x5e,0xe0,0x00, //..@@..+@@...
|
||
0x03,0xee,0x00,0x0c,0xe8,0x00, //..@@...%@+..
|
||
0x03,0xee,0x00,0x08,0xee,0x00, //..@@...+@@..
|
||
0x03,0xee,0x00,0x00,0xee,0x80, //..@@....@@+.
|
||
0x8e,0xff,0xe5,0x00,0x8e,0xfc, //+@@@@+..+@@%
|
||
|
||
|
||
/* S */
|
||
0x00,0x3c,0xef,0xfc,0x8a,0x00, //...%@@@%+%..
|
||
0x03,0xca,0x30,0x3c,0xfe,0x00, //..%%...%@@..
|
||
0x0c,0xe0,0x00,0x00,0xae,0x30, //.%@.....%@..
|
||
0x0e,0xc0,0x00,0x00,0x3a,0x50, //.@%......%+.
|
||
0x0e,0xe0,0x00,0x00,0x00,0x00, //.@@.........
|
||
0x0a,0xfe,0x50,0x00,0x00,0x00, //.%@@+.......
|
||
0x00,0x8e,0xfe,0xa3,0x00,0x00, //..+@@@%.....
|
||
0x00,0x00,0x8e,0xfe,0xa0,0x00, //....+@@@%...
|
||
0x00,0x00,0x00,0x5c,0xfc,0x00, //......+%@%..
|
||
0x00,0x00,0x00,0x00,0xce,0x80, //........%@+.
|
||
0x5a,0x00,0x00,0x00,0x3e,0xc0, //+%.......@%.
|
||
0x3c,0x80,0x00,0x00,0x0e,0xc0, //.%+......@%.
|
||
0x0e,0xe3,0x00,0x00,0x5c,0x80, //.@@.....+%+.
|
||
0x0c,0xfe,0x50,0x05,0xcc,0x00, //.%@@+..+%%..
|
||
0x08,0xa8,0xef,0xfe,0xa0,0x00, //.+%+@@@@%...
|
||
|
||
|
||
/* T */
|
||
0x0c,0xff,0xff,0xff,0xff,0xa0, //.%@@@@@@@@%.
|
||
0x0e,0xc3,0x3e,0xe0,0x3c,0xc0, //.@%..@@..%%.
|
||
0x3a,0x50,0x3e,0xe0,0x05,0xa3, //.%+..@@..+%.
|
||
0x58,0x00,0x3e,0xe0,0x00,0x83, //++...@@...+.
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x0c,0xff,0xff,0xa0,0x00, //...%@@@@%...
|
||
|
||
|
||
/* U */
|
||
0xcf,0xff,0xc0,0x03,0xef,0xfa, //%@@@%...@@@%
|
||
0x0a,0xe8,0x00,0x00,0x0a,0x50, //.%@+.....%+.
|
||
0x0a,0xe8,0x00,0x00,0x08,0x50, //.%@+.....++.
|
||
0x0a,0xe8,0x00,0x00,0x08,0x50, //.%@+.....++.
|
||
0x0a,0xe8,0x00,0x00,0x08,0x50, //.%@+.....++.
|
||
0x0a,0xe8,0x00,0x00,0x08,0x50, //.%@+.....++.
|
||
0x0a,0xe8,0x00,0x00,0x08,0x50, //.%@+.....++.
|
||
0x0a,0xe8,0x00,0x00,0x08,0x50, //.%@+.....++.
|
||
0x0a,0xe8,0x00,0x00,0x08,0x50, //.%@+.....++.
|
||
0x0a,0xe8,0x00,0x00,0x08,0x50, //.%@+.....++.
|
||
0x0a,0xe8,0x00,0x00,0x08,0x50, //.%@+.....++.
|
||
0x0a,0xe8,0x00,0x00,0x08,0x50, //.%@+.....++.
|
||
0x08,0xea,0x00,0x00,0x38,0x30, //.+@%.....+..
|
||
0x00,0xee,0x80,0x05,0xca,0x00, //..@@+..+%%..
|
||
0x00,0x3a,0xef,0xfc,0x50,0x00, //...%@@@%+...
|
||
|
||
|
||
/* V */
|
||
0xef,0xff,0xa0,0x05,0xef,0xfa, //@@@@%..+@@@%
|
||
0x0a,0xfa,0x00,0x00,0x3a,0x50, //.%@%.....%+.
|
||
0x05,0xec,0x00,0x00,0x5a,0x00, //.+@%....+%..
|
||
0x03,0xee,0x00,0x00,0xaa,0x00, //..@@....%%..
|
||
0x00,0xce,0x50,0x00,0xa5,0x00, //..%@+...%+..
|
||
0x00,0x8e,0xa0,0x05,0xa3,0x00, //..+@%..+%...
|
||
0x00,0x5e,0xc0,0x08,0xa0,0x00, //..+@%..+%...
|
||
0x00,0x0e,0xe3,0x0a,0x80,0x00, //...@@..%+...
|
||
0x00,0x0a,0xe8,0x38,0x30,0x00, //...%@+.+....
|
||
0x00,0x08,0xea,0x8a,0x00,0x00, //...+@%+%....
|
||
0x00,0x03,0xee,0xaa,0x00,0x00, //....@@%%....
|
||
0x00,0x00,0xee,0xa5,0x00,0x00, //....@@%+....
|
||
0x00,0x00,0xaf,0xe0,0x00,0x00, //....%@@.....
|
||
0x00,0x00,0x5e,0xa0,0x00,0x00, //....+@%.....
|
||
0x00,0x00,0x3a,0x50,0x00,0x00, //.....%+.....
|
||
|
||
|
||
/* W */
|
||
0xef,0xfc,0xcf,0xfe,0x5e,0xfe, //@@@%%@@@+@@@
|
||
0x3e,0xc0,0x0c,0xe3,0x05,0xa3, //.@%..%@..+%.
|
||
0x3e,0xc0,0x0c,0xe3,0x08,0xa0, //.@%..%@..+%.
|
||
0x0c,0xe0,0x0a,0xe5,0x0a,0xa0, //.%@..%@+.%%.
|
||
0x0a,0xe3,0x0c,0xe8,0x0a,0x80, //.%@..%@+.%+.
|
||
0x08,0xc5,0x0e,0xfa,0x0a,0x50, //.+%+.@@%.%+.
|
||
0x05,0xc8,0x3a,0xec,0x38,0x30, //.+%+.%@%.+..
|
||
0x03,0xea,0x8a,0xee,0x58,0x00, //..@%+%@@++..
|
||
0x00,0xec,0xaa,0xce,0x8a,0x00, //..@%%%%@+%..
|
||
0x00,0xce,0xa8,0xae,0xa8,0x00, //..%@%+%@%+..
|
||
0x00,0xae,0xa5,0x8c,0xc5,0x00, //..%@%++%%+..
|
||
0x00,0x8e,0xe0,0x5e,0xe3,0x00, //..+@@.+@@...
|
||
0x00,0x5e,0xc0,0x3e,0xe0,0x00, //..+@%..@@...
|
||
0x00,0x3e,0xa0,0x0e,0xc0,0x00, //...@%..@%...
|
||
0x00,0x0a,0x50,0x0a,0x80,0x00, //...%+..%+...
|
||
|
||
|
||
/* X */
|
||
0x8e,0xff,0xe0,0x0c,0xff,0xe5, //+@@@@..%@@@+
|
||
0x03,0xee,0x00,0x00,0xae,0x30, //..@@....%@..
|
||
0x00,0xae,0x80,0x00,0xa5,0x00, //..%@+...%+..
|
||
0x00,0x3e,0xe0,0x0a,0xa0,0x00, //...@@..%%...
|
||
0x00,0x0a,0xe8,0x38,0x30,0x00, //...%@+.+....
|
||
0x00,0x03,0xee,0xaa,0x00,0x00, //....@@%%....
|
||
0x00,0x00,0x8e,0xe3,0x00,0x00, //....+@@.....
|
||
0x00,0x00,0x3e,0xe5,0x00,0x00, //.....@@+....
|
||
0x00,0x00,0x8c,0xec,0x00,0x00, //....+%@%....
|
||
0x00,0x00,0xc8,0xee,0x50,0x00, //....%+@@+...
|
||
0x00,0x08,0xc0,0x8e,0xc0,0x00, //...+%.+@%...
|
||
0x00,0x0a,0x50,0x0e,0xe5,0x00, //...%+..@@+..
|
||
0x00,0x8c,0x00,0x05,0xec,0x00, //..+%...+@%..
|
||
0x03,0xc8,0x00,0x00,0xce,0x80, //..%+....%@+.
|
||
0xaf,0xfe,0x80,0x0c,0xff,0xfc, //%@@@+..%@@@%
|
||
|
||
|
||
/* Y */
|
||
0xaf,0xff,0xe0,0x0a,0xff,0xe8, //%@@@@..%@@@+
|
||
0x08,0xec,0x00,0x00,0x8c,0x50, //.+@%....+%+.
|
||
0x00,0xee,0x30,0x00,0xaa,0x00, //..@@....%%..
|
||
0x00,0x8e,0xa0,0x05,0xa3,0x00, //..+@%..+%...
|
||
0x00,0x3e,0xe0,0x0c,0xc0,0x00, //...@@..%%...
|
||
0x00,0x0a,0xe8,0x5a,0x50,0x00, //...%@++%+...
|
||
0x00,0x05,0xee,0xce,0x00,0x00, //...+@@%@....
|
||
0x00,0x00,0xcf,0xe8,0x00,0x00, //....%@@+....
|
||
0x00,0x00,0x8e,0xe3,0x00,0x00, //....+@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x0c,0xff,0xff,0xa0,0x00, //...%@@@@%...
|
||
|
||
|
||
/* Z */
|
||
0x03,0xef,0xff,0xff,0xff,0xe0, //..@@@@@@@@@.
|
||
0x08,0xee,0x50,0x00,0x8c,0x80, //.+@@+...+%+.
|
||
0x0c,0xe0,0x00,0x00,0xec,0x00, //.%@.....@%..
|
||
0x05,0x30,0x00,0x0a,0xe3,0x00, //.+.....%@...
|
||
0x00,0x00,0x00,0x3e,0xa0,0x00, //.......@%...
|
||
0x00,0x00,0x00,0xce,0x00,0x00, //......%@....
|
||
0x00,0x00,0x08,0xc8,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x0e,0xc0,0x00,0x00, //.....@%.....
|
||
0x00,0x00,0xae,0x30,0x00,0x00, //....%@......
|
||
0x00,0x03,0xea,0x00,0x00,0x00, //....@%......
|
||
0x00,0x0c,0xe0,0x00,0x00,0x00, //...%@.......
|
||
0x00,0x8c,0x80,0x00,0x03,0x83, //..+%+.....+.
|
||
0x00,0xec,0x00,0x00,0x0c,0xc0, //..@%.....%%.
|
||
0x0a,0xe3,0x00,0x03,0xcf,0xa0, //.%@.....%@%.
|
||
0x3e,0xff,0xff,0xff,0xfe,0x50, //.@@@@@@@@@+.
|
||
|
||
|
||
/* [ */
|
||
0x00,0x00,0xcf,0xff,0xfe,0x30, //....%@@@@@..
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xca,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0xcf,0xff,0xfe,0x30, //....%@@@@@..
|
||
|
||
|
||
/* \ */
|
||
0x08,0xc5,0x00,0x00,0x00,0x00, //.+%+........
|
||
0x00,0xea,0x00,0x00,0x00,0x00, //..@%........
|
||
0x00,0x8c,0x30,0x00,0x00,0x00, //..+%........
|
||
0x00,0x3e,0xa0,0x00,0x00,0x00, //...@%.......
|
||
0x00,0x0a,0xe0,0x00,0x00,0x00, //...%@.......
|
||
0x00,0x05,0xc8,0x00,0x00,0x00, //...+%+......
|
||
0x00,0x00,0xcc,0x00,0x00,0x00, //....%%......
|
||
0x00,0x00,0x8c,0x50,0x00,0x00, //....+%+.....
|
||
0x00,0x00,0x0e,0xa0,0x00,0x00, //.....@%.....
|
||
0x00,0x00,0x0a,0xe3,0x00,0x00, //.....%@.....
|
||
0x00,0x00,0x03,0xc8,0x00,0x00, //......%+....
|
||
0x00,0x00,0x00,0xae,0x00,0x00, //......%@....
|
||
0x00,0x00,0x00,0x5c,0x80,0x00, //......+%+...
|
||
0x00,0x00,0x00,0x0c,0xc0,0x00, //.......%%...
|
||
0x00,0x00,0x00,0x08,0xc5,0x00, //.......+%+..
|
||
0x00,0x00,0x00,0x00,0xea,0x00, //........@%..
|
||
0x00,0x00,0x00,0x00,0xae,0x30, //........%@..
|
||
0x00,0x00,0x00,0x00,0x3c,0x80, //.........%+.
|
||
0x00,0x00,0x00,0x00,0x0a,0xe0, //.........%@.
|
||
|
||
|
||
/* ] */
|
||
0x0c,0xff,0xff,0xe5,0x00,0x00, //.%@@@@@+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x00,0x00,0x05,0xa5,0x00,0x00, //.....+%+....
|
||
0x0c,0xff,0xff,0xe5,0x00,0x00, //.%@@@@@+....
|
||
|
||
|
||
/* ^ */
|
||
0x00,0x00,0xef,0xe8,0x00,0x00, //....@@@+....
|
||
0x00,0x0a,0xea,0xce,0x30,0x00, //...%@%%@....
|
||
0x00,0x5a,0x30,0x08,0xa0,0x00, //..+%...+%...
|
||
|
||
|
||
/* _ */
|
||
0xef,0xff,0xff,0xff,0xff,0xfc, //@@@@@@@@@@@%
|
||
|
||
|
||
/* ` */
|
||
0x03,0xae,0xe5,0x00,0x00,0x00, //..%@@+......
|
||
0x00,0x00,0x5a,0x80,0x00,0x00, //....+%+.....
|
||
|
||
|
||
/* a */
|
||
0x00,0x5c,0xef,0xfe,0xa0,0x00, //..+%@@@@%...
|
||
0x08,0xec,0x30,0x08,0xea,0x00, //.+@%...+@%..
|
||
0x0a,0xfa,0x00,0x00,0xec,0x00, //.%@%....@%..
|
||
0x00,0x00,0x00,0x35,0xec,0x00, //.......+@%..
|
||
0x00,0x3a,0xef,0xca,0xec,0x00, //...%@@%%@%..
|
||
0x05,0xee,0x50,0x00,0xec,0x00, //.+@@+...@%..
|
||
0x0e,0xe3,0x00,0x00,0xec,0x00, //.@@.....@%..
|
||
0x5e,0xe0,0x00,0x00,0xec,0x00, //+@@.....@%..
|
||
0x0e,0xe8,0x00,0x5a,0xec,0x88, //.@@+..+%@%++
|
||
0x03,0xce,0xff,0xc5,0xae,0xe5, //..%@@@%+%@@+
|
||
|
||
|
||
/* b */
|
||
0x03,0x85,0x00,0x00,0x00,0x00, //..++........
|
||
0xae,0xe8,0x00,0x00,0x00,0x00, //%@@+........
|
||
0x05,0xc8,0x00,0x00,0x00,0x00, //.+%+........
|
||
0x05,0xc8,0x00,0x00,0x00,0x00, //.+%+........
|
||
0x05,0xc8,0x00,0x00,0x00,0x00, //.+%+........
|
||
0x05,0xc8,0x00,0x00,0x00,0x00, //.+%+........
|
||
0x05,0xc8,0x5e,0xff,0xc3,0x00, //.+%++@@@%...
|
||
0x05,0xca,0xc3,0x05,0xee,0x30, //.+%%%..+@@..
|
||
0x05,0xee,0x30,0x00,0x8e,0xa0, //.+@@....+@%.
|
||
0x05,0xea,0x00,0x00,0x5e,0xc0, //.+@%....+@%.
|
||
0x05,0xc8,0x00,0x00,0x3e,0xe0, //.+%+.....@@.
|
||
0x05,0xc8,0x00,0x00,0x3e,0xe0, //.+%+.....@@.
|
||
0x05,0xc8,0x00,0x00,0x5e,0xc0, //.+%+....+@%.
|
||
0x05,0xea,0x00,0x00,0xae,0x80, //.+@%....%@+.
|
||
0x05,0xcc,0x80,0x05,0xec,0x00, //.+%%+..+@%..
|
||
0x05,0xa3,0xcf,0xfe,0xa0,0x00, //.+%.%@@@%...
|
||
|
||
|
||
/* c */
|
||
0x00,0x05,0xcf,0xfe,0xa3,0x00, //...+%@@@%...
|
||
0x00,0x8e,0xc3,0x05,0xec,0x00, //..+@%..+@%..
|
||
0x05,0xee,0x00,0x03,0xee,0x30, //.+@@....@@..
|
||
0x0a,0xe8,0x00,0x00,0x33,0x00, //.%@+........
|
||
0x0c,0xe5,0x00,0x00,0x00,0x00, //.%@+........
|
||
0x0c,0xe5,0x00,0x00,0x00,0x00, //.%@+........
|
||
0x0a,0xe8,0x00,0x00,0x00,0x30, //.%@+........
|
||
0x05,0xec,0x00,0x00,0x0a,0x80, //.+@%.....%+.
|
||
0x00,0xaf,0xc3,0x03,0xcc,0x00, //..%@%...%%..
|
||
0x00,0x08,0xcf,0xfe,0xa3,0x00, //...+%@@@%...
|
||
|
||
|
||
/* d */
|
||
0x00,0x00,0x00,0x03,0x58,0x30, //........++..
|
||
0x00,0x00,0x00,0x3c,0xfe,0x30, //.......%@@..
|
||
0x00,0x00,0x00,0x00,0xae,0x30, //........%@..
|
||
0x00,0x00,0x00,0x00,0xae,0x30, //........%@..
|
||
0x00,0x00,0x00,0x00,0xae,0x30, //........%@..
|
||
0x00,0x00,0x00,0x00,0xae,0x30, //........%@..
|
||
0x00,0x08,0xef,0xfc,0xae,0x30, //...+@@@%%@..
|
||
0x00,0xaf,0xa0,0x0a,0xee,0x30, //..%@%..%@@..
|
||
0x05,0xec,0x00,0x00,0xae,0x30, //.+@%....%@..
|
||
0x0a,0xe8,0x00,0x00,0xae,0x30, //.%@+....%@..
|
||
0x0c,0xe5,0x00,0x00,0xae,0x30, //.%@+....%@..
|
||
0x0c,0xe5,0x00,0x00,0xae,0x30, //.%@+....%@..
|
||
0x0a,0xe5,0x00,0x00,0xae,0x30, //.%@+....%@..
|
||
0x08,0xea,0x00,0x00,0xee,0x30, //.+@%....@@..
|
||
0x00,0xce,0x80,0x3a,0xaf,0xc5, //..%@+..%%@%+
|
||
0x00,0x0a,0xef,0xea,0xac,0x83, //...%@@@%%%+.
|
||
|
||
|
||
/* e */
|
||
0x00,0x05,0xcf,0xfe,0xa0,0x00, //...+%@@@%...
|
||
0x00,0x8c,0xa0,0x05,0xec,0x00, //..+%%..+@%..
|
||
0x03,0xea,0x00,0x00,0x8c,0x80, //..@%....+%+.
|
||
0x0a,0xe5,0x00,0x00,0x5e,0xc0, //.%@+....+@%.
|
||
0x0c,0xff,0xff,0xff,0xff,0xc0, //.%@@@@@@@@%.
|
||
0x0c,0xe5,0x00,0x00,0x00,0x00, //.%@+........
|
||
0x0a,0xe8,0x00,0x00,0x00,0x00, //.%@+........
|
||
0x05,0xec,0x00,0x00,0x0a,0x80, //.+@%.....%+.
|
||
0x00,0xae,0xc3,0x03,0xcc,0x00, //..%@%...%%..
|
||
0x00,0x05,0xcf,0xfe,0xa0,0x00, //...+%@@@%...
|
||
|
||
|
||
/* f */
|
||
0x00,0x00,0x05,0xcf,0xfe,0xa0, //.....+%@@@%.
|
||
0x00,0x00,0x8c,0xa0,0x0a,0xfa, //....+%%..%@%
|
||
0x00,0x00,0xee,0x00,0x05,0x85, //....@@...+++
|
||
0x00,0x00,0xec,0x00,0x00,0x00, //....@%......
|
||
0x00,0x00,0xec,0x00,0x00,0x00, //....@%......
|
||
0x0c,0xff,0xff,0xff,0xfc,0x00, //.%@@@@@@@%..
|
||
0x00,0x00,0xec,0x00,0x00,0x00, //....@%......
|
||
0x00,0x00,0xec,0x00,0x00,0x00, //....@%......
|
||
0x00,0x00,0xec,0x00,0x00,0x00, //....@%......
|
||
0x00,0x00,0xec,0x00,0x00,0x00, //....@%......
|
||
0x00,0x00,0xec,0x00,0x00,0x00, //....@%......
|
||
0x00,0x00,0xec,0x00,0x00,0x00, //....@%......
|
||
0x00,0x00,0xec,0x00,0x00,0x00, //....@%......
|
||
0x00,0x00,0xec,0x00,0x00,0x00, //....@%......
|
||
0x05,0xef,0xff,0xff,0xc0,0x00, //.+@@@@@@%...
|
||
|
||
|
||
/* g */
|
||
0x00,0x0a,0xef,0xfc,0x8e,0xe8, //...%@@@%+@@+
|
||
0x00,0xce,0x50,0x3c,0xe8,0x85, //..%@+..%@+++
|
||
0x05,0xea,0x00,0x03,0xec,0x00, //.+@%....@%..
|
||
0x05,0xea,0x00,0x03,0xec,0x00, //.+@%....@%..
|
||
0x00,0xce,0x50,0x0a,0xe5,0x00, //..%@+..%@+..
|
||
0x00,0x5c,0xef,0xfc,0x50,0x00, //..+%@@@%+...
|
||
0x03,0xc8,0x00,0x00,0x00,0x00, //..%+........
|
||
0x03,0xee,0xa6,0x33,0x00,0x00, //..@@%+......
|
||
0x00,0x8c,0xcc,0xef,0xfc,0x30, //..+%%%@@@%..
|
||
0x0a,0xc0,0x00,0x00,0x3e,0xc0, //.%%......@%.
|
||
0x0e,0xc0,0x00,0x00,0x0e,0xc0, //.@%......@%.
|
||
0x0a,0xea,0x30,0x03,0xac,0x80, //.%@%....%%+.
|
||
0x00,0x5c,0xff,0xfe,0xc5,0x00, //..+%@@@@%+..
|
||
|
||
|
||
/* h */
|
||
0x03,0xaa,0x00,0x00,0x00,0x00, //..%%........
|
||
0xae,0xfa,0x00,0x00,0x00,0x00, //%@@%........
|
||
0x03,0xea,0x00,0x00,0x00,0x00, //..@%........
|
||
0x03,0xea,0x00,0x00,0x00,0x00, //..@%........
|
||
0x03,0xea,0x00,0x00,0x00,0x00, //..@%........
|
||
0x03,0xea,0x00,0x00,0x00,0x00, //..@%........
|
||
0x03,0xea,0x5e,0xff,0xc3,0x00, //..@%+@@@%...
|
||
0x03,0xea,0xc5,0x03,0xee,0x00, //..@%%+..@@..
|
||
0x03,0xee,0x00,0x00,0xae,0x30, //..@@....%@..
|
||
0x03,0xea,0x00,0x00,0xae,0x30, //..@%....%@..
|
||
0x03,0xea,0x00,0x00,0xae,0x30, //..@%....%@..
|
||
0x03,0xea,0x00,0x00,0xae,0x30, //..@%....%@..
|
||
0x03,0xea,0x00,0x00,0xae,0x30, //..@%....%@..
|
||
0x03,0xea,0x00,0x00,0xae,0x30, //..@%....%@..
|
||
0x03,0xea,0x00,0x00,0xae,0x30, //..@%....%@..
|
||
0x8e,0xff,0xe0,0x0e,0xff,0xe8, //+@@@@..@@@@+
|
||
|
||
|
||
/* i */
|
||
0x00,0x00,0x3e,0xe5,0x00,0x00, //.....@@+....
|
||
0x00,0x00,0x3e,0xe5,0x00,0x00, //.....@@+....
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x03,0x50,0x00,0x00, //......+.....
|
||
0x00,0xaf,0xef,0xe0,0x00,0x00, //..%@@@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0xaf,0xff,0xff,0xfa,0x00, //..%@@@@@@%..
|
||
|
||
|
||
/* j */
|
||
0x00,0x00,0x00,0x0c,0xfc,0x00, //.......%@%..
|
||
0x00,0x00,0x00,0x0c,0xfc,0x00, //.......%@%..
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x00,0x00,0x00,0x00, //............
|
||
0x00,0x00,0x00,0x03,0x55,0x00, //........++..
|
||
0x00,0x00,0x0e,0xee,0xe8,0x00, //.....@@@@+..
|
||
0x00,0x00,0x00,0x05,0xc8,0x00, //.......+%+..
|
||
0x00,0x00,0x00,0x05,0xc8,0x00, //.......+%+..
|
||
0x00,0x00,0x00,0x05,0xc8,0x00, //.......+%+..
|
||
0x00,0x00,0x00,0x05,0xc8,0x00, //.......+%+..
|
||
0x00,0x00,0x00,0x05,0xc8,0x00, //.......+%+..
|
||
0x00,0x00,0x00,0x05,0xc8,0x00, //.......+%+..
|
||
0x00,0x00,0x00,0x05,0xc8,0x00, //.......+%+..
|
||
0x00,0x00,0x00,0x05,0xc8,0x00, //.......+%+..
|
||
0x00,0x00,0x00,0x05,0xc8,0x00, //.......+%+..
|
||
0x00,0x30,0x00,0x08,0xc5,0x00, //.......+%+..
|
||
0x05,0xee,0x30,0x5c,0xa0,0x00, //.+@@..+%%...
|
||
0x00,0xae,0xff,0xc5,0x00,0x00, //..%@@@%+....
|
||
|
||
|
||
/* k */
|
||
0x03,0xaa,0x00,0x00,0x00,0x00, //..%%........
|
||
0x8e,0xfc,0x00,0x00,0x00,0x00, //+@@%........
|
||
0x03,0xec,0x00,0x00,0x00,0x00, //..@%........
|
||
0x03,0xec,0x00,0x00,0x00,0x00, //..@%........
|
||
0x03,0xec,0x00,0x00,0x00,0x00, //..@%........
|
||
0x03,0xec,0x00,0x00,0x00,0x00, //..@%........
|
||
0x03,0xec,0x00,0xcf,0xff,0xc0, //..@%..%@@@%.
|
||
0x03,0xec,0x00,0x0c,0xc3,0x00, //..@%...%%...
|
||
0x03,0xec,0x00,0xcc,0x00,0x00, //..@%..%%....
|
||
0x03,0xec,0x0c,0xc0,0x00,0x00, //..@%.%%.....
|
||
0x03,0xec,0xcf,0xe3,0x00,0x00, //..@%%@@.....
|
||
0x03,0xee,0x88,0xee,0x00,0x00, //..@@++@@....
|
||
0x03,0xec,0x00,0xaf,0xa0,0x00, //..@%..%@%...
|
||
0x03,0xec,0x00,0x0c,0xe8,0x00, //..@%...%@+..
|
||
0x03,0xec,0x00,0x03,0xee,0x30, //..@%....@@..
|
||
0x5e,0xff,0xe0,0x0e,0xff,0xfa, //+@@@@..@@@@%
|
||
|
||
|
||
/* l */
|
||
0x00,0x03,0x5c,0xc0,0x00,0x00, //....+%%.....
|
||
0x00,0xac,0xcf,0xe0,0x00,0x00, //..%%%@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x0e,0xe0,0x00,0x00, //.....@@.....
|
||
0x00,0xcf,0xff,0xff,0xfc,0x00, //..%@@@@@@%..
|
||
|
||
|
||
/* m */
|
||
0x03,0x30,0x00,0x00,0x00,0x00, //............
|
||
0xcf,0xcc,0xfe,0x8a,0xef,0xc0, //%@%%@@+%@@%.
|
||
0x0e,0xe8,0x0e,0xea,0x0a,0xe5, //.@@+.@@%.%@+
|
||
0x0e,0xc0,0x0c,0xe3,0x0a,0xe5, //.@%..%@..%@+
|
||
0x0e,0xc0,0x0c,0xe3,0x0a,0xe5, //.@%..%@..%@+
|
||
0x0e,0xc0,0x0c,0xe3,0x0a,0xe5, //.@%..%@..%@+
|
||
0x0e,0xc0,0x0c,0xe3,0x0a,0xe5, //.@%..%@..%@+
|
||
0x0e,0xc0,0x0c,0xe3,0x0a,0xe5, //.@%..%@..%@+
|
||
0x0e,0xc0,0x0c,0xe3,0x0a,0xe5, //.@%..%@..%@+
|
||
0x0e,0xc0,0x0c,0xe3,0x0a,0xe5, //.@%..%@..%@+
|
||
0xef,0xfc,0xcf,0xfe,0x8e,0xfe, //@@@%%@@@+@@@
|
||
|
||
|
||
/* n */
|
||
0x3a,0xca,0x5c,0xff,0xc3,0x00, //.%%%+%@@%...
|
||
0x38,0xea,0xc5,0x03,0xee,0x00, //.+@%%+..@@..
|
||
0x03,0xee,0x30,0x00,0xae,0x30, //..@@....%@..
|
||
0x03,0xea,0x00,0x00,0xae,0x30, //..@%....%@..
|
||
0x03,0xea,0x00,0x00,0xae,0x30, //..@%....%@..
|
||
0x03,0xea,0x00,0x00,0xae,0x30, //..@%....%@..
|
||
0x03,0xea,0x00,0x00,0xae,0x30, //..@%....%@..
|
||
0x03,0xea,0x00,0x00,0xae,0x30, //..@%....%@..
|
||
0x03,0xea,0x00,0x00,0xae,0x30, //..@%....%@..
|
||
0x8e,0xff,0xe0,0x0e,0xff,0xe8, //+@@@@..@@@@+
|
||
|
||
|
||
/* o */
|
||
0x00,0x08,0xef,0xfe,0x80,0x00, //...+@@@@+...
|
||
0x00,0xce,0xa0,0x0a,0xec,0x00, //..%@%..%@%..
|
||
0x08,0xea,0x00,0x00,0xae,0x80, //.+@%....%@+.
|
||
0x0e,0xe3,0x00,0x00,0x3e,0xe0, //.@@......@@.
|
||
0x3e,0xe0,0x00,0x00,0x0e,0xe3, //.@@......@@.
|
||
0x3e,0xe0,0x00,0x00,0x0e,0xe3, //.@@......@@.
|
||
0x0e,0xe3,0x00,0x00,0x3e,0xe0, //.@@......@@.
|
||
0x08,0xc8,0x00,0x00,0x8e,0xa0, //.+%+....+@%.
|
||
0x00,0xce,0x80,0x08,0xec,0x00, //..%@+..+@%..
|
||
0x00,0x08,0xef,0xfe,0x80,0x00, //...+@@@@+...
|
||
|
||
|
||
/* p */
|
||
0x8a,0xca,0x8e,0xfe,0xc3,0x00, //+%%%+@@@%...
|
||
0x3a,0xea,0xc5,0x05,0xee,0x50, //.%@%%+.+@@+.
|
||
0x03,0xee,0x00,0x00,0x5e,0xc0, //..@@....+@%.
|
||
0x03,0xea,0x00,0x00,0x0e,0xe0, //..@%.....@@.
|
||
0x03,0xea,0x00,0x00,0x0e,0xe3, //..@%.....@@.
|
||
0x03,0xea,0x00,0x00,0x0e,0xe3, //..@%.....@@.
|
||
0x03,0xea,0x00,0x00,0x3e,0xe0, //..@%.....@@.
|
||
0x03,0xec,0x00,0x00,0x8e,0xa0, //..@%....+@%.
|
||
0x03,0xec,0xa0,0x08,0xee,0x00, //..@%%..+@@..
|
||
0x03,0xea,0xae,0xfe,0xa0,0x00, //..@%%@@@%...
|
||
0x03,0xea,0x00,0x00,0x00,0x00, //..@%........
|
||
0x03,0xea,0x00,0x00,0x00,0x00, //..@%........
|
||
0xaf,0xff,0xe3,0x00,0x00,0x00, //%@@@@.......
|
||
|
||
|
||
/* q */
|
||
0x00,0x08,0xef,0xea,0x38,0x30, //...+@@@%.+..
|
||
0x00,0xce,0xa0,0x0a,0xce,0x30, //..%@%..%%@..
|
||
0x08,0xea,0x00,0x00,0xce,0x30, //.+@%....%@..
|
||
0x0c,0xe5,0x00,0x00,0xce,0x30, //.%@+....%@..
|
||
0x0e,0xe3,0x00,0x00,0xce,0x30, //.@@.....%@..
|
||
0x0e,0xe3,0x00,0x00,0xce,0x30, //.@@.....%@..
|
||
0x0e,0xe3,0x00,0x00,0xce,0x30, //.@@.....%@..
|
||
0x0a,0xe8,0x00,0x00,0xce,0x30, //.%@+....%@..
|
||
0x00,0xee,0x50,0x3a,0xee,0x30, //..@@+..%@@..
|
||
0x00,0x3a,0xef,0xea,0xce,0x30, //...%@@@%%@..
|
||
0x00,0x00,0x00,0x00,0xce,0x30, //........%@..
|
||
0x00,0x00,0x00,0x00,0xce,0x30, //........%@..
|
||
0x00,0x00,0x00,0x5e,0xff,0xe8, //......+@@@@+
|
||
|
||
|
||
/* r */
|
||
0x3a,0xac,0xe0,0x3c,0xff,0xc0, //.%%%@..%@@%.
|
||
0x35,0x6e,0xe5,0xa8,0x3e,0xe3, //.++@@+%+.@@.
|
||
0x00,0x0c,0xe8,0x30,0x03,0x30, //...%@+......
|
||
0x00,0x0c,0xe5,0x00,0x00,0x00, //...%@+......
|
||
0x00,0x0c,0xe0,0x00,0x00,0x00, //...%@.......
|
||
0x00,0x0c,0xe0,0x00,0x00,0x00, //...%@.......
|
||
0x00,0x0c,0xe0,0x00,0x00,0x00, //...%@.......
|
||
0x00,0x0c,0xe0,0x00,0x00,0x00, //...%@.......
|
||
0x00,0x0c,0xe0,0x00,0x00,0x00, //...%@.......
|
||
0x8e,0xff,0xff,0xfc,0x00,0x00, //+@@@@@@%....
|
||
|
||
|
||
/* s */
|
||
0x00,0x0a,0xef,0xfe,0xac,0x00, //...%@@@@%%..
|
||
0x00,0xce,0x50,0x08,0xee,0x00, //..%@+..+@@..
|
||
0x00,0xea,0x00,0x00,0x8c,0x30, //..@%....+%..
|
||
0x00,0xce,0x50,0x00,0x05,0x30, //..%@+....+..
|
||
0x00,0x3a,0xee,0xc5,0x00,0x00, //...%@@%+....
|
||
0x00,0x00,0x05,0xce,0xe8,0x00, //.....+%@@+..
|
||
0x08,0xa0,0x00,0x00,0xae,0x50, //.+%.....%@+.
|
||
0x05,0xa5,0x00,0x00,0x3c,0x80, //.+%+.....%+.
|
||
0x05,0xee,0x50,0x03,0xae,0x30, //.+@@+...%@..
|
||
0x03,0xca,0xef,0xff,0xc5,0x00, //..%%@@@@%+..
|
||
|
||
|
||
/* t */
|
||
0x00,0x00,0x58,0x00,0x00,0x00, //....++......
|
||
0x00,0x00,0x8a,0x00,0x00,0x00, //....+%......
|
||
0x00,0x00,0xcc,0x00,0x00,0x00, //....%%......
|
||
0x00,0x08,0xec,0x00,0x00,0x00, //...+@%......
|
||
0x0a,0xff,0xff,0xff,0xfc,0x00, //.%@@@@@@@%..
|
||
0x00,0x00,0xec,0x00,0x00,0x00, //....@%......
|
||
0x00,0x00,0xec,0x00,0x00,0x00, //....@%......
|
||
0x00,0x00,0xec,0x00,0x00,0x00, //....@%......
|
||
0x00,0x00,0xec,0x00,0x00,0x00, //....@%......
|
||
0x00,0x00,0xec,0x00,0x00,0x00, //....@%......
|
||
0x00,0x00,0xec,0x00,0x00,0x00, //....@%......
|
||
0x00,0x00,0xee,0x00,0x08,0x80, //....@@...++.
|
||
0x00,0x00,0xae,0x50,0x5a,0x30, //....%@+.+%..
|
||
0x00,0x00,0x0c,0xff,0xe5,0x00, //.....%@@@+..
|
||
|
||
|
||
/* u */
|
||
0x00,0x88,0x00,0x00,0x38,0x30, //..++.....+..
|
||
0xaf,0xe8,0x00,0x3e,0xfe,0x30, //%@@+...@@@..
|
||
0x05,0xc8,0x00,0x00,0xce,0x30, //.+%+....%@..
|
||
0x05,0xc8,0x00,0x00,0xce,0x30, //.+%+....%@..
|
||
0x05,0xc8,0x00,0x00,0xce,0x30, //.+%+....%@..
|
||
0x05,0xc8,0x00,0x00,0xce,0x30, //.+%+....%@..
|
||
0x05,0xc8,0x00,0x00,0xce,0x30, //.+%+....%@..
|
||
0x05,0xc8,0x00,0x00,0xce,0x30, //.+%+....%@..
|
||
0x05,0xea,0x00,0x00,0xee,0x30, //.+@%....@@..
|
||
0x00,0xee,0x50,0x3c,0xcf,0xc5, //..@@+..%%@%+
|
||
0x00,0x5e,0xff,0xe8,0xcc,0x83, //..+@@@@+%%+.
|
||
|
||
|
||
/* v */
|
||
0x8e,0xff,0xe0,0x08,0xef,0xe5, //+@@@@..+@@@+
|
||
0x03,0xee,0x00,0x00,0x8c,0x30, //..@@....+%..
|
||
0x00,0xce,0x30,0x00,0xa8,0x00, //..%@....%+..
|
||
0x00,0x5e,0xa0,0x05,0xa3,0x00, //..+@%..+%...
|
||
0x00,0x0e,0xe3,0x0c,0xa0,0x00, //...@@..%%...
|
||
0x00,0x0a,0xfa,0x5a,0x50,0x00, //...%@%+%+...
|
||
0x00,0x03,0xee,0xac,0x00,0x00, //....@@%%....
|
||
0x00,0x00,0xcf,0xe8,0x00,0x00, //....%@@+....
|
||
0x00,0x00,0x5e,0xe0,0x00,0x00, //....+@@.....
|
||
0x00,0x00,0x0e,0xa0,0x00,0x00, //.....@%.....
|
||
|
||
|
||
/* w */
|
||
0xef,0xfa,0xef,0xfa,0x8e,0xfe, //@@@%@@@%+@@@
|
||
0x3e,0xc0,0x0e,0xe0,0x08,0xc3, //.@%..@@..+%.
|
||
0x0c,0xe0,0x0c,0xe3,0x0a,0xa0, //.%@..%@..%%.
|
||
0x0a,0xe5,0x0e,0xe8,0x0a,0x50, //.%@+.@@+.%+.
|
||
0x05,0xc8,0x5a,0xec,0x5a,0x00, //.+%++%@%+%..
|
||
0x00,0xec,0xac,0xee,0xcc,0x00, //..@%%%@@%%..
|
||
0x00,0xce,0xc8,0xae,0xc8,0x00, //..%@%+%@%+..
|
||
0x00,0x8e,0xe3,0x8e,0xe3,0x00, //..+@@.+@@...
|
||
0x00,0x3e,0xc0,0x3e,0xc0,0x00, //...@%..@%...
|
||
0x00,0x0c,0x80,0x0c,0xa0,0x00, //...%+..%%...
|
||
|
||
|
||
/* x */
|
||
0x0e,0xff,0xfc,0x5e,0xff,0xe0, //.@@@@%+@@@@.
|
||
0x00,0x5e,0xe0,0x03,0xa5,0x00, //..+@@...%+..
|
||
0x00,0x0a,0xe8,0x0a,0xa0,0x00, //...%@+.%%...
|
||
0x00,0x00,0xce,0xaa,0x00,0x00, //....%@%%....
|
||
0x00,0x00,0x3e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0x3c,0xea,0x00,0x00, //.....%@%....
|
||
0x00,0x00,0xa5,0xae,0x80,0x00, //....%+%@+...
|
||
0x00,0x0a,0x80,0x0e,0xe3,0x00, //...%+..@@...
|
||
0x00,0xac,0x00,0x05,0xec,0x30, //..%%...+@%..
|
||
0x8e,0xff,0xc0,0x8e,0xff,0xe5, //+@@@%.+@@@@+
|
||
|
||
|
||
/* y */
|
||
0x5e,0xff,0xe5,0x3e,0xff,0xe8, //+@@@@+.@@@@+
|
||
0x00,0xce,0x50,0x00,0xcc,0x30, //..%@+...%%..
|
||
0x00,0x5c,0x80,0x03,0xa5,0x00, //..+%+...%+..
|
||
0x00,0x0e,0xe0,0x08,0xc0,0x00, //...@@..+%...
|
||
0x00,0x08,0xc5,0x0c,0xa0,0x00, //...+%+.%%...
|
||
0x00,0x03,0xec,0x5a,0x50,0x00, //....@%+%+...
|
||
0x00,0x00,0xae,0xac,0x00,0x00, //....%@%%....
|
||
0x00,0x00,0x5e,0xe8,0x00,0x00, //....+@@+....
|
||
0x00,0x00,0x0c,0xe3,0x00,0x00, //.....%@.....
|
||
0x00,0x00,0x0a,0xa0,0x00,0x00, //.....%%.....
|
||
0x00,0x00,0x3a,0x50,0x00,0x00, //.....%+.....
|
||
0x03,0x85,0xaa,0x00,0x00,0x00, //..++%%......
|
||
0x08,0xef,0xc0,0x00,0x00,0x00, //.+@@%.......
|
||
|
||
|
||
/* z */
|
||
0x05,0xef,0xff,0xff,0xfe,0x30, //.+@@@@@@@@..
|
||
0x08,0xea,0x00,0x08,0xea,0x00, //.+@%...+@%..
|
||
0x08,0xc0,0x00,0x5e,0xc0,0x00, //.+%...+@%...
|
||
0x08,0x80,0x03,0xee,0x00,0x00, //.++...@@....
|
||
0x00,0x00,0x0e,0xe3,0x00,0x00, //.....@@.....
|
||
0x00,0x00,0xce,0x50,0x00,0x00, //....%@+.....
|
||
0x00,0x0a,0xe8,0x00,0x0a,0xa0, //...%@+...%%.
|
||
0x00,0x8e,0xa0,0x00,0x0c,0x80, //..+@%....%+.
|
||
0x05,0xec,0x00,0x03,0xce,0x50, //.+@%....%@+.
|
||
0x0c,0xff,0xff,0xff,0xfe,0x30, //.%@@@@@@@@..
|
||
|
||
|
||
/* { */
|
||
0x00,0x00,0x00,0x03,0xce,0x80, //........%@+.
|
||
0x00,0x00,0x00,0x0c,0xc3,0x00, //.......%%...
|
||
0x00,0x00,0x00,0x3a,0x50,0x00, //.......%+...
|
||
0x00,0x00,0x00,0x3a,0x50,0x00, //.......%+...
|
||
0x00,0x00,0x00,0x3a,0x50,0x00, //.......%+...
|
||
0x00,0x00,0x00,0x3a,0x50,0x00, //.......%+...
|
||
0x00,0x00,0x00,0x3a,0x50,0x00, //.......%+...
|
||
0x00,0x00,0x00,0x3a,0x50,0x00, //.......%+...
|
||
0x00,0x00,0x00,0x5a,0x30,0x00, //......+%....
|
||
0x00,0x00,0x03,0xcc,0x00,0x00, //......%%....
|
||
0x00,0x00,0x3c,0xa0,0x00,0x00, //.....%%.....
|
||
0x00,0x00,0x00,0xcc,0x00,0x00, //......%%....
|
||
0x00,0x00,0x00,0x5a,0x30,0x00, //......+%....
|
||
0x00,0x00,0x00,0x3a,0x50,0x00, //.......%+...
|
||
0x00,0x00,0x00,0x3a,0x50,0x00, //.......%+...
|
||
0x00,0x00,0x00,0x3a,0x50,0x00, //.......%+...
|
||
0x00,0x00,0x00,0x3a,0x50,0x00, //.......%+...
|
||
0x00,0x00,0x00,0x3a,0x50,0x00, //.......%+...
|
||
0x00,0x00,0x00,0x0e,0xc3,0x00, //.......@%...
|
||
0x00,0x00,0x00,0x05,0xce,0x80, //.......+%@+.
|
||
|
||
|
||
/* | */
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
0x00,0x00,0x08,0x80,0x00,0x00, //.....++.....
|
||
|
||
|
||
/* } */
|
||
0x08,0xec,0x30,0x00,0x00,0x00, //.+@%........
|
||
0x00,0x0c,0xc0,0x00,0x00,0x00, //...%%.......
|
||
0x00,0x05,0xa3,0x00,0x00,0x00, //...+%.......
|
||
0x00,0x05,0xa3,0x00,0x00,0x00, //...+%.......
|
||
0x00,0x05,0xa3,0x00,0x00,0x00, //...+%.......
|
||
0x00,0x05,0xa3,0x00,0x00,0x00, //...+%.......
|
||
0x00,0x05,0xa3,0x00,0x00,0x00, //...+%.......
|
||
0x00,0x05,0xa3,0x00,0x00,0x00, //...+%.......
|
||
0x00,0x03,0xa5,0x00,0x00,0x00, //....%+......
|
||
0x00,0x00,0x8a,0x30,0x00,0x00, //....+%......
|
||
0x00,0x00,0x5e,0xe3,0x00,0x00, //....+@@.....
|
||
0x00,0x03,0xec,0x00,0x00,0x00, //....@%......
|
||
0x00,0x05,0xa5,0x00,0x00,0x00, //...+%+......
|
||
0x00,0x05,0xa3,0x00,0x00,0x00, //...+%.......
|
||
0x00,0x05,0xa3,0x00,0x00,0x00, //...+%.......
|
||
0x00,0x05,0xa3,0x00,0x00,0x00, //...+%.......
|
||
0x00,0x05,0xa3,0x00,0x00,0x00, //...+%.......
|
||
0x00,0x05,0xa3,0x00,0x00,0x00, //...+%.......
|
||
0x00,0x0c,0xe0,0x00,0x00,0x00, //...%@.......
|
||
0x08,0xec,0x50,0x00,0x00,0x00, //.+@%+.......
|
||
|
||
|
||
/* ~ */
|
||
0x03,0xcf,0xea,0x00,0x00,0x00, //..%@@%......
|
||
0x0a,0x80,0xcf,0xc0,0x00,0x88, //.%+.%@%...++
|
||
0x58,0x00,0x08,0xec,0x35,0xa0, //++...+@%.+%.
|
||
0x00,0x00,0x00,0x5e,0xfe,0x50, //......+@@@+.
|
||
|
||
|
||
/* */
|
||
|
||
};
|
||
|
||
|
||
static const sgl_font_table_t sgl_ascii_song23_tab[] = {
|
||
{.bitmap_index = 0, .adv_w = 192, .box_h = 0, .box_w = 12, .ofs_x = 0, .ofs_y = 0 },/*( )*/
|
||
{.bitmap_index = 0, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(!)*/
|
||
{.bitmap_index = 96, .adv_w = 192, .box_h = 6, .box_w = 12, .ofs_x = 0, .ofs_y = 15 },/*(")*/
|
||
{.bitmap_index = 132, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(#)*/
|
||
{.bitmap_index = 228, .adv_w = 192, .box_h = 21, .box_w = 12, .ofs_x = 0, .ofs_y = 0 },/*($)*/
|
||
{.bitmap_index = 354, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(%)*/
|
||
{.bitmap_index = 450, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(&)*/
|
||
{.bitmap_index = 546, .adv_w = 192, .box_h = 6, .box_w = 12, .ofs_x = 0, .ofs_y = 15 },/*(')*/
|
||
{.bitmap_index = 582, .adv_w = 192, .box_h = 21, .box_w = 12, .ofs_x = 0, .ofs_y = 1 },/*(()*/
|
||
{.bitmap_index = 708, .adv_w = 192, .box_h = 21, .box_w = 12, .ofs_x = 0, .ofs_y = 1 },/*())*/
|
||
{.bitmap_index = 834, .adv_w = 192, .box_h = 12, .box_w = 12, .ofs_x = 0, .ofs_y = 5 },/*(*)*/
|
||
{.bitmap_index = 906, .adv_w = 192, .box_h = 11, .box_w = 12, .ofs_x = 0, .ofs_y = 6 },/*(+)*/
|
||
{.bitmap_index = 972, .adv_w = 192, .box_h = 6, .box_w = 12, .ofs_x = 0, .ofs_y = 0 },/*(,)*/
|
||
{.bitmap_index = 1008, .adv_w = 192, .box_h = 1, .box_w = 12, .ofs_x = 0, .ofs_y = 11 },/*(-)*/
|
||
{.bitmap_index = 1014, .adv_w = 192, .box_h = 3, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(.)*/
|
||
{.bitmap_index = 1032, .adv_w = 192, .box_h = 20, .box_w = 12, .ofs_x = 0, .ofs_y = 1 },/*(/)*/
|
||
{.bitmap_index = 1152, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(0)*/
|
||
{.bitmap_index = 1248, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(1)*/
|
||
{.bitmap_index = 1344, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(2)*/
|
||
{.bitmap_index = 1440, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(3)*/
|
||
{.bitmap_index = 1536, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(4)*/
|
||
{.bitmap_index = 1632, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(5)*/
|
||
{.bitmap_index = 1728, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(6)*/
|
||
{.bitmap_index = 1824, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(7)*/
|
||
{.bitmap_index = 1920, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(8)*/
|
||
{.bitmap_index = 2016, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(9)*/
|
||
{.bitmap_index = 2112, .adv_w = 192, .box_h = 11, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(:)*/
|
||
{.bitmap_index = 2178, .adv_w = 192, .box_h = 12, .box_w = 12, .ofs_x = 0, .ofs_y = 1 },/*(;)*/
|
||
{.bitmap_index = 2250, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(<)*/
|
||
{.bitmap_index = 2346, .adv_w = 192, .box_h = 5, .box_w = 12, .ofs_x = 0, .ofs_y = 9 },/*(=)*/
|
||
{.bitmap_index = 2376, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(>)*/
|
||
{.bitmap_index = 2472, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(?)*/
|
||
{.bitmap_index = 2568, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(@)*/
|
||
{.bitmap_index = 2664, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(A)*/
|
||
{.bitmap_index = 2760, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(B)*/
|
||
{.bitmap_index = 2850, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(C)*/
|
||
{.bitmap_index = 2940, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(D)*/
|
||
{.bitmap_index = 3030, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(E)*/
|
||
{.bitmap_index = 3120, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(F)*/
|
||
{.bitmap_index = 3210, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(G)*/
|
||
{.bitmap_index = 3300, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(H)*/
|
||
{.bitmap_index = 3390, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(I)*/
|
||
{.bitmap_index = 3480, .adv_w = 192, .box_h = 18, .box_w = 12, .ofs_x = 0, .ofs_y = 0 },/*(J)*/
|
||
{.bitmap_index = 3588, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(K)*/
|
||
{.bitmap_index = 3678, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(L)*/
|
||
{.bitmap_index = 3768, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(M)*/
|
||
{.bitmap_index = 3858, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(N)*/
|
||
{.bitmap_index = 3948, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(O)*/
|
||
{.bitmap_index = 4038, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(P)*/
|
||
{.bitmap_index = 4128, .adv_w = 192, .box_h = 17, .box_w = 12, .ofs_x = 0, .ofs_y = 1 },/*(Q)*/
|
||
{.bitmap_index = 4230, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(R)*/
|
||
{.bitmap_index = 4320, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(S)*/
|
||
{.bitmap_index = 4410, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(T)*/
|
||
{.bitmap_index = 4500, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(U)*/
|
||
{.bitmap_index = 4590, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(V)*/
|
||
{.bitmap_index = 4680, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(W)*/
|
||
{.bitmap_index = 4770, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(X)*/
|
||
{.bitmap_index = 4860, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(Y)*/
|
||
{.bitmap_index = 4950, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(Z)*/
|
||
{.bitmap_index = 5040, .adv_w = 192, .box_h = 20, .box_w = 12, .ofs_x = 0, .ofs_y = 1 },/*([)*/
|
||
{.bitmap_index = 5160, .adv_w = 192, .box_h = 19, .box_w = 12, .ofs_x = 0, .ofs_y = 1 },/*(\)*/
|
||
{.bitmap_index = 5274, .adv_w = 192, .box_h = 20, .box_w = 12, .ofs_x = 0, .ofs_y = 1 },/*(])*/
|
||
{.bitmap_index = 5394, .adv_w = 192, .box_h = 3, .box_w = 12, .ofs_x = 0, .ofs_y = 19 },/*(^)*/
|
||
{.bitmap_index = 5412, .adv_w = 192, .box_h = 1, .box_w = 12, .ofs_x = 0, .ofs_y = 0 },/*(_)*/
|
||
{.bitmap_index = 5418, .adv_w = 192, .box_h = 2, .box_w = 12, .ofs_x = 0, .ofs_y = 19 },/*(`)*/
|
||
{.bitmap_index = 5430, .adv_w = 192, .box_h = 10, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(a)*/
|
||
{.bitmap_index = 5490, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(b)*/
|
||
{.bitmap_index = 5586, .adv_w = 192, .box_h = 10, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(c)*/
|
||
{.bitmap_index = 5646, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(d)*/
|
||
{.bitmap_index = 5742, .adv_w = 192, .box_h = 10, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(e)*/
|
||
{.bitmap_index = 5802, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(f)*/
|
||
{.bitmap_index = 5892, .adv_w = 192, .box_h = 13, .box_w = 12, .ofs_x = 0, .ofs_y = 0 },/*(g)*/
|
||
{.bitmap_index = 5970, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(h)*/
|
||
{.bitmap_index = 6066, .adv_w = 192, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(i)*/
|
||
{.bitmap_index = 6156, .adv_w = 192, .box_h = 18, .box_w = 12, .ofs_x = 0, .ofs_y = 0 },/*(j)*/
|
||
{.bitmap_index = 6264, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(k)*/
|
||
{.bitmap_index = 6360, .adv_w = 192, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(l)*/
|
||
{.bitmap_index = 6456, .adv_w = 192, .box_h = 11, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(m)*/
|
||
{.bitmap_index = 6522, .adv_w = 192, .box_h = 10, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(n)*/
|
||
{.bitmap_index = 6582, .adv_w = 192, .box_h = 10, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(o)*/
|
||
{.bitmap_index = 6642, .adv_w = 192, .box_h = 13, .box_w = 12, .ofs_x = 0, .ofs_y = 0 },/*(p)*/
|
||
{.bitmap_index = 6720, .adv_w = 192, .box_h = 13, .box_w = 12, .ofs_x = 0, .ofs_y = 0 },/*(q)*/
|
||
{.bitmap_index = 6798, .adv_w = 192, .box_h = 10, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(r)*/
|
||
{.bitmap_index = 6858, .adv_w = 192, .box_h = 10, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(s)*/
|
||
{.bitmap_index = 6918, .adv_w = 192, .box_h = 14, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(t)*/
|
||
{.bitmap_index = 7002, .adv_w = 192, .box_h = 11, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(u)*/
|
||
{.bitmap_index = 7068, .adv_w = 192, .box_h = 10, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(v)*/
|
||
{.bitmap_index = 7128, .adv_w = 192, .box_h = 10, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(w)*/
|
||
{.bitmap_index = 7188, .adv_w = 192, .box_h = 10, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(x)*/
|
||
{.bitmap_index = 7248, .adv_w = 192, .box_h = 13, .box_w = 12, .ofs_x = 0, .ofs_y = 0 },/*(y)*/
|
||
{.bitmap_index = 7326, .adv_w = 192, .box_h = 10, .box_w = 12, .ofs_x = 0, .ofs_y = 3 },/*(z)*/
|
||
{.bitmap_index = 7386, .adv_w = 192, .box_h = 20, .box_w = 12, .ofs_x = 0, .ofs_y = 1 },/*({)*/
|
||
{.bitmap_index = 7506, .adv_w = 192, .box_h = 23, .box_w = 12, .ofs_x = 0, .ofs_y = 0 },/*(|)*/
|
||
{.bitmap_index = 7644, .adv_w = 192, .box_h = 20, .box_w = 12, .ofs_x = 0, .ofs_y = 1 },/*(})*/
|
||
{.bitmap_index = 7764, .adv_w = 192, .box_h = 4, .box_w = 12, .ofs_x = 0, .ofs_y = 18 },/*(~)*/
|
||
{.bitmap_index = 7788, .adv_w = 192, .box_h = 0, .box_w = 12, .ofs_x = 0, .ofs_y = 0 },/*()*/
|
||
};
|
||
|
||
static const sgl_font_unicode_t song24_unicode = {
|
||
.offset = 32,
|
||
.tab_offset = 0,
|
||
.list = NULL,
|
||
.len = 96,
|
||
};
|
||
|
||
const sgl_font_t song23 = {
|
||
.bitmap = sgl_ascii_song23_bitmap,
|
||
.table = sgl_ascii_song23_tab,
|
||
.font_table_size = SGL_ARRAY_SIZE(sgl_ascii_song23_tab),
|
||
.font_height = 23,
|
||
.bpp = 4,
|
||
.unicode = &song24_unicode,
|
||
.unicode_num = 1,
|
||
};
|
||
|
||
#endif
|