├── About.jpg ├── BOM.xls ├── Pomodoro.jpg ├── Tinycorder.jpg ├── .gitattributes ├── Spectrometer.jpg ├── TinycorderV2.jpg ├── Espectrometro.jpg ├── Badge_electronico.jpg ├── Montaje ├── cableado.jpg ├── ok_badge.jpg ├── componentes.jpg ├── pruebas_carcasa.jpg ├── IMG_20250325_202723.jpg ├── colocado_y_soldado.jpg ├── Tinycorder_schematic.jpg ├── ok_espectrometro_numerico.jpg └── README.md ├── STL ├── Tinycorder Top.stl ├── Tinycorder Bottom.stl └── README.md ├── Tinycorder_trasera.jpg ├── SRC ├── README.md ├── Badges.h ├── TINYCORDER_V2_250702.ino └── Badges.cpp ├── README.md └── LICENSE /About.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/About.jpg -------------------------------------------------------------------------------- /BOM.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/BOM.xls -------------------------------------------------------------------------------- /Pomodoro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/Pomodoro.jpg -------------------------------------------------------------------------------- /Tinycorder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/Tinycorder.jpg -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /Spectrometer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/Spectrometer.jpg -------------------------------------------------------------------------------- /TinycorderV2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/TinycorderV2.jpg -------------------------------------------------------------------------------- /Espectrometro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/Espectrometro.jpg -------------------------------------------------------------------------------- /Badge_electronico.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/Badge_electronico.jpg -------------------------------------------------------------------------------- /Montaje/cableado.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/Montaje/cableado.jpg -------------------------------------------------------------------------------- /Montaje/ok_badge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/Montaje/ok_badge.jpg -------------------------------------------------------------------------------- /Montaje/componentes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/Montaje/componentes.jpg -------------------------------------------------------------------------------- /STL/Tinycorder Top.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/STL/Tinycorder Top.stl -------------------------------------------------------------------------------- /Tinycorder_trasera.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/Tinycorder_trasera.jpg -------------------------------------------------------------------------------- /STL/Tinycorder Bottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/STL/Tinycorder Bottom.stl -------------------------------------------------------------------------------- /Montaje/pruebas_carcasa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/Montaje/pruebas_carcasa.jpg -------------------------------------------------------------------------------- /Montaje/IMG_20250325_202723.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/Montaje/IMG_20250325_202723.jpg -------------------------------------------------------------------------------- /Montaje/colocado_y_soldado.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/Montaje/colocado_y_soldado.jpg -------------------------------------------------------------------------------- /Montaje/Tinycorder_schematic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/Montaje/Tinycorder_schematic.jpg -------------------------------------------------------------------------------- /Montaje/ok_espectrometro_numerico.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Egokitek/Tinycorder/HEAD/Montaje/ok_espectrometro_numerico.jpg -------------------------------------------------------------------------------- /SRC/README.md: -------------------------------------------------------------------------------- 1 | # Código Arduino 2 | ## (English below) 3 | 4 | 5 | **En esta carpeta se contienen los ficheros necesarios del código Arduino.** 6 | 7 | Contiene el fichero .ino principal y dos ficheros auxiliares: 8 | 9 | - Badges.h 10 | - Badges.cpp 11 | 12 | Ambos sirven para la conversión del badge de jpg a código entendible por Arduino. 13 | 14 | --- 15 | 16 | 17 | ## Arduino Code 18 | 19 | **This folder contains the necessary Arduino code files.** 20 | 21 | It includes the main .ino file and two auxiliary files: 22 | 23 | - Badges.h 24 | - Badges.cpp 25 | 26 | Both are used for converting the badge from jpg to code understandable by Arduino. 27 | 28 | -------------------------------------------------------------------------------- /STL/README.md: -------------------------------------------------------------------------------- 1 | # STLs 2 | ## (English below) 3 | 4 | **En esta carpeta se contienen los ficheros STL necesarios** 5 | 6 | Puedes verlos con el visualizador integrado en Github o bien mediante programas como Cura, Repetier etc. 7 | 8 | Contiene dos ficheros, la parte superior e inferior de la carcasa, que se unen mediante 4 tornillos de M3x10. 9 | 10 | --- 11 | 12 | 13 | 14 | ## STL Files 15 | 16 | This folder contains the necessary STL files. 17 | 18 | You can view them with the integrated viewer on Github or with programs such as Cura, Repetier, etc. 19 | 20 | It contains two files, the top and bottom parts of the case, which are joined together with 4 M3x10 screws. 21 | 22 | 23 | -------------------------------------------------------------------------------- /SRC/Badges.h: -------------------------------------------------------------------------------- 1 | /////////////////////////////////////////////////////////// 2 | /// TINYCORDER V2.0 /// 3 | /////////////////////////////////////////////////////////// 4 | /// MAIN PROGRAM /// 5 | /////////////////////////////////////////////////////////// 6 | /// Victor Barahona - July 2025 /// 7 | /// www.victorbarahona.com /// 8 | /////////////////////////////////////////////////////////// 9 | 10 | #ifndef BADGES_H 11 | #define BADGES_H 12 | 13 | #include 14 | 15 | extern const unsigned char vj_personal_badge[]; 16 | 17 | #endif 18 | 19 | ////////////////////// 20 | /// END OF FILE /// 21 | ////////////////////// -------------------------------------------------------------------------------- /Montaje/README.md: -------------------------------------------------------------------------------- 1 | # Montaje de Tinycorder 2 | # (English below) 3 | 4 | ## Esquema del dispositivo: 5 | 6 | ATENCION: Algunos componentes no se muestran como son realmente ya que Fritzing no los contiene en las librerías. Y puede haber algun error en la nomenclatura de los pines. Tomar la información de este montaje con precaución. 7 | 8 | 9 | ![Esquemático](Tinycorder_schematic.jpg) 10 | 11 | ## Montaje del dispositivo: 12 | 13 | En esta imagen vemos los componentes que vamos a utilizar. La pantalla usa el bus SPI y los sensores el I2C, de solo dos pines. 14 | 15 | ![Componentes](componentes.jpg) 16 | 17 | Procedemos a soldar los componentes entre si. 18 | 19 | En la perfboard soldamos el MCU, switch, 3 pushbutton y header de dos puntas. Para el XIAO alinear bien de tal forma que sus dos pad de bateria queden accesibles desde abajo, ya que aplicaremos una gota de soldadura y debe servir para que el circuito de control de la bateria funcione bien. Lo sabremos si al conectar el puerto USB tenemos unos 4V en esas dos conexiones. Si no lo tenemos hay que repasar la soldadura. 20 | 21 | La perfboard la unimos al display con soldadura (tiene zonas metalicas donde el estaño agarra bien. Tambien puede hacerse con cola termofusible). 22 | 23 | 24 | ![Cableado](cableado.jpg) 25 | 26 | La batería la pegaremos con cola termofusible, igualmente los sensores, aprovechando el espacio libre en la parte trasera del display que es plano. 27 | 28 | **ATENCION: Diseñé las piezas en PLA después de este punto con las medidas tal y como coloqué los componentes. Si construyes una copia tendrás que hacerlo al revés. Imprimir las piezas y usarlas como guía para pegar os sensores, si no no te cabrán correctamente.** 29 | 30 | ![Montaje y soldadura](colocado_y_soldado.jpg) 31 | 32 | Una vez montado y cargado el software vemos el aspecto que tiene. 33 | 34 | ![Prueba Badge](ok_badge.jpg) 35 | 36 | Y aquí como espectrómetro numérico, los valores se ven bajos porque el sensor está contra la mesa y no recibe luz. 37 | 38 | ![Espectrómetro numérico](ok_espectrometro_numerico.jpg) 39 | 40 | *** 41 | 42 | ## Tinycorder Assembly 43 | 44 | ## Device schematic: 45 | 46 | WARNING: Some components are not shown as they really are because Fritzing does not include them in its libraries. There may also be some errors in pin naming. Take the information from this assembly with caution. 47 | 48 | ![Esquemático](Tinycorder_schematic.jpg) 49 | 50 | ## Device assembly: 51 | 52 | In this image we see the components we are going to use. The display uses the SPI bus and the sensors use I2C, which only requires two pins. 53 | 54 | ![Componentes](componentes.jpg) 55 | 56 | We proceed to solder the components together. 57 | 58 | On the perfboard, solder the MCU, switch, 3 pushbuttons, and a two-pin header. For the XIAO, align it so that its two battery pads are accessible from below, as we will apply a drop of solder and it must allow the battery control circuit to work properly. We will know it works if, when connecting the USB port, we have about 4V on those two connections. If not, check the soldering. 59 | 60 | Join the perfboard to the display with solder (it has metallic areas where the tin adheres well. It can also be done with hot glue). 61 | 62 | ![Cableado](cableado.jpg) 63 | 64 | Glue the battery with hot glue, as well as the sensors, taking advantage of the free space on the back of the display, which is flat. 65 | 66 | **WARNING: I designed the PLA parts after this point with the measurements as I placed the components. If you build a copy, you will have to do it the other way around: print the parts and use them as a guide to glue the sensors, otherwise they will not fit correctly.** 67 | 68 | ![Montaje y soldadura](colocado_y_soldado.jpg) 69 | 70 | Once assembled and the software loaded, this is how it looks. 71 | 72 | ![Prueba Badge](ok_badge.jpg) 73 | 74 | And here as a numeric spectrometer, the values appear low because the sensor is facing the table and does not receive light. 75 | 76 | ![Espectrómetro numérico](ok_espectrometro_numerico.jpg) 77 | 78 | *** 79 | 80 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | # Tinycorder (ES) 3 | 4 | **(English below)** 5 | 6 | 7 | ## Un pequeño dispositivo multiuso con sensores 8 | 9 | **Tinycorder** es un pequeño dispositivo multiuso que busca homenajear al mítico **tricorder** de la serie de ciencia ficción **Star Trek.** 10 | 11 | Incluye varios sensores, asi como una pantalla de alta resolucion y bajo consumo que permite que lo usemos como badge electronico. 12 | 13 | Es pequeño (75x85x10mm), ligero (70gr) y gasta muy poca energía. 14 | 15 | ![Cyberdeck PICO8](Tinycorder.jpg) 16 | ![Cyberdeck PICO8](Tinycorder_trasera.jpg) 17 | ![Cyberdeck PICO8](TinycorderV2.jpg) 18 | 19 | ## Características principales 20 | 21 | - Chasis de dos piezas en PLA que se unen mediante 4 tornillos de M3x10. 22 | - Incluye gancho para poderlo colgar del cuello o de la mano. 23 | - MCU XIAO ESP32C3 de Seeed Studio. 24 | - Batería Ion Litio de 150mAh. 25 | - Interruptor de encendido y 3 pushbutton para interfaz (Up, Down, Enter). 26 | - Pantalla Sharp Memory Display de 400x240px de Adafruit. Muy bajo consumo. 27 | - Sensor AS7341 para medición de luz en 7 bandas de visible y NIR (IR cercano). 28 | - Sensor SCD40 para medición de calidad del aire y CO2. 29 | - 2 pines libres accesibles desde frontal para medir señales analógicas. 30 | 31 | ## Algunas funciones ya en servicio 32 | 33 | ![Cyberdeck PICO8](Badge_electronico.jpg) 34 | ![Cyberdeck PICO8](Espectrometro.jpg) 35 | ![Cyberdeck PICO8](Spectrometer.jpg) 36 | 37 | ## Contenido de las carpetas 38 | 39 | [**Montaje**](Montaje/README.md) 40 | 41 | Proceso de montaje mediante fotos comentadas. 42 | 43 | [**STLs**](STL/README.md) 44 | 45 | Ficheros STL listos para imprimir. 46 | 47 | [**SRC**](SRC/README.md) 48 | 49 | Ficheros Arduino. 50 | 51 | ## Lista de componentes (BOM) 52 | 53 | [BOM.xls](BOM.xlsx) 54 | 55 | ## Autor 56 | 57 | Me llamo **Victor Barahona** y soy un ingeniero que ha sabido adaptarse a diferentes olas tecnológicas a lo largo de 30 años de carrera profesional. Tanto en el sector público como privado, tanto por cuenta ajena como de autónomo y emprendedor. 58 | 59 | He trabajado en enseñanza, industria de automoción, telefonía móvil, impresión 3D, desarrollo de proyectos opensource y actualmente estoy en la empresa **I+Med** donde investigo en sistemas embebidos y Bioelectrónica. 60 | 61 | Tengo varios hobbies, entre ellos la Permacultura. Soy también un maker entusiasta y construyo cosas como impresoras 3D o ARSandbox. 62 | 63 | **Hago este tipo de proyectos en mi tiempo libre. Si te gustan y deseas apoyar que siga con ellos puedes donar o aportar en ko-fi:** 64 | 65 | [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/F2F81DFZ9Q) 66 | 67 | [**Mi cuenta Github**](https://github.com/Egokitek) 68 | 69 | [Mi sitio web **www.victorbarahona.com**](http://www.victorbarahona.com) 70 | 71 | ## Créditos 72 | 73 | Star Trek me inspiró para realizar este proyecto pero el diseño es totalmente propio. 74 | 75 | ## Licencia 76 | 77 | GPL3.0 78 | 79 | ## Posibles mejoras 80 | 81 | - Monitorear tension de batería y mostrarla mediante un indicador. 82 | - Añadir funciones pendientes como tester/osciloscopio 83 | - Nuevas funciones que se me vayan ocurriendo. 84 | 85 | ## Version 2 (actualizada el 6 de Julio de 2025) 86 | 87 | **Se completa el código con los siguientes cambios:** 88 | 89 | - Se completa la funcion de timer, permite ajustar bloques de 5 hasta 120 min. En el bloque de 25min aparece un mensaje de "Pomodoro Timer !". Al activar comienza cuenta atras y al terminar avisa con un rotulo intermitente en pantalla. 90 | - Se completa el menu de Dashboard, que muestra medidas de CO2, temp y humedad en forma de histograma, con medidas cada 5 min hasta un total de 24 por cada variable. El tiempo entre muestras se puede cambiar en firmware para que tome un tiempo mas amplio de muestreo total. 91 | - El menu "Calidad del aire" presenta medidas de CO2, temperatura y humedad cada 5 segundos de forma continua, hasta que vuelvas al menu principal. 92 | - El menú "espectrómetro ya funcionaba pero se ha mejorado. Ahora puede mostrar el espectro en forma de histograma, lineas o numérico, se puede cambiar entre cualquiera de ellos o volver al menu principal. 93 | - El menú "Acerca de" se ha mejorado en estética y presenta información básica. 94 | - Se ha eliminado por el momento la función de osciloscopio. Quizás se aborde en el futuro. 95 | 96 | **Cambios pendientes:** 97 | 98 | - Añadir un buzzer pequeño para dar sonido al dispositivo. 99 | - Añadir un sensor de tiempo de vuelo para medir distancia y quizas generar una especie de "sonar". 100 | - Optimizar el consumo jugando mejor con los procesos de deep sleep. 101 | - Opción de activar/desactivar LED para linterna, usando los que lleva el sensor de espectrómetro. 102 | - Control de tensión de batería para ver autonomía en pantalla. 103 | - Probar con otras pantallas mas economicas y rediseñar el hardware. La Sharp es muy buena pero es algo cara. 104 | - **Importante** crear la PCB. Ahora es una perfboard ya que es un prototipo. 105 | - ¿ Que mas .....? 106 | 107 | ![Cyberdeck PICO8](About.jpg) 108 | 109 | --- 110 | 111 | 112 | # Tinycorder (EN) 113 | 114 | ## A small multi-purpose device with sensors 115 | 116 | **Tinycorder** is a small multi-purpose device that pays homage to the legendary **tricorder** from the science fiction series **Star Trek.** 117 | 118 | It includes several sensors, as well as a high-resolution, low-power display that allows it to be used as an electronic badge. 119 | 120 | It is small (75x85x10mm), lightweight (70g), and consumes very little power. 121 | 122 | ## Main features 123 | 124 | - Two-piece PLA chassis joined by 4 M3x10 screws. 125 | - Includes a hook to hang it from your neck or hand. 126 | - Seeed Studio XIAO ESP32C3 MCU. 127 | - 150mAh Lithium-Ion battery. 128 | - Power switch and 3 pushbuttons for interface (Up, Down, Enter). 129 | - Adafruit Sharp Memory Display 400x240px. Very low power consumption. 130 | - AS7341 sensor for measuring light in 7 visible and NIR (near IR) bands. 131 | - SCD40 sensor for air quality and CO2 measurement. 132 | - BMP280 sensor for temperature, humidity, and pressure measurement. 133 | - 2 free pins accessible from the front to measure analog signals. 134 | 135 | ## Some functions already in service 136 | 137 | ![Cyberdeck PICO8](Spectrometer.jpg) 138 | 139 | ## Folder contents 140 | 141 | [**Assembly**](Montaje/README.md) 142 | 143 | Assembly process with commented photos. 144 | 145 | [**STLs**](STL/README.md) 146 | 147 | Ready-to-print STL files. 148 | 149 | [**SRC**](SRC/README.md) 150 | 151 | Arduino files. 152 | 153 | ## Bill of Materials (BOM) 154 | 155 | [BOM.xls](BOM.xlsx) 156 | 157 | ## Author 158 | 159 | My name is **Victor Barahona** and I am an engineer who has adapted to different technological waves over 30 years of professional career. Both in the public and private sectors, as an employee, freelancer, and entrepreneur. 160 | 161 | I have worked in education, automotive industry, mobile telephony, 3D printing, open source project development, and I am currently at **I+Med** where I research embedded systems and Bioelectronics. 162 | 163 | I have several hobbies, including Permaculture. I am also an enthusiastic maker and build things like 3D printers or ARSandbox. 164 | 165 | **I do these kinds of projects in my free time. If you like them and want to support me to continue, you can donate or contribute on ko-fi:** 166 | 167 | [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/F2F81DFZ9Q) 168 | 169 | [**My Github account**](https://github.com/Egokitek) 170 | 171 | [My website **www.victorbarahona.com**](http://www.victorbarahona.com) 172 | 173 | ## Credits 174 | 175 | Star Trek inspired me to make this project but the design is entirely my own. 176 | 177 | ## License 178 | 179 | GPL3.0 180 | 181 | ## Possible improvements 182 | 183 | - Monitor battery voltage and display it with an indicator. 184 | - Add pending functions such as tester/oscilloscope 185 | - New functions as they occur to me. 186 | 187 | ## Version 2 (updated July 6, 2025) 188 | 189 | **The code is completed with the following changes:** 190 | 191 | - The timer function is completed, allowing you to set blocks from 5 to 120 min. In the 25min block, a "Pomodoro Timer!" message appears. When activated, it starts a countdown and, when finished, notifies with a flashing label on the screen. 192 | - The Dashboard menu is completed, showing CO2, temp, and humidity measurements as a histogram, with measurements every 5 min up to a total of 24 for each variable. The time between samples can be changed in firmware to take a longer total sampling time. 193 | - The "Air Quality" menu presents CO2, temperature, and humidity measurements every 5 seconds continuously, until you return to the main menu. 194 | - The "Spectrometer" menu was already working but has been improved. Now it can display the spectrum as a histogram, lines, or numeric; you can switch between any of them or return to the main menu. 195 | - The "About" menu has been improved in appearance and presents basic information. 196 | - The oscilloscope function has been removed for now. It may be addressed in the future. 197 | 198 | **Pending changes:** 199 | 200 | - Add a small buzzer to give sound to the device. 201 | - Add a time-of-flight sensor to measure distance and perhaps generate a kind of "sonar". 202 | - Optimize power consumption by better managing deep sleep processes. 203 | - Option to enable/disable LED for flashlight, using those on the spectrometer sensor. 204 | - Battery voltage control to see autonomy on screen. 205 | - Try other, more economical displays and redesign the hardware. The Sharp is very good but somewhat expensive. 206 | - **Important** create the PCB. It is currently a perfboard as it is a prototype. 207 | - What else...? 208 | -------------------------------------------------------------------------------- /SRC/TINYCORDER_V2_250702.ino: -------------------------------------------------------------------------------- 1 | /////////////////////////////////////////////////////////// 2 | /// TINYCORDER V2.0 /// 3 | /////////////////////////////////////////////////////////// 4 | /// MAIN PROGRAM /// 5 | /////////////////////////////////////////////////////////// 6 | /// Victor Barahona - July 2025 /// 7 | /// www.victorbarahona.com /// 8 | /////////////////////////////////////////////////////////// 9 | 10 | /* TINYCORDER: UN TRICORDER BASADO EN EL ADAFRUIT SHARP MEMORY DISPLAY DE 400x240px */ 11 | 12 | #include 13 | #include 14 | #include //Librería especifica Pantalla 400x240 de Adafruit 15 | #include //Sensor espectrometro 16 | #include "Adafruit_GFX.h" //Librería gráfica Adafruit 17 | #include //La pantalla necesita bus SPI 18 | #include //Para tareas que requieren bus I2C 19 | #include //Libreria sensor CO2, temp, humedad 20 | 21 | 22 | #include "Badges.h" //Contiene los badges que voy implementando de forma personalizada 23 | 24 | // any pins can be used 25 | #define SHARP_SCK 8 26 | #define SHARP_MOSI 9 27 | #define SHARP_SS 10 28 | 29 | #define ANCHO 400 30 | #define ALTO 240 31 | #define BLACK 0 32 | #define WHITE 1 33 | 34 | //Adafruit_SharpMem display(SHARP_SCK, SHARP_MOSI, SHARP_SS, 144, 168); 35 | Adafruit_SharpMem display(SHARP_SCK, SHARP_MOSI, SHARP_SS, ANCHO, ALTO); 36 | int minorHalfSize; // 1/2 of lesser of display width or height 37 | 38 | //Instanciar clase sensor CO2 39 | SensirionI2CScd4x scd4x; 40 | 41 | void printUint16Hex(uint16_t value) { 42 | Serial.print(value < 4096 ? "0" : ""); 43 | Serial.print(value < 256 ? "0" : ""); 44 | Serial.print(value < 16 ? "0" : ""); 45 | Serial.print(value, HEX); 46 | } 47 | 48 | void printSerialNumber(uint16_t serial0, uint16_t serial1, uint16_t serial2) { 49 | Serial.print("Serial: 0x"); 50 | printUint16Hex(serial0); 51 | printUint16Hex(serial1); 52 | printUint16Hex(serial2); 53 | Serial.println(); 54 | } 55 | 56 | // --- PARAMETRIZACIÓN DE IDIOMA --- // --- LANGUAGE PARAMETERIZATION --- 57 | enum Idioma { ESPANOL, INGLES }; // Idioma actual // Current language 58 | Idioma idiomaActual = INGLES; // Cambia a ESPANOL si lo prefieres // Change to ESPANOL if you prefer 59 | void setIdioma(Idioma idioma); // Prototipo necesario para evitar error de compilación // Prototype needed to avoid compilation error 60 | 61 | //Botones para controlar el dispositivo // Buttons to control the device 62 | #define BUTTON_UP 5 // Cable Rojo, pin 3, gpio 5 // Red wire, pin 3, gpio 5 63 | #define BUTTON_DOWN 21 // Cable amarillo, pin 6, gpio 21 // Yellow wire, pin 6, gpio 21 64 | #define BUTTON_ENTER 20 // Cable verde, pin 7, gpio 20 // Green wire, pin 7, gpio 20 65 | #define DEBOUNCE_TIME 50 // Tiempo de debounce en ms // Debounce time in ms 66 | 67 | unsigned long lastDebounceTimeUP = 0; 68 | unsigned long lastDebounceTimeDOWN = 0; 69 | unsigned long lastDebounceTimeENTER = 0; 70 | bool lastStateUP = HIGH; 71 | bool lastStateDOWN = HIGH; 72 | bool lastStateENTER = HIGH; 73 | bool currentStateUP = HIGH; 74 | bool currentStateDOWN = HIGH; 75 | bool currentStateENTER = HIGH; 76 | 77 | const char *menus_es[] = { "Badge electronico", "Timer", "Dashboard Tricorder", "Calidad del aire", "Espectrometro", "Acerca de..." }; // Menú en español // Menu in Spanish 78 | const char *menus_en[] = { "Electronic badge", "Timer", "Tricorder Dashboard", "Air quality", "Spectrometer", "About..." }; // Menú en inglés // Menu in English 79 | const char **menus = menus_en; // Por defecto inglés // Default to English 80 | const int totalMenus = 6; 81 | int menuIndex = 0; 82 | bool menuSelected = false; 83 | unsigned long lastButtonPress = 0; 84 | 85 | /* Definición de la clase para el sensor AS7341, espectrometro de 8 bandas mas NIR */ 86 | /* Definition of the class for the AS7341 sensor, 8-band spectrometer plus NIR */ 87 | Adafruit_AS7341 as7341; 88 | 89 | // --- DASHBOARD: HISTÓRICO DE 24 MEDIDAS --- 90 | #define DASHBOARD_HISTORY 24 91 | unsigned long dashboard_interval_ms = 5UL * 60UL * 1000UL; // Intervalo de muestreo en ms (por defecto 5 minutos) 92 | uint16_t co2_history[DASHBOARD_HISTORY] = {0}; 93 | float temp_history[DASHBOARD_HISTORY] = {0}; 94 | float hum_history[DASHBOARD_HISTORY] = {0}; 95 | uint8_t dashboard_index = 0; 96 | uint8_t dashboard_count = 0; 97 | unsigned long dashboard_last_update = 0; 98 | 99 | void setup() { 100 | Serial.begin(115200); 101 | display.begin(); 102 | Wire.begin(); 103 | 104 | //while (!Serial) { 105 | // delay(100); 106 | //} 107 | 108 | uint16_t error; 109 | char errorMessage[256]; 110 | scd4x.begin(Wire); 111 | 112 | // stop potentially previously started measurement // Detener medición previa si existe 113 | error = scd4x.stopPeriodicMeasurement(); 114 | if (error) { 115 | Serial.print("Error trying to execute stopPeriodicMeasurement(): "); 116 | errorToString(error, errorMessage, 256); 117 | Serial.println(errorMessage); 118 | } 119 | 120 | uint16_t serial0; 121 | uint16_t serial1; 122 | uint16_t serial2; 123 | error = scd4x.getSerialNumber(serial0, serial1, serial2); 124 | if (error) { 125 | Serial.print("Error trying to execute getSerialNumber(): "); 126 | errorToString(error, errorMessage, 256); 127 | Serial.println(errorMessage); 128 | } else { 129 | printSerialNumber(serial0, serial1, serial2); 130 | } 131 | 132 | // Start Measurement // Iniciar medición 133 | error = scd4x.startPeriodicMeasurement(); 134 | if (error) { 135 | Serial.print("Error trying to execute startPeriodicMeasurement(): "); 136 | errorToString(error, errorMessage, 256); 137 | Serial.println(errorMessage); 138 | } 139 | 140 | Serial.println("Waiting for first measurement... (5 sec)"); // Esperando primera medición 141 | 142 | //setup de botones y su tiempo de rebote // Button setup and debounce time 143 | pinMode(BUTTON_UP, INPUT_PULLUP); // Activa la resistencia pull-up interna // Enable internal pull-up resistor 144 | pinMode(BUTTON_DOWN, INPUT_PULLUP); // Activa la resistencia pull-up interna // Enable internal pull-up resistor 145 | pinMode(BUTTON_ENTER, INPUT_PULLUP); // Activa la resistencia pull-up interna // Enable internal pull-up resistor 146 | 147 | display.clearDisplay(); // clears the screen and buffer // Limpia la pantalla y el buffer 148 | 149 | // Several shapes are drawn centered on the screen. Calculate 1/2 of 150 | // lesser of display width or height, this is used repeatedly later. 151 | // Varias formas se dibujan centradas en la pantalla. Calcula 1/2 del menor de ancho o alto, se usa repetidamente. 152 | minorHalfSize = min(display.width(), display.height()) / 2; 153 | 154 | if (!as7341.begin()) { 155 | Serial.println("Could not find AS7341"); // No se pudo encontrar el AS7341 156 | while (1) { delay(10); } 157 | } 158 | 159 | as7341.setATIME(100); 160 | as7341.setASTEP(999); 161 | as7341.setGain(AS7341_GAIN_256X); 162 | 163 | drawMenu(); 164 | } 165 | 166 | void loop() { 167 | display.setRotation(0); 168 | showMenu(); 169 | } 170 | 171 | 172 | void checkButtons() { 173 | unsigned long currentMillis = millis(); 174 | 175 | // --- Debounce para BUTTON_UP --- 176 | bool readingUP = digitalRead(BUTTON_UP); 177 | if (readingUP != lastStateUP) { 178 | lastDebounceTimeUP = currentMillis; 179 | } 180 | if ((currentMillis - lastDebounceTimeUP) > DEBOUNCE_TIME) { 181 | if (readingUP == LOW && currentStateUP == HIGH) { 182 | menuIndex = (menuIndex - 1 + totalMenus) % totalMenus; 183 | drawMenu(); 184 | } 185 | currentStateUP = readingUP; 186 | } 187 | lastStateUP = readingUP; 188 | 189 | // --- Debounce para BUTTON_DOWN --- 190 | bool readingDOWN = digitalRead(BUTTON_DOWN); 191 | if (readingDOWN != lastStateDOWN) { 192 | lastDebounceTimeDOWN = currentMillis; 193 | } 194 | if ((currentMillis - lastDebounceTimeDOWN) > DEBOUNCE_TIME) { 195 | if (readingDOWN == LOW && currentStateDOWN == HIGH) { 196 | menuIndex = (menuIndex + 1) % totalMenus; 197 | drawMenu(); 198 | } 199 | currentStateDOWN = readingDOWN; 200 | } 201 | lastStateDOWN = readingDOWN; 202 | 203 | // --- Debounce para BUTTON_ENTER --- 204 | bool readingENTER = digitalRead(BUTTON_ENTER); 205 | if (readingENTER != lastStateENTER) { 206 | lastDebounceTimeENTER = currentMillis; 207 | } 208 | if ((currentMillis - lastDebounceTimeENTER) > DEBOUNCE_TIME) { 209 | if (readingENTER == LOW && currentStateENTER == HIGH) { 210 | executeTask(menuIndex); 211 | drawMenu(); // Volver al menú en la misma posición 212 | } 213 | currentStateENTER = readingENTER; 214 | } 215 | lastStateENTER = readingENTER; 216 | } 217 | 218 | void drawMenu() { 219 | display.clearDisplay(); 220 | display.setTextSize(3); 221 | display.setTextColor(BLACK); 222 | display.setCursor(60, 10); 223 | display.println("TINYCORDER V2.0"); 224 | display.setCursor(60, 40); 225 | display.setTextSize(2); 226 | display.println(idiomaActual == ESPANOL ? "< Elige opcion >" : "< Choose option >"); 227 | 228 | for (int i = 0; i < totalMenus; i++) { 229 | display.setCursor(60, 70 + (i * 18)); // Espaciado vertical entre opciones 230 | 231 | if (i == menuIndex) { 232 | display.print("* "); // Asterisco para la opción seleccionada 233 | } else { 234 | display.print(" "); // Espacio en las demás opciones 235 | } 236 | 237 | display.println(menus[i]); // Mostrar nombre del menú 238 | } 239 | 240 | display.refresh(); 241 | delay(50); 242 | } 243 | 244 | // --- PARAMETRIZACIÓN DE IDIOMA --- 245 | //enum Idioma { ESPANOL, INGLES }; 246 | //Idioma idiomaActual = INGLES; // Cambia a ESPANOL si lo prefieres 247 | void setIdioma(Idioma idioma) { 248 | idiomaActual = idioma; 249 | menus = (idioma == ESPANOL) ? menus_es : menus_en; 250 | } 251 | 252 | void executeTask(int index) { 253 | display.clearDisplay(); 254 | display.setCursor(60, 200); 255 | display.setTextSize(1); 256 | display.setTextColor(BLACK); 257 | 258 | switch (index) { 259 | case 0: 260 | badge(); 261 | break; 262 | case 1: 263 | timer(); 264 | break; 265 | case 2: 266 | dashboard(); 267 | break; 268 | case 3: 269 | calidad_aire(); 270 | break; 271 | case 4: 272 | espectrometro(); 273 | break; 274 | case 5: 275 | acercade(); 276 | break; 277 | } 278 | 279 | display.refresh(); 280 | delay(2000); // Mantener el mensaje 2 segundos antes de volver al menú 281 | } 282 | 283 | 284 | 285 | void badge() { 286 | display.setTextColor(BLACK); 287 | //Muestra Badge personal 288 | display.drawBitmap(0, 0, vj_personal_badge, 400, 240, WHITE, BLACK); 289 | display.refresh(); 290 | esp_deep_sleep_start(); 291 | 292 | } 293 | 294 | 295 | // --- MENÚ ESPECTRÓMETRO: SELECCIÓN DIRECTA --- 296 | void espectrometro() { 297 | int modo = 0; 298 | bool seleccionando = true; 299 | // Esperar a que todos los botones estén soltados antes de mostrar el menú 300 | while (digitalRead(BUTTON_UP) == LOW || digitalRead(BUTTON_DOWN) == LOW || digitalRead(BUTTON_ENTER) == LOW) { 301 | delay(10); 302 | } 303 | while (seleccionando) { 304 | display.clearDisplay(); 305 | display.setTextSize(3); 306 | display.setCursor(60, 40); 307 | display.setTextColor(BLACK); 308 | display.println("Spectrometer:"); 309 | display.setTextSize(2); 310 | display.setCursor(60, 90); 311 | display.print(modo == 0 ? "> " : " "); display.println("Histogram"); 312 | display.setCursor(60, 120); 313 | display.print(modo == 1 ? "> " : " "); display.println("Curve"); 314 | display.setCursor(60, 150); 315 | display.print(modo == 2 ? "> " : " "); display.println("Data"); 316 | display.refresh(); 317 | // Navegación 318 | bool salir = false; 319 | while (!salir) { 320 | if (digitalRead(BUTTON_UP) == LOW) { modo = (modo + 2) % 3; delay(200); salir = true; } 321 | else if (digitalRead(BUTTON_DOWN) == LOW) { modo = (modo + 1) % 3; delay(200); salir = true; } 322 | else if (digitalRead(BUTTON_ENTER) == LOW) { delay(200); seleccionando = false; salir = true; } 323 | delay(10); 324 | } 325 | // Esperar a que se suelten todos los botones antes de permitir otra navegación 326 | while (digitalRead(BUTTON_UP) == LOW || digitalRead(BUTTON_DOWN) == LOW || digitalRead(BUTTON_ENTER) == LOW) { 327 | delay(10); 328 | } 329 | } 330 | // Ejecutar modo seleccionado 331 | switch (modo) { 332 | case 0: espectro_histograma(); break; 333 | case 1: espectro_grafica(); break; 334 | case 2: espectro_numerico(); break; 335 | } 336 | } 337 | 338 | // --- TIMER: AJUSTE Y CUENTA ATRÁS --- 339 | void timer() { 340 | int minutos = 5; 341 | bool ajustando = true; 342 | // Esperar a que todos los botones estén soltados antes de mostrar el menú 343 | while (digitalRead(BUTTON_UP) == LOW || digitalRead(BUTTON_DOWN) == LOW || digitalRead(BUTTON_ENTER) == LOW) { 344 | delay(10); 345 | } 346 | while (ajustando) { 347 | display.clearDisplay(); 348 | display.setTextSize(3); 349 | display.setCursor(80, 60); 350 | display.setTextColor(BLACK); 351 | display.print(idiomaActual == ESPANOL ? "Temporizador:" : "Timer:"); 352 | display.setCursor(140, 120); 353 | display.setTextSize(5); 354 | display.print(minutos); 355 | display.setTextSize(3); 356 | display.print(" min"); 357 | if (minutos == 25) { 358 | display.setTextSize(2); 359 | display.setCursor(140, 160); 360 | display.setTextColor(BLACK); 361 | display.print("Pomodoro Timer !!"); 362 | } 363 | display.setTextSize(2); 364 | display.setCursor(80, 210); 365 | display.print(idiomaActual == ESPANOL ? "UP/DOWN: Ajustar ENTER: Iniciar" : "UP/DOWN: Set ENTER: Start"); 366 | display.refresh(); 367 | // Ajuste de minutos 368 | bool salir = false; 369 | while (!salir) { 370 | if (digitalRead(BUTTON_UP) == LOW) { 371 | minutos += 5; 372 | if (minutos > 120) minutos = 5; 373 | delay(200); 374 | salir = true; 375 | } 376 | if (digitalRead(BUTTON_DOWN) == LOW) { 377 | minutos -= 5; 378 | if (minutos < 5) minutos = 120; 379 | delay(200); 380 | salir = true; 381 | } 382 | if (digitalRead(BUTTON_ENTER) == LOW) { 383 | ajustando = false; 384 | delay(200); 385 | salir = true; 386 | } 387 | delay(10); 388 | } 389 | // Esperar a que se suelten todos los botones antes de permitir otra navegación 390 | while (digitalRead(BUTTON_UP) == LOW || digitalRead(BUTTON_DOWN) == LOW || digitalRead(BUTTON_ENTER) == LOW) { 391 | delay(10); 392 | } 393 | } 394 | // Cuenta atrás sin deep sleep, solo delay y refresco 395 | while (minutos > 0) { 396 | display.clearDisplay(); 397 | display.setTextSize(4); 398 | display.setCursor(150, 80); 399 | display.setTextColor(BLACK); 400 | display.print(minutos); 401 | display.setTextSize(2); 402 | display.setCursor(170, 140); 403 | display.print("min"); 404 | display.setTextSize(2); 405 | display.setCursor(100, 180); 406 | display.print(idiomaActual == ESPANOL ? "Cuenta atras..." : "Counting down..."); 407 | display.refresh(); 408 | for (int s = 0; s < 60; s++) { 409 | delay(1000); // 1 segundo 410 | // Permitir salir con botón 411 | if (digitalRead(BUTTON_ENTER) == LOW || digitalRead(BUTTON_DOWN) == LOW || digitalRead(BUTTON_UP) == LOW) { 412 | delay(200); 413 | return; 414 | } 415 | } 416 | minutos--; 417 | } 418 | // Al llegar a cero, parpadeo círculo centrado 419 | int circleState = 0; 420 | int cx = ANCHO / 2; 421 | int cy = ALTO / 2; 422 | int r = 50; 423 | while (true) { 424 | display.clearDisplay(); 425 | if (circleState % 2 == 0) { 426 | display.fillCircle(cx, cy, r, BLACK); 427 | display.drawCircle(cx, cy, r, WHITE); 428 | } else { 429 | display.fillCircle(cx, cy, r, WHITE); 430 | display.drawCircle(cx, cy, r, BLACK); 431 | } 432 | display.setTextSize(3); 433 | display.setTextColor(circleState % 2 == 0 ? WHITE : BLACK); 434 | display.setCursor(cx - 40, cy - 20); 435 | display.print(idiomaActual == ESPANOL ? "FIN" : "END"); 436 | display.setTextSize(2); 437 | display.setCursor(cx - 60, cy + 40); 438 | display.print(idiomaActual == ESPANOL ? "Pulsa boton" : "Press button"); 439 | display.refresh(); 440 | for (int t = 0; t < 100; t++) { 441 | if (digitalRead(BUTTON_ENTER) == LOW || digitalRead(BUTTON_DOWN) == LOW || digitalRead(BUTTON_UP) == LOW) { 442 | delay(200); 443 | return; 444 | } 445 | delay(10); 446 | } 447 | circleState++; 448 | } 449 | } 450 | 451 | void dashboard() { 452 | // --- Nuevo dashboard: 3 histogramas, autoescalado, sin leyendas ni min/max --- 453 | while (true) { 454 | unsigned long now = millis(); 455 | if (dashboard_count == 0 || now - dashboard_last_update >= dashboard_interval_ms) { 456 | uint16_t error; 457 | char errorMessage[256]; 458 | uint16_t co2 = 0; 459 | float temperature = 0.0f; 460 | float humidity = 0.0f; 461 | bool isDataReady = false; 462 | error = scd4x.getDataReadyFlag(isDataReady); 463 | if (!error && isDataReady) { 464 | error = scd4x.readMeasurement(co2, temperature, humidity); 465 | } 466 | co2_history[dashboard_index] = co2; 467 | temp_history[dashboard_index] = temperature; 468 | hum_history[dashboard_index] = humidity; 469 | dashboard_index = (dashboard_index + 1) % DASHBOARD_HISTORY; 470 | if (dashboard_count < DASHBOARD_HISTORY) dashboard_count++; 471 | dashboard_last_update = now; 472 | } 473 | display.clearDisplay(); 474 | // Título 475 | display.setTextSize(3); 476 | display.setTextColor(BLACK); 477 | display.setCursor(120, 5); 478 | display.print("Dashboard"); 479 | int n = dashboard_count; 480 | int start = (dashboard_index + DASHBOARD_HISTORY - n) % DASHBOARD_HISTORY; 481 | int x0 = 70, w = 300, bar_w = 10, sep = 3; 482 | // --- CO2 --- 483 | int y0 = 60, h = 40; 484 | display.setTextSize(2); 485 | display.setCursor(10, y0 - 20); 486 | display.print("CO2"); 487 | uint16_t co2_min = 10000, co2_max = 0; 488 | for (int i = 0; i < n; i++) { 489 | int idx = (start + i) % DASHBOARD_HISTORY; 490 | if (co2_history[idx] < co2_min) co2_min = co2_history[idx]; 491 | if (co2_history[idx] > co2_max) co2_max = co2_history[idx]; 492 | } 493 | if (co2_min == co2_max) { co2_min -= 10; co2_max += 10; } 494 | // Eje X 495 | display.drawLine(x0, y0, x0 + w, y0, BLACK); 496 | for (int i = 0; i < n; i++) { 497 | int idx = (start + i) % DASHBOARD_HISTORY; 498 | int bar_h = (co2_max > co2_min) ? (int)((co2_history[idx] - co2_min) * h / (co2_max - co2_min)) : 0; 499 | int x = x0 + i * (bar_w + sep); 500 | display.fillRect(x, y0 - bar_h, bar_w, bar_h, WHITE); 501 | display.drawRect(x, y0 - bar_h, bar_w, bar_h, BLACK); 502 | display.setTextSize(1); 503 | display.setTextColor(BLACK); 504 | display.setCursor(x, y0 - bar_h - 12); 505 | display.print(co2_history[idx]); 506 | } 507 | // --- TEMP --- 508 | y0 = 120; h = 40; 509 | display.setTextSize(2); 510 | display.setCursor(10, y0 - 20); 511 | display.print("Temp"); 512 | float temp_min = 1000, temp_max = -1000; 513 | for (int i = 0; i < n; i++) { 514 | int idx = (start + i) % DASHBOARD_HISTORY; 515 | if (temp_history[idx] < temp_min) temp_min = temp_history[idx]; 516 | if (temp_history[idx] > temp_max) temp_max = temp_history[idx]; 517 | } 518 | if (temp_min == temp_max) { temp_min -= 1; temp_max += 1; } 519 | display.drawLine(x0, y0, x0 + w, y0, BLACK); 520 | for (int i = 0; i < n; i++) { 521 | int idx = (start + i) % DASHBOARD_HISTORY; 522 | int bar_h = (temp_max > temp_min) ? (int)((temp_history[idx] - temp_min) * h / (temp_max - temp_min)) : 0; 523 | int x = x0 + i * (bar_w + sep); 524 | display.fillRect(x, y0 - bar_h, bar_w, bar_h, WHITE); 525 | display.drawRect(x, y0 - bar_h, bar_w, bar_h, BLACK); 526 | display.setTextSize(1); 527 | display.setTextColor(BLACK); 528 | display.setCursor(x, y0 - bar_h - 12); 529 | display.print(temp_history[idx], 1); 530 | } 531 | // --- HUM --- 532 | y0 = 180; h = 40; 533 | display.setTextSize(2); 534 | display.setCursor(10, y0 - 20); 535 | display.print("Hum"); 536 | float hum_min = 1000, hum_max = -1000; 537 | for (int i = 0; i < n; i++) { 538 | int idx = (start + i) % DASHBOARD_HISTORY; 539 | if (hum_history[idx] < hum_min) hum_min = hum_history[idx]; 540 | if (hum_history[idx] > hum_max) hum_max = hum_history[idx]; 541 | } 542 | if (hum_min == hum_max) { hum_min -= 1; hum_max += 1; } 543 | display.drawLine(x0, y0, x0 + w, y0, BLACK); 544 | for (int i = 0; i < n; i++) { 545 | int idx = (start + i) % DASHBOARD_HISTORY; 546 | int bar_h = (hum_max > hum_min) ? (int)((hum_history[idx] - hum_min) * h / (hum_max - hum_min)) : 0; 547 | int x = x0 + i * (bar_w + sep); 548 | display.fillRect(x, y0 - bar_h, bar_w, bar_h, WHITE); 549 | display.drawRect(x, y0 - bar_h, bar_w, bar_h, BLACK); 550 | display.setTextSize(1); 551 | display.setTextColor(BLACK); 552 | display.setCursor(x, y0 - bar_h - 12); 553 | display.print(hum_history[idx], 1); 554 | } 555 | display.setTextSize(2); 556 | display.setCursor(10, 200); 557 | display.print("Samples every 5 min, 24 records"); 558 | display.refresh(); 559 | // Salir si se pulsa cualquier botón 560 | for (int t = 0; t < 300; t++) { 561 | if (digitalRead(BUTTON_ENTER) == LOW || digitalRead(BUTTON_DOWN) == LOW || digitalRead(BUTTON_UP) == LOW) { 562 | delay(200); 563 | return; 564 | } 565 | delay(10); 566 | } 567 | } 568 | } 569 | 570 | // --- CALIDAD DEL AIRE: VALORES EN TIEMPO REAL --- 571 | void calidad_aire() { 572 | // Muestra valores en tiempo real cada 5 segundos 573 | while (true) { 574 | uint16_t co2 = 0; 575 | float temperature = 0.0f; 576 | float humidity = 0.0f; 577 | bool isDataReady = false; 578 | uint16_t error = scd4x.getDataReadyFlag(isDataReady); 579 | if (!error && isDataReady) { 580 | error = scd4x.readMeasurement(co2, temperature, humidity); 581 | } 582 | display.clearDisplay(); 583 | // Marco general 584 | display.drawRect(40, 20, 320, 200, BLACK); 585 | // Marco para título 586 | display.fillRect(60, 30, 280, 40, WHITE); 587 | display.drawRect(60, 30, 280, 40, BLACK); 588 | display.setTextSize(3); 589 | display.setCursor(70, 38); 590 | display.setTextColor(BLACK); 591 | display.print(idiomaActual == ESPANOL ? "Calidad del aire" : "Air quality"); 592 | // Marco para CO2 593 | display.drawRect(60, 85, 280, 35, BLACK); 594 | display.setTextSize(2); 595 | display.setCursor(80, 92); 596 | display.print("CO2: "); display.print(co2); display.print(" ppm"); 597 | // Marco para Temp 598 | display.drawRect(60, 125, 280, 35, BLACK); 599 | display.setCursor(80, 132); 600 | display.print(idiomaActual == ESPANOL ? "Temp: " : "Temp: "); display.print(temperature, 1); display.print("C"); 601 | // Marco para Humedad 602 | display.drawRect(60, 165, 280, 35, BLACK); 603 | display.setCursor(80, 172); 604 | display.print(idiomaActual == ESPANOL ? "Humedad: " : "Hum: "); display.print(humidity, 1); display.print("%"); 605 | display.refresh(); 606 | // Espera 5 segundos o hasta pulsación NUEVA de botón 607 | unsigned long t0 = millis(); 608 | bool botonSoltado = false; 609 | // Esperar a que todos los botones estén soltados antes de empezar a contar 610 | while (digitalRead(BUTTON_ENTER) == LOW || digitalRead(BUTTON_DOWN) == LOW || digitalRead(BUTTON_UP) == LOW) { 611 | delay(10); 612 | } 613 | while (millis() - t0 < 5000) { 614 | if (digitalRead(BUTTON_ENTER) == LOW || digitalRead(BUTTON_DOWN) == LOW || digitalRead(BUTTON_UP) == LOW) { 615 | delay(200); 616 | return; 617 | } 618 | delay(10); 619 | } 620 | } 621 | } 622 | 623 | void showMenu() { 624 | while (true) { 625 | drawMenu(); 626 | while (true) { 627 | unsigned long currentMillis = millis(); 628 | // --- Debounce para BUTTON_UP --- 629 | bool readingUP = digitalRead(BUTTON_UP); 630 | if (readingUP != lastStateUP) { 631 | lastDebounceTimeUP = currentMillis; 632 | } 633 | if ((currentMillis - lastDebounceTimeUP) > DEBOUNCE_TIME) { 634 | if (readingUP == LOW && currentStateUP == HIGH) { 635 | menuIndex = (menuIndex - 1 + totalMenus) % totalMenus; 636 | break; // Redibujar menú 637 | } 638 | currentStateUP = readingUP; 639 | } 640 | lastStateUP = readingUP; 641 | // --- Debounce para BUTTON_DOWN --- 642 | bool readingDOWN = digitalRead(BUTTON_DOWN); 643 | if (readingDOWN != lastStateDOWN) { 644 | lastDebounceTimeDOWN = currentMillis; 645 | } 646 | if ((currentMillis - lastDebounceTimeDOWN) > DEBOUNCE_TIME) { 647 | if (readingDOWN == LOW && currentStateDOWN == HIGH) { 648 | menuIndex = (menuIndex + 1) % totalMenus; 649 | break; // Redibujar menú 650 | } 651 | currentStateDOWN = readingDOWN; 652 | } 653 | lastStateDOWN = readingDOWN; 654 | // --- Debounce para BUTTON_ENTER --- 655 | bool readingENTER = digitalRead(BUTTON_ENTER); 656 | if (readingENTER != lastStateENTER) { 657 | lastDebounceTimeENTER = currentMillis; 658 | } 659 | if ((currentMillis - lastDebounceTimeENTER) > DEBOUNCE_TIME) { 660 | if (readingENTER == LOW && currentStateENTER == HIGH) { 661 | executeTask(menuIndex); 662 | return; // Salir del menú tras ejecutar 663 | } 664 | currentStateENTER = readingENTER; 665 | } 666 | lastStateENTER = readingENTER; 667 | delay(10); 668 | } 669 | } 670 | } 671 | 672 | // --- ACERCA DE... --- 673 | void acercade() { 674 | display.clearDisplay(); 675 | display.setTextSize(3); 676 | display.setCursor(60, 20); 677 | display.setTextColor(BLACK); 678 | display.print("TINYCORDER V2.0"); 679 | // Texto informativo 680 | display.setTextSize(2); 681 | display.setTextColor(BLACK); 682 | display.setCursor(10, 60); 683 | display.print("by Victor Barahona - July 2025"); 684 | display.setCursor(10, 80); 685 | display.print("www.victorbarahona.com"); 686 | display.setCursor(10, 120); 687 | display.print("MCU: SEEEDSTUDIO XIAO ESP32-C3"); 688 | display.setCursor(10, 140); 689 | display.print("Display: Adafruit Sharp 400x240"); 690 | display.setCursor(10, 180); 691 | display.print("CO2, Temperature, Humidity"); 692 | display.setCursor(10, 200); 693 | display.print("VIS-NIR Spectrometer"); 694 | display.refresh(); 695 | delay(3000); 696 | 697 | } 698 | 699 | // --- ESPECTRÓMETRO: HISTOGRAMA --- 700 | void espectro_histograma() { 701 | while (true) { 702 | if (!as7341.readAllChannels()) { 703 | Serial.println("Error reading all channels!"); 704 | return; 705 | } 706 | display.clearDisplay(); 707 | display.setTextSize(2); 708 | display.setCursor(3, 3); 709 | display.setTextColor(WHITE, BLACK); 710 | display.println(" VIS-NIR Spectrum: Histogram "); 711 | display.setTextColor(BLACK); 712 | uint16_t valores[9] = { 713 | as7341.getChannel(AS7341_CHANNEL_415nm_F1), 714 | as7341.getChannel(AS7341_CHANNEL_445nm_F2), 715 | as7341.getChannel(AS7341_CHANNEL_480nm_F3), 716 | as7341.getChannel(AS7341_CHANNEL_515nm_F4), 717 | as7341.getChannel(AS7341_CHANNEL_555nm_F5), 718 | as7341.getChannel(AS7341_CHANNEL_590nm_F6), 719 | as7341.getChannel(AS7341_CHANNEL_630nm_F7), 720 | as7341.getChannel(AS7341_CHANNEL_680nm_F8), 721 | as7341.getChannel(AS7341_CHANNEL_NIR) 722 | }; 723 | uint16_t maxVal = 1; 724 | for (int i = 0; i < 9; i++) { 725 | if (valores[i] > maxVal) maxVal = valores[i]; 726 | } 727 | float escala = maxVal > 0 ? 120.0f / maxVal : 1.0f; 728 | int x0 = 5; 729 | int ancho = 39; 730 | int sep = 42; 731 | int y_base = 220; 732 | const char* etiquetas[9] = {"VIO","BLU","CYA","GRE","YEL","ORA","R-O","RED","NIR"}; 733 | for (int i = 0; i < 8; i++) { 734 | int altura = -(int)(valores[i] * escala); 735 | display.setCursor(x0 + i * sep, 225); 736 | display.print(etiquetas[i]); 737 | display.drawRect(x0 + i * sep, y_base, ancho, altura, BLACK); 738 | display.setTextSize(2); 739 | display.setCursor(x0 + i * sep, y_base + altura - 28); 740 | display.print(valores[i]); 741 | display.setTextSize(2); 742 | } 743 | display.setTextSize(2); 744 | display.setTextColor(WHITE, BLACK); 745 | display.setCursor(350, 50); 746 | display.print("NIR"); 747 | display.setCursor(350, 70); 748 | display.setTextSize(2); 749 | display.print(valores[8]); 750 | display.setTextSize(2); 751 | display.setTextColor(BLACK); 752 | display.refresh(); 753 | // Esperar pulsación para salir o refrescar cada 5s 754 | unsigned long t0 = millis(); 755 | while (millis() - t0 < 5000) { 756 | if (digitalRead(BUTTON_ENTER) == LOW || digitalRead(BUTTON_DOWN) == LOW || digitalRead(BUTTON_UP) == LOW) { 757 | delay(200); 758 | return; 759 | } 760 | delay(10); 761 | } 762 | // Se repite el bucle para refrescar la lectura 763 | } 764 | } 765 | 766 | // --- ESPECTRÓMETRO: CURVA --- 767 | void espectro_grafica() { 768 | while (true) { 769 | if (!as7341.readAllChannels()) { 770 | Serial.println("Error reading all channels!"); 771 | return; 772 | } 773 | display.clearDisplay(); 774 | display.setTextSize(2); 775 | display.setCursor(3, 3); 776 | display.setTextColor(WHITE, BLACK); 777 | display.println("VIS-NIR Spectrum: Curve"); 778 | uint16_t valores[9] = { 779 | as7341.getChannel(AS7341_CHANNEL_415nm_F1), 780 | as7341.getChannel(AS7341_CHANNEL_445nm_F2), 781 | as7341.getChannel(AS7341_CHANNEL_480nm_F3), 782 | as7341.getChannel(AS7341_CHANNEL_515nm_F4), 783 | as7341.getChannel(AS7341_CHANNEL_555nm_F5), 784 | as7341.getChannel(AS7341_CHANNEL_590nm_F6), 785 | as7341.getChannel(AS7341_CHANNEL_630nm_F7), 786 | as7341.getChannel(AS7341_CHANNEL_680nm_F8), 787 | as7341.getChannel(AS7341_CHANNEL_NIR) 788 | }; 789 | uint16_t maxVal = 1; 790 | for (int i = 0; i < 9; i++) { 791 | if (valores[i] > maxVal) maxVal = valores[i]; 792 | } 793 | float escala = maxVal > 0 ? 120.0f / maxVal : 1.0f; 794 | int x[] = {20, 60, 100, 140, 180, 220, 260, 300, 340}; 795 | int y_base = 180; 796 | for (int i = 0; i < 8; i++) { 797 | int y1 = y_base - (int)(valores[i] * escala); 798 | int y2 = y_base - (int)(valores[i+1] * escala); 799 | display.drawLine(x[i], y1, x[i+1], y2, BLACK); 800 | display.fillCircle(x[i], y1, 2, BLACK); 801 | display.setTextSize(2); 802 | display.setTextColor(BLACK, WHITE); 803 | display.setCursor(x[i] - 10, y1 - 25); 804 | display.print(valores[i]); 805 | display.setTextColor(BLACK); 806 | display.setTextSize(2); 807 | } 808 | display.fillCircle(x[8], y_base - (int)(valores[8] * escala), 2, BLACK); 809 | display.setTextSize(2); 810 | display.setTextColor(WHITE, BLACK); 811 | display.setCursor(350, 50); 812 | display.print("NIR"); 813 | display.setCursor(350, 70); 814 | display.setTextSize(2); 815 | display.print(valores[8]); 816 | display.setTextSize(2); 817 | display.setTextColor(BLACK); 818 | const char* etiquetas[9] = {"VIO","BLU","CYA","GRE","YEL","ORA","R-O","RED","NIR"}; 819 | display.setTextSize(2); 820 | for (int i = 0; i < 9; i++) { 821 | display.setCursor(x[i] - 10, 210); 822 | display.print(etiquetas[i]); 823 | } 824 | display.refresh(); 825 | unsigned long t0 = millis(); 826 | while (millis() - t0 < 5000) { 827 | if (digitalRead(BUTTON_ENTER) == LOW || digitalRead(BUTTON_DOWN) == LOW || digitalRead(BUTTON_UP) == LOW) { 828 | delay(200); 829 | return; 830 | } 831 | delay(10); 832 | } 833 | // Se repite el bucle para refrescar la lectura 834 | } 835 | } 836 | 837 | // --- ESPECTRÓMETRO: NUMÉRICO --- 838 | void espectro_numerico() { 839 | while (true) { 840 | if (!as7341.readAllChannels()) { 841 | Serial.println("Error reading all channels!"); 842 | return; 843 | } 844 | display.clearDisplay(); 845 | display.setTextSize(2); 846 | display.setCursor(3, 3); 847 | display.setTextColor(WHITE, BLACK); 848 | display.println("VIS-NIR Spectrum: Data"); 849 | display.setTextSize(2); 850 | display.setTextColor(BLACK); 851 | const char* etiquetas[9] = { 852 | "F1 VIOLET 415nm: ", "F2 BLUE 445nm: ", "F3 CYAN 480nm: ", "F4 GREEN 515nm: ", 853 | "F5 YELLOW 555nm: ", "F6 ORANGE 590nm: ", "F7 RED-ORANGE 630nm:", "F8 RED 680nm: ", "NIR 850nm: " 854 | }; 855 | uint16_t valores[9] = { 856 | as7341.getChannel(AS7341_CHANNEL_415nm_F1), 857 | as7341.getChannel(AS7341_CHANNEL_445nm_F2), 858 | as7341.getChannel(AS7341_CHANNEL_480nm_F3), 859 | as7341.getChannel(AS7341_CHANNEL_515nm_F4), 860 | as7341.getChannel(AS7341_CHANNEL_555nm_F5), 861 | as7341.getChannel(AS7341_CHANNEL_590nm_F6), 862 | as7341.getChannel(AS7341_CHANNEL_630nm_F7), 863 | as7341.getChannel(AS7341_CHANNEL_680nm_F8), 864 | as7341.getChannel(AS7341_CHANNEL_NIR) 865 | }; 866 | for (int i = 0; i < 9; i++) { 867 | display.setCursor(30, 30 + i * 22); 868 | display.print(etiquetas[i]); 869 | display.print(" "); 870 | display.println(valores[i]); 871 | } 872 | display.refresh(); 873 | unsigned long t0 = millis(); 874 | while (millis() - t0 < 5000) { 875 | if (digitalRead(BUTTON_ENTER) == LOW || digitalRead(BUTTON_DOWN) == LOW || digitalRead(BUTTON_UP) == LOW) { 876 | delay(200); 877 | return; 878 | } 879 | delay(10); 880 | } 881 | // Se repite el bucle para refrescar la lectura 882 | } 883 | } 884 | 885 | 886 | /// END OF FILE /// 887 | 888 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /SRC/Badges.cpp: -------------------------------------------------------------------------------- 1 | /////////////////////////////////////////////////////////// 2 | /// TINYCORDER V2.0 /// 3 | /////////////////////////////////////////////////////////// 4 | /// MAIN PROGRAM /// 5 | /////////////////////////////////////////////////////////// 6 | /// Victor Barahona - July 2025 /// 7 | /// www.victorbarahona.com /// 8 | /////////////////////////////////////////////////////////// 9 | 10 | #include "Badges.h" 11 | 12 | /* 13 | ***************************************************************************************************** 14 | *** HOW TO CREATE OTHER BADGES *** 15 | *** Create a jpg file with 400x240pixels. Could be made in www.canva.com with a customized canvas *** 16 | *** Download the jpg file to PC. *** 17 | *** Open https://javl.github.io/image2cpp/ an insert the jpg file. *** 18 | *** Follow the wizard and you will obtain the code to insert in your Tinycorder *** 19 | ***************************************************************************************************** 20 | */ 21 | 22 | //Badge personal Victor Barahona asociado a www.victorbarahona.com 23 | const unsigned char vj_personal_badge[] PROGMEM = { 24 | // 'Badge personal Victor Barahona, 400x240px 25 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 26 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 27 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 28 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 29 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 30 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 31 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 32 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 33 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 34 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 35 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 36 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 37 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 38 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 39 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 40 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 41 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 42 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 43 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 44 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 45 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 46 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 47 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 48 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 49 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 50 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 51 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 52 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 53 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 54 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 55 | 0xff, 0xff, 0xff, 0xfc, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 56 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x0f, 0xff, 0xff, 0xff, 0xff, 57 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 58 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 59 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x07, 0xff, 0xf0, 0x38, 0x0f, 0xff, 0xff, 60 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x01, 0xff, 0xff, 0xff, 61 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 62 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x07, 0xff, 0xe0, 0x38, 0x07, 63 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x3f, 64 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 65 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x07, 0xff, 0xe0, 66 | 0x3c, 0x0f, 0xff, 0xff, 0xff, 0xf8, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 67 | 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x07, 0xff, 0xff, 0xff, 68 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x03, 69 | 0xff, 0xe0, 0x7c, 0x0f, 0xff, 0xff, 0xff, 0xf0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 70 | 0xff, 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x07, 0xff, 71 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 72 | 0xfe, 0x03, 0xff, 0xc0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 73 | 0xff, 0xff, 0xff, 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 74 | 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 75 | 0xff, 0xff, 0xff, 0x03, 0xff, 0xc0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x7f, 0xff, 0xff, 0xff, 76 | 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 77 | 0xff, 0xfc, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 78 | 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0xc0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x7f, 0xff, 79 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0xfc, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 80 | 0xff, 0xff, 0xff, 0xfc, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 81 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0xff, 0x80, 0xfc, 0x0f, 0xff, 0xc0, 0x3f, 0xe0, 82 | 0x01, 0xff, 0xe0, 0x1f, 0xff, 0x87, 0xe0, 0xff, 0xff, 0x01, 0xfe, 0x03, 0xff, 0xc0, 0x1f, 0xff, 83 | 0x0f, 0xc1, 0xff, 0x80, 0x3f, 0xfc, 0x07, 0x81, 0xff, 0xff, 0xc0, 0x7f, 0xfe, 0x1f, 0x81, 0xff, 84 | 0xff, 0x00, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0x81, 0xfc, 0x0f, 0xfe, 0x00, 85 | 0x07, 0x80, 0x00, 0xff, 0x80, 0x07, 0xff, 0x07, 0x80, 0xff, 0xff, 0x01, 0xff, 0x03, 0xfe, 0x00, 86 | 0x07, 0xff, 0x07, 0x81, 0xfc, 0x00, 0x0f, 0xfc, 0x06, 0x00, 0x7f, 0xfe, 0x00, 0x1f, 0xfc, 0x0e, 87 | 0x00, 0x7f, 0xf8, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0x81, 0xfc, 0x0f, 88 | 0xfc, 0x00, 0x07, 0x00, 0x00, 0xfe, 0x00, 0x01, 0xff, 0x03, 0x01, 0xff, 0xff, 0x01, 0xff, 0x03, 89 | 0xfc, 0x00, 0x01, 0xff, 0x06, 0x01, 0xf0, 0x00, 0x07, 0xfc, 0x04, 0x00, 0x3f, 0xfc, 0x00, 0x07, 90 | 0xfc, 0x08, 0x00, 0x3f, 0xf0, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0xff, 0x01, 91 | 0xfc, 0x0f, 0xf8, 0x00, 0x0e, 0x00, 0x00, 0xfc, 0x00, 0x00, 0xff, 0x02, 0x01, 0xff, 0xff, 0x01, 92 | 0xfe, 0x03, 0xfc, 0x00, 0x00, 0xff, 0x04, 0x01, 0xf8, 0x00, 0x03, 0xfc, 0x00, 0x00, 0x1f, 0xf8, 93 | 0x00, 0x03, 0xfc, 0x00, 0x00, 0x1f, 0xf0, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 94 | 0xff, 0x03, 0xfc, 0x0f, 0xf0, 0x00, 0x0e, 0x00, 0x00, 0xf8, 0x00, 0x00, 0xff, 0x00, 0x01, 0xff, 95 | 0xff, 0x01, 0xfe, 0x03, 0xfe, 0x00, 0x00, 0xff, 0x00, 0x01, 0xf8, 0x00, 0x01, 0xfc, 0x00, 0x00, 96 | 0x0f, 0xf0, 0x00, 0x01, 0xfc, 0x00, 0x00, 0x0f, 0xf8, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 97 | 0xff, 0xc0, 0xff, 0x03, 0xfc, 0x0f, 0xe0, 0x0e, 0x0f, 0xc0, 0x7f, 0xf8, 0x03, 0x00, 0x7f, 0x00, 98 | 0x01, 0xff, 0xff, 0x01, 0xe0, 0x07, 0xfe, 0x1f, 0x80, 0xff, 0x00, 0x01, 0xfc, 0x7f, 0x01, 0xfc, 99 | 0x00, 0xe0, 0x0f, 0xe0, 0x0e, 0x01, 0xfc, 0x00, 0xe0, 0x0f, 0xf8, 0x7e, 0x01, 0xff, 0xff, 0xff, 100 | 0xff, 0xff, 0xff, 0xc0, 0x7e, 0x03, 0xfc, 0x0f, 0xe0, 0x3f, 0xdf, 0xe0, 0x7f, 0xf0, 0x0f, 0xc0, 101 | 0x7f, 0x00, 0x1f, 0xff, 0xff, 0x00, 0x00, 0x0f, 0xff, 0xff, 0xc0, 0x7f, 0x00, 0x3f, 0xff, 0xff, 102 | 0x01, 0xfc, 0x01, 0xf8, 0x0f, 0xe0, 0x3f, 0x00, 0xfc, 0x01, 0xf8, 0x0f, 0xff, 0xff, 0x01, 0xff, 103 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x7e, 0x07, 0xfc, 0x0f, 0xc0, 0x7f, 0xff, 0xe0, 0x7f, 0xf0, 104 | 0x1f, 0xe0, 0x3f, 0x00, 0x7f, 0xff, 0xff, 0x00, 0x00, 0x1f, 0xff, 0xff, 0xc0, 0x7f, 0x00, 0xff, 105 | 0xff, 0xff, 0x81, 0xfc, 0x03, 0xf8, 0x0f, 0xc0, 0x7f, 0x80, 0xfc, 0x03, 0xf8, 0x0f, 0xff, 0xff, 106 | 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x7e, 0x07, 0xfc, 0x0f, 0xc0, 0x7f, 0xff, 0xe0, 107 | 0x7f, 0xf0, 0x1f, 0xe0, 0x3f, 0x00, 0xff, 0xff, 0xff, 0x00, 0x00, 0x1f, 0xff, 0xff, 0xc0, 0x7f, 108 | 0x01, 0xff, 0xff, 0xff, 0x81, 0xfc, 0x07, 0xfc, 0x0f, 0xc0, 0x7f, 0xc0, 0xfc, 0x07, 0xfc, 0x0f, 109 | 0xff, 0xff, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x3c, 0x07, 0xfc, 0x0f, 0xc0, 0x7f, 110 | 0xff, 0xe0, 0x7f, 0xf0, 0x3f, 0xf0, 0x3f, 0x01, 0xff, 0xff, 0xff, 0x00, 0x00, 0x07, 0xff, 0xff, 111 | 0xc0, 0x7f, 0x01, 0xff, 0xff, 0xff, 0x81, 0xfc, 0x07, 0xfc, 0x0f, 0xc0, 0x7f, 0xc0, 0x7c, 0x07, 112 | 0xfc, 0x0f, 0xff, 0xff, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x3c, 0x0f, 0xfc, 0x0f, 113 | 0xc0, 0x7f, 0xff, 0xe0, 0x7f, 0xe0, 0x3f, 0xf0, 0x1f, 0x01, 0xff, 0xff, 0xff, 0x00, 0x00, 0x03, 114 | 0xff, 0x80, 0x00, 0x7f, 0x03, 0xff, 0xfe, 0x00, 0x01, 0xfc, 0x07, 0xfc, 0x0f, 0xc0, 0xff, 0xc0, 115 | 0x7c, 0x07, 0xfc, 0x0f, 0xfe, 0x00, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x3c, 0x0f, 116 | 0xfc, 0x0f, 0xc0, 0xff, 0xff, 0xe0, 0x7f, 0xe0, 0x3f, 0xf0, 0x1f, 0x01, 0xff, 0xff, 0xff, 0x01, 117 | 0xfc, 0x03, 0xfc, 0x00, 0x00, 0x7f, 0x03, 0xff, 0xf8, 0x00, 0x01, 0xfc, 0x07, 0xfc, 0x0f, 0xc0, 118 | 0xff, 0xc0, 0x7c, 0x07, 0xfc, 0x0f, 0xf8, 0x00, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 119 | 0x18, 0x0f, 0xfc, 0x0f, 0xc0, 0xff, 0xff, 0xe0, 0x7f, 0xe0, 0x3f, 0xf0, 0x1f, 0x01, 0xff, 0xff, 120 | 0xff, 0x01, 0xff, 0x01, 0xf8, 0x00, 0x00, 0x7f, 0x03, 0xff, 0xf0, 0x00, 0x01, 0xfc, 0x07, 0xfc, 121 | 0x0f, 0xc0, 0xff, 0xc0, 0x7c, 0x07, 0xfc, 0x0f, 0xe0, 0x00, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 122 | 0xff, 0xf8, 0x18, 0x1f, 0xfc, 0x0f, 0xc0, 0xff, 0xff, 0xe0, 0x7f, 0xe0, 0x3f, 0xf0, 0x1f, 0x01, 123 | 0xff, 0xff, 0xff, 0x01, 0xff, 0x01, 0xf0, 0x01, 0xc0, 0x7f, 0x03, 0xff, 0xe0, 0x03, 0x81, 0xfc, 124 | 0x07, 0xfc, 0x0f, 0xc0, 0xff, 0xc0, 0x7c, 0x07, 0xfc, 0x0f, 0xe0, 0x07, 0x01, 0xff, 0xff, 0xff, 125 | 0xff, 0xff, 0xff, 0xf8, 0x18, 0x1f, 0xfc, 0x0f, 0xc0, 0x7f, 0xff, 0xe0, 0x7f, 0xe0, 0x3f, 0xf0, 126 | 0x1f, 0x01, 0xff, 0xff, 0xff, 0x01, 0xff, 0x01, 0xf0, 0x0f, 0xc0, 0x7f, 0x03, 0xff, 0xc0, 0x3f, 127 | 0x81, 0xfc, 0x07, 0xfc, 0x0f, 0xc0, 0xff, 0xc0, 0x7c, 0x07, 0xfc, 0x0f, 0xc0, 0x3f, 0x01, 0xff, 128 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x18, 0x1f, 0xfc, 0x0f, 0xc0, 0x7f, 0xff, 0xe0, 0x7f, 0xf0, 129 | 0x3f, 0xf0, 0x3f, 0x01, 0xff, 0xff, 0xff, 0x01, 0xff, 0x01, 0xf0, 0x1f, 0xc0, 0x7f, 0x03, 0xff, 130 | 0xc0, 0x7f, 0x81, 0xfc, 0x07, 0xfc, 0x0f, 0xc0, 0x7f, 0xc0, 0x7c, 0x07, 0xfc, 0x0f, 0xc0, 0x7f, 131 | 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x3f, 0xfc, 0x0f, 0xc0, 0x7f, 0xff, 0xe0, 132 | 0x7f, 0xf0, 0x1f, 0xe0, 0x3f, 0x01, 0xff, 0xff, 0xff, 0x01, 0xff, 0x01, 0xf0, 0x3f, 0xc0, 0x7f, 133 | 0x03, 0xff, 0xc0, 0x7f, 0x81, 0xfc, 0x07, 0xfc, 0x0f, 0xc0, 0x7f, 0xc0, 0xfc, 0x07, 0xfc, 0x0f, 134 | 0xc0, 0xff, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x3f, 0xfc, 0x0f, 0xc0, 0x7f, 135 | 0xff, 0xe0, 0x7f, 0xf0, 0x1f, 0xe0, 0x3f, 0x01, 0xff, 0xff, 0xff, 0x01, 0xfe, 0x01, 0xe0, 0x3f, 136 | 0xc0, 0x7f, 0x03, 0xff, 0xc0, 0x7f, 0x01, 0xfc, 0x07, 0xfc, 0x0f, 0xc0, 0x7f, 0x80, 0xfc, 0x07, 137 | 0xfc, 0x0f, 0xc0, 0xff, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x3f, 0xfc, 0x0f, 138 | 0xe0, 0x3f, 0xef, 0xe0, 0x7f, 0xf8, 0x0f, 0xc0, 0x3f, 0x01, 0xff, 0xff, 0xff, 0x01, 0xfc, 0x01, 139 | 0xf0, 0x3f, 0x80, 0x7f, 0x03, 0xff, 0xc0, 0x7f, 0x01, 0xfc, 0x07, 0xfc, 0x0f, 0xe0, 0x3f, 0x00, 140 | 0xfc, 0x07, 0xfc, 0x0f, 0xc0, 0x7e, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x7f, 141 | 0xfc, 0x0f, 0xe0, 0x0e, 0x0f, 0xe0, 0x1c, 0xf8, 0x03, 0x00, 0x7f, 0x01, 0xff, 0xff, 0xff, 0x00, 142 | 0x00, 0x03, 0xf0, 0x1f, 0x00, 0x7f, 0x03, 0xff, 0xc0, 0x3e, 0x01, 0xfc, 0x07, 0xfc, 0x0f, 0xe0, 143 | 0x0e, 0x01, 0xfc, 0x07, 0xfc, 0x0f, 0xc0, 0x7c, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 144 | 0x00, 0x7f, 0xfc, 0x0f, 0xf0, 0x00, 0x0f, 0xe0, 0x00, 0xfc, 0x00, 0x00, 0xff, 0x01, 0xff, 0xff, 145 | 0xff, 0x00, 0x00, 0x03, 0xf0, 0x00, 0x00, 0x7f, 0x03, 0xff, 0xc0, 0x00, 0x01, 0xfc, 0x07, 0xfc, 146 | 0x0f, 0xf0, 0x00, 0x01, 0xfc, 0x07, 0xfc, 0x0f, 0xc0, 0x00, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 147 | 0xff, 0xfe, 0x00, 0x7f, 0xfc, 0x0f, 0xf0, 0x00, 0x0f, 0xe0, 0x00, 0xfc, 0x00, 0x00, 0xff, 0x01, 148 | 0xff, 0xff, 0xff, 0x00, 0x00, 0x07, 0xf0, 0x00, 0x00, 0x7f, 0x03, 0xff, 0xe0, 0x00, 0x01, 0xfc, 149 | 0x07, 0xfc, 0x0f, 0xf8, 0x00, 0x03, 0xfc, 0x07, 0xfc, 0x0f, 0xe0, 0x00, 0x01, 0xff, 0xff, 0xff, 150 | 0xff, 0xff, 0xff, 0xff, 0x00, 0xff, 0xfc, 0x0f, 0xf8, 0x00, 0x0f, 0xf0, 0x00, 0xff, 0x00, 0x01, 151 | 0xff, 0x01, 0xff, 0xff, 0xff, 0x00, 0x00, 0x0f, 0xf8, 0x00, 0x30, 0x7f, 0x03, 0xff, 0xf0, 0x00, 152 | 0xc1, 0xfc, 0x07, 0xfc, 0x0f, 0xfc, 0x00, 0x07, 0xfc, 0x07, 0xfc, 0x0f, 0xe0, 0x00, 0xc1, 0xff, 153 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0xff, 0xfc, 0x0f, 0xfe, 0x00, 0x0f, 0xf8, 0x00, 0xff, 154 | 0x80, 0x07, 0xff, 0x01, 0xff, 0xff, 0xff, 0x00, 0x00, 0x3f, 0xfc, 0x00, 0x70, 0x7f, 0x03, 0xff, 155 | 0xf8, 0x01, 0xc1, 0xfc, 0x07, 0xfc, 0x0f, 0xfe, 0x00, 0x1f, 0xfc, 0x07, 0xfc, 0x0f, 0xf0, 0x01, 156 | 0xc1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0xfc, 0x0f, 0xff, 0x80, 0x7f, 0xfe, 157 | 0x03, 0xff, 0xf0, 0x1f, 0xff, 0x83, 0xff, 0xff, 0xff, 0x00, 0x0f, 0xff, 0xff, 0x03, 0xf8, 0xff, 158 | 0x03, 0xff, 0xfe, 0x07, 0xe1, 0xfe, 0x0f, 0xfc, 0x0f, 0xff, 0xc0, 0x7f, 0xfe, 0x0f, 0xfc, 0x0f, 159 | 0xfc, 0x07, 0xe1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 160 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 161 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 162 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 163 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 164 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 165 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 166 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 167 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 168 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 169 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 170 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 171 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 172 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 173 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 174 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 175 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 176 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 177 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 178 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 179 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 180 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 181 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 182 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 183 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 184 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 185 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 186 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 187 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 188 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 189 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 190 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 191 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 192 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 193 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 194 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 195 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 196 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 197 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 198 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 199 | 0x87, 0x87, 0xff, 0xff, 0xff, 0xc3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 200 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x1f, 0xf0, 0x3f, 0xff, 0xfc, 0x3f, 0xff, 0xff, 0xff, 201 | 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 202 | 0xff, 0xff, 0x87, 0x87, 0xff, 0xff, 0xff, 0xc3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 203 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x1f, 0xf0, 0x3f, 0xff, 0xfc, 0x3f, 0xff, 204 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 205 | 0xff, 0xff, 0xff, 0xff, 0x87, 0x87, 0xff, 0xff, 0xff, 0xc3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 206 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0f, 0xe0, 0x3f, 0xff, 0xfc, 207 | 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 208 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x87, 0x87, 0xff, 0xff, 0xff, 0xc3, 0xff, 0xff, 0xff, 0xff, 209 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0f, 0xe0, 0x3f, 210 | 0xff, 0xfc, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x03, 0xff, 0xff, 0xff, 211 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x87, 0x87, 0xff, 0xff, 0xff, 0xc3, 0xff, 0xff, 212 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0f, 213 | 0xe0, 0x3f, 0x81, 0xfc, 0x3f, 0x0f, 0xe1, 0xfe, 0x78, 0xff, 0x0f, 0xe3, 0xff, 0x0f, 0xc1, 0xfe, 214 | 0x0f, 0xf8, 0x1f, 0xe0, 0x7f, 0x9e, 0x39, 0xe3, 0xf8, 0x7f, 0x87, 0x87, 0xf0, 0x3f, 0xf0, 0xc3, 215 | 0xfc, 0x1f, 0xe3, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 216 | 0xf8, 0x07, 0xc0, 0x3e, 0x00, 0x7c, 0x3e, 0x1f, 0x80, 0x7e, 0x30, 0xff, 0x0f, 0xc3, 0xff, 0x0f, 217 | 0xe1, 0xf8, 0x03, 0xf0, 0x07, 0x80, 0x1f, 0x8c, 0x38, 0xc3, 0xc0, 0x1f, 0x87, 0x87, 0xc0, 0x0f, 218 | 0xe0, 0x03, 0xf0, 0x07, 0xe3, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 219 | 0xff, 0xff, 0xf8, 0x47, 0xc4, 0x3e, 0x00, 0x3c, 0x3c, 0x1f, 0x00, 0x3e, 0x20, 0xff, 0x07, 0xc3, 220 | 0xff, 0x0f, 0xe1, 0xf0, 0x01, 0xe0, 0x07, 0x80, 0x0f, 0x88, 0x38, 0x83, 0x80, 0x0f, 0x87, 0x87, 221 | 0xc0, 0x07, 0xc0, 0x03, 0xe0, 0x03, 0xe0, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 222 | 0xff, 0xff, 0xff, 0xff, 0xf8, 0x47, 0xc4, 0x3f, 0x38, 0x3c, 0x38, 0x3e, 0x1c, 0x1e, 0x00, 0xff, 223 | 0x87, 0x83, 0xff, 0x0f, 0xe0, 0xf0, 0xe1, 0xc1, 0xcf, 0xcf, 0x0f, 0x80, 0x38, 0x03, 0x83, 0x07, 224 | 0x87, 0x87, 0xe7, 0x87, 0x81, 0x03, 0xe0, 0x81, 0xe0, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 225 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x43, 0x84, 0x3f, 0xfc, 0x3c, 0x30, 0x7c, 0x3e, 0x1e, 226 | 0x0f, 0xff, 0x87, 0x87, 0xff, 0x0f, 0xf0, 0xe1, 0xf0, 0xc3, 0xff, 0xff, 0x0f, 0x83, 0xf8, 0x3f, 227 | 0x07, 0x87, 0x87, 0x87, 0xff, 0x87, 0x83, 0xc3, 0xc3, 0xe1, 0xe0, 0x7f, 0xff, 0xff, 0xff, 0xff, 228 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x63, 0x8c, 0x3f, 0xfc, 0x3c, 0x20, 0xfc, 229 | 0x3f, 0x1e, 0x1f, 0xff, 0xc3, 0x87, 0xff, 0x0f, 0xf0, 0xe1, 0xf0, 0xc0, 0xff, 0xff, 0x0f, 0x87, 230 | 0xf8, 0x7f, 0x0f, 0xc3, 0x87, 0x87, 0xff, 0x87, 0x87, 0xc3, 0xc3, 0xe1, 0xe1, 0xff, 0xff, 0xff, 231 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x63, 0x8c, 0x3f, 0x80, 0x3c, 232 | 0x01, 0xfc, 0x00, 0x1e, 0x1f, 0xff, 0xc3, 0x0f, 0xff, 0x0f, 0xf0, 0xe0, 0x00, 0xe0, 0x3f, 0xe0, 233 | 0x0f, 0x87, 0xf8, 0x7f, 0x0f, 0xc3, 0x87, 0x87, 0xf0, 0x07, 0x87, 0xe3, 0xc3, 0xf0, 0xe1, 0xff, 234 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x63, 0x0c, 0x3e, 235 | 0x00, 0x3c, 0x01, 0xfc, 0x00, 0x1e, 0x1f, 0xff, 0xc3, 0x0f, 0xff, 0x0f, 0xe0, 0xe0, 0x00, 0xf0, 236 | 0x0f, 0x80, 0x0f, 0x87, 0xf8, 0x7f, 0x0f, 0xc3, 0x87, 0x87, 0xc0, 0x07, 0x87, 0xe3, 0xc3, 0xf0, 237 | 0xe1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x61, 238 | 0x1c, 0x3c, 0x1c, 0x3c, 0x00, 0xfc, 0x00, 0x1e, 0x1f, 0xff, 0xe1, 0x0f, 0xff, 0x0f, 0xe1, 0xe0, 239 | 0x00, 0xfc, 0x07, 0x03, 0x0f, 0x87, 0xf8, 0x7f, 0x0f, 0xc3, 0x87, 0x87, 0x81, 0x87, 0x87, 0xe3, 240 | 0xc3, 0xf0, 0xe1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 241 | 0xf8, 0x71, 0x1c, 0x38, 0x3c, 0x3c, 0x00, 0x7c, 0x3f, 0xfe, 0x1f, 0xff, 0xe0, 0x1f, 0xff, 0x0f, 242 | 0xe1, 0xe1, 0xff, 0xff, 0x07, 0x0f, 0x8f, 0x87, 0xf8, 0x7f, 0x0f, 0xc3, 0x87, 0x87, 0x87, 0xc7, 243 | 0x87, 0xc3, 0xc3, 0xe0, 0xe1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 244 | 0xff, 0xff, 0xf8, 0x70, 0x1c, 0x38, 0x7c, 0x3c, 0x38, 0x7c, 0x3f, 0xfe, 0x1f, 0xff, 0xf0, 0x1f, 245 | 0xff, 0x0f, 0xc1, 0xe1, 0xff, 0xff, 0x87, 0x0f, 0x0f, 0x87, 0xf8, 0x7f, 0x0f, 0x83, 0x87, 0x87, 246 | 0x87, 0x87, 0x87, 0xc3, 0xc3, 0xe1, 0xe1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 247 | 0xff, 0xff, 0xff, 0xff, 0xf8, 0x70, 0x3c, 0x38, 0x38, 0x3c, 0x3c, 0x3e, 0x1f, 0xfe, 0x1f, 0xff, 248 | 0xf0, 0x1f, 0xff, 0x0e, 0x03, 0xe0, 0xfd, 0xff, 0x87, 0x0f, 0x0f, 0x87, 0xf8, 0x7f, 0x87, 0x87, 249 | 0x87, 0x87, 0x87, 0x87, 0x83, 0x83, 0xc1, 0xc1, 0xe1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 250 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x78, 0x3c, 0x3c, 0x00, 0x3c, 0x3c, 0x1e, 0x00, 0x1e, 251 | 0x1f, 0xff, 0xf0, 0x3f, 0xff, 0x00, 0x07, 0xf0, 0x01, 0xc0, 0x07, 0x00, 0x0f, 0x87, 0xf8, 0x7f, 252 | 0x80, 0x07, 0x87, 0x87, 0x80, 0x07, 0xc0, 0x03, 0xe0, 0x03, 0xe1, 0xff, 0xff, 0xff, 0xff, 0xff, 253 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x78, 0x3c, 0x3c, 0x02, 0x3c, 0x3e, 0x0f, 254 | 0x00, 0x1e, 0x1f, 0xff, 0xf8, 0x3f, 0xff, 0x00, 0x0f, 0xf8, 0x01, 0xc0, 0x0f, 0x00, 0x8f, 0x87, 255 | 0xf8, 0x7f, 0xc0, 0x0f, 0x87, 0x87, 0x80, 0x47, 0xc0, 0x23, 0xf0, 0x03, 0xe1, 0xff, 0xff, 0xff, 256 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x78, 0x7c, 0x3e, 0x06, 0x3c, 257 | 0x3f, 0x0f, 0xc0, 0x3e, 0x1f, 0xff, 0xf8, 0x7f, 0xff, 0x00, 0x7f, 0xfc, 0x01, 0xe0, 0x1f, 0x81, 258 | 0xcf, 0x87, 0xf8, 0x7f, 0xe0, 0x3f, 0x87, 0x87, 0xc0, 0xe7, 0xf0, 0x63, 0xf8, 0x0f, 0xe1, 0xff, 259 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 260 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 261 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 262 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 263 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x7f, 0xff, 0xff, 0xff, 0xff, 264 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 265 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 266 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xff, 0xff, 0xff, 267 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 268 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 269 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0xff, 270 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 271 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 272 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 273 | 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 274 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 275 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 276 | 0xff, 0xff, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 277 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 278 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 279 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 280 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 281 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 282 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 283 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 284 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 285 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 286 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 287 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 288 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 289 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 290 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 291 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 292 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 293 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 294 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 295 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 296 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 297 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 298 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 299 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 300 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 301 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 302 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 303 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 304 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 305 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 306 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 307 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 308 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 309 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 310 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 311 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 312 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 313 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 314 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 315 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc7, 0xff, 316 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 317 | 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x7f, 0xff, 0xff, 0xff, 318 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 319 | 0xc7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9f, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 320 | 0xff, 0xff, 0xc7, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x7f, 0xff, 321 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 322 | 0xff, 0xff, 0xc7, 0xff, 0xbf, 0x9f, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x9f, 0xff, 0xff, 0xff, 0xff, 323 | 0xff, 0xff, 0xff, 0xff, 0xc7, 0xff, 0xf7, 0xff, 0xff, 0xff, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xfc, 324 | 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 325 | 0xff, 0xff, 0xff, 0xff, 0xc7, 0xff, 0x1f, 0x9f, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x1f, 0xff, 0xff, 326 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe7, 0xff, 0xff, 0xff, 0x1f, 0xff, 0xff, 0xff, 327 | 0xff, 0xfc, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 328 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc6, 0x7f, 0x1f, 0x8f, 0xfc, 0xff, 0x3f, 0x7f, 0x3f, 0x1f, 329 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe3, 0xe3, 0xfc, 0x7f, 0xfb, 0x1d, 0xff, 330 | 0x1f, 0xfc, 0xf8, 0xfc, 0x67, 0xfe, 0x7f, 0xf9, 0xff, 0x1f, 0xff, 0xc7, 0xf1, 0xff, 0xcf, 0x9f, 331 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc4, 0x1c, 0x02, 0x03, 0x90, 0x78, 0x06, 0x3e, 332 | 0x3e, 0x31, 0xe3, 0xc0, 0xf1, 0xe2, 0x38, 0x71, 0xf8, 0xf8, 0xc7, 0x80, 0x80, 0x70, 0x1e, 0x23, 333 | 0x00, 0x7c, 0x07, 0x88, 0xe0, 0x3c, 0x41, 0xf0, 0x1f, 0x20, 0x78, 0x07, 0xff, 0x01, 0xc0, 0x78, 334 | 0x82, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0c, 0x02, 0x03, 0x80, 0x38, 335 | 0x0e, 0x3e, 0x3e, 0x38, 0xc1, 0x8c, 0x60, 0xc6, 0x38, 0x73, 0xfc, 0x78, 0xc7, 0x01, 0x80, 0xe0, 336 | 0x0e, 0x03, 0x00, 0x3c, 0x03, 0x80, 0xe0, 0x1c, 0x00, 0xf0, 0x0f, 0x00, 0x7c, 0x07, 0xfe, 0x03, 337 | 0x80, 0x38, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc3, 0x8f, 0x1f, 0x1f, 338 | 0x8e, 0x18, 0xff, 0x7c, 0x7e, 0x78, 0xc1, 0x8c, 0x60, 0xc6, 0x30, 0x63, 0xfc, 0x71, 0xc7, 0x1f, 339 | 0xe7, 0xe3, 0x8e, 0x0f, 0x0e, 0x3f, 0xe3, 0x87, 0xff, 0x1c, 0x38, 0xe3, 0xc7, 0x1c, 0x3f, 0xe3, 340 | 0xfc, 0x3f, 0x8e, 0x38, 0x70, 0xe3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc7, 0x8f, 341 | 0x1f, 0x1f, 0x8f, 0x18, 0x7f, 0xfc, 0x7c, 0x78, 0xc9, 0x8c, 0x64, 0xc6, 0x32, 0x63, 0xfc, 0x71, 342 | 0xc6, 0x1f, 0xe7, 0xc7, 0xc6, 0x1f, 0x1e, 0x3f, 0xe3, 0x8f, 0xff, 0x1c, 0x78, 0xe3, 0xc7, 0x1e, 343 | 0x3f, 0xe3, 0xfc, 0x7f, 0x1f, 0x18, 0xf1, 0xe3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 344 | 0xc7, 0x8f, 0x1f, 0x1f, 0x8f, 0x18, 0x1f, 0xfc, 0xfc, 0x78, 0xc9, 0x9e, 0x64, 0xcf, 0x12, 0x23, 345 | 0xfe, 0x33, 0xc6, 0x3f, 0xe7, 0xc7, 0xc6, 0x3f, 0x1e, 0x3c, 0x03, 0x8f, 0xe0, 0x1c, 0x78, 0xe3, 346 | 0xc7, 0x1e, 0x3c, 0x03, 0xfc, 0x7f, 0x1f, 0x18, 0xf1, 0xe3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 347 | 0xff, 0xff, 0xc7, 0x8f, 0x1f, 0x1f, 0x8f, 0x1e, 0x0f, 0xf8, 0xfc, 0xfc, 0x09, 0x1e, 0x04, 0x0f, 348 | 0x13, 0x27, 0xfe, 0x23, 0xc6, 0x3f, 0xe7, 0xc7, 0xc6, 0x3f, 0x1e, 0x38, 0x23, 0x8f, 0xc1, 0x1c, 349 | 0x78, 0xe3, 0xc7, 0x1e, 0x38, 0x03, 0xfc, 0x7f, 0x1f, 0x18, 0xf1, 0xe3, 0xff, 0xff, 0xff, 0xff, 350 | 0xff, 0xff, 0xff, 0xff, 0xc7, 0x8f, 0x1f, 0x1f, 0x8f, 0x1f, 0x87, 0xf8, 0xf8, 0xfc, 0x1c, 0x1e, 351 | 0x0e, 0x0f, 0x03, 0x07, 0xff, 0x23, 0xc6, 0x3f, 0xe7, 0xc7, 0xc6, 0x3f, 0x1e, 0x30, 0xe3, 0x8f, 352 | 0xc7, 0x1c, 0x78, 0xe3, 0xc7, 0x1e, 0x31, 0xe3, 0xfc, 0x7f, 0x1f, 0x18, 0xf1, 0xe3, 0xff, 0xff, 353 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc7, 0x8f, 0x1f, 0x1f, 0x8e, 0x1f, 0xc7, 0x79, 0xf8, 0xfc, 354 | 0x1c, 0x1e, 0x0e, 0x0f, 0x87, 0x07, 0xff, 0x07, 0xc7, 0x1f, 0xe3, 0xe3, 0x8e, 0x3f, 0x0e, 0x31, 355 | 0xe3, 0x8f, 0x87, 0x1c, 0x78, 0xe3, 0xc7, 0x1e, 0x31, 0xe3, 0xdc, 0x3f, 0x8e, 0x38, 0xf1, 0xe3, 356 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc7, 0x8f, 0x03, 0x81, 0x80, 0x38, 0x06, 0x31, 357 | 0xf9, 0xfe, 0x1c, 0x3f, 0x0e, 0x1f, 0x87, 0x0f, 0x8f, 0x07, 0xc7, 0x00, 0xe0, 0x60, 0x0e, 0x3f, 358 | 0x00, 0x38, 0x03, 0x8f, 0xc0, 0x1c, 0x78, 0xf0, 0x0f, 0x1e, 0x30, 0x03, 0x8e, 0x03, 0x80, 0x38, 359 | 0xf1, 0xe3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc7, 0x8f, 0x03, 0x81, 0x80, 0x78, 360 | 0x0e, 0x31, 0xf1, 0xfe, 0x1c, 0x3f, 0x0e, 0x1f, 0x87, 0x0f, 0x0f, 0x87, 0xc7, 0x80, 0xe0, 0x70, 361 | 0x1e, 0x3f, 0x00, 0x78, 0x13, 0x8f, 0xc0, 0x9c, 0x78, 0xf0, 0x1f, 0x1e, 0x38, 0x03, 0x8f, 0x03, 362 | 0xc0, 0x78, 0xf1, 0xe3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe7, 0xcf, 0xc7, 0xc3, 363 | 0x88, 0xfc, 0x3f, 0x33, 0xf3, 0xff, 0x3e, 0x7f, 0x9f, 0x3f, 0xcf, 0x9f, 0x9f, 0xcf, 0xcf, 0xe3, 364 | 0xf8, 0xfc, 0x7f, 0x3f, 0xb8, 0xfc, 0x73, 0xcf, 0xf3, 0xde, 0x7c, 0xfc, 0x7f, 0x3e, 0x7c, 0x77, 365 | 0x9f, 0x87, 0xf1, 0xfc, 0xf9, 0xe7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 366 | 0xff, 0xff, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 367 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 368 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 369 | 0xff, 0xff, 0xff, 0xff, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 370 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 371 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 372 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 373 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 374 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 375 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 376 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 377 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 378 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 379 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 380 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 381 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 382 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 383 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 384 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 385 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 386 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 387 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 388 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 389 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 390 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 391 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 392 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 393 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 394 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 395 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x00, 0xf8, 0xf8, 0x00, 0x00, 0x1f, 0xe3, 396 | 0xe3, 0xe0, 0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 397 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x8f, 398 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x78, 0x70, 0x00, 0x00, 399 | 0x1f, 0xe1, 0xc3, 0xc0, 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 400 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 401 | 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x78, 0x70, 402 | 0x00, 0x00, 0x1f, 0xe1, 0xc3, 0xc0, 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 403 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 404 | 0xff, 0xff, 0xfe, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 405 | 0x78, 0x70, 0x00, 0x00, 0x1f, 0xe1, 0xc3, 0xc0, 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 406 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 407 | 0xff, 0xff, 0xff, 0xff, 0xfe, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 408 | 0xff, 0xf8, 0x78, 0x00, 0xf0, 0x00, 0x1e, 0x1e, 0x3f, 0xc3, 0xff, 0xff, 0x87, 0xff, 0xff, 0xff, 409 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 410 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 411 | 0xfc, 0x3f, 0xff, 0xf8, 0x78, 0x00, 0xf0, 0x00, 0x1e, 0x1e, 0x3f, 0xc3, 0xff, 0xff, 0x87, 0xff, 412 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 413 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 414 | 0xff, 0xff, 0xfc, 0x3f, 0xff, 0xf8, 0x78, 0x00, 0xf0, 0x00, 0x1e, 0x1e, 0x3f, 0xc3, 0xff, 0xff, 415 | 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 416 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x7f, 0xff, 0xff, 0xff, 417 | 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xff, 0xf8, 0x78, 0x00, 0xf0, 0x00, 0x1e, 0x1e, 0x3f, 0xc3, 418 | 0xff, 0xff, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 419 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x3f, 0xff, 420 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 0x78, 0x7f, 0x00, 0x01, 0xff, 0xe0, 421 | 0x3f, 0xc3, 0xc0, 0x07, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 422 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x00, 423 | 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 0x78, 0x7f, 0x00, 0x01, 424 | 0xff, 0xe0, 0x3f, 0xc3, 0xc0, 0x07, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 425 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 426 | 0x80, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 0x78, 0x7f, 427 | 0x00, 0x01, 0xff, 0xe0, 0x3f, 0xc3, 0xc0, 0x07, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 428 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 429 | 0xff, 0xff, 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 430 | 0x78, 0x7f, 0x00, 0x01, 0xff, 0xe0, 0x3f, 0xc3, 0xc0, 0x07, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 431 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 432 | 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 433 | 0x00, 0x78, 0x7f, 0x8f, 0xf0, 0xf0, 0x1e, 0x1f, 0xc3, 0xc3, 0xc0, 0x07, 0x87, 0xff, 0xff, 0xff, 434 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 435 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 436 | 0xfc, 0x3c, 0x00, 0x78, 0x7f, 0x8f, 0xf0, 0xf0, 0x1e, 0x1f, 0xc3, 0xc3, 0xc0, 0x07, 0x87, 0xff, 437 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 438 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 439 | 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 0x7f, 0x8f, 0xf0, 0xf0, 0x1e, 0x1f, 0xc3, 0xc3, 0xc0, 0x07, 440 | 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 441 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 442 | 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 0x7f, 0x07, 0xf0, 0xf0, 0x1e, 0x1f, 0xc3, 0xc3, 443 | 0xc0, 0x07, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 444 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, 0x3f, 445 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 0x78, 0x00, 0xf0, 0x0e, 0x1e, 0x00, 446 | 0x3f, 0xc3, 0xc0, 0x07, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 447 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x00, 448 | 0x00, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 0x78, 0x00, 0xf0, 0x0e, 449 | 0x1e, 0x00, 0x3f, 0xc3, 0xc0, 0x07, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 450 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 451 | 0x00, 0x00, 0x00, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 0x78, 0x00, 452 | 0xf0, 0x0e, 0x1e, 0x00, 0x3f, 0xc3, 0xc0, 0x07, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 453 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 454 | 0xff, 0x80, 0x00, 0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 455 | 0x78, 0x00, 0xf8, 0x0e, 0x1f, 0x00, 0x3f, 0xc3, 0xc0, 0x07, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 456 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 457 | 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 458 | 0xff, 0xf8, 0x7f, 0x8f, 0xff, 0x01, 0xff, 0xe1, 0xff, 0xc3, 0xff, 0xff, 0x87, 0xff, 0xff, 0xff, 459 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 460 | 0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 461 | 0xfc, 0x3f, 0xff, 0xf8, 0x7f, 0x8f, 0xff, 0x01, 0xff, 0xe1, 0xff, 0xc3, 0xff, 0xff, 0x87, 0xff, 462 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 463 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x01, 0xff, 0xff, 0xff, 0xff, 464 | 0xff, 0xff, 0xfc, 0x3f, 0xff, 0xf8, 0x7f, 0x8f, 0xff, 0x01, 0xff, 0xe1, 0xff, 0xc3, 0xff, 0xff, 465 | 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 466 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 467 | 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x78, 0x70, 0xf0, 0xe1, 0xe1, 0xe1, 0xe3, 0xc0, 468 | 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 469 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 470 | 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x78, 0x70, 0xf0, 0xf1, 0xe1, 0xe1, 471 | 0xc3, 0xc0, 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 472 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x00, 0x00, 473 | 0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x78, 0x70, 0xf0, 0xf1, 474 | 0xe1, 0xe1, 0xc3, 0xc0, 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 475 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x00, 476 | 0x00, 0x00, 0x00, 0x00, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x78, 0x70, 477 | 0xf0, 0xf1, 0xe1, 0xe1, 0xc3, 0xc0, 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 478 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 479 | 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 480 | 0xff, 0x8f, 0xf0, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 481 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 482 | 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 483 | 0xff, 0xff, 0xff, 0x8f, 0xf0, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 484 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 485 | 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 486 | 0xff, 0xff, 0xff, 0xff, 0xff, 0x8f, 0xf0, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 487 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 488 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xff, 0xff, 0xff, 489 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x8f, 0xf0, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 490 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 491 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 492 | 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xc0, 0x00, 0x00, 0x7f, 0xf0, 0x00, 0x00, 0x1f, 0xfc, 0x3f, 493 | 0xc7, 0x80, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 494 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 495 | 0x00, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xc0, 0x00, 0x00, 0x7f, 0xf0, 0x00, 0x00, 0x1f, 496 | 0xfc, 0x3f, 0xc3, 0x80, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 497 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x00, 0x00, 0xff, 498 | 0xc0, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xc0, 0x00, 0x00, 0x7f, 0xf0, 0x00, 499 | 0x00, 0x1f, 0xfc, 0x3f, 0xc3, 0x80, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 500 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x00, 0x00, 501 | 0x07, 0xff, 0xf8, 0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xc0, 0x00, 0x00, 0x7f, 502 | 0xf0, 0x00, 0x00, 0x1f, 0xfc, 0x3f, 0xc3, 0x80, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 503 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 504 | 0x00, 0x00, 0x1f, 0xff, 0xff, 0x00, 0x00, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc3, 0xc0, 0x7f, 505 | 0x87, 0x8f, 0x00, 0xf1, 0xfe, 0x00, 0x3f, 0xfc, 0x03, 0x80, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 506 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 507 | 0xff, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xc0, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc3, 508 | 0xc0, 0x7f, 0x87, 0x8f, 0x00, 0xf1, 0xfe, 0x00, 0x3f, 0xfc, 0x03, 0x80, 0x7f, 0xff, 0xff, 0xff, 509 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 510 | 0xff, 0xff, 0xfe, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 511 | 0xff, 0xc3, 0xc0, 0x7f, 0x87, 0x8f, 0x00, 0xf1, 0xfe, 0x00, 0x3f, 0xfc, 0x03, 0x80, 0x7f, 0xff, 512 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 513 | 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x01, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x03, 0xff, 0xff, 514 | 0xff, 0xff, 0xff, 0xc3, 0xc0, 0x7f, 0x8f, 0x8f, 0x01, 0xf1, 0xfe, 0x00, 0x3f, 0xf8, 0x03, 0x80, 515 | 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 516 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x02, 0x03, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x01, 517 | 0xff, 0xff, 0xff, 0xff, 0xfc, 0x03, 0xf8, 0x78, 0x7f, 0xf0, 0xff, 0xf1, 0xff, 0xff, 0xff, 0xc0, 518 | 0x03, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 519 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x06, 0x07, 0xff, 0xff, 0xff, 0xff, 520 | 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x03, 0xf8, 0x78, 0x7f, 0xf0, 0xff, 0xf1, 0xff, 0xff, 521 | 0xff, 0xc0, 0x03, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 522 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x0c, 0x07, 0xff, 0xff, 523 | 0xff, 0xff, 0x80, 0x00, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x03, 0xf8, 0x78, 0x7f, 0xf0, 0xff, 0xf1, 524 | 0xff, 0xff, 0xff, 0xc0, 0x03, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 525 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x1c, 0x0f, 526 | 0xff, 0xff, 0xff, 0xff, 0xc0, 0x00, 0x7f, 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x7f, 0xff, 0x80, 0x00, 527 | 0xff, 0xf0, 0x1e, 0x3e, 0x00, 0x3f, 0x80, 0x7f, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 528 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 529 | 0x3c, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x3f, 0xff, 530 | 0x80, 0x00, 0xff, 0xf0, 0x1e, 0x1e, 0x00, 0x3f, 0xc0, 0x7f, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 531 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 532 | 0xe0, 0x00, 0xfc, 0x1f, 0xff, 0xff, 0xff, 0x01, 0xf0, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xfc, 0x3c, 533 | 0x3f, 0xff, 0x80, 0x00, 0xff, 0xf0, 0x1e, 0x1e, 0x00, 0x3f, 0xc0, 0x7f, 0x87, 0xff, 0xff, 0xff, 534 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 535 | 0xff, 0xff, 0xc0, 0x00, 0xf8, 0x1f, 0xff, 0xff, 0xf0, 0x00, 0x18, 0x00, 0x1f, 0xff, 0xff, 0xff, 536 | 0xfc, 0x3c, 0x3f, 0xff, 0x80, 0x00, 0xff, 0xf0, 0x1e, 0x1e, 0x00, 0x3f, 0xc0, 0x7f, 0x87, 0xff, 537 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 538 | 0xff, 0xff, 0xff, 0xff, 0xc0, 0x01, 0xf8, 0x1f, 0xff, 0xff, 0xc0, 0x00, 0x00, 0x00, 0x1f, 0xff, 539 | 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x78, 0x7f, 0xf0, 0x0f, 0x00, 0xff, 0xff, 0xc3, 0xc3, 0xff, 0xff, 540 | 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 541 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x03, 0xf8, 0x1f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 542 | 0x0f, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x38, 0x78, 0x7f, 0xf0, 0x0f, 0x01, 0xff, 0xff, 0xc3, 0xc3, 543 | 0xff, 0xff, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 544 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x03, 0xf8, 0x1f, 0xff, 0xfc, 0x00, 0x00, 545 | 0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x38, 0x78, 0x7f, 0xf0, 0x0f, 0x01, 0xff, 0xff, 546 | 0xc3, 0xc3, 0xff, 0xff, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 547 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x07, 0xf8, 0x1f, 0xff, 0xf8, 548 | 0x00, 0x00, 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x38, 0x78, 0x7f, 0xf0, 0x0f, 0x01, 549 | 0xff, 0xff, 0xc3, 0xc3, 0xff, 0xff, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 550 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x0f, 0xf8, 0x1f, 551 | 0xff, 0xf0, 0x01, 0xff, 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x38, 0x07, 0xff, 0x8f, 552 | 0x00, 0xff, 0xfe, 0x01, 0xfc, 0x00, 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 553 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x0f, 554 | 0xf8, 0x1f, 0xff, 0xe0, 0x0f, 0xff, 0xe0, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x38, 0x07, 555 | 0xff, 0x8f, 0x00, 0xff, 0xfe, 0x01, 0xfc, 0x00, 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 556 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 557 | 0x00, 0x1f, 0xf8, 0x1f, 0xff, 0xc0, 0x3f, 0xff, 0xf8, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xc0, 558 | 0x38, 0x07, 0xff, 0x8f, 0x00, 0xff, 0xfe, 0x01, 0xfc, 0x00, 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 559 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 560 | 0xff, 0xfe, 0x00, 0x1f, 0xf8, 0x1f, 0xff, 0x80, 0x7f, 0xff, 0xfc, 0x00, 0x03, 0xff, 0xff, 0xff, 561 | 0xff, 0xc0, 0x38, 0x07, 0xff, 0x8f, 0x00, 0xff, 0xfe, 0x01, 0xfc, 0x00, 0x00, 0x00, 0x07, 0xff, 562 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 563 | 0xff, 0xff, 0xff, 0xfe, 0x00, 0x1f, 0xf8, 0x1f, 0xff, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x03, 0xff, 564 | 0xff, 0xff, 0xff, 0xc3, 0xf8, 0x00, 0x07, 0xff, 0xff, 0xf0, 0x1f, 0xfe, 0x3c, 0x00, 0x3f, 0x87, 565 | 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 566 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x3f, 0xfc, 0x0f, 0xff, 0x01, 0xff, 0xff, 0xff, 0x00, 567 | 0x03, 0xff, 0xff, 0xff, 0xff, 0xc3, 0xf8, 0x00, 0x07, 0xff, 0xff, 0xf0, 0x1f, 0xfe, 0x3c, 0x00, 568 | 0x3f, 0x87, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 569 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x3f, 0xfc, 0x0f, 0xfe, 0x03, 0xff, 0xff, 570 | 0xff, 0x80, 0x01, 0xff, 0xff, 0xff, 0xff, 0xc3, 0xf8, 0x00, 0x07, 0xff, 0xff, 0xf0, 0x1f, 0xfe, 571 | 0x3c, 0x00, 0x3f, 0x87, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 572 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x3f, 0xfc, 0x07, 0xfe, 0x07, 573 | 0xff, 0xff, 0xff, 0xc0, 0x01, 0xff, 0xff, 0xff, 0xff, 0xc3, 0xf8, 0x00, 0x07, 0xff, 0xff, 0xe0, 574 | 0x1f, 0xfe, 0x3c, 0x00, 0x3f, 0x87, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 575 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x7f, 0xfe, 0x07, 576 | 0xfc, 0x07, 0xff, 0xff, 0xff, 0xc0, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc7, 0xff, 0x87, 0x80, 577 | 0xf0, 0x01, 0xe1, 0xff, 0xc3, 0xff, 0xc7, 0x87, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 578 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x7f, 579 | 0xfe, 0x03, 0xfc, 0x0f, 0xff, 0xff, 0xff, 0xe0, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc7, 0xff, 580 | 0x87, 0x80, 0xf0, 0x01, 0xe1, 0xff, 0xc3, 0xff, 0xc3, 0x87, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 581 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 582 | 0x00, 0x7f, 0xff, 0x01, 0xfc, 0x0f, 0xff, 0xff, 0xff, 0xe0, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 583 | 0xc7, 0xff, 0x87, 0x80, 0xf0, 0x01, 0xe1, 0xff, 0xc3, 0xff, 0xc3, 0x87, 0x87, 0xff, 0xff, 0xff, 584 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 585 | 0xff, 0xf8, 0x00, 0x7f, 0xff, 0x01, 0xf8, 0x01, 0xff, 0xff, 0xff, 0xf0, 0x00, 0xff, 0xff, 0xff, 586 | 0xff, 0xff, 0xff, 0xfc, 0x07, 0x87, 0xff, 0xfe, 0x1f, 0xe0, 0x03, 0xfc, 0x38, 0x7f, 0xff, 0xff, 587 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 588 | 0xff, 0xff, 0xff, 0xf8, 0x00, 0x7f, 0xff, 0x80, 0x78, 0x00, 0x1f, 0xff, 0xff, 0xf0, 0x00, 0xff, 589 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x07, 0x8f, 0xff, 0xfe, 0x1f, 0xe0, 0x03, 0xfc, 0x38, 0x7f, 590 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 591 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x7f, 0xff, 0xc0, 0x38, 0x00, 0x07, 0xff, 0xff, 0xf0, 592 | 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x07, 0x8f, 0xff, 0xfe, 0x1f, 0xe0, 0x03, 0xfc, 593 | 0x38, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 594 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x7f, 0xff, 0xe0, 0x08, 0x00, 0x01, 0xff, 595 | 0xff, 0xf0, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x07, 0x8f, 0xff, 0xfe, 0x1f, 0xe0, 596 | 0x03, 0xfc, 0x38, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 597 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0xff, 0xff, 0xe0, 0x00, 0x00, 598 | 0x00, 0xff, 0xff, 0xf0, 0x00, 0xff, 0xff, 0xff, 0xff, 0xc3, 0xc0, 0x07, 0xf8, 0x70, 0x00, 0xff, 599 | 0xff, 0xe0, 0x03, 0xff, 0xc3, 0x80, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 600 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0xff, 0xff, 0xf8, 601 | 0x00, 0x00, 0x00, 0x7f, 0xff, 0xf0, 0x00, 0xff, 0xff, 0xff, 0xff, 0xc3, 0xc0, 0x07, 0xf8, 0x70, 602 | 0x00, 0xff, 0xff, 0xe0, 0x03, 0xff, 0xc3, 0x80, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 603 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0xff, 604 | 0xff, 0xfc, 0x00, 0x00, 0x00, 0x3f, 0xff, 0xf0, 0x00, 0xff, 0xff, 0xff, 0xff, 0xc3, 0xc0, 0x07, 605 | 0xf8, 0x70, 0x00, 0xff, 0xff, 0xe0, 0x03, 0xff, 0xc3, 0x80, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 606 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 607 | 0x00, 0x7f, 0xff, 0xfe, 0x00, 0x00, 0xc0, 0x1f, 0xff, 0xf0, 0x00, 0xff, 0xff, 0xff, 0xff, 0xc3, 608 | 0xc0, 0x07, 0xf8, 0x70, 0x00, 0xff, 0xff, 0xe0, 0x03, 0xff, 0xc3, 0x80, 0x7f, 0xff, 0xff, 0xff, 609 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 610 | 0xff, 0xf8, 0x00, 0x7f, 0xff, 0xff, 0x80, 0x00, 0xf0, 0x0f, 0xff, 0xf0, 0x00, 0xff, 0xff, 0xff, 611 | 0xff, 0xff, 0xc3, 0xf8, 0x00, 0x0f, 0x0f, 0x01, 0xe1, 0xfe, 0x1c, 0x03, 0xc0, 0x7f, 0x87, 0xff, 612 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 613 | 0xff, 0xff, 0xff, 0xf8, 0x00, 0x7f, 0xff, 0xff, 0xe0, 0x00, 0xf8, 0x07, 0xff, 0xf0, 0x00, 0xff, 614 | 0xff, 0xff, 0xff, 0xff, 0xc7, 0xf8, 0x00, 0x0f, 0x0f, 0x01, 0xe1, 0xfe, 0x3c, 0x03, 0xc0, 0x7f, 615 | 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 616 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x7f, 0xff, 0xff, 0xfc, 0x01, 0xfc, 0x03, 0xff, 0xf0, 617 | 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc7, 0xf8, 0x00, 0x0f, 0x0f, 0x01, 0xe1, 0xfe, 0x3c, 0x03, 618 | 0xc0, 0x7f, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 619 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x7f, 0xff, 0xff, 0xff, 0x81, 0xfe, 0x03, 620 | 0xff, 0xf0, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc7, 0xf8, 0x00, 0x0f, 0x0f, 0x01, 0xe1, 0xfe, 621 | 0x1c, 0x03, 0xc0, 0x7f, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 622 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x3f, 0xff, 0xff, 0xff, 0x81, 623 | 0xff, 0x01, 0xff, 0xf0, 0x00, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0x87, 0x80, 0x7f, 0x00, 0x0e, 624 | 0x01, 0xfe, 0x03, 0xc3, 0xf8, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 625 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x3f, 0xff, 0xff, 626 | 0xff, 0x01, 0xff, 0x81, 0xff, 0xe0, 0x01, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0x87, 0x80, 0x7f, 627 | 0x00, 0x0e, 0x01, 0xfe, 0x03, 0xc3, 0xf8, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 628 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x1f, 629 | 0xff, 0xff, 0xff, 0x03, 0xff, 0x80, 0xff, 0xe0, 0x01, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0x87, 630 | 0x80, 0x7f, 0x00, 0x0e, 0x01, 0xfe, 0x03, 0xc3, 0xf8, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 631 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 632 | 0x00, 0x0f, 0xff, 0xff, 0xfe, 0x03, 0xff, 0xc0, 0xff, 0xe0, 0x01, 0xff, 0xff, 0xff, 0xff, 0xfc, 633 | 0x7f, 0x87, 0x80, 0x7f, 0x00, 0x0f, 0x01, 0xfc, 0x01, 0xc3, 0xf8, 0x07, 0xff, 0xff, 0xff, 0xff, 634 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 635 | 0xff, 0xfc, 0x00, 0x0f, 0xff, 0xff, 0xfc, 0x07, 0xff, 0xc0, 0xff, 0xe0, 0x01, 0xff, 0xff, 0xff, 636 | 0xff, 0xff, 0xff, 0x80, 0x78, 0x00, 0x00, 0x0f, 0xff, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 637 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 638 | 0xff, 0xff, 0xff, 0xfe, 0x00, 0x07, 0xff, 0xff, 0xfc, 0x07, 0xff, 0xe0, 0x7f, 0xc0, 0x03, 0xff, 639 | 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x78, 0x00, 0x00, 0x0f, 0xff, 0xe0, 0x00, 0x00, 0x00, 0x00, 640 | 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 641 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x03, 0xff, 0xff, 0xf0, 0x0f, 0xff, 0xe0, 0x7f, 0xc0, 642 | 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x78, 0x00, 0x00, 0x0f, 0xff, 0xe0, 0x00, 0x00, 643 | 0x00, 0x00, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 644 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0xff, 0xff, 0xe0, 0x1f, 0xff, 0xe0, 645 | 0x7f, 0xc0, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0xf8, 0x00, 0x00, 0x0f, 0xf7, 0xc0, 646 | 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 647 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x7f, 0xff, 0xc0, 0x3f, 648 | 0xff, 0xe0, 0x7f, 0x80, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x70, 0x00, 0x0f, 649 | 0xe0, 0x01, 0xc3, 0xff, 0xc0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 650 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x1f, 0xfe, 651 | 0x00, 0x7f, 0xff, 0xe0, 0x7f, 0x80, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x70, 652 | 0x00, 0x0f, 0xe0, 0x01, 0xc3, 0xff, 0xc0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 653 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 654 | 0x00, 0xe0, 0x00, 0xff, 0xff, 0xf0, 0x7f, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 655 | 0xf8, 0x70, 0x00, 0x0f, 0xe0, 0x01, 0xc3, 0xff, 0xc0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 656 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 657 | 0x00, 0x00, 0x00, 0x00, 0x01, 0xff, 0xff, 0xf0, 0x7e, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xfc, 0x00, 658 | 0x00, 0x00, 0x78, 0x7f, 0x00, 0x0f, 0x01, 0xfe, 0x03, 0xc3, 0xc0, 0x7f, 0xff, 0xff, 0xff, 0xff, 659 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 660 | 0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x03, 0xff, 0xff, 0xe0, 0x7e, 0x00, 0x0f, 0xff, 0xff, 0xff, 661 | 0xfc, 0x00, 0x00, 0x00, 0x78, 0x7f, 0x00, 0x0e, 0x01, 0xfe, 0x03, 0xc3, 0xc0, 0x7f, 0xff, 0xff, 662 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 663 | 0xff, 0xff, 0xff, 0xff, 0xc0, 0x00, 0x00, 0x00, 0x0f, 0xff, 0xff, 0xe0, 0x7c, 0x00, 0x1f, 0xff, 664 | 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x78, 0x7f, 0x00, 0x0e, 0x01, 0xfe, 0x03, 0xc3, 0xc0, 0x7f, 665 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 666 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x00, 0x80, 0x00, 0x3f, 0xff, 0xff, 0xe0, 0x78, 0x00, 667 | 0x1f, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x78, 0x7f, 0x00, 0x0e, 0x01, 0xfe, 0x03, 0xc3, 668 | 0xc0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 669 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0xf0, 0x01, 0xff, 0xff, 0xff, 0xe0, 670 | 0x78, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xff, 0xf8, 0x78, 0x00, 0x00, 0x0f, 0xe1, 0xe0, 671 | 0x03, 0xff, 0xc3, 0xf8, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 672 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x7f, 0xff, 0xff, 0xff, 673 | 0xff, 0xc0, 0xf0, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xff, 0xf8, 0x78, 0x00, 0x00, 0x0f, 674 | 0xe1, 0xe0, 0x03, 0xff, 0xc3, 0xf8, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 675 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x3f, 0xff, 676 | 0xff, 0xff, 0xff, 0xc0, 0xe0, 0x00, 0x7f, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xff, 0xf8, 0x78, 0x00, 677 | 0x00, 0x0f, 0xe1, 0xe0, 0x03, 0xff, 0xc3, 0xf8, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 678 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 679 | 0x1f, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x80, 0x00, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xff, 0xf8, 680 | 0x78, 0x00, 0x00, 0x0f, 0xe1, 0xe0, 0x03, 0xff, 0xc3, 0xf8, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 681 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 682 | 0xf8, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0x81, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 683 | 0x00, 0x78, 0x78, 0x7f, 0xff, 0x0e, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x78, 0x7f, 0xff, 0xff, 0xff, 684 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 685 | 0xff, 0xff, 0xfc, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x01, 0xff, 0xff, 0xff, 0xff, 686 | 0xfc, 0x3c, 0x00, 0x78, 0x78, 0x7f, 0xff, 0x0e, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x78, 0x7f, 0xff, 687 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 688 | 0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x01, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x03, 0xff, 0xff, 689 | 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 0x78, 0x7f, 0xff, 0x0e, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x78, 690 | 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 691 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x03, 692 | 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 0x78, 0x7f, 0xff, 0x0e, 0x00, 0x1c, 0x00, 0x00, 693 | 0x00, 0x78, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 694 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x3f, 0xff, 0xff, 0xfc, 0x00, 695 | 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 0x78, 0x00, 0xff, 0xf1, 0xe1, 0xe0, 696 | 0x3c, 0x3f, 0xff, 0xf8, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 697 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x00, 0x0f, 0xff, 0xff, 698 | 0xf0, 0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 0x78, 0x00, 0xff, 0xf1, 699 | 0xe1, 0xe0, 0x3c, 0x3f, 0xff, 0xf8, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 700 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x00, 0x01, 701 | 0xff, 0xff, 0xe0, 0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 0x78, 0x00, 702 | 0xff, 0xf1, 0xe1, 0xe0, 0x3c, 0x3f, 0xff, 0xf8, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 703 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 704 | 0x00, 0x00, 0x3f, 0xff, 0x80, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 705 | 0x78, 0x00, 0xff, 0xf1, 0xe1, 0xe0, 0x3c, 0x3f, 0xff, 0xf8, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 706 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 707 | 0xff, 0xf0, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3c, 708 | 0x00, 0x78, 0x7f, 0x8f, 0x0f, 0x0f, 0xe1, 0xe0, 0x3c, 0x3c, 0x07, 0x80, 0x07, 0xff, 0xff, 0xff, 709 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 710 | 0xff, 0xff, 0xff, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 711 | 0xfc, 0x3c, 0x00, 0x78, 0x7f, 0x8f, 0x0f, 0x0f, 0xe1, 0xe0, 0x3c, 0x3c, 0x03, 0x80, 0x07, 0xff, 712 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 713 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 714 | 0xff, 0xff, 0xfc, 0x3c, 0x00, 0x78, 0x7f, 0x8f, 0x0f, 0x0f, 0xe1, 0xe0, 0x3c, 0x3c, 0x03, 0x80, 715 | 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 716 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xff, 717 | 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xff, 0xf8, 0x7f, 0x80, 0xf0, 0xff, 0x1f, 0xfc, 0x3f, 0xc3, 718 | 0xf8, 0x07, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 719 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 720 | 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xff, 0xf8, 0x7f, 0x80, 0xf0, 0xfe, 0x1f, 0xfe, 721 | 0x3f, 0xc3, 0xf8, 0x07, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 722 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x00, 0x00, 723 | 0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xff, 0xf8, 0x7f, 0x80, 0xf0, 0xfe, 724 | 0x1f, 0xfe, 0x3f, 0xc3, 0xf8, 0x07, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 725 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 726 | 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xff, 0xf8, 0x7f, 0x80, 727 | 0xf0, 0xfe, 0x1f, 0xfe, 0x3f, 0xc3, 0xf8, 0x07, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 728 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 729 | 0xfe, 0x00, 0x00, 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 730 | 0x78, 0x7f, 0xf0, 0xff, 0xe0, 0x00, 0x03, 0xff, 0xc0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 731 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 732 | 0xff, 0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 733 | 0x00, 0x00, 0x78, 0x7f, 0xf0, 0xff, 0xe0, 0x00, 0x03, 0xff, 0xc0, 0x7f, 0xff, 0xff, 0xff, 0xff, 734 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 735 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 736 | 0xfc, 0x00, 0x00, 0x00, 0x78, 0x7f, 0xf0, 0xff, 0xe0, 0x00, 0x03, 0xff, 0xc0, 0x7f, 0xff, 0xff, 737 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 738 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 739 | 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x78, 0xff, 0xf0, 0xff, 0xe0, 0x00, 0x03, 0xff, 0xc0, 0x7f, 740 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 741 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x7f, 0xff, 0xff, 0xff, 742 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 743 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 744 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 745 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 746 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 747 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 748 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 749 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 750 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 751 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 752 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 753 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 754 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 755 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 756 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 757 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 758 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 759 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 760 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 761 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 762 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 763 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 764 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 765 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 766 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 767 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 768 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 769 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 770 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 771 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 772 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 773 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 774 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff 775 | }; 776 | 777 | 778 | ////////////////////// 779 | /// END OF FILE /// 780 | ////////////////////// 781 | 782 | 783 | --------------------------------------------------------------------------------