Compare commits

...

13 Commits

Author SHA1 Message Date
anschrammh
82a0ac7803 Updated the to do and done list + added some new ideas and also the pin
numbering in the pin assignement table...
2024-01-16 13:14:40 +01:00
anschrammh
621d9ff466 Added the altimeter application header, source and assets files 2024-01-16 13:12:58 +01:00
anschrammh
07dba20b3a Enabled the chart widget in the LVGL config file as it is used in the altimeter app 2024-01-16 13:08:03 +01:00
anschrammh
29ceeb91aa Added the needed translation for the altimeter app, corrected some misspelled words and found out the the 'ö' and 'Ö' characters are missing from the font, NEEDS to be added 2024-01-16 13:07:24 +01:00
anschrammh
27ac389bfc Corrected the user feedback behaviour to not trigger when swiping back to the settings app from the menu screen 2024-01-16 13:05:10 +01:00
anschrammh
c4c6ace3cb Increased the notification text area size so that more text can be shown, rearranged the notification header (source of the notification, contact and time) 2024-01-16 13:02:44 +01:00
anschrammh
dd1d1dfd79 Reorganized application order, added the altimeter app with its icon 2024-01-16 13:00:34 +01:00
anschrammh
05e50c9eb2 Added and initialized the altimeter screen object 2024-01-16 12:55:27 +01:00
anschrammh
f31f8895a0 Removed a space at the end of a comment 2024-01-16 12:54:14 +01:00
anschrammh
aa894f9864 Added the altimeter app icon 2024-01-16 12:53:36 +01:00
anschrammh
9ea4153118 Bumped the firmware version 2024-01-16 12:52:21 +01:00
anschrammh
97c6c4376e Changed the BMP280 default startup configuration and added a function allowing to change its working profile. This is used to get the best accuracy possible when using the altimeter app. 2024-01-16 12:51:13 +01:00
anschrammh
fe41f1e5be Updated the BM280 driver readcalibration data function to make a single i2c read 2024-01-16 12:48:16 +01:00
17 changed files with 1636 additions and 116 deletions

View File

@ -145,39 +145,39 @@ using a magnetic 4 pin plug.
## MCU Pin assignement table :
| Pin Number | Pin Name | Type | Function | Pull UP/DOWN| Connected to | Comment |
|------------|----------|------|----------|-------------|--------------|---------|
||PB_20|I/O|**UART0_RX**/PWM1/UART1_CTS/I²C_SCL|U/D|**USB/Serial TX flash pin**||
||PB_19|I/O|**UART0_TX**/PWM0/UART1_RTS/**I²C_SDA**|U/D|**USB/Serial RX flash pin** and **BMA456, Touch Panel, HMC5883L and BMP280 SDA pins**||
||WAKEUP|I|**External Wake Up Pin**|D|**BMA456 IRQ 1 line** and **Touch Panel IRQ line** through NAND Gate|The chip is waken up when the pin is HIGH|
||RESET|I|Reset Pin|D|**Micro switch** and **USB/Serial RTS pin**||
||XTAL_OUT|O|External crystal output||||
||XTAL_IN|I|External crystal input||||
||AVDD3V3|P|Chip power supply, 3.3V||||
||ANT|I/O|RF Antenna||||
||AVDD3V3|P|Chip power supply, 3.3V||||
||AVDD3V3|P|Chip power supply, 3.3V|||
||AVDD3V3_AUX|P|Chip power supply, 3.3V||||
||TEST|I|Test function configuration pin||||
||BOOTMODE|**I/O**|BOOTMODE and I²S_MCLK/LSPI_CS/PWM2/I²S_DO|U/D|**Touch Panel Reset line**||
||PA_1|I/O|JTAG_CK/**I²C_SCL**/PWM3/I²S_LRCK/ADC0|U/D|**BMA456, Touch Panel, HMC5883L and BMP280 SCL pins**||
||PA_4|I/O|JTAG_SWO/I²C_SDA/PWM4/I²S_BCK/**ADC1**|U/D|**Battery resistor voltage divider output**||
||PA_7|I/O|**PWM4**/LSPI_MOSI/I²S_MCK/I²S_DI/Touch0|U/D|**LCD backlight N-MOSFET driver**||
||VDD3V3IO|P|IO power supply, 3.3V||||
||PB_0|I/O|**PWM0**/LSPI_MISO/UART3_TX/PSRAM_CK/Touch3|U/D|**Vibration motor control pin**||
||PB_1|**I/O**|PWM1/LSPI_CK/UART3_RX/PSRAM_CS/Touch4|U/D|**Touch Panel IRQ line**||
||PB_2|I/O|PWM2/LSPI_CK/**UART2_TX**/PSRAM_D0/Touch5|U/D|**Debug UART serial output**||
||PB_3|**I/O**|PWM3/LSPI_MISO/UART2_RX/PSRAM_D1/Touch6|U/D|**TP4056A Charging Signal**||
||PB_4|**I/O**|LSPI_CS/UART2_RTS/UART4_TX/PSRAM_D2/Touch7|U/D|**TP4056A Charged Signal**||
||PB_5|**I/O**|LSPI_MOSI/UART2_CTS/UART4_RX/PSRAM_D3/Touch8|U/D|**Battery resistor voltage divider enable**||
||VDD3V3IO|P|IO power supply, 3.3V||||
||CAP|I|External capacitor, 4.7µF||||
||PB_6|I/O|UART1_TX/**MMC_CLK**/HSPI_CK/SDIO_CK/Touch9|U/D|**LCD Serial Clock Pin**||
||PB_7|I/O|UART1_RX/**MMC_CMD**/HSPI_INT/SDIO_CMD/Touch10|U/D|**LCD Serial Data Pin**||
||PB_8|**I/O**|I²S_BCK/MMC_D0/PWM_BREAK/SDIO_D0/Touch11|U/D|**LCD Data or Command Selection Pin**||
||PB_9|**I/O**|I²S_LRCK/MMC_D1/HSPI_CS/SDIO_D1/Touch12|U/D|**LCD Reset Pin**||
||PB_10|**I/O**|I²S_DI/MMC_D2/HSPI_DI/SDIO_D2|U/D|**LCD Chip Select Pin**||
||VDD3V3IO|P|IO power supply, 3.3V||||
||PB_11|**I/O**|I²S_DO/MMC_D3/HSPI_DO/SDIO_D3|U/D|**BMA456 IRQ 2 line**||
||GND|P|Ground (Central Pad)||||
|1|PB_20|I/O|**UART0_RX**/PWM1/UART1_CTS/I²C_SCL|U/D|**USB/Serial TX flash pin**||
|2|PB_19|I/O|**UART0_TX**/PWM0/UART1_RTS/**I²C_SDA**|U/D|**USB/Serial RX flash pin** and **BMA456, Touch Panel, HMC5883L and BMP280 SDA pins**||
|3|WAKEUP|I|**External Wake Up Pin**|D|**BMA456 IRQ 1 line** and **Touch Panel IRQ line** through NAND Gate|The chip is waken up when the pin is HIGH|
|4|RESET|I|Reset Pin|D|**Micro switch** and **USB/Serial RTS pin**||
|5|XTAL_OUT|O|External crystal output||||
|6|XTAL_IN|I|External crystal input||||
|7|AVDD3V3|P|Chip power supply, 3.3V||||
|8|ANT|I/O|RF Antenna||||
|9|AVDD3V3|P|Chip power supply, 3.3V||||
|10|AVDD3V3|P|Chip power supply, 3.3V|||
|11|AVDD3V3_AUX|P|Chip power supply, 3.3V||||
|12|TEST|I|Test function configuration pin||||
|13|BOOTMODE|**I/O**|BOOTMODE and I²S_MCLK/LSPI_CS/PWM2/I²S_DO|U/D|**Touch Panel Reset line**||
|14|PA_1|I/O|JTAG_CK/**I²C_SCL**/PWM3/I²S_LRCK/ADC0|U/D|**BMA456, Touch Panel, HMC5883L and BMP280 SCL pins**||
|15|PA_4|I/O|JTAG_SWO/I²C_SDA/PWM4/I²S_BCK/**ADC1**|U/D|**Battery resistor voltage divider output**||
|16|PA_7|I/O|**PWM4**/LSPI_MOSI/I²S_MCK/I²S_DI/Touch0|U/D|**LCD backlight N-MOSFET driver**||
|17|VDD3V3IO|P|IO power supply, 3.3V||||
|18|PB_0|I/O|**PWM0**/LSPI_MISO/UART3_TX/PSRAM_CK/Touch3|U/D|**Vibration motor control pin**||
|19|PB_1|**I/O**|PWM1/LSPI_CK/UART3_RX/PSRAM_CS/Touch4|U/D|**Touch Panel IRQ line**||
|20|PB_2|I/O|PWM2/LSPI_CK/**UART2_TX**/PSRAM_D0/Touch5|U/D|**Debug UART serial output**||
|21|PB_3|**I/O**|PWM3/LSPI_MISO/UART2_RX/PSRAM_D1/Touch6|U/D|**TP4056A Charging Signal**||
|22|PB_4|**I/O**|LSPI_CS/UART2_RTS/UART4_TX/PSRAM_D2/Touch7|U/D|**TP4056A Charged Signal**||
|23|PB_5|**I/O**|LSPI_MOSI/UART2_CTS/UART4_RX/PSRAM_D3/Touch8|U/D|**Battery resistor voltage divider enable**||
|24|VDD3V3IO|P|IO power supply, 3.3V||||
|25|CAP|I|External capacitor, 4.7µF||||
|26|PB_6|I/O|UART1_TX/**MMC_CLK**/HSPI_CK/SDIO_CK/Touch9|U/D|**LCD Serial Clock Pin**||
|27|PB_7|I/O|UART1_RX/**MMC_CMD**/HSPI_INT/SDIO_CMD/Touch10|U/D|**LCD Serial Data Pin**||
|28|PB_8|**I/O**|I²S_BCK/MMC_D0/PWM_BREAK/SDIO_D0/Touch11|U/D|**LCD Data or Command Selection Pin**||
|29|PB_9|**I/O**|I²S_LRCK/MMC_D1/HSPI_CS/SDIO_D1/Touch12|U/D|**LCD Reset Pin**||
|30|PB_10|**I/O**|I²S_DI/MMC_D2/HSPI_DI/SDIO_D2|U/D|**LCD Chip Select Pin**||
|31|VDD3V3IO|P|IO power supply, 3.3V||||
|32|PB_11|**I/O**|I²S_DO/MMC_D3/HSPI_DO/SDIO_D3|U/D|**BMA456 IRQ 2 line**||
|33|GND|P|Ground (Central Pad)||||
## What is done/working so far - HARDWARE :
@ -220,8 +220,6 @@ using a magnetic 4 pin plug.
## **To Do list :**
* Write the notification app listing all the received notification to be able to read them again or delete them if wanted.
* Improve the received notification design (colour and layout) as well as the AM or PM time when hour format is set to 12H.
* Call the GadgetBridge parser close notification when notification is closed.
* Write a flash light app which sets the screen brightness to its maximum and
sets a white background, be able to make it also flash with a red background.
* Add a quick access drawer (like on android) to :
@ -230,7 +228,6 @@ sets a white background, be able to make it also flash with a red background.
* open the flash light app
* access the battery charge/discharge history app (to be written)
* more if some ideas pop
* Update the altimeter app (add transistions when changing screens in the app) and port it to the watch.
* Update the compass algorithm to also use the Z axis and not having to hold the watch flat.
* Update the settings app to include a sensor category where calibration can be done for the magnetometer as well as for the temperature sensor to get more accurate temperature when the watch is worn.
* Update the GadgetBridge parser to work with the latest version of GadgetBridge.
@ -242,6 +239,9 @@ sets a white background, be able to make it also flash with a red background.
* Write an app to track step counts made every day.
* Write an alarm app which set an RTC alarm to vibrate the watch.
* Write a timer app with countdown and lap functionality.
* Implement a battery save mode activated on low batterie (ie >= 10 %)
* This mode would turn bluetooth off
* This mode would decrease the screen brightness (50 %)
## Done List :
@ -250,6 +250,7 @@ sets a white background, be able to make it also flash with a red background.
* Total number of steps on the watch face.
* A music player (works with GadgetBridge).
* A compass app with temperature reading.
* An altimeter app.
* The find my phone app (works with GadgetBridge).
* A settings app to set :
* Time and date
@ -264,6 +265,8 @@ sets a white background, be able to make it also flash with a red background.
* Smooth screen changes with transitions.
* Adaptative dynamic MCU clock speed to save power or have better visual performance.
* Battery discharging, charging and charged status on the watch face.
* Improve the received notification design (colour and layout) as well as the AM or PM time when hour format is set to 12H.
* Call the GadgetBridge parser close notification when notification is closed.
## Achieved power consumption recap:

View File

@ -64,54 +64,23 @@ static int32_t t_fine = 0;
static bool _BMP280_read_calibration_data(void)
{
uint8_t data[2];
uint8_t data[24];
if(i2c_read(BMP280_I2C_ADDR, BMP280_DIG_T1, data, sizeof data))
_calibration_data.dig_T1 = data[1] << 8 | data[0];
else return false;
if(i2c_read(BMP280_I2C_ADDR, BMP280_DIG_T2, data, sizeof data))
_calibration_data.dig_T2 = data[1] << 8 | data[0];
else return false;
if(i2c_read(BMP280_I2C_ADDR, BMP280_DIG_T3, data, sizeof data))
_calibration_data.dig_T3 = data[1] << 8 | data[0];
else return false;
if(i2c_read(BMP280_I2C_ADDR, BMP280_DIG_P1, data, sizeof data))
_calibration_data.dig_P1 = data[1] << 8 | data[0];
else return false;
if(i2c_read(BMP280_I2C_ADDR, BMP280_DIG_P2, data, sizeof data))
_calibration_data.dig_P2 = data[1] << 8 | data[0];
else return false;
if(i2c_read(BMP280_I2C_ADDR, BMP280_DIG_P3, data, sizeof data))
_calibration_data.dig_P3 = data[1] << 8 | data[0];
else return false;
if(i2c_read(BMP280_I2C_ADDR, BMP280_DIG_P4, data, sizeof data))
_calibration_data.dig_P4 = data[1] << 8 | data[0];
else return false;
if(i2c_read(BMP280_I2C_ADDR, BMP280_DIG_P5, data, sizeof data))
_calibration_data.dig_P5 = data[1] << 8 | data[0];
else return false;
if(i2c_read(BMP280_I2C_ADDR, BMP280_DIG_P6, data, sizeof data))
_calibration_data.dig_P6 = data[1] << 8 | data[0];
else return false;
if(i2c_read(BMP280_I2C_ADDR, BMP280_DIG_P7, data, sizeof data))
_calibration_data.dig_P7 = data[1] << 8 | data[0];
else return false;
if(i2c_read(BMP280_I2C_ADDR, BMP280_DIG_P8, data, sizeof data))
_calibration_data.dig_P8 = data[1] << 8 | data[0];
else return false;
if(i2c_read(BMP280_I2C_ADDR, BMP280_DIG_P9, data, sizeof data))
_calibration_data.dig_P9 = data[1] << 8 | data[0];
{
_calibration_data.dig_T1 = data[1] << 8 | data[0];
_calibration_data.dig_T2 = data[3] << 8 | data[2];
_calibration_data.dig_T3 = data[5] << 8 | data[4];
_calibration_data.dig_P1 = data[7] << 8 | data[6];
_calibration_data.dig_P2 = data[9] << 8 | data[8];
_calibration_data.dig_P3 = data[11] << 8 | data[10];
_calibration_data.dig_P4 = data[13] << 8 | data[12];
_calibration_data.dig_P5 = data[15] << 8 | data[14];
_calibration_data.dig_P6 = data[17] << 8 | data[16];
_calibration_data.dig_P7 = data[19] << 8 | data[18];
_calibration_data.dig_P8 = data[21] << 8 | data[20];
_calibration_data.dig_P9 = data[23] << 8 | data[22];
}
else return false;
return true;
@ -238,7 +207,7 @@ float BMP280_get_altitude(float pressureAtSeeLevel, float * const pressure, floa
if(pressure) *pressure = press;
press /= 100;
press /= 100.0;
return 44330 * (1.0 - pow(press / pressureAtSeeLevel, 0.1903));
}

View File

@ -565,7 +565,7 @@ bool watch_peripherals_pressure_sensor_init(void)
else
APP_LOG_INFO("Inited BMP280");
if(!BMP280_configure(BMP280_Forced, BMP280_Oversampling_x2, BMP280_Oversampling_x16, BMP280_Filter_x4, BMP280_Standby_4000MS))
if(!BMP280_configure(BMP280_Forced, BMP280_Oversampling_x4, BMP280_Oversampling_x16, BMP280_Filter_OFF, BMP280_Standby_4000MS))
{
APP_LOG_ERROR("Failed to configure BMP280");
return false;
@ -576,6 +576,18 @@ bool watch_peripherals_pressure_sensor_init(void)
return true;
}
bool watch_peripherals_pressure_sensor_select_profile(watch_peripherals_pressure_sensor_profile_e profile)
{
switch(profile)
{
case WATCH_PERIPHERALS_PRESSURE_SENSOR_PROFILE_HIGH_PRECISION:
return BMP280_configure(BMP280_Forced, BMP280_Oversampling_x4, BMP280_Oversampling_x16, BMP280_Filter_x16, BMP280_Standby_4000MS);
case WATCH_PERIPHERALS_PRESSURE_SENSOR_PROFILE_LOW_POWER:
default:
return BMP280_configure(BMP280_Forced, BMP280_Oversampling_x4, BMP280_Oversampling_x16, BMP280_Filter_OFF, BMP280_Standby_4000MS);
}
}
float watch_peripherals_pressure_sensor_get_pressure(float * const temperature)
{
BMP280_trigger_measurement();

View File

@ -174,6 +174,14 @@ bool watch_peripherals_magnetometer_power_mode_set(QMC5883L_Mode_Control_e mode_
bool watch_peripherals_pressure_sensor_init(void);
typedef enum watch_peripherals_pressure_sensor_profile
{
WATCH_PERIPHERALS_PRESSURE_SENSOR_PROFILE_LOW_POWER = 0,
WATCH_PERIPHERALS_PRESSURE_SENSOR_PROFILE_HIGH_PRECISION,
} watch_peripherals_pressure_sensor_profile_e;
bool watch_peripherals_pressure_sensor_select_profile(watch_peripherals_pressure_sensor_profile_e profile);
float watch_peripherals_pressure_sensor_get_pressure(float * const temperature);
bool watch_peripherals_accelerometer_init(void);

View File

@ -26,7 +26,13 @@
* @brief Fonts now support accents (used for the French and German GUI text translations)
*
*/
#define FIRMWARE_VERSION "0.0.4"
//#define FIRMWARE_VERSION "0.0.4"
/**
* @brief Added the brand new altimeter app, updated the way the accelerometer is initialized
*
*/
#define FIRMWARE_VERSION "0.0.5"

View File

@ -0,0 +1,768 @@
/**
* @file altimeter_screen.c
* @author Anatole SCHRAMM-HENRY
* @brief Altimeter screen source file containing the application's implementations
* @version 0.1
* @date 2024-01-16
*
* @copyright MIT
*
*/
#include <stdio.h>
#include "altimeter_screen.h"
#include "menu_screen.h"
#include "translation.h"
#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
static lv_obj_t *_create_altimeter_display(AltimeterScreen_t * const altimeterScreen);
static void _create_pressure_display(AltimeterScreen_t * const altimeterScreen);
static void _create_altitude_display(AltimeterScreen_t * const altimeterScreen);
static void _create_altitude_setting_display(AltimeterScreen_t * const altimeterScreen);
static void _update_min_and_max_pressure_data(AltimeterScreen_t * const altimeterScreen, float minPressure, float maxPressure);
static void _update_pressure_chart(AltimeterScreen_t * const altimeterScreen);
static void _update_altitude_info(AltimeterScreen_t * const altimeterScreen);
static void _update_temperature_info(AltimeterScreen_t * const altimeterScreen, float temperature);
static void gesture_event_cb(lv_event_t *e)
{
AltimeterScreen_t *altimeterScreen = lv_event_get_user_data(e);
lv_dir_t gesture;
switch(gesture = lv_indev_get_gesture_dir(lv_indev_get_act()))
{
case LV_DIR_LEFT:
LV_LOG_USER("GESTURE : LEFT");
break;
case LV_DIR_RIGHT:
LV_LOG_USER("GESTURE : RIGHT");
if(altimeterScreen->altimeterScreenOnStateChangeCb)
altimeterScreen->altimeterScreenOnStateChangeCb(ALTIMETER_SCREEN_STATE_CLOSED);
altimeterScreen->display = NULL;
/* We create the menu screen and switch to it */
extern MenuScreen_t menuScreen;
menu_screen_create(&menuScreen);
lv_scr_load_anim(menuScreen.display, LV_SCR_LOAD_ANIM_MOVE_RIGHT, 400, 0, true);
break;
case LV_DIR_TOP:
{
LV_LOG_USER("GESTURE : TOP");
if(altimeterScreen->altimeterScreenDisplayedView == ALTIMETER_SCREEN_PRESSURE_VIEW)
{
altimeterScreen->altimeterScreenDisplayedView = ALTIMETER_SCREEN_ALTITUDE_VIEW;
}
else if(altimeterScreen->altimeterScreenDisplayedView == ALTIMETER_SCREEN_ALTITUDE_VIEW)
{
altimeterScreen->altimeterScreenDisplayedView = ALTIMETER_SCREEN_PRESSURE_VIEW;
}
lv_obj_t *display = _create_altimeter_display(altimeterScreen);
if(display) lv_scr_load_anim(display, LV_SCR_LOAD_ANIM_MOVE_TOP, 400, 0, true);
}
break;
case LV_DIR_BOTTOM:
{
LV_LOG_USER("GESTURE : BOTTOM");
if(altimeterScreen->altimeterScreenDisplayedView == ALTIMETER_SCREEN_PRESSURE_VIEW)
{
altimeterScreen->altimeterScreenDisplayedView = ALTIMETER_SCREEN_ALTITUDE_VIEW;
}
else if(altimeterScreen->altimeterScreenDisplayedView == ALTIMETER_SCREEN_ALTITUDE_VIEW)
{
altimeterScreen->altimeterScreenDisplayedView = ALTIMETER_SCREEN_PRESSURE_VIEW;
}
lv_obj_t *display = _create_altimeter_display(altimeterScreen);
if(display) lv_scr_load_anim(display, LV_SCR_LOAD_ANIM_MOVE_BOTTOM, 400, 0, true);
}
break;
default:
LV_LOG_USER("GESTURE : %u", gesture);
}
}
static void pressure_display_cleanup_event_cb(lv_event_t *e)
{
AltimeterScreen_t *altimeterScreen = lv_event_get_user_data(e);
if(altimeterScreen->pressureUpdateTimer)
{
lv_timer_del(altimeterScreen->pressureUpdateTimer);
altimeterScreen->pressureUpdateTimer = NULL;
}
altimeterScreen->displays[ALTIMETER_SCREEN_PRESSURE_VIEW] = NULL;
altimeterScreen->pressureValue.value = NULL;
altimeterScreen->pressureValue.unit = NULL;
altimeterScreen->minValue.value_unit = NULL;
altimeterScreen->maxValue.value_unit = NULL;
altimeterScreen->pressureChart.chart = NULL;
LV_LOG_USER("Pressure display cleanup");
}
static void altitude_display_cleanup_event_cb(lv_event_t *e)
{
AltimeterScreen_t *altimeterScreen = lv_event_get_user_data(e);
altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_VIEW] = NULL;
if(altimeterScreen->altitudeUpdateTimer)
{
lv_timer_del(altimeterScreen->altitudeUpdateTimer);
altimeterScreen->altitudeUpdateTimer = NULL;
}
altimeterScreen->altitudeValue.value = NULL;
altimeterScreen->altitudeValue.unit = NULL;
altimeterScreen->vsiValue.value_unit = NULL;
altimeterScreen->temperatureValue.value = NULL;
LV_LOG_USER("Altitude display cleanup");
}
static void altitude_setting_display_cleanup_event_cb(lv_event_t *e)
{
AltimeterScreen_t *altimeterScreen = lv_event_get_user_data(e);
altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_SETTING_VIEW] = NULL;
altimeterScreen->altitudeOffset_spinbox.spinbox = NULL;
LV_LOG_USER("Altitude setting display cleanup");
}
static void pressure_update_timer_cb(lv_timer_t *timer)
{
AltimeterScreen_t *altimeterScreen = timer->user_data;
if(altimeterScreen->altimeterScreenMeasurementCb)
{
LV_LOG_USER("Updating pressure measurements");
float pressure;
/* We don't need to retrieve the temperature nor the altitude in this view */
altimeterScreen->altimeterScreenMeasurementCb(NULL, &pressure, NULL);
sprintf(altimeterScreen->pressureValue.value_text, "%.2f", pressure);
if(altimeterScreen->pressureValue.value)
{
lv_label_set_text_static(altimeterScreen->pressureValue.value, altimeterScreen->pressureValue.value_text);
}
//Mock up part needs to be changed on embedded target
altimeter_screen_shift_chart_pressure_measurement(altimeterScreen, pressure);
}
else
{
LV_LOG_USER("altimeterScreenMeasurementCb is NULL, be sure to register a callback !");
}
}
static void altitude_update_timer_cb(lv_timer_t *timer)
{
AltimeterScreen_t *altimeterScreen = timer->user_data;
if(altimeterScreen->altimeterScreenMeasurementCb)
{
LV_LOG_USER("Updating altitude and temperature measurements");
float temperature;
/* We don't need to retrieve the pressure in this view */
altimeterScreen->altimeterScreenMeasurementCb(&temperature, NULL, &altimeterScreen->lastReadAltitude);
_update_temperature_info(altimeterScreen, temperature);
/* Compute and display the VSI */
altimeterScreen->vsiFloat = (altimeterScreen->lastReadAltitude - altimeterScreen->vsiFloat) * ALTITUDE_TIMER_UPDATE_RATE_HZ ;
_update_altitude_info(altimeterScreen);
altimeterScreen->vsiFloat = altimeterScreen->lastReadAltitude;
}
else
{
LV_LOG_USER("altimeterScreenMeasurementCb is NULL, be sure to register a callback !");
}
}
static void reset_pressure_event_cb(lv_event_t *e)
{
AltimeterScreen_t *altimeterScreen = lv_event_get_user_data(e);
/* Call the user feedback function if one is registered */
if(altimeterScreen->altimeterScreenUserFeedbackCb)altimeterScreen->altimeterScreenUserFeedbackCb();
_update_min_and_max_pressure_data(altimeterScreen, 0.0, 0.0); //NULL to reset
memset(altimeterScreen->pressure_data_points, 0, sizeof(altimeterScreen->pressure_data_points));
memset(altimeterScreen->pressure_data_points_float, 0, sizeof(altimeterScreen->pressure_data_points_float));
//Update the chart if it is currently on the screen
if(altimeterScreen->pressureChart.chart)
{
lv_chart_refresh(altimeterScreen->pressureChart.chart);
}
LV_LOG_USER("Pressure reset event cb");
}
static void zeroing_altitude_event_cb(lv_event_t *e)
{
AltimeterScreen_t *altimeterScreen = lv_event_get_user_data(e);
/* Call the user feedback function if one is registered */
if(altimeterScreen->altimeterScreenUserFeedbackCb)altimeterScreen->altimeterScreenUserFeedbackCb();
/* If an offset was applied we clear it */
if(altimeterScreen->altitudeOffset)
{
altimeterScreen->altitudeOffset = 0;
}
else
{
/* We compute the offset needed to set the altitude to zero */
altimeterScreen->altitudeOffset = altimeterScreen->lastReadAltitude;
}
altimeterScreen->vsiFloat = 0;
_update_altitude_info(altimeterScreen);
altimeterScreen->vsiFloat = altimeterScreen->lastReadAltitude;
LV_LOG_USER("Zeroing altitude event cb");
}
static void set_altitude_settings_event_cb(lv_event_t *e)
{
AltimeterScreen_t *altimeterScreen = lv_event_get_user_data(e);
/* Call the user feedback function if one is registered */
if(altimeterScreen->altimeterScreenUserFeedbackCb)altimeterScreen->altimeterScreenUserFeedbackCb();
altimeterScreen->altimeterScreenDisplayedView = ALTIMETER_SCREEN_ALTITUDE_SETTING_VIEW;
lv_obj_t *display = _create_altimeter_display(altimeterScreen);
if(display) lv_scr_load_anim(display, LV_SCR_LOAD_ANIM_MOVE_TOP, 400, 0, true);
LV_LOG_USER("Altitude setting event cb");
}
static void lv_spinbox_increment_event_cb(lv_event_t *e)
{
AltimeterScreen_t *altimeterScreen = e->user_data;
lv_event_code_t code = lv_event_get_code(e);
if(code == LV_EVENT_SHORT_CLICKED || code == LV_EVENT_LONG_PRESSED_REPEAT)
{
/* Call the user feedback function if one is registered */
if(altimeterScreen->altimeterScreenUserFeedbackCb)altimeterScreen->altimeterScreenUserFeedbackCb();
lv_spinbox_increment(altimeterScreen->altitudeOffset_spinbox.spinbox);
}
}
static void lv_spinbox_decrement_event_cb(lv_event_t *e)
{
AltimeterScreen_t *altimeterScreen = lv_event_get_user_data(e);
lv_event_code_t code = lv_event_get_code(e);
if(code == LV_EVENT_SHORT_CLICKED || code == LV_EVENT_LONG_PRESSED_REPEAT)
{
/* Call the user feedback function if one is registered */
if(altimeterScreen->altimeterScreenUserFeedbackCb)altimeterScreen->altimeterScreenUserFeedbackCb();
lv_spinbox_decrement(altimeterScreen->altitudeOffset_spinbox.spinbox);
}
}
static void apply_altitude_setting_event_cb(lv_event_t *e)
{
AltimeterScreen_t *altimeterScreen = lv_event_get_user_data(e);
/* Call the user feedback function if one is registered */
if(altimeterScreen->altimeterScreenUserFeedbackCb)altimeterScreen->altimeterScreenUserFeedbackCb();
altimeterScreen->altitudeOffset_spinbox.value = lv_spinbox_get_value(altimeterScreen->altitudeOffset_spinbox.spinbox);
altimeterScreen->altitudeOffset = altimeterScreen->lastReadAltitude - (altimeterScreen->altitudeOffset_spinbox.value / 10.0);
altimeterScreen->vsiFloat = altimeterScreen->lastReadAltitude;
altimeterScreen->altimeterScreenDisplayedView = ALTIMETER_SCREEN_ALTITUDE_VIEW;
lv_obj_t *display = _create_altimeter_display(altimeterScreen);
if(display) lv_scr_load_anim(display, LV_SCR_LOAD_ANIM_MOVE_BOTTOM, 400, 0, true);
LV_LOG_USER("Apply altitude setting event cb");
}
void altimeter_screen_init(AltimeterScreen_t * const altimeterScreen)
{
if(!altimeterScreen)
{
LV_LOG_ERROR("NULL pointer given !");
return;
}
memset(altimeterScreen, 0, sizeof(AltimeterScreen_t));
}
void altimeter_screen_register_on_state_change_cb(AltimeterScreen_t * const altimeterScreen, AltimeterScreenOnStateChangeCb_t altimeterScreenOnStateChangeCb)
{
if(!altimeterScreen)
{
LV_LOG_ERROR("NULL pointer given !");
return;
}
altimeterScreen->altimeterScreenOnStateChangeCb = altimeterScreenOnStateChangeCb;
}
void altimeter_screen_register_user_feedback_cb(AltimeterScreen_t *const altimeterScreen, AltimeterScreenUserFeedbackCb_t altimeterScreenUserFeedbackCb)
{
if(!altimeterScreen)
{
LV_LOG_ERROR("NULL pointer given !");
return;
}
altimeterScreen->altimeterScreenUserFeedbackCb = altimeterScreenUserFeedbackCb;
}
void altimeter_screen_register_measurement_cb(AltimeterScreen_t * const altimeterScreen, AltimeterScreenMeasurementCb_t altimeterScreenMeasurementCb)
{
if(!altimeterScreen)
{
LV_LOG_ERROR("NULL pointer given !");
return;
}
altimeterScreen->altimeterScreenMeasurementCb = altimeterScreenMeasurementCb;
}
void altimeter_screen_shift_chart_pressure_measurement(AltimeterScreen_t * const altimeterScreen, float pressure)
{
if(!altimeterScreen)
{
LV_LOG_ERROR("NULL pointer given !");
return;
}
uint8_t numberOfDataPoints = ARRAY_SIZE(altimeterScreen->pressure_data_points);
memmove(altimeterScreen->pressure_data_points_float, &altimeterScreen->pressure_data_points_float[1], (numberOfDataPoints - 1) * sizeof(altimeterScreen->pressure_data_points_float[0]));
altimeterScreen->pressure_data_points_float[numberOfDataPoints-1] = pressure;
memmove(altimeterScreen->pressure_data_points, &altimeterScreen->pressure_data_points[1], (numberOfDataPoints - 1) * sizeof(altimeterScreen->pressure_data_points[0]));
altimeterScreen->pressure_data_points[(numberOfDataPoints - 1)] = pressure;
_update_pressure_chart(altimeterScreen);
}
void altimeter_screen_create(AltimeterScreen_t * const altimeterScreen)
{
if(!altimeterScreen)
{
LV_LOG_ERROR("NULL pointer given !");
}
if(altimeterScreen->altimeterScreenOnStateChangeCb)
altimeterScreen->altimeterScreenOnStateChangeCb(ALTIMETER_SCREEN_STATE_OPENED);
altimeterScreen->display = _create_altimeter_display(altimeterScreen);
}
void altimeter_screen_destroy(AltimeterScreen_t * const altimeterScreen)
{
if(!altimeterScreen)
{
LV_LOG_ERROR("NULL pointer given !");
return;
}
/* Nothing to be done here :( */
}
static lv_obj_t *_create_altimeter_display(AltimeterScreen_t * const altimeterScreen)
{
switch(altimeterScreen->altimeterScreenDisplayedView)
{
case ALTIMETER_SCREEN_PRESSURE_VIEW:
_create_pressure_display(altimeterScreen);
break;
case ALTIMETER_SCREEN_ALTITUDE_VIEW:
_create_altitude_display(altimeterScreen);
break;
case ALTIMETER_SCREEN_ALTITUDE_SETTING_VIEW:
_create_altitude_setting_display(altimeterScreen);
break;
default:
break;
}
return altimeterScreen->displays[altimeterScreen->altimeterScreenDisplayedView];
}
static void _create_pressure_display(AltimeterScreen_t * const altimeterScreen)
{
/* We declare all the needed assets by the pressure display */
LV_IMG_DECLARE(altimeter_asset_reset_icon)
/* No need to check for the altimeterScreen NULL pointer here as it has already been done */
if(altimeterScreen->displays[ALTIMETER_SCREEN_PRESSURE_VIEW])
{
LV_LOG_ERROR("Pressure display should be NULL here !");
lv_obj_del(altimeterScreen->displays[ALTIMETER_SCREEN_PRESSURE_VIEW]);
altimeterScreen->displays[ALTIMETER_SCREEN_PRESSURE_VIEW] = NULL;
}
altimeterScreen->displays[ALTIMETER_SCREEN_PRESSURE_VIEW] = lv_obj_create(NULL);
lv_obj_set_style_bg_color(altimeterScreen->displays[ALTIMETER_SCREEN_PRESSURE_VIEW], lv_color_white(), LV_PART_MAIN);
/* Let's create the coloured inner circle for the style*/
lv_obj_t *inner_circle = lv_obj_create(altimeterScreen->displays[ALTIMETER_SCREEN_PRESSURE_VIEW]);
lv_obj_center(inner_circle);
lv_obj_set_size(inner_circle, 240, 240);
lv_obj_set_style_radius(inner_circle, LV_RADIUS_CIRCLE, LV_PART_MAIN);
lv_obj_set_style_border_width(inner_circle, 15, LV_PART_MAIN);
lv_obj_set_style_border_color(inner_circle, lv_color_make(22, 145, 147), LV_PART_MAIN);
/* Let's create the pressure main and unit label */
if(altimeterScreen->pressureValue.value)
{
LV_LOG_ERROR("Pressure value should be NULL here !");
lv_obj_del(altimeterScreen->pressureValue.value);
altimeterScreen->pressureValue.value = NULL;
}
altimeterScreen->pressureValue.value = lv_label_create(inner_circle);
lv_obj_set_style_text_font(altimeterScreen->pressureValue.value, &lv_font_montserrat_30, LV_PART_MAIN);
lv_obj_align(altimeterScreen->pressureValue.value, LV_ALIGN_TOP_MID, 0, 15);
lv_label_set_text_static(altimeterScreen->pressureValue.value, altimeterScreen->pressureValue.value_text);
if(altimeterScreen->pressureValue.unit)
{
LV_LOG_ERROR("Pressure unit should be NULL here !");
lv_obj_del(altimeterScreen->pressureValue.unit);
altimeterScreen->pressureValue.unit = NULL;
}
altimeterScreen->pressureValue.unit = lv_label_create(inner_circle);
lv_obj_set_style_text_font(altimeterScreen->pressureValue.unit, &lv_font_montserrat_30, LV_PART_MAIN);
lv_label_set_text_static(altimeterScreen->pressureValue.unit, "hPa");
lv_obj_align_to(altimeterScreen->pressureValue.unit, altimeterScreen->pressureValue.value, LV_ALIGN_CENTER, 0, 25);
/* Let's add the reset button */
lv_obj_t *reset_btn = lv_img_create(inner_circle);
lv_img_set_src(reset_btn, &altimeter_asset_reset_icon);
lv_obj_align(reset_btn, LV_ALIGN_CENTER, 0 ,0);
lv_obj_add_flag(reset_btn, LV_OBJ_FLAG_ADV_HITTEST | LV_OBJ_FLAG_CLICKABLE);
lv_obj_add_event_cb(reset_btn, &(reset_pressure_event_cb), LV_EVENT_CLICKED, altimeterScreen);
/* Set the min and max text */
if(altimeterScreen->minValue.value_unit)
{
LV_LOG_ERROR("minValue should be NULL here !");
lv_obj_del(altimeterScreen->minValue.value_unit);
altimeterScreen->minValue.value_unit = NULL;
}
altimeterScreen->minValue.value_unit = lv_label_create(inner_circle);
lv_obj_set_style_text_font(altimeterScreen->minValue.value_unit, &lv_font_montserrat_14, LV_PART_MAIN);
lv_obj_align(altimeterScreen->minValue.value_unit, LV_ALIGN_BOTTOM_LEFT, 0, -50);
sprintf(altimeterScreen->minValue.value_unit_text, "min:\n%.2f hPa", altimeterScreen->minValueFloat);
lv_label_set_text_static(altimeterScreen->minValue.value_unit, altimeterScreen->minValue.value_unit_text);
if(altimeterScreen->maxValue.value_unit)
{
LV_LOG_ERROR("maxValue should be NULL here !");
lv_obj_del(altimeterScreen->maxValue.value_unit);
altimeterScreen->maxValue.value_unit = NULL;
}
altimeterScreen->maxValue.value_unit = lv_label_create(inner_circle);
lv_obj_set_style_text_font(altimeterScreen->maxValue.value_unit, &lv_font_montserrat_14, LV_PART_MAIN);
lv_obj_align(altimeterScreen->maxValue.value_unit, LV_ALIGN_BOTTOM_RIGHT, 0, -50);
lv_obj_set_style_text_align(altimeterScreen->maxValue.value_unit, LV_TEXT_ALIGN_RIGHT, LV_PART_MAIN);
sprintf(altimeterScreen->maxValue.value_unit_text, "max:\n%.2f hPa", altimeterScreen->maxValueFloat);
lv_label_set_text_static(altimeterScreen->maxValue.value_unit, altimeterScreen->maxValue.value_unit_text);
/* Pressure chart and trend part: */
if(altimeterScreen->pressureChart.chart)
{
LV_LOG_ERROR("pressureChart should be NULL here !");
lv_obj_del(altimeterScreen->pressureChart.chart);
altimeterScreen->pressureChart.chart = NULL;
}
altimeterScreen->pressureChart.chart = lv_chart_create(inner_circle);
lv_obj_align(altimeterScreen->pressureChart.chart, LV_ALIGN_CENTER, 0, 65);
lv_obj_set_size(altimeterScreen->pressureChart.chart, 165, 45);
lv_chart_set_type(altimeterScreen->pressureChart.chart, LV_CHART_TYPE_LINE);
lv_chart_set_point_count(altimeterScreen->pressureChart.chart, sizeof(altimeterScreen->pressure_data_points) / sizeof(altimeterScreen->pressure_data_points[0]));
lv_obj_set_style_border_width(altimeterScreen->pressureChart.chart, 0, LV_PART_MAIN);
lv_obj_set_style_radius(altimeterScreen->pressureChart.chart, 0, LV_PART_MAIN);
//cursor = lv_chart_add_cursor(altimeterScreen->pressureChart.chart, lv_palette_main(LV_PALETTE_BLUE), LV_DIR_LEFT | LV_DIR_BOTTOM);
lv_chart_series_t *primary_Y_series = lv_chart_add_series(altimeterScreen->pressureChart.chart, lv_color_make(139, 180, 150), LV_CHART_AXIS_PRIMARY_Y);
lv_chart_set_ext_y_array(altimeterScreen->pressureChart.chart, primary_Y_series, altimeterScreen->pressure_data_points);
/* update the chart */
_update_pressure_chart(altimeterScreen);
/* Let's create the update timer */
if(altimeterScreen->pressureUpdateTimer)
{
LV_LOG_ERROR("pressureUpdateTimer should be NULL here !");
lv_timer_del(altimeterScreen->pressureUpdateTimer);
altimeterScreen->pressureUpdateTimer = NULL;
}
/* Update the pressure value on the screen every second */
altimeterScreen->pressureUpdateTimer = lv_timer_create(&(pressure_update_timer_cb), 1000, altimeterScreen);
/* We register the event callback to handle gestures */
lv_obj_add_event_cb(altimeterScreen->displays[ALTIMETER_SCREEN_PRESSURE_VIEW], &(gesture_event_cb), LV_EVENT_GESTURE, altimeterScreen);
/* We register the event callback to handle the cleanup */
lv_obj_add_event_cb(altimeterScreen->displays[ALTIMETER_SCREEN_PRESSURE_VIEW], &(pressure_display_cleanup_event_cb), LV_EVENT_DELETE, altimeterScreen);
}
static void _create_altitude_display(AltimeterScreen_t * const altimeterScreen)
{
/* We declare all the needed assets by the altitude display */
LV_IMG_DECLARE(altimeter_asset_calibration_icon)
LV_IMG_DECLARE(watch_menu_settings_icon)
/* No need to check for the altimeterScreen NULL pointer here as it has already been done */
if(altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_VIEW])
{
LV_LOG_ERROR("Altitude display should be NULL here !");
lv_obj_del(altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_VIEW]);
altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_VIEW] = NULL;
}
altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_VIEW] = lv_obj_create(NULL);
lv_obj_set_style_bg_color(altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_VIEW], lv_color_white(), LV_PART_MAIN);
/* Let's create the coloured inner circle for the style*/
lv_obj_t *inner_circle = lv_obj_create(altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_VIEW]);
lv_obj_center(inner_circle);
lv_obj_set_size(inner_circle, 240, 240);
lv_obj_set_style_radius(inner_circle, LV_RADIUS_CIRCLE, LV_PART_MAIN);
lv_obj_set_style_border_width(inner_circle, 15, LV_PART_MAIN);
lv_obj_set_style_border_color(inner_circle, lv_color_make(238, 82, 83), LV_PART_MAIN);
lv_obj_set_scroll_dir(inner_circle, LV_DIR_NONE);
/* Let's create the altitude main and unit label */
if(altimeterScreen->altitudeValue.value)
{
LV_LOG_ERROR("Altitude value should be NULL here !");
lv_obj_del(altimeterScreen->altitudeValue.value);
altimeterScreen->altitudeValue.value = NULL;
}
altimeterScreen->altitudeValue.value = lv_label_create(inner_circle);
lv_obj_set_style_text_font(altimeterScreen->altitudeValue.value, &lv_font_montserrat_30, LV_PART_MAIN);
lv_obj_align(altimeterScreen->altitudeValue.value, LV_ALIGN_TOP_MID, 0, 15);
lv_label_set_text_static(altimeterScreen->altitudeValue.value, altimeterScreen->altitudeValue.value_text);
if(altimeterScreen->altitudeValue.unit)
{
LV_LOG_ERROR("Altitude unit should be NULL here !");
lv_obj_del(altimeterScreen->altitudeValue.unit);
altimeterScreen->altitudeValue.unit = NULL;
}
altimeterScreen->altitudeValue.unit = lv_label_create(inner_circle);
lv_obj_set_style_text_font(altimeterScreen->altitudeValue.unit, &lv_font_montserrat_30, LV_PART_MAIN);
lv_label_set_text_static(altimeterScreen->altitudeValue.unit, "m");
lv_obj_align_to(altimeterScreen->altitudeValue.unit, altimeterScreen->altitudeValue.value, LV_ALIGN_CENTER, 0, 25);
/* Let's create the zeroing button */
lv_obj_t *zeroing_btn = lv_img_create(inner_circle);
lv_img_set_src(zeroing_btn, &altimeter_asset_calibration_icon);
lv_obj_align(zeroing_btn, LV_ALIGN_CENTER, 75 ,5);
lv_obj_add_flag(zeroing_btn, LV_OBJ_FLAG_ADV_HITTEST | LV_OBJ_FLAG_CLICKABLE);
lv_obj_add_event_cb(zeroing_btn, &(zeroing_altitude_event_cb), LV_EVENT_CLICKED, altimeterScreen);
/* Let's create the settings button */
lv_obj_t *setting_btn = lv_img_create(inner_circle);
lv_img_set_src(setting_btn, &watch_menu_settings_icon);
lv_obj_align(setting_btn, LV_ALIGN_CENTER, -75 ,5);
lv_obj_add_flag(setting_btn, LV_OBJ_FLAG_ADV_HITTEST | LV_OBJ_FLAG_CLICKABLE);
lv_obj_add_event_cb(setting_btn, &(set_altitude_settings_event_cb), LV_EVENT_CLICKED, altimeterScreen);
/* Let's create the temperature label */
if(altimeterScreen->temperatureValue.value)
{
LV_LOG_ERROR("Temperature value should be NULL here !");
lv_obj_del(altimeterScreen->temperatureValue.value);
altimeterScreen->temperatureValue.value = NULL;
}
altimeterScreen->temperatureValue.value = lv_label_create(inner_circle);
lv_obj_set_style_text_font(altimeterScreen->temperatureValue.value, &lv_font_montserrat_24, LV_PART_MAIN);
strcpy(altimeterScreen->temperatureValue.value_text, "°C");
lv_label_set_text_static(altimeterScreen->temperatureValue.value, altimeterScreen->temperatureValue.value_text);
lv_obj_align(altimeterScreen->temperatureValue.value, LV_ALIGN_CENTER, 0, 5);
/* Let's create the VSI label */
if(altimeterScreen->vsiValue.value_unit)
{
LV_LOG_ERROR("vsiValue unit should be NULL here !");
lv_obj_del(altimeterScreen->vsiValue.value_unit);
altimeterScreen->vsiValue.value_unit = NULL;
}
altimeterScreen->vsiValue.value_unit = lv_label_create(inner_circle);
lv_obj_align(altimeterScreen->vsiValue.value_unit, LV_ALIGN_BOTTOM_MID, 0, 0);
lv_obj_set_style_text_color(altimeterScreen->vsiValue.value_unit, lv_color_make(51, 102, 255), LV_PART_MAIN);
lv_obj_set_style_text_font(altimeterScreen->vsiValue.value_unit, &lv_font_montserrat_24, LV_PART_MAIN);
lv_obj_set_style_text_align(altimeterScreen->vsiValue.value_unit, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN);
sprintf(altimeterScreen->vsiValue.value_unit_text, "VSI : 0.0\nm/s");
lv_label_set_text_static(altimeterScreen->vsiValue.value_unit, altimeterScreen->vsiValue.value_unit_text);
/* Let's create the update timer */
if(altimeterScreen->altitudeUpdateTimer)
{
LV_LOG_ERROR("altitudeUpdateTimer should be NULL here !");
lv_timer_del(altimeterScreen->altitudeUpdateTimer);
altimeterScreen->altitudeUpdateTimer = NULL;
}
/* Update the pressure value on the screen every second */
altimeterScreen->altitudeUpdateTimer = lv_timer_create(&(altitude_update_timer_cb), 1000 / ALTITUDE_TIMER_UPDATE_RATE_HZ, altimeterScreen);
/* We register the event callback to handle gestures */
lv_obj_add_event_cb(altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_VIEW], &(gesture_event_cb), LV_EVENT_GESTURE, altimeterScreen);
/* We register the event callback to handle the cleanup */
lv_obj_add_event_cb(altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_VIEW], &(altitude_display_cleanup_event_cb), LV_EVENT_DELETE, altimeterScreen);
}
static void _create_altitude_setting_display(AltimeterScreen_t * const altimeterScreen)
{
/* No need to check for the altimeterScreen NULL pointer here as it has already been done */
if(altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_SETTING_VIEW])
{
LV_LOG_ERROR("Altitude setting display should be NULL here !");
lv_obj_del(altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_SETTING_VIEW]);
altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_SETTING_VIEW] = NULL;
}
altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_SETTING_VIEW] = lv_obj_create(NULL);
lv_obj_set_style_bg_color(altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_SETTING_VIEW], lv_color_white(), LV_PART_MAIN);
/* Let's create the coloured inner circle for the style*/
lv_obj_t *inner_circle = lv_obj_create(altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_SETTING_VIEW]);
lv_obj_center(inner_circle);
lv_obj_set_size(inner_circle, 240, 240);
lv_obj_set_style_radius(inner_circle, LV_RADIUS_CIRCLE, LV_PART_MAIN);
lv_obj_set_style_border_width(inner_circle, 15, LV_PART_MAIN);
lv_obj_set_style_border_color(inner_circle, lv_color_make(96, 125, 139), LV_PART_MAIN);
lv_obj_set_scroll_dir(inner_circle, LV_DIR_NONE);
/* Let's add the setting's description */
lv_obj_t *description = lv_label_create(inner_circle);
lv_obj_set_style_text_font(description, &lv_font_montserrat_16, LV_PART_MAIN);
lv_obj_align(description, LV_ALIGN_CENTER, 0, -45);
lv_label_set_text_static(description, translation_get_word(TRANSLATION_ALTIMETER_SETTING_LABEL));
/* Let's add the spin box and it's 2 buttons */
if(altimeterScreen->altitudeOffset_spinbox.spinbox)
{
LV_LOG_ERROR("Spinbox should be NULL here !");
lv_obj_del(altimeterScreen->altitudeOffset_spinbox.spinbox);
altimeterScreen->altitudeOffset_spinbox.spinbox = NULL;
}
altimeterScreen->altitudeOffset_spinbox.spinbox = lv_spinbox_create(inner_circle);
lv_obj_set_align(altimeterScreen->altitudeOffset_spinbox.spinbox, LV_ALIGN_CENTER);
lv_obj_set_width(altimeterScreen->altitudeOffset_spinbox.spinbox, lv_pct(50));
lv_spinbox_set_digit_format(altimeterScreen->altitudeOffset_spinbox.spinbox, 5, 4);
//Max 9000 and min -1000 since we have a digit after the comma
lv_spinbox_set_range(altimeterScreen->altitudeOffset_spinbox.spinbox, -10000, 90000);
lv_spinbox_set_cursor_pos(altimeterScreen->altitudeOffset_spinbox.spinbox, 3);
lv_spinbox_set_value(altimeterScreen->altitudeOffset_spinbox.spinbox, altimeterScreen->altitudeOffset_spinbox.value);
lv_coord_t spinbox_height = lv_obj_get_height(altimeterScreen->altitudeOffset_spinbox.spinbox);
lv_obj_t *inc_btn = lv_btn_create(inner_circle);
lv_obj_set_size(inc_btn, spinbox_height, spinbox_height);
lv_obj_align_to(inc_btn, altimeterScreen->altitudeOffset_spinbox.spinbox, LV_ALIGN_OUT_RIGHT_MID, 5, 0);
lv_obj_set_style_bg_img_src(inc_btn, LV_SYMBOL_PLUS, LV_PART_MAIN);
lv_obj_add_event_cb(inc_btn, &(lv_spinbox_increment_event_cb), LV_EVENT_ALL, altimeterScreen);
lv_obj_t *dec_btn = lv_btn_create(inner_circle);
lv_obj_set_size(dec_btn, spinbox_height, spinbox_height);
lv_obj_align_to(dec_btn, altimeterScreen->altitudeOffset_spinbox.spinbox, LV_ALIGN_OUT_LEFT_MID, -5, 0);
lv_obj_set_style_bg_img_src(dec_btn, LV_SYMBOL_MINUS, LV_PART_MAIN);
lv_obj_add_event_cb(dec_btn, &(lv_spinbox_decrement_event_cb), LV_EVENT_ALL, altimeterScreen);
lv_obj_t *apply_btn = lv_btn_create(inner_circle);
lv_obj_align(apply_btn, LV_ALIGN_CENTER, 0, 50);
lv_obj_t *apply_btn_lbl = lv_label_create(apply_btn);
lv_label_set_text_static(apply_btn_lbl, translation_get_word(TRANSLATION_ALTIMETER_APPLY_BUTTON));
lv_obj_center(apply_btn_lbl);
lv_obj_add_event_cb(apply_btn, &(apply_altitude_setting_event_cb), LV_EVENT_CLICKED, altimeterScreen);
/* We register the event callback to handle the cleanup */
lv_obj_add_event_cb(altimeterScreen->displays[ALTIMETER_SCREEN_ALTITUDE_SETTING_VIEW], &(altitude_setting_display_cleanup_event_cb), LV_EVENT_DELETE, altimeterScreen);
}
static void _update_min_and_max_pressure_data(AltimeterScreen_t * const altimeterScreen, float minPressure, float maxPressure)
{
altimeterScreen->minValueFloat = minPressure;
altimeterScreen->maxValueFloat = maxPressure;
if(altimeterScreen->minValue.value_unit)
{
sprintf(altimeterScreen->minValue.value_unit_text, "min:\n%.2f hPa", altimeterScreen->minValueFloat);
lv_label_set_text_static(altimeterScreen->minValue.value_unit, altimeterScreen->minValue.value_unit_text);
}
if(altimeterScreen->maxValue.value_unit)
{
sprintf(altimeterScreen->maxValue.value_unit_text, "max:\n%.2f hPa", altimeterScreen->maxValueFloat);
lv_label_set_text_static(altimeterScreen->maxValue.value_unit, altimeterScreen->maxValue.value_unit_text);
}
}
static void _update_pressure_chart(AltimeterScreen_t * const altimeterScreen)
{
uint8_t minIndex = 0, maxIndex = 0;
float min = altimeterScreen->pressure_data_points_float[0], max = altimeterScreen->pressure_data_points_float[0];
/* Recompute the min and max of the series : */
for(uint8_t i = 1; i < ARRAY_SIZE(altimeterScreen->pressure_data_points); i++)
{
if(min > altimeterScreen->pressure_data_points_float[i])
{
min = altimeterScreen->pressure_data_points_float[i];
minIndex = i;
}
if(max < altimeterScreen->pressure_data_points_float[i])
{
max = altimeterScreen->pressure_data_points_float[i];
maxIndex = i;
}
}
/* Update the chart if it is currently on the screen */
if(altimeterScreen->pressureChart.chart)
{
/* Set the range of the Y axis of the chart using the min and max */
lv_chart_set_range(altimeterScreen->pressureChart.chart, LV_CHART_AXIS_PRIMARY_Y, altimeterScreen->pressure_data_points[minIndex], altimeterScreen->pressure_data_points[maxIndex]);
lv_chart_refresh(altimeterScreen->pressureChart.chart);
}
_update_min_and_max_pressure_data(altimeterScreen, min, max);
}
static void _update_altitude_info(AltimeterScreen_t * const altimeterScreen)
{
sprintf(altimeterScreen->altitudeValue.value_text, "%.1f", altimeterScreen->lastReadAltitude - altimeterScreen->altitudeOffset);
sprintf(altimeterScreen->vsiValue.value_unit_text, "VSI : %s%.1f\nm/s", altimeterScreen->vsiFloat > 0 ? "+":"", altimeterScreen->vsiFloat);
lv_label_set_text_static(altimeterScreen->altitudeValue.value, altimeterScreen->altitudeValue.value_text);
lv_label_set_text_static(altimeterScreen->vsiValue.value_unit, altimeterScreen->vsiValue.value_unit_text);
}
static void _update_temperature_info(AltimeterScreen_t * const altimeterScreen, float temperature)
{
sprintf(altimeterScreen->temperatureValue.value_text, "%.2f°C", temperature);
lv_label_set_text_static(altimeterScreen->temperatureValue.value, altimeterScreen->temperatureValue.value_text);
}

View File

@ -0,0 +1,126 @@
/**
* @file altimeter_screen.h
* @author Anatole SCHRAMM-HENRY
* @brief Altimeter screen header file exposing the application's API.
* @version 0.1
* @date 2024-01-16
*
* @copyright MIT
*
*/
#ifndef ALTIMETER_SCREEN_H
#define ALTIMETER_SCREEN_H
#include "lvgl.h"
#define ALTITUDE_TIMER_UPDATE_RATE_HZ (20)
typedef enum AltimeterScreenDisplayedView
{
ALTIMETER_SCREEN_PRESSURE_VIEW = 0,
ALTIMETER_SCREEN_ALTITUDE_VIEW,
ALTIMETER_SCREEN_ALTITUDE_SETTING_VIEW,
ALTIMETER_SCREEN_TOTAL_VIEW_COUNT,
} AltimeterScreenDisplayedView_e;
typedef enum AltimeterScreenState
{
ALTIMETER_SCREEN_STATE_OPENED = 0,
ALTIMETER_SCREEN_STATE_CLOSED,
} AltimeterScreenState_e;
typedef struct MainValue
{
lv_obj_t *value;
lv_obj_t *unit;
char value_text[10];
} MainValue_t;
typedef struct MinMaxVSIValue
{
lv_obj_t *value_unit;
char value_unit_text[20];
} MinMaxVSIValue_t;
typedef void (*AltimeterScreenOnStateChangeCb_t)(AltimeterScreenState_e altimeterScreenState);
typedef void(*AltimeterScreenMeasurementCb_t)(float * const temperature, float * const pressure, float * const altitude);
typedef void (*AltimeterScreenUserFeedbackCb_t)(void);
typedef struct PressureChart
{
lv_obj_t *chart;
} PressureChart_t;
typedef struct TemperatureValue
{
lv_obj_t *value;
char value_text[9];
} TemperatureValue_t;
typedef struct SpinBox
{
lv_obj_t *spinbox;
int32_t value;
} SpinBox_t;
typedef struct AltimeterScreen
{
//Can be erased attributes
lv_obj_t *display;
lv_obj_t *displays[ALTIMETER_SCREEN_TOTAL_VIEW_COUNT];
SpinBox_t altitudeOffset_spinbox;
PressureChart_t pressureChart;
lv_timer_t *pressureUpdateTimer;
lv_timer_t *altitudeUpdateTimer;
MainValue_t pressureValue;
MainValue_t altitudeValue;
MinMaxVSIValue_t minValue;
MinMaxVSIValue_t maxValue;
MinMaxVSIValue_t vsiValue;
TemperatureValue_t temperatureValue;
float vsiFloat;
float lastReadAltitude;
//Should not be erased attributes
AltimeterScreenDisplayedView_e altimeterScreenDisplayedView;
AltimeterScreenMeasurementCb_t altimeterScreenMeasurementCb;
AltimeterScreenUserFeedbackCb_t altimeterScreenUserFeedbackCb;
AltimeterScreenOnStateChangeCb_t altimeterScreenOnStateChangeCb;
float minValueFloat;
float maxValueFloat;
float altitudeOffset;
lv_coord_t pressure_data_points[10];
float pressure_data_points_float[10];
} AltimeterScreen_t;
void altimeter_screen_init(AltimeterScreen_t * const altimeterScreen);
/**
* @brief Registers a callback function which will be called every time the state of the application changes ie : is opened or closed.
* This callback should be used to initialize and deinitialize needed devices drivers like the pressure/temperature sensor.
* @note The state of the application is passed as a parameter of the callback function.
*
* @param altimeterScreen a pointer to the altimeter screen object structure.
* @param altimeterScreenOnStateChangeCb the callback of type @ref AltimeterScreenOnStateChangeCb_t to register.
*/
void altimeter_screen_register_on_state_change_cb(AltimeterScreen_t * const altimeterScreen, AltimeterScreenOnStateChangeCb_t altimeterScreenOnStateChangeCb);
/**
* @brief Registers a callback functions which will be called every time a user feedback should
* be made. In this case, every time a button is clicked, the callback will be called.
* This enables the app to react to this user event.
*
* @param menuScreen a pointer to the previously initialized menu screen's context structure.
* @param menuScreenUserFeedbackCb a pointer to a function having the following signature : void(void).
*/
void altimeter_screen_register_user_feedback_cb(AltimeterScreen_t * const altimeterScreen, AltimeterScreenUserFeedbackCb_t altimeterScreenUserFeedbackCb);
void altimeter_screen_register_measurement_cb(AltimeterScreen_t * const altimeterScreen, AltimeterScreenMeasurementCb_t altimeterScreenMeasurementCb);
void altimeter_screen_shift_chart_pressure_measurement(AltimeterScreen_t * const altimeterScreen, float pressure);
void altimeter_screen_create(AltimeterScreen_t * const altimeterScreen);
void altimeter_screen_destroy(AltimeterScreen_t * const altimeterScreen);
#endif //ALTIMETER_SCREEN_H

View File

@ -0,0 +1,363 @@
#include "lvgl.h"
const LV_ATTRIBUTE_LARGE_CONST uint8_t calibration_icon_chroma_map[] = {
#if LV_COLOR_DEPTH == 1 || LV_COLOR_DEPTH == 8
/*Pixel format: Red: 3 bit, Green: 3 bit, Blue: 2 bit*/
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xbb, 0xbb, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x6e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x72, 0x72, 0x6e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x76, 0xbf, 0xbf, 0xbf, 0xbf, 0x9b, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x76, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xdf, 0x9b, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x72, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c,
0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x6e, 0x4e, 0x72, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x97, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7,
0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x6e, 0x4e, 0x72, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9b, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7,
0xbb, 0xbb, 0xbb, 0xbb, 0xb7, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x6e, 0x4e, 0x6e, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x76, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x9b, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xbb, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x9b, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x6e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x72, 0x97, 0x9b, 0x76, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x6e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xbb, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xbb, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xb7, 0xb7, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
#endif
#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP == 0
/*Pixel format: Red: 5 bit, Green: 6 bit, Blue: 5 bit*/
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x56, 0x95, 0xd8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x56, 0x95, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x56, 0x95, 0xd8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x56, 0x95, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x97, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x56, 0x95, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x95, 0x56, 0x95, 0x56, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x97, 0x9d, 0x98, 0xa5, 0xb8, 0xa5, 0x97, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x95, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x36, 0x95, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x95, 0x77, 0x9d, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x97, 0xa5, 0x56, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0x77, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x36, 0x95, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x95, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x36, 0x95, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x76, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x77, 0x9d, 0x56, 0x95, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x77, 0x9d, 0x56, 0x95, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2e, 0x53, 0x0d, 0x4b, 0xed, 0x4a, 0xcd, 0x4a, 0x0d, 0x4b, 0x2e, 0x53, 0x0d, 0x4b, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x77, 0x9d, 0x56, 0x95, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x0d, 0x4b, 0x2e, 0x53, 0xcd, 0x4a, 0x2e, 0x53, 0x31, 0x64, 0x51, 0x6c, 0x8f, 0x5b, 0xcc, 0x4a, 0x0d, 0x53, 0x0d, 0x53, 0x0d, 0x4b, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x56, 0x9d, 0x97, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x56, 0x95, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2e, 0x53, 0xcc, 0x4a, 0xf3, 0x74, 0x5c, 0xa7, 0xfe, 0xaf, 0xfe, 0xb7, 0xbd, 0xaf, 0xd6, 0x85, 0xed, 0x4a, 0x0d, 0x53, 0x0d, 0x4b, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x76, 0x95, 0x56, 0x9d, 0x56, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0xcd, 0x4a, 0xf3, 0x74, 0xfe, 0xb7, 0xfe, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xff, 0xb7, 0x17, 0x8e, 0xed, 0x4a, 0x2e, 0x53, 0x2e, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x56, 0x9d, 0x97, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x0d, 0x4b, 0x2e, 0x53, 0x9c, 0xa7, 0xfe, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfe, 0xb7, 0x31, 0x64, 0xed, 0x4a, 0x2e, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x4e, 0x53, 0xcd, 0x4a, 0x31, 0x64, 0xfe, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfe, 0xb7, 0x75, 0x7d, 0xcc, 0x4a, 0x2e, 0x53, 0xed, 0x4a, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x36, 0x95, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d,
0x56, 0x95, 0x56, 0x95, 0x56, 0x95, 0x56, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x4e, 0x53, 0xcc, 0x4a, 0x51, 0x6c, 0xfe, 0xb7, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xdd, 0xaf, 0xfe, 0xb7, 0xb6, 0x85, 0xac, 0x4a, 0x2e, 0x53, 0x0d, 0x4b, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x36, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x95, 0x56, 0x95, 0x56, 0x95,
0xd8, 0xa5, 0xd8, 0xa5, 0xd8, 0xa5, 0xb8, 0xa5, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x97, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x4e, 0x53, 0xed, 0x4a, 0x8f, 0x5b, 0xdd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfe, 0xb7, 0x92, 0x6c, 0xcd, 0x4a, 0x2e, 0x53, 0xed, 0x4a, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x77, 0x9d, 0x56, 0x9d, 0xb8, 0xa5, 0xd8, 0xa5, 0xb8, 0xa5, 0xd8, 0xa5,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0xcc, 0x4a, 0xd6, 0x85, 0xff, 0xb7, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfe, 0xb7, 0x1a, 0x9f, 0x0d, 0x53, 0x0d, 0x4b, 0x2e, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x97, 0x9d, 0x56, 0x9d, 0x56, 0x95, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x0d, 0x4b, 0x0d, 0x53, 0xed, 0x4a, 0x17, 0x8e, 0xfe, 0xb7, 0xfe, 0xb7, 0xff, 0xb7, 0xfe, 0xb7, 0xfa, 0x9e, 0x6f, 0x53, 0xed, 0x4a, 0x0d, 0x53, 0x2e, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x56, 0x9d, 0x97, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x0d, 0x53, 0x0d, 0x53, 0xed, 0x4a, 0x11, 0x64, 0x75, 0x7d, 0x96, 0x85, 0x92, 0x6c, 0x2d, 0x53, 0xed, 0x4a, 0x2e, 0x53, 0x0d, 0x4b, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x77, 0x9d, 0x56, 0x95, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x0d, 0x4b, 0x0d, 0x53, 0x2e, 0x53, 0xed, 0x4a, 0xcc, 0x4a, 0xcc, 0x4a, 0xcd, 0x4a, 0x0d, 0x53, 0x2d, 0x53, 0x0d, 0x4b, 0x6f, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x56, 0x95, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x77, 0x9d, 0x56, 0x95, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x77, 0x9d, 0x36, 0x95, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x0d, 0x4b, 0x0d, 0x4b, 0x0d, 0x4b, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x77, 0x9d, 0x77, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x77, 0x9d, 0x77, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x95, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0x77, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x36, 0x95, 0xd8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x77, 0x9d, 0x56, 0x95, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x95, 0xd8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xb8, 0xa5, 0x56, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x76, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x76, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x95, 0x77, 0x9d, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x77, 0x9d, 0x56, 0x95, 0x56, 0x95, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x95, 0x56, 0x95, 0x56, 0x95, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x95, 0x56, 0x95, 0x77, 0x9d, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xb8, 0xa5, 0x97, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x77, 0x9d, 0xb8, 0xa5, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x56, 0x95, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x95, 0x56, 0x95, 0xd8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x56, 0x95, 0xb8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x56, 0x9d, 0x56, 0x95, 0xd8, 0xa5, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
#endif
#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP != 0
/*Pixel format: Red: 5 bit, Green: 6 bit, Blue: 5 bit BUT the 2 bytes are swapped*/
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x95, 0x56, 0xa5, 0xd8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x95, 0x56, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x95, 0x56, 0xa5, 0xd8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x95, 0x56, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0xa5, 0x97, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x95, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x95, 0x56, 0x95, 0x56, 0x9d, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x97, 0xa5, 0x98, 0xa5, 0xb8, 0x9d, 0x97, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x95, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x36, 0x9d, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0x56, 0x9d, 0x77, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0xa5, 0x97, 0x95, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x77, 0x95, 0x56, 0x9d, 0x77, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x36, 0x9d, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0x77, 0x95, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x36, 0x9d, 0x77, 0x9d, 0x77, 0x95, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x77, 0x9d, 0x77, 0x95, 0x56, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x9d, 0x77, 0x95, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x76, 0x9d, 0x77, 0x95, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x9d, 0x77, 0x95, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x9d, 0x77, 0x95, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x9d, 0x77, 0x95, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2e, 0x4b, 0x0d, 0x4a, 0xed, 0x4a, 0xcd, 0x4b, 0x0d, 0x53, 0x2e, 0x4b, 0x0d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x77, 0x95, 0x56, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x4b, 0x0d, 0x53, 0x2e, 0x4a, 0xcd, 0x53, 0x2e, 0x64, 0x31, 0x6c, 0x51, 0x5b, 0x8f, 0x4a, 0xcc, 0x53, 0x0d, 0x53, 0x0d, 0x4b, 0x0d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x97, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x95, 0x56, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2e, 0x4a, 0xcc, 0x74, 0xf3, 0xa7, 0x5c, 0xaf, 0xfe, 0xb7, 0xfe, 0xaf, 0xbd, 0x85, 0xd6, 0x4a, 0xed, 0x53, 0x0d, 0x4b, 0x0d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x76, 0x9d, 0x56, 0x9d, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x4a, 0xcd, 0x74, 0xf3, 0xb7, 0xfe, 0xaf, 0xfe, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xb7, 0xff, 0x8e, 0x17, 0x4a, 0xed, 0x53, 0x2e, 0x53, 0x2e, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x97, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x4b, 0x0d, 0x53, 0x2e, 0xa7, 0x9c, 0xaf, 0xfe, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xb7, 0xfe, 0x64, 0x31, 0x4a, 0xed, 0x53, 0x2e, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x95, 0x56, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x4e, 0x4a, 0xcd, 0x64, 0x31, 0xaf, 0xfe, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xb7, 0xfe, 0x7d, 0x75, 0x4a, 0xcc, 0x53, 0x2e, 0x4a, 0xed, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x36, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56,
0x95, 0x56, 0x95, 0x56, 0x95, 0x56, 0x95, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x95, 0x56, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x4e, 0x4a, 0xcc, 0x6c, 0x51, 0xb7, 0xfe, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xdd, 0xb7, 0xfe, 0x85, 0xb6, 0x4a, 0xac, 0x53, 0x2e, 0x4b, 0x0d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x36, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0x56, 0x95, 0x56, 0x95, 0x56,
0xa5, 0xd8, 0xa5, 0xd8, 0xa5, 0xd8, 0xa5, 0xb8, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x97, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x4e, 0x4a, 0xed, 0x5b, 0x8f, 0xaf, 0xdd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xb7, 0xfe, 0x6c, 0x92, 0x4a, 0xcd, 0x53, 0x2e, 0x4a, 0xed, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0xa5, 0xb8, 0xa5, 0xd8, 0xa5, 0xb8, 0xa5, 0xd8,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x4a, 0xcc, 0x85, 0xd6, 0xb7, 0xff, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xaf, 0xfd, 0xb7, 0xfe, 0x9f, 0x1a, 0x53, 0x0d, 0x4b, 0x0d, 0x53, 0x2e, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x97, 0x9d, 0x56, 0x95, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x4b, 0x0d, 0x53, 0x0d, 0x4a, 0xed, 0x8e, 0x17, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xff, 0xb7, 0xfe, 0x9e, 0xfa, 0x53, 0x6f, 0x4a, 0xed, 0x53, 0x0d, 0x53, 0x2e, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x9d, 0x56, 0xa5, 0x97, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x0d, 0x53, 0x0d, 0x4a, 0xed, 0x64, 0x11, 0x7d, 0x75, 0x85, 0x96, 0x6c, 0x92, 0x53, 0x2d, 0x4a, 0xed, 0x53, 0x2e, 0x4b, 0x0d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x9d, 0x77, 0x95, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x4b, 0x0d, 0x53, 0x0d, 0x53, 0x2e, 0x4a, 0xed, 0x4a, 0xcc, 0x4a, 0xcc, 0x4a, 0xcd, 0x53, 0x0d, 0x53, 0x2d, 0x4b, 0x0d, 0x53, 0x6f, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x95, 0x56, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x77, 0x95, 0x56, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x9d, 0x77, 0x95, 0x36, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x4b, 0x0d, 0x4b, 0x0d, 0x4b, 0x0d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0x77, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x9d, 0x77, 0x95, 0x56, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0x77, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0x56, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x77, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0x36, 0xa5, 0xd8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x77, 0x95, 0x56, 0x9d, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0x56, 0xa5, 0xd8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0xa5, 0xb8, 0x95, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x76, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x76, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x95, 0x56, 0x9d, 0x77, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x77, 0x95, 0x56, 0x95, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x95, 0x56, 0x95, 0x56, 0x95, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x56, 0x95, 0x56, 0x95, 0x56, 0x9d, 0x77, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0xa5, 0xb8, 0x9d, 0x97, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x77, 0xa5, 0xb8, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x77, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x9d, 0x77, 0x9d, 0x56, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x95, 0x56, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x95, 0x56, 0x95, 0x56, 0xa5, 0xd8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x95, 0x56, 0xa5, 0xb8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0x56, 0x95, 0x56, 0xa5, 0xd8, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
#endif
#if LV_COLOR_DEPTH == 32
/*Pixel format: Fix 0xFF: 8 bit, Red: 8 bit, Green: 8 bit, Blue: 8 bit*/
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb1, 0xa8, 0x94, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xc0, 0xb6, 0xa0, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xbf, 0xb5, 0x9f, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb1, 0xa8, 0x94, 0xff, 0xb0, 0xa6, 0x92, 0xff, 0xc0, 0xb6, 0xa0, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb0, 0xa7, 0x93, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xbf, 0xb5, 0x9f, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb5, 0xab, 0x97, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb7, 0xad, 0x98, 0xff, 0xb3, 0xa9, 0x94, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb5, 0xab, 0x97, 0xff, 0xbb, 0xb0, 0x9c, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb0, 0xa6, 0x93, 0xff, 0xb0, 0xa7, 0x93, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb1, 0xa8, 0x94, 0xff, 0xb1, 0xa8, 0x94, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb2, 0xa8, 0x95, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xb0, 0xa7, 0x93, 0xff, 0xb2, 0xa9, 0x95, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb1, 0xa7, 0x94, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb9, 0xae, 0x9a, 0xff, 0xbc, 0xb1, 0x9d, 0xff, 0xbc, 0xb2, 0x9d, 0xff, 0xba, 0xb0, 0x9b, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb1, 0xa8, 0x94, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb0, 0xa7, 0x93, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xae, 0xa4, 0x91, 0xff, 0xb4, 0xaa, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xb6, 0xac, 0x97, 0xff, 0xc2, 0xb3, 0xa1, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb8, 0xaf, 0x9c, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xb2, 0xa8, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xb5, 0xac, 0x96, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb1, 0xa7, 0x94, 0xff, 0xb3, 0xa9, 0x94, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb0, 0xa5, 0x93, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xaf, 0xa6, 0x92, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb0, 0xa7, 0x93, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb4, 0xaa, 0x95, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xae, 0xa4, 0x91, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb0, 0xa6, 0x92, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb4, 0xaa, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xbc, 0xb3, 0x9d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb3, 0xaa, 0x96, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb0, 0xa6, 0x92, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb0, 0xa6, 0x93, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb6, 0xad, 0x98, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb3, 0xa9, 0x94, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6e, 0x65, 0x4d, 0xff, 0x6e, 0x64, 0x4e, 0xff, 0x6e, 0x65, 0x50, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb4, 0xaa, 0x95, 0xff, 0xb0, 0xa7, 0x93, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xaf, 0xa6, 0x92, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb0, 0xa7, 0x93, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6c, 0x62, 0x4d, 0xff, 0x6a, 0x5f, 0x4b, 0xff, 0x65, 0x5a, 0x48, 0xff, 0x64, 0x59, 0x47, 0xff, 0x68, 0x5e, 0x4a, 0xff, 0x6c, 0x62, 0x4d, 0xff, 0x6a, 0x60, 0x4b, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb0, 0xa6, 0x93, 0xff, 0xbf, 0xb4, 0x9f, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb0, 0xa6, 0x93, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb5, 0xab, 0x97, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6a, 0x61, 0x4b, 0xff, 0x6d, 0x63, 0x4d, 0xff, 0x64, 0x59, 0x47, 0xff, 0x6e, 0x65, 0x4e, 0xff, 0x88, 0x84, 0x61, 0xff, 0x8b, 0x87, 0x64, 0xff, 0x76, 0x6e, 0x54, 0xff, 0x63, 0x58, 0x47, 0xff, 0x6b, 0x61, 0x4c, 0xff, 0x6b, 0x61, 0x4c, 0xff, 0x6a, 0x5f, 0x4b, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb1, 0xa7, 0x94, 0xff, 0xb1, 0xa8, 0x94, 0xff, 0xb8, 0xae, 0x9a, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb0, 0xa8, 0x93, 0xff, 0xb0, 0xa6, 0x93, 0xff, 0xc2, 0xb3, 0xa1, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6d, 0x63, 0x4d, 0xff, 0x63, 0x57, 0x46, 0xff, 0x99, 0x9a, 0x6d, 0xff, 0xde, 0xe9, 0xa0, 0xff, 0xee, 0xff, 0xab, 0xff, 0xf0, 0xff, 0xac, 0xff, 0xe5, 0xf4, 0xa5, 0xff, 0xb2, 0xb8, 0x7f, 0xff, 0x67, 0x5c, 0x49, 0xff, 0x6b, 0x60, 0x4c, 0xff, 0x69, 0x60, 0x4b, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb3, 0xaa, 0x92, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb6, 0xac, 0x98, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb2, 0xa8, 0x95, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4c, 0xff, 0x64, 0x58, 0x47, 0xff, 0x99, 0x9a, 0x6e, 0xff, 0xf1, 0xff, 0xad, 0xff, 0xee, 0xff, 0xab, 0xff, 0xe9, 0xfc, 0xa7, 0xff, 0xe9, 0xfc, 0xa7, 0xff, 0xeb, 0xfe, 0xa9, 0xff, 0xf6, 0xff, 0xb1, 0xff, 0xb8, 0xc0, 0x84, 0xff, 0x66, 0x5b, 0x48, 0xff, 0x6c, 0x62, 0x4c, 0xff, 0x6c, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb1, 0xa8, 0x93, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb5, 0xab, 0x97, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb3, 0xa9, 0x94, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb8, 0xae, 0x9a, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x69, 0x5f, 0x4b, 0xff, 0x6e, 0x65, 0x4e, 0xff, 0xdf, 0xef, 0xa0, 0xff, 0xee, 0xfe, 0xaa, 0xff, 0xe8, 0xfb, 0xa6, 0xff, 0xeb, 0xfe, 0xa9, 0xff, 0xeb, 0xfe, 0xa9, 0xff, 0xea, 0xfd, 0xa8, 0xff, 0xe8, 0xfb, 0xa6, 0xff, 0xf1, 0xff, 0xad, 0xff, 0x86, 0x82, 0x60, 0xff, 0x65, 0x5a, 0x48, 0xff, 0x6d, 0x63, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb0, 0xa7, 0x93, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0xb1, 0xa8, 0x94, 0xff, 0xb1, 0xa8, 0x94, 0xff, 0xb1, 0xa8, 0x94, 0xff, 0xb1, 0xa7, 0x94, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb0, 0xa7, 0x93, 0xff, 0xbc, 0xb2, 0x9d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x71, 0x68, 0x50, 0xff, 0x64, 0x58, 0x47, 0xff, 0x88, 0x84, 0x61, 0xff, 0xee, 0xfd, 0xab, 0xff, 0xe8, 0xfc, 0xa6, 0xff, 0xeb, 0xfd, 0xa8, 0xff, 0xea, 0xfd, 0xa8, 0xff, 0xeb, 0xfe, 0xa9, 0xff, 0xeb, 0xfe, 0xa9, 0xff, 0xe7, 0xfa, 0xa6, 0xff, 0xf3, 0xfe, 0xaf, 0xff, 0xa9, 0xad, 0x79, 0xff, 0x62, 0x56, 0x45, 0xff, 0x6e, 0x64, 0x4e, 0xff, 0x69, 0x5d, 0x48, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xaf, 0xa5, 0x92, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb1, 0xa8, 0x94, 0xff, 0xb1, 0xa8, 0x94, 0xff, 0xb1, 0xa8, 0x94, 0xff,
0xb1, 0xa7, 0x93, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb0, 0xa7, 0x93, 0xff, 0xbc, 0xb2, 0x9d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x71, 0x68, 0x50, 0xff, 0x63, 0x57, 0x46, 0xff, 0x8b, 0x88, 0x64, 0xff, 0xf0, 0xfe, 0xac, 0xff, 0xe8, 0xfb, 0xa6, 0xff, 0xeb, 0xfe, 0xa9, 0xff, 0xeb, 0xfe, 0xa9, 0xff, 0xeb, 0xfe, 0xa9, 0xff, 0xea, 0xfd, 0xa8, 0xff, 0xe8, 0xf9, 0xa7, 0xff, 0xf3, 0xfe, 0xaf, 0xff, 0xad, 0xb3, 0x7c, 0xff, 0x61, 0x55, 0x44, 0xff, 0x6d, 0x65, 0x4f, 0xff, 0x69, 0x60, 0x4b, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xaf, 0xa5, 0x92, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb1, 0xa7, 0x94, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xb1, 0xa7, 0x93, 0xff,
0xc0, 0xb6, 0xa0, 0xff, 0xc0, 0xb6, 0xa0, 0xff, 0xc0, 0xb6, 0xa0, 0xff, 0xbf, 0xb5, 0x9f, 0xff, 0xb5, 0xab, 0x97, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb1, 0xa8, 0x94, 0xff, 0xba, 0xb0, 0x9b, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x71, 0x68, 0x50, 0xff, 0x67, 0x5d, 0x4a, 0xff, 0x76, 0x6e, 0x54, 0xff, 0xe6, 0xf6, 0xa5, 0xff, 0xeb, 0xfc, 0xa8, 0xff, 0xea, 0xfd, 0xa8, 0xff, 0xeb, 0xfe, 0xa9, 0xff, 0xea, 0xfd, 0xa8, 0xff, 0xeb, 0xfe, 0xa9, 0xff, 0xe7, 0xfa, 0xa6, 0xff, 0xf3, 0xff, 0xae, 0xff, 0x92, 0x91, 0x68, 0xff, 0x64, 0x58, 0x47, 0xff, 0x6e, 0x64, 0x4e, 0xff, 0x69, 0x5d, 0x48, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb0, 0xa6, 0x93, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xbd, 0xb3, 0x9e, 0xff, 0xc0, 0xb6, 0xa0, 0xff, 0xc0, 0xb5, 0xa0, 0xff, 0xc0, 0xb6, 0xa0, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb5, 0xab, 0x97, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4c, 0xff, 0x63, 0x57, 0x46, 0xff, 0xb2, 0xb8, 0x80, 0xff, 0xf6, 0xff, 0xb1, 0xff, 0xe8, 0xfb, 0xa6, 0xff, 0xe8, 0xfb, 0xa7, 0xff, 0xe8, 0xfb, 0xa7, 0xff, 0xe7, 0xfa, 0xa6, 0xff, 0xf3, 0xff, 0xae, 0xff, 0xd2, 0xdf, 0x97, 0xff, 0x6b, 0x61, 0x4c, 0xff, 0x6b, 0x60, 0x4b, 0xff, 0x6c, 0x62, 0x4c, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb1, 0xa8, 0x94, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb5, 0xab, 0x97, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xba, 0xb0, 0x9b, 0xff, 0xb1, 0xa8, 0x94, 0xff, 0xb0, 0xa6, 0x93, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x69, 0x60, 0x4b, 0xff, 0x6b, 0x61, 0x4c, 0xff, 0x67, 0x5c, 0x49, 0xff, 0xb8, 0xc0, 0x84, 0xff, 0xf1, 0xff, 0xad, 0xff, 0xf3, 0xff, 0xaf, 0xff, 0xf4, 0xff, 0xaf, 0xff, 0xf3, 0xff, 0xae, 0xff, 0xd1, 0xdd, 0x96, 0xff, 0x74, 0x6c, 0x53, 0xff, 0x68, 0x5d, 0x4a, 0xff, 0x6a, 0x61, 0x4c, 0xff, 0x70, 0x65, 0x4f, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb3, 0xa9, 0x94, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb0, 0xa6, 0x93, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb8, 0xaf, 0x9c, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x61, 0x4c, 0xff, 0x6b, 0x60, 0x4c, 0xff, 0x66, 0x5b, 0x48, 0xff, 0x86, 0x81, 0x5f, 0xff, 0xa9, 0xac, 0x79, 0xff, 0xae, 0xb1, 0x7c, 0xff, 0x92, 0x90, 0x68, 0xff, 0x6b, 0x62, 0x4c, 0xff, 0x68, 0x5d, 0x4a, 0xff, 0x6d, 0x63, 0x4d, 0xff, 0x68, 0x5e, 0x4a, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb0, 0xa7, 0x92, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb7, 0xad, 0x98, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb0, 0xa6, 0x93, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb0, 0xa7, 0x93, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6a, 0x5f, 0x4b, 0xff, 0x6a, 0x60, 0x4c, 0xff, 0x6c, 0x62, 0x4d, 0xff, 0x66, 0x5b, 0x48, 0xff, 0x62, 0x56, 0x46, 0xff, 0x62, 0x56, 0x45, 0xff, 0x64, 0x59, 0x47, 0xff, 0x6b, 0x61, 0x4c, 0xff, 0x6b, 0x62, 0x4c, 0xff, 0x68, 0x5e, 0x4a, 0xff, 0x75, 0x6a, 0x52, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb0, 0xa7, 0x93, 0xff, 0xbd, 0xb3, 0x9e, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6c, 0x62, 0x4d, 0xff, 0x6e, 0x64, 0x4e, 0xff, 0x6e, 0x65, 0x4f, 0xff, 0x6e, 0x65, 0x4f, 0xff, 0x6e, 0x64, 0x4e, 0xff, 0x6c, 0x63, 0x4d, 0xff, 0x70, 0x65, 0x4f, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb0, 0xa6, 0x93, 0xff, 0xc0, 0xb5, 0xa0, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb1, 0xa7, 0x94, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb0, 0xa5, 0x92, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x69, 0x60, 0x4b, 0xff, 0x69, 0x60, 0x4b, 0xff, 0x69, 0x60, 0x4b, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb0, 0xa6, 0x93, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb0, 0xa6, 0x92, 0xff, 0xbf, 0xb4, 0x9f, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb0, 0xa7, 0x93, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb7, 0xad, 0x98, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb5, 0xac, 0x96, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb0, 0xa6, 0x92, 0xff, 0xc1, 0xb5, 0xa0, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xaf, 0xa6, 0x92, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xad, 0xa4, 0x90, 0xff, 0xc3, 0xb9, 0xa3, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb2, 0xa8, 0x95, 0xff, 0xb0, 0xa6, 0x93, 0xff, 0xc3, 0xb8, 0xa3, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xbc, 0xb3, 0x9d, 0xff, 0xb0, 0xa6, 0x92, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb3, 0xaa, 0x97, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xaf, 0xaa, 0x92, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb0, 0xa6, 0x93, 0xff, 0xb7, 0xac, 0x98, 0xff, 0xc1, 0xb5, 0xa0, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb7, 0xad, 0x98, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xb0, 0xa7, 0x93, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb1, 0xa7, 0x94, 0xff, 0xb0, 0xa6, 0x93, 0xff, 0xb0, 0xa6, 0x93, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb2, 0xa8, 0x95, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xb0, 0xa6, 0x93, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xbf, 0xb4, 0x9f, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xbf, 0xb5, 0x9f, 0xff, 0xb9, 0xaf, 0x9a, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb7, 0xad, 0x99, 0xff, 0xbd, 0xb3, 0x9e, 0xff, 0xc0, 0xb5, 0x9f, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb5, 0xab, 0x97, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb4, 0xaa, 0x96, 0xff, 0xb3, 0xa9, 0x95, 0xff, 0xb5, 0xab, 0x97, 0xff, 0xb2, 0xa8, 0x94, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb1, 0xa8, 0x94, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xbd, 0xb3, 0x9d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb0, 0xa7, 0x93, 0xff, 0xb0, 0xa6, 0x92, 0xff, 0xc0, 0xb6, 0xa0, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb1, 0xa8, 0x94, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xbf, 0xb5, 0x9f, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb1, 0xa8, 0x94, 0xff, 0xb1, 0xa7, 0x93, 0xff, 0xc0, 0xb6, 0xa0, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
#endif
};
const lv_img_dsc_t altimeter_asset_calibration_icon = {
.header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED,
.header.always_zero = 0,
.header.reserved = 0,
.header.w = 42,
.header.h = 42,
.data_size = 1764 * LV_COLOR_SIZE / 8,
.data = calibration_icon_chroma_map,
};
const LV_ATTRIBUTE_LARGE_CONST uint8_t reset_icon_chroma_map[] = {
#if LV_COLOR_DEPTH == 1 || LV_COLOR_DEPTH == 8
/*Pixel format: Red: 3 bit, Green: 3 bit, Blue: 2 bit*/
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e,
0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e,
0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c,
0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c,
0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c,
0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c,
0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
#endif
#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP == 0
/*Pixel format: Red: 5 bit, Green: 6 bit, Blue: 5 bit*/
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53,
0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53,
0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07,
0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07,
0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
#endif
#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP != 0
/*Pixel format: Red: 5 bit, Green: 6 bit, Blue: 5 bit BUT the 2 bytes are swapped*/
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d,
0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d,
0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0,
0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0,
0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
#endif
#if LV_COLOR_DEPTH == 32
/*Pixel format: Fix 0xFF: 8 bit, Red: 8 bit, Green: 8 bit, Blue: 8 bit*/
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff,
0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff,
0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff,
0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x6b, 0x62, 0x4d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
#endif
};
const lv_img_dsc_t altimeter_asset_reset_icon = {
.header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED,
.header.always_zero = 0,
.header.reserved = 0,
.header.w = 42,
.header.h = 36,
.data_size = 1512 * LV_COLOR_SIZE / 8,
.data = reset_icon_chroma_map,
};

View File

@ -1930,3 +1930,195 @@ const lv_img_dsc_t watch_menu_compass_icon = {
.data = compass_icon_map,
};
const LV_ATTRIBUTE_LARGE_CONST uint8_t altimeter_icon_chroma_map[] = {
#if LV_COLOR_DEPTH == 1 || LV_COLOR_DEPTH == 8
/*Pixel format: Red: 3 bit, Green: 3 bit, Blue: 2 bit*/
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x52, 0x4e, 0x29, 0x25, 0x24, 0x04, 0x25, 0x04, 0x25, 0x29, 0x49, 0x52, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x77, 0x49, 0x04, 0x04, 0x4e, 0x29, 0x4e, 0x72, 0x9b, 0x9b, 0x72, 0x4e, 0x29, 0x25, 0x25, 0x00, 0x49, 0x9b, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x72, 0x29, 0x04, 0x25, 0x72, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x72, 0x25, 0x00, 0x25, 0x72, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x04, 0x4e, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x29, 0x25, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x9b, 0x25, 0x04, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x24, 0x25, 0x97, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x9b, 0x00, 0x25, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x25, 0x24, 0x77, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x77, 0x00, 0x73, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x4e, 0x00, 0x9b, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x97, 0x24, 0x4e, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x73, 0x00, 0x9b, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x25, 0x25, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x25, 0x25, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x4e, 0x24, 0x9b, 0xdf, 0xfe, 0xfe, 0xfe, 0xbf, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x04, 0x4e, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x72, 0x25, 0x77, 0xdf, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xbf, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x04, 0x72, 0x1c, 0x1c,
0x1c, 0x1c, 0x25, 0x29, 0x9b, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x4e, 0x29, 0x1c, 0x1c,
0x1c, 0x9b, 0x00, 0x9b, 0x9b, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x4e, 0x49, 0x4e, 0x4e, 0x49, 0x72, 0x9b, 0x9b, 0x9b, 0x77, 0x04, 0x77, 0x1c,
0x1c, 0x49, 0x25, 0x9b, 0x9b, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbf, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x72, 0x72, 0x29, 0x29, 0x72, 0x73, 0x9b, 0x9b, 0x9b, 0x9b, 0x25, 0x49, 0x1c,
0x1c, 0x00, 0x72, 0x9b, 0x9b, 0xbf, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xbf, 0x9b, 0x9b, 0x9b, 0x9b, 0xdf, 0xff, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0x4e, 0x4e, 0xbf, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x72, 0x04, 0x1c,
0x52, 0x25, 0x9b, 0x9b, 0x9b, 0x9b, 0xbf, 0xfe, 0xfe, 0xfe, 0xbf, 0x9b, 0x9b, 0x9b, 0x9b, 0xbf, 0xff, 0xff, 0xdf, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x4d, 0x49, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x04, 0x52,
0x49, 0x25, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xff, 0xff, 0xff, 0xff, 0xbf, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x4d, 0x49, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x4e, 0x4e,
0x29, 0x29, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x4e, 0x4d, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x29, 0x29,
0x25, 0x4e, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x4e, 0x4d, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x4e, 0x25,
0x04, 0x72, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x4e, 0x49, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x72, 0x24,
0x25, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdb, 0xff, 0xbf, 0x9b, 0x9b, 0x9b, 0xdf, 0xbf, 0x9b, 0x9b, 0x9b, 0x9b, 0x4d, 0x49, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x04,
0x04, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xdf, 0xdb, 0x6e, 0x4e, 0xdb, 0xff, 0x72, 0x4d, 0xb7, 0xff, 0x9f, 0x9b, 0x9b, 0xff, 0xff, 0x9b, 0x9b, 0x9b, 0x9f, 0x4e, 0x4d, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x25,
0x24, 0x72, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x92, 0x4d, 0x4e, 0x4e, 0x4e, 0x6e, 0x4e, 0x4e, 0x4d, 0x72, 0x9b, 0x9b, 0xdf, 0xff, 0xff, 0xbf, 0x9b, 0x9b, 0x9f, 0x4e, 0x4d, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x72, 0x04,
0x25, 0x4e, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x72, 0x49, 0x6e, 0x6e, 0x4e, 0x4e, 0x4e, 0x6e, 0x4e, 0x6e, 0x4d, 0x4e, 0xbb, 0xff, 0xff, 0xff, 0xff, 0x9b, 0x9b, 0x9f, 0x4e, 0x4d, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x4e, 0x25,
0x29, 0x29, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9b, 0x4e, 0x6e, 0x4e, 0x4e, 0x4e, 0x6e, 0x6e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0xdb, 0xb7, 0xdb, 0xdb, 0xb7, 0xdf, 0x9b, 0x9b, 0x4d, 0x49, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x29, 0x29,
0x4e, 0x4e, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x72, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x6e, 0x6e, 0x4d, 0x6e, 0x4e, 0x4d, 0x72, 0x9b, 0x9f, 0x4e, 0x4d, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x25, 0x49,
0x52, 0x04, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x97, 0x4d, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x6e, 0x4e, 0x6e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x6e, 0x4e, 0x4e, 0x6e, 0x4d, 0x72, 0xbf, 0x4e, 0x4d, 0xbf, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x25, 0x52,
0x1c, 0x04, 0x72, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x72, 0x4e, 0x6e, 0x4e, 0x4e, 0x6e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x6e, 0x6e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x9b, 0x4e, 0x49, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x72, 0x00, 0x1c,
0x1c, 0x49, 0x25, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x77, 0x4d, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4d, 0x72, 0x4e, 0x49, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x25, 0x49, 0x1c,
0x1c, 0x77, 0x04, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x6e, 0x4e, 0x4e, 0x4e, 0x6e, 0x4e, 0x6e, 0x4e, 0x6e, 0x4e, 0x6e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x72, 0x49, 0x4e, 0xbf, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x00, 0x9b, 0x1c,
0x1c, 0x1c, 0x29, 0x4e, 0x9b, 0x9b, 0x9f, 0x72, 0x4d, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x25, 0x49, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x29, 0x25, 0x1c, 0x1c,
0x1c, 0x1c, 0x72, 0x04, 0x73, 0x9b, 0x9b, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x6e, 0x49, 0x29, 0x4e, 0x9b, 0x9b, 0x77, 0x25, 0x72, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x4e, 0x04, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x24, 0x4e, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x25, 0x25, 0x9b, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9b, 0x25, 0x25, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x9b, 0x00, 0x73, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x4e, 0x24, 0x97, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x9b, 0x00, 0x4e, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x73, 0x00, 0x77, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x77, 0x24, 0x25, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x25, 0x00, 0x9b, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x97, 0x25, 0x24, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x04, 0x25, 0x9b, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x4e, 0x25, 0x29, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x4e, 0x04, 0x4e, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x72, 0x25, 0x00, 0x25, 0x72, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x72, 0x25, 0x04, 0x29, 0x72, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x9b, 0x49, 0x00, 0x25, 0x25, 0x29, 0x4e, 0x72, 0x9b, 0x9b, 0x72, 0x4e, 0x29, 0x4e, 0x04, 0x04, 0x49, 0x77, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x52, 0x49, 0x29, 0x25, 0x04, 0x25, 0x04, 0x24, 0x25, 0x29, 0x4e, 0x52, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c,
#endif
#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP == 0
/*Pixel format: Red: 5 bit, Green: 6 bit, Blue: 5 bit*/
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xd1, 0x53, 0x90, 0x4b, 0xe8, 0x29, 0x46, 0x19, 0xe4, 0x10, 0x82, 0x08, 0x46, 0x19, 0x82, 0x08, 0x04, 0x19, 0xa7, 0x21, 0x8b, 0x3a, 0xd1, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x78, 0x75, 0x6b, 0x32, 0x82, 0x08, 0xc3, 0x10, 0xcd, 0x3a, 0x4a, 0x32, 0x2e, 0x43, 0x74, 0x5c, 0xb9, 0x7d, 0x3c, 0x86, 0x53, 0x5c, 0x0e, 0x43, 0x2a, 0x32, 0x67, 0x21, 0x46, 0x19, 0x82, 0x08, 0x4a, 0x32, 0x3d, 0x86, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x53, 0x5c, 0x2a, 0x32, 0xc3, 0x10, 0x66, 0x21, 0x32, 0x5c, 0x3c, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x33, 0x5c, 0xe4, 0x10, 0x20, 0x00, 0x46, 0x21, 0x53, 0x5c, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xac, 0x3a, 0xa3, 0x10, 0x70, 0x4b, 0x37, 0x6d, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0xda, 0x7d, 0x2a, 0x32, 0x25, 0x19, 0xcd, 0x3a, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xda, 0x7d, 0x46, 0x19, 0xa3, 0x10, 0xb5, 0x64, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x58, 0x75, 0xe4, 0x10, 0x45, 0x19, 0x78, 0x75, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x7d, 0x8e, 0x62, 0x08, 0x87, 0x21, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0xb9, 0x7d, 0x87, 0x21, 0xe4, 0x10, 0x17, 0x6d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x17, 0x6d, 0x00, 0x00, 0x94, 0x64, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x0e, 0x43, 0x00, 0x00, 0x9d, 0x8e, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x78, 0x75, 0xe4, 0x10, 0x0e, 0x43, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x94, 0x64, 0x62, 0x08, 0xda, 0x7d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x45, 0x19, 0x87, 0x21, 0x7d, 0x8e, 0x7e, 0x86, 0x7e, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5d, 0x86, 0x87, 0x21, 0x46, 0x19, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xcd, 0x3a, 0xe4, 0x10, 0x99, 0x7d, 0xd6, 0xc6, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0xb9, 0xae, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0xa3, 0x10, 0xac, 0x3a, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0x53, 0x5c, 0x25, 0x19, 0x57, 0x75, 0xd7, 0xbe, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0xb9, 0xae, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5d, 0x86, 0x5d, 0x86, 0x5d, 0x86, 0x5d, 0x86, 0x5d, 0x86, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x95, 0x64, 0xa3, 0x10, 0x53, 0x5c, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0x46, 0x19, 0x2a, 0x32, 0x7d, 0x8e, 0x31, 0xef, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x30, 0xff, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0xdf, 0x96, 0xff, 0x96, 0xdf, 0x96, 0xff, 0x96, 0xff, 0x96, 0xdf, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x70, 0x4b, 0x2a, 0x32, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0x3d, 0x8e, 0x20, 0x00, 0xda, 0x7d, 0x7d, 0x8e, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5d, 0x86, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x4f, 0x53, 0x6b, 0x3a, 0x0d, 0x4b, 0x0e, 0x4b, 0x6b, 0x3a, 0xb0, 0x53, 0x9e, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x37, 0x6d, 0xc3, 0x10, 0x78, 0x75, 0xe0, 0x07,
0xe0, 0x07, 0x4a, 0x32, 0xe4, 0x10, 0x7d, 0x8e, 0x9d, 0x8e, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x12, 0xe7, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5d, 0x86, 0x9d, 0x9e, 0x9c, 0xae, 0x7d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x33, 0x64, 0xf1, 0x5b, 0xc7, 0x31, 0x87, 0x29, 0xf1, 0x5b, 0x74, 0x64, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x66, 0x21, 0x8b, 0x32, 0xe0, 0x07,
0xe0, 0x07, 0x82, 0x08, 0x33, 0x5c, 0x7d, 0x8e, 0x7d, 0x8e, 0xb8, 0xb6, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0xb8, 0xb6, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5d, 0x7e, 0x3e, 0xd7, 0x7e, 0xef, 0x7d, 0x8e, 0x7d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0xdf, 0x96, 0xbf, 0xa7, 0x2e, 0x4b, 0xed, 0x4a, 0xbf, 0x9f, 0xdf, 0x96, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x32, 0x5c, 0x82, 0x08, 0xe0, 0x07,
0xd1, 0x53, 0x46, 0x19, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0xb9, 0xae, 0x4e, 0xff, 0x4e, 0xff, 0x12, 0xe7, 0xb9, 0xae, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5d, 0x86, 0xbd, 0xa6, 0x7e, 0xef, 0x9e, 0xf7, 0x1e, 0xc7, 0x5d, 0x7e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x3c, 0x86, 0x5d, 0x86, 0xac, 0x42, 0x6b, 0x42, 0x5d, 0x86, 0x5c, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x3c, 0x86, 0xc3, 0x10, 0xd1, 0x53,
0x8b, 0x3a, 0x67, 0x21, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x9d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x3e, 0xd7, 0x9e, 0xf7, 0x7e, 0xef, 0x7e, 0xef, 0x9d, 0x9e, 0x7d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5c, 0x86, 0x5c, 0x86, 0xac, 0x42, 0x6b, 0x3a, 0x5c, 0x86, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0xcd, 0x3a, 0x90, 0x4b,
0xa7, 0x21, 0x2a, 0x32, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5d, 0x7e, 0xdd, 0xae, 0x9e, 0xf7, 0x7e, 0xef, 0x7e, 0xef, 0x9e, 0xf7, 0x1e, 0xcf, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5d, 0x86, 0x1f, 0x97, 0xed, 0x4a, 0xac, 0x42, 0x1f, 0x97, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x4a, 0x32, 0xe8, 0x29,
0x04, 0x19, 0x0e, 0x43, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x7d, 0x8e, 0x5d, 0xdf, 0x7e, 0xf7, 0x7e, 0xef, 0x7e, 0xef, 0x7e, 0xef, 0x7d, 0xef, 0xbd, 0xa6, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5d, 0x86, 0x1f, 0x97, 0xed, 0x4a, 0xac, 0x42, 0x1f, 0x97, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x2e, 0x43, 0x46, 0x19,
0x82, 0x08, 0x53, 0x5c, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5d, 0x7e, 0xdd, 0xb6, 0xbe, 0xff, 0xbe, 0xf7, 0x7e, 0xef, 0x7d, 0xef, 0x9e, 0xef, 0xdf, 0xff, 0x3d, 0xd7, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x7d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x5c, 0x86, 0x7d, 0x8e, 0xcc, 0x42, 0x6b, 0x42, 0x7d, 0x8e, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x74, 0x5c, 0xe4, 0x10,
0x46, 0x19, 0x3c, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5d, 0x86, 0x9d, 0x96, 0xdf, 0xf7, 0xfc, 0xde, 0xbb, 0xd6, 0xdf, 0xff, 0xdf, 0xf7, 0x3d, 0xe7, 0x7a, 0xce, 0xdf, 0xff, 0xfe, 0xae, 0x3d, 0x7e, 0x7d, 0x8e, 0x5d, 0x7e, 0xfd, 0xbe, 0xdd, 0xae, 0x5d, 0x7e, 0x7d, 0x8e, 0x5c, 0x86, 0x5d, 0x86, 0xac, 0x42, 0x6b, 0x42, 0x5c, 0x86, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0xb9, 0x7d, 0x82, 0x08,
0x82, 0x08, 0xb9, 0x7d, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x3e, 0xc7, 0xf8, 0xbd, 0x2e, 0x53, 0x0d, 0x53, 0x39, 0xc6, 0x1c, 0xdf, 0xd0, 0x6b, 0xac, 0x42, 0x15, 0x9d, 0x3d, 0xd7, 0xbe, 0x96, 0x5d, 0x86, 0x9d, 0x96, 0x7e, 0xef, 0x5e, 0xdf, 0x7d, 0x86, 0x7d, 0x86, 0x5d, 0x86, 0xff, 0x96, 0xed, 0x4a, 0xac, 0x42, 0xff, 0x96, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x3c, 0x86, 0x46, 0x19,
0xe4, 0x10, 0x74, 0x5c, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x5c, 0x8e, 0x72, 0x84, 0xac, 0x42, 0xed, 0x4a, 0xed, 0x4a, 0x0d, 0x53, 0x4e, 0x5b, 0xcc, 0x4a, 0x2d, 0x53, 0xac, 0x42, 0xaf, 0x6b, 0xd9, 0x95, 0x7e, 0x7e, 0xdd, 0xc6, 0x7d, 0xf7, 0x7e, 0xf7, 0xbd, 0xae, 0x5d, 0x7e, 0x5d, 0x8e, 0x1f, 0x97, 0xed, 0x4a, 0xac, 0x42, 0x1f, 0x97, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x53, 0x5c, 0x82, 0x08,
0x46, 0x19, 0x2e, 0x43, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x9e, 0x8e, 0x33, 0x64, 0x8b, 0x42, 0x2e, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0xed, 0x4a, 0x2e, 0x53, 0x0d, 0x53, 0x4e, 0x53, 0xcc, 0x4a, 0x2e, 0x4b, 0x7c, 0x9e, 0xff, 0xff, 0x9e, 0xf7, 0xbf, 0xff, 0xbf, 0xef, 0x7d, 0x8e, 0x3c, 0x86, 0xbe, 0x8e, 0xcc, 0x42, 0x8b, 0x42, 0xbd, 0x8e, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x0e, 0x43, 0x04, 0x19,
0xe8, 0x29, 0x4a, 0x32, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5d, 0x86, 0xbe, 0x8e, 0xb9, 0x7d, 0xed, 0x4a, 0x2e, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0xf8, 0xb5, 0x35, 0x9d, 0x9a, 0xce, 0x18, 0xbe, 0x15, 0xa5, 0xfe, 0xbe, 0x5d, 0x86, 0x3c, 0x86, 0xab, 0x42, 0x6b, 0x3a, 0x3c, 0x86, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x2a, 0x32, 0xa7, 0x21,
0x90, 0x4b, 0xcd, 0x3a, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9e, 0x8e, 0xf1, 0x5b, 0xec, 0x4a, 0x2e, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0xed, 0x4a, 0x6e, 0x5b, 0x8f, 0x63, 0x8b, 0x42, 0x4e, 0x5b, 0x2e, 0x53, 0x8b, 0x42, 0xd0, 0x6b, 0x1b, 0x86, 0x1f, 0x97, 0xcd, 0x42, 0xac, 0x42, 0xff, 0x96, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x67, 0x21, 0x6b, 0x32,
0xd1, 0x53, 0xc3, 0x10, 0x3c, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5d, 0x86, 0xbe, 0x8e, 0x58, 0x75, 0xcc, 0x4a, 0x0d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x2e, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x0d, 0x4b, 0xed, 0x4a, 0x2d, 0x53, 0xed, 0x4a, 0x0d, 0x53, 0x2e, 0x53, 0x8b, 0x42, 0x74, 0x64, 0x5f, 0x97, 0xed, 0x42, 0xac, 0x42, 0x1f, 0x97, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x46, 0x19, 0xd1, 0x53,
0xe0, 0x07, 0x82, 0x08, 0x32, 0x5c, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x8f, 0x5b, 0xec, 0x4a, 0x2d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x2e, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2e, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2e, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x3c, 0x86, 0xed, 0x4a, 0x8b, 0x42, 0x9e, 0x8e, 0x5d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x33, 0x5c, 0x82, 0x08, 0xe0, 0x07,
0xe0, 0x07, 0x8b, 0x32, 0x66, 0x21, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5d, 0x86, 0xbf, 0x8e, 0xf6, 0x74, 0xcc, 0x4a, 0x2d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x2e, 0x53, 0xac, 0x4a, 0x73, 0x6c, 0xcd, 0x42, 0x4a, 0x3a, 0x1b, 0x86, 0x5c, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0xe4, 0x10, 0x4a, 0x32, 0xe0, 0x07,
0xe0, 0x07, 0x78, 0x75, 0xc3, 0x10, 0x37, 0x6d, 0x7d, 0x8e, 0x5d, 0x86, 0x9d, 0x8e, 0x5c, 0x86, 0x6f, 0x53, 0xed, 0x52, 0x2e, 0x53, 0x2d, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2d, 0x53, 0x2e, 0x53, 0xed, 0x4a, 0xd0, 0x5b, 0x4a, 0x3a, 0x0d, 0x4b, 0x5f, 0x9f, 0x9e, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0xda, 0x7d, 0x20, 0x00, 0x3d, 0x8e, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0x2a, 0x32, 0x70, 0x4b, 0x7d, 0x8e, 0x7d, 0x86, 0xbe, 0x8e, 0x74, 0x6c, 0xab, 0x4a, 0x0d, 0x53, 0xec, 0x4a, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xec, 0x4a, 0xec, 0x4a, 0xec, 0x4a, 0x2e, 0x53, 0x86, 0x31, 0x8b, 0x42, 0xfa, 0x7d, 0xda, 0x7d, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x2a, 0x32, 0x46, 0x19, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0x53, 0x5c, 0xa3, 0x10, 0x94, 0x64, 0x9e, 0x8e, 0x1b, 0x86, 0xb0, 0x5b, 0x90, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0x8f, 0x5b, 0x4a, 0x3a, 0xc8, 0x31, 0x4e, 0x4b, 0x9e, 0x8e, 0x7d, 0x8e, 0x38, 0x75, 0x25, 0x19, 0x53, 0x5c, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xac, 0x3a, 0xa3, 0x10, 0x7d, 0x8e, 0x5c, 0x86, 0x1b, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0xfb, 0x85, 0x99, 0x7d, 0xfb, 0x7d, 0x7d, 0x8e, 0x99, 0x7d, 0xe4, 0x10, 0xcd, 0x3a, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x46, 0x19, 0x87, 0x21, 0x7d, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9d, 0x8e, 0x9e, 0x8e, 0xbe, 0x8e, 0x9e, 0x8e, 0x7d, 0x8e, 0x87, 0x21, 0x45, 0x19, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xda, 0x7d, 0x62, 0x08, 0x94, 0x64, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x0e, 0x43, 0xe4, 0x10, 0x78, 0x75, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x9d, 0x8e, 0x00, 0x00, 0x0e, 0x43, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5d, 0x8e, 0x94, 0x64, 0x00, 0x00, 0x17, 0x6d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x17, 0x6d, 0xe4, 0x10, 0x87, 0x21, 0xb9, 0x7d, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x87, 0x21, 0x62, 0x08, 0x7d, 0x8e, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x78, 0x75, 0x45, 0x19, 0xe4, 0x10, 0x58, 0x75, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0xb5, 0x64, 0xa3, 0x10, 0x46, 0x19, 0xda, 0x7d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xcd, 0x3a, 0x25, 0x19, 0x2a, 0x32, 0xda, 0x7d, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x37, 0x6d, 0x70, 0x4b, 0xa3, 0x10, 0xac, 0x3a, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x53, 0x5c, 0x46, 0x21, 0x20, 0x00, 0xe4, 0x10, 0x33, 0x5c, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x3c, 0x86, 0x32, 0x5c, 0x66, 0x21, 0xc3, 0x10, 0x2a, 0x32, 0x53, 0x5c, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x3d, 0x86, 0x4a, 0x32, 0x82, 0x08, 0x46, 0x19, 0x67, 0x21, 0x2a, 0x32, 0x0e, 0x43, 0x53, 0x5c, 0x3c, 0x86, 0xb9, 0x7d, 0x74, 0x5c, 0x2e, 0x43, 0x4a, 0x32, 0xcd, 0x3a, 0xc3, 0x10, 0x82, 0x08, 0x6b, 0x32, 0x78, 0x75, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xd1, 0x53, 0x8b, 0x3a, 0xa7, 0x21, 0x04, 0x19, 0x82, 0x08, 0x46, 0x19, 0x82, 0x08, 0xe4, 0x10, 0x46, 0x19, 0xe8, 0x29, 0x90, 0x4b, 0xd1, 0x53, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07,
#endif
#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP != 0
/*Pixel format: Red: 5 bit, Green: 6 bit, Blue: 5 bit BUT the 2 bytes are swapped*/
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0xd1, 0x4b, 0x90, 0x29, 0xe8, 0x19, 0x46, 0x10, 0xe4, 0x08, 0x82, 0x19, 0x46, 0x08, 0x82, 0x19, 0x04, 0x21, 0xa7, 0x3a, 0x8b, 0x53, 0xd1, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x75, 0x78, 0x32, 0x6b, 0x08, 0x82, 0x10, 0xc3, 0x3a, 0xcd, 0x32, 0x4a, 0x43, 0x2e, 0x5c, 0x74, 0x7d, 0xb9, 0x86, 0x3c, 0x5c, 0x53, 0x43, 0x0e, 0x32, 0x2a, 0x21, 0x67, 0x19, 0x46, 0x08, 0x82, 0x32, 0x4a, 0x86, 0x3d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x5c, 0x53, 0x32, 0x2a, 0x10, 0xc3, 0x21, 0x66, 0x5c, 0x32, 0x86, 0x3c, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x5c, 0x33, 0x10, 0xe4, 0x00, 0x20, 0x21, 0x46, 0x5c, 0x53, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x3a, 0xac, 0x10, 0xa3, 0x4b, 0x70, 0x6d, 0x37, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x7d, 0xda, 0x32, 0x2a, 0x19, 0x25, 0x3a, 0xcd, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x7d, 0xda, 0x19, 0x46, 0x10, 0xa3, 0x64, 0xb5, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x75, 0x58, 0x10, 0xe4, 0x19, 0x45, 0x75, 0x78, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x8e, 0x7d, 0x08, 0x62, 0x21, 0x87, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x7d, 0xb9, 0x21, 0x87, 0x10, 0xe4, 0x6d, 0x17, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x6d, 0x17, 0x00, 0x00, 0x64, 0x94, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x43, 0x0e, 0x00, 0x00, 0x8e, 0x9d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x75, 0x78, 0x10, 0xe4, 0x43, 0x0e, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x64, 0x94, 0x08, 0x62, 0x7d, 0xda, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x19, 0x45, 0x21, 0x87, 0x8e, 0x7d, 0x86, 0x7e, 0x86, 0x7e, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x5d, 0x21, 0x87, 0x19, 0x46, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x3a, 0xcd, 0x10, 0xe4, 0x7d, 0x99, 0xc6, 0xd6, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xae, 0xb9, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x10, 0xa3, 0x3a, 0xac, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x5c, 0x53, 0x19, 0x25, 0x75, 0x57, 0xbe, 0xd7, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xae, 0xb9, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x5d, 0x86, 0x5d, 0x86, 0x5d, 0x86, 0x5d, 0x86, 0x5d, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x64, 0x95, 0x10, 0xa3, 0x5c, 0x53, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x19, 0x46, 0x32, 0x2a, 0x8e, 0x7d, 0xef, 0x31, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x30, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x96, 0xdf, 0x96, 0xff, 0x96, 0xdf, 0x96, 0xff, 0x96, 0xff, 0x8e, 0xdf, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x4b, 0x70, 0x32, 0x2a, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x8e, 0x3d, 0x00, 0x20, 0x7d, 0xda, 0x8e, 0x7d, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x5d, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x53, 0x4f, 0x3a, 0x6b, 0x4b, 0x0d, 0x4b, 0x0e, 0x3a, 0x6b, 0x53, 0xb0, 0x8e, 0x9e, 0x8e, 0x7d, 0x8e, 0x7d, 0x6d, 0x37, 0x10, 0xc3, 0x75, 0x78, 0x07, 0xe0,
0x07, 0xe0, 0x32, 0x4a, 0x10, 0xe4, 0x8e, 0x7d, 0x8e, 0x9d, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xe7, 0x12, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x5d, 0x9e, 0x9d, 0xae, 0x9c, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x64, 0x33, 0x5b, 0xf1, 0x31, 0xc7, 0x29, 0x87, 0x5b, 0xf1, 0x64, 0x74, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x21, 0x66, 0x32, 0x8b, 0x07, 0xe0,
0x07, 0xe0, 0x08, 0x82, 0x5c, 0x33, 0x8e, 0x7d, 0x8e, 0x7d, 0xb6, 0xb8, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xff, 0x4e, 0xb6, 0xb8, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x7e, 0x5d, 0xd7, 0x3e, 0xef, 0x7e, 0x8e, 0x7d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x96, 0xdf, 0xa7, 0xbf, 0x4b, 0x2e, 0x4a, 0xed, 0x9f, 0xbf, 0x96, 0xdf, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x5c, 0x32, 0x08, 0x82, 0x07, 0xe0,
0x53, 0xd1, 0x19, 0x46, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0xae, 0xb9, 0xff, 0x4e, 0xff, 0x4e, 0xe7, 0x12, 0xae, 0xb9, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x5d, 0xa6, 0xbd, 0xef, 0x7e, 0xf7, 0x9e, 0xc7, 0x1e, 0x7e, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x3c, 0x86, 0x5d, 0x42, 0xac, 0x42, 0x6b, 0x86, 0x5d, 0x86, 0x5c, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x3c, 0x10, 0xc3, 0x53, 0xd1,
0x3a, 0x8b, 0x21, 0x67, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x9d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x7d, 0xd7, 0x3e, 0xf7, 0x9e, 0xef, 0x7e, 0xef, 0x7e, 0x9e, 0x9d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x5c, 0x86, 0x5c, 0x42, 0xac, 0x3a, 0x6b, 0x86, 0x5c, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x3a, 0xcd, 0x4b, 0x90,
0x21, 0xa7, 0x32, 0x2a, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x7e, 0x5d, 0xae, 0xdd, 0xf7, 0x9e, 0xef, 0x7e, 0xef, 0x7e, 0xf7, 0x9e, 0xcf, 0x1e, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x5d, 0x97, 0x1f, 0x4a, 0xed, 0x42, 0xac, 0x97, 0x1f, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x32, 0x4a, 0x29, 0xe8,
0x19, 0x04, 0x43, 0x0e, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x7d, 0x8e, 0x7d, 0xdf, 0x5d, 0xf7, 0x7e, 0xef, 0x7e, 0xef, 0x7e, 0xef, 0x7e, 0xef, 0x7d, 0xa6, 0xbd, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x5d, 0x97, 0x1f, 0x4a, 0xed, 0x42, 0xac, 0x97, 0x1f, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x43, 0x2e, 0x19, 0x46,
0x08, 0x82, 0x5c, 0x53, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x7e, 0x5d, 0xb6, 0xdd, 0xff, 0xbe, 0xf7, 0xbe, 0xef, 0x7e, 0xef, 0x7d, 0xef, 0x9e, 0xff, 0xdf, 0xd7, 0x3d, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x7d, 0x86, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x5c, 0x8e, 0x7d, 0x42, 0xcc, 0x42, 0x6b, 0x8e, 0x7d, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x5c, 0x74, 0x10, 0xe4,
0x19, 0x46, 0x86, 0x3c, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x5d, 0x96, 0x9d, 0xf7, 0xdf, 0xde, 0xfc, 0xd6, 0xbb, 0xff, 0xdf, 0xf7, 0xdf, 0xe7, 0x3d, 0xce, 0x7a, 0xff, 0xdf, 0xae, 0xfe, 0x7e, 0x3d, 0x8e, 0x7d, 0x7e, 0x5d, 0xbe, 0xfd, 0xae, 0xdd, 0x7e, 0x5d, 0x8e, 0x7d, 0x86, 0x5c, 0x86, 0x5d, 0x42, 0xac, 0x42, 0x6b, 0x86, 0x5c, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x7d, 0xb9, 0x08, 0x82,
0x08, 0x82, 0x7d, 0xb9, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x7d, 0xc7, 0x3e, 0xbd, 0xf8, 0x53, 0x2e, 0x53, 0x0d, 0xc6, 0x39, 0xdf, 0x1c, 0x6b, 0xd0, 0x42, 0xac, 0x9d, 0x15, 0xd7, 0x3d, 0x96, 0xbe, 0x86, 0x5d, 0x96, 0x9d, 0xef, 0x7e, 0xdf, 0x5e, 0x86, 0x7d, 0x86, 0x7d, 0x86, 0x5d, 0x96, 0xff, 0x4a, 0xed, 0x42, 0xac, 0x96, 0xff, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x3c, 0x19, 0x46,
0x10, 0xe4, 0x5c, 0x74, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x7d, 0x8e, 0x5c, 0x84, 0x72, 0x42, 0xac, 0x4a, 0xed, 0x4a, 0xed, 0x53, 0x0d, 0x5b, 0x4e, 0x4a, 0xcc, 0x53, 0x2d, 0x42, 0xac, 0x6b, 0xaf, 0x95, 0xd9, 0x7e, 0x7e, 0xc6, 0xdd, 0xf7, 0x7d, 0xf7, 0x7e, 0xae, 0xbd, 0x7e, 0x5d, 0x8e, 0x5d, 0x97, 0x1f, 0x4a, 0xed, 0x42, 0xac, 0x97, 0x1f, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x5c, 0x53, 0x08, 0x82,
0x19, 0x46, 0x43, 0x2e, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x7d, 0x8e, 0x9e, 0x64, 0x33, 0x42, 0x8b, 0x53, 0x2e, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x0d, 0x4a, 0xed, 0x53, 0x2e, 0x53, 0x0d, 0x53, 0x4e, 0x4a, 0xcc, 0x4b, 0x2e, 0x9e, 0x7c, 0xff, 0xff, 0xf7, 0x9e, 0xff, 0xbf, 0xef, 0xbf, 0x8e, 0x7d, 0x86, 0x3c, 0x8e, 0xbe, 0x42, 0xcc, 0x42, 0x8b, 0x8e, 0xbd, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x43, 0x0e, 0x19, 0x04,
0x29, 0xe8, 0x32, 0x4a, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x5d, 0x8e, 0xbe, 0x7d, 0xb9, 0x4a, 0xed, 0x53, 0x2e, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x2d, 0xb5, 0xf8, 0x9d, 0x35, 0xce, 0x9a, 0xbe, 0x18, 0xa5, 0x15, 0xbe, 0xfe, 0x86, 0x5d, 0x86, 0x3c, 0x42, 0xab, 0x3a, 0x6b, 0x86, 0x3c, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x32, 0x2a, 0x21, 0xa7,
0x4b, 0x90, 0x3a, 0xcd, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x9e, 0x5b, 0xf1, 0x4a, 0xec, 0x53, 0x2e, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x2d, 0x4a, 0xed, 0x5b, 0x6e, 0x63, 0x8f, 0x42, 0x8b, 0x5b, 0x4e, 0x53, 0x2e, 0x42, 0x8b, 0x6b, 0xd0, 0x86, 0x1b, 0x97, 0x1f, 0x42, 0xcd, 0x42, 0xac, 0x96, 0xff, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x21, 0x67, 0x32, 0x6b,
0x53, 0xd1, 0x10, 0xc3, 0x86, 0x3c, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x5d, 0x8e, 0xbe, 0x75, 0x58, 0x4a, 0xcc, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x2e, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x0d, 0x4b, 0x0d, 0x4a, 0xed, 0x53, 0x2d, 0x4a, 0xed, 0x53, 0x0d, 0x53, 0x2e, 0x42, 0x8b, 0x64, 0x74, 0x97, 0x5f, 0x42, 0xed, 0x42, 0xac, 0x97, 0x1f, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x19, 0x46, 0x53, 0xd1,
0x07, 0xe0, 0x08, 0x82, 0x5c, 0x32, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x5b, 0x8f, 0x4a, 0xec, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x2e, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2e, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2e, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x0d, 0x86, 0x3c, 0x4a, 0xed, 0x42, 0x8b, 0x8e, 0x9e, 0x86, 0x5d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x5c, 0x33, 0x08, 0x82, 0x07, 0xe0,
0x07, 0xe0, 0x32, 0x8b, 0x21, 0x66, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x5d, 0x8e, 0xbf, 0x74, 0xf6, 0x4a, 0xcc, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x2d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x0d, 0x53, 0x2e, 0x4a, 0xac, 0x6c, 0x73, 0x42, 0xcd, 0x3a, 0x4a, 0x86, 0x1b, 0x86, 0x5c, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x10, 0xe4, 0x32, 0x4a, 0x07, 0xe0,
0x07, 0xe0, 0x75, 0x78, 0x10, 0xc3, 0x6d, 0x37, 0x8e, 0x7d, 0x86, 0x5d, 0x8e, 0x9d, 0x86, 0x5c, 0x53, 0x6f, 0x52, 0xed, 0x53, 0x2e, 0x53, 0x2d, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2e, 0x53, 0x2d, 0x53, 0x2e, 0x4a, 0xed, 0x5b, 0xd0, 0x3a, 0x4a, 0x4b, 0x0d, 0x9f, 0x5f, 0x8e, 0x9e, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x7d, 0xda, 0x00, 0x20, 0x8e, 0x3d, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x32, 0x2a, 0x4b, 0x70, 0x8e, 0x7d, 0x86, 0x7d, 0x8e, 0xbe, 0x6c, 0x74, 0x4a, 0xab, 0x53, 0x0d, 0x4a, 0xec, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x52, 0xed, 0x4a, 0xec, 0x4a, 0xec, 0x4a, 0xec, 0x53, 0x2e, 0x31, 0x86, 0x42, 0x8b, 0x7d, 0xfa, 0x7d, 0xda, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x32, 0x2a, 0x19, 0x46, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x5c, 0x53, 0x10, 0xa3, 0x64, 0x94, 0x8e, 0x9e, 0x86, 0x1b, 0x5b, 0xb0, 0x5b, 0x90, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0xb0, 0x5b, 0x8f, 0x3a, 0x4a, 0x31, 0xc8, 0x4b, 0x4e, 0x8e, 0x9e, 0x8e, 0x7d, 0x75, 0x38, 0x19, 0x25, 0x5c, 0x53, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x3a, 0xac, 0x10, 0xa3, 0x8e, 0x7d, 0x86, 0x5c, 0x86, 0x1b, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x86, 0x3c, 0x85, 0xfb, 0x7d, 0x99, 0x7d, 0xfb, 0x8e, 0x7d, 0x7d, 0x99, 0x10, 0xe4, 0x3a, 0xcd, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x19, 0x46, 0x21, 0x87, 0x8e, 0x7d, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9e, 0x8e, 0x9d, 0x8e, 0x9e, 0x8e, 0xbe, 0x8e, 0x9e, 0x8e, 0x7d, 0x21, 0x87, 0x19, 0x45, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x7d, 0xda, 0x08, 0x62, 0x64, 0x94, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x43, 0x0e, 0x10, 0xe4, 0x75, 0x78, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x8e, 0x9d, 0x00, 0x00, 0x43, 0x0e, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x5d, 0x64, 0x94, 0x00, 0x00, 0x6d, 0x17, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x6d, 0x17, 0x10, 0xe4, 0x21, 0x87, 0x7d, 0xb9, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x21, 0x87, 0x08, 0x62, 0x8e, 0x7d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x75, 0x78, 0x19, 0x45, 0x10, 0xe4, 0x75, 0x58, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x64, 0xb5, 0x10, 0xa3, 0x19, 0x46, 0x7d, 0xda, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x3a, 0xcd, 0x19, 0x25, 0x32, 0x2a, 0x7d, 0xda, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x6d, 0x37, 0x4b, 0x70, 0x10, 0xa3, 0x3a, 0xac, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x5c, 0x53, 0x21, 0x46, 0x00, 0x20, 0x10, 0xe4, 0x5c, 0x33, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x8e, 0x7d, 0x86, 0x3c, 0x5c, 0x32, 0x21, 0x66, 0x10, 0xc3, 0x32, 0x2a, 0x5c, 0x53, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x86, 0x3d, 0x32, 0x4a, 0x08, 0x82, 0x19, 0x46, 0x21, 0x67, 0x32, 0x2a, 0x43, 0x0e, 0x5c, 0x53, 0x86, 0x3c, 0x7d, 0xb9, 0x5c, 0x74, 0x43, 0x2e, 0x32, 0x4a, 0x3a, 0xcd, 0x10, 0xc3, 0x08, 0x82, 0x32, 0x6b, 0x75, 0x78, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x53, 0xd1, 0x3a, 0x8b, 0x21, 0xa7, 0x19, 0x04, 0x08, 0x82, 0x19, 0x46, 0x08, 0x82, 0x10, 0xe4, 0x19, 0x46, 0x29, 0xe8, 0x4b, 0x90, 0x53, 0xd1, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0,
#endif
#if LV_COLOR_DEPTH == 32
/*Pixel format: Fix 0xFF: 8 bit, Red: 8 bit, Green: 8 bit, Blue: 8 bit*/
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x88, 0x77, 0x4e, 0xff, 0x7f, 0x6f, 0x4a, 0xff, 0x42, 0x3a, 0x27, 0xff, 0x2d, 0x28, 0x1a, 0xff, 0x1e, 0x1b, 0x13, 0xff, 0x13, 0x11, 0x0b, 0xff, 0x2d, 0x28, 0x1a, 0xff, 0x12, 0x10, 0x0b, 0xff, 0x23, 0x1e, 0x14, 0xff, 0x3b, 0x33, 0x22, 0xff, 0x58, 0x4e, 0x34, 0xff, 0x88, 0x77, 0x4e, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xc3, 0xab, 0x6f, 0xff, 0x59, 0x4d, 0x33, 0xff, 0x12, 0x10, 0x0b, 0xff, 0x1b, 0x18, 0x0f, 0xff, 0x66, 0x59, 0x3a, 0xff, 0x50, 0x48, 0x2f, 0xff, 0x70, 0x62, 0x40, 0xff, 0x9e, 0x8a, 0x5b, 0xff, 0xcb, 0xb2, 0x75, 0xff, 0xdd, 0xc2, 0x7f, 0xff, 0x9a, 0x87, 0x59, 0xff, 0x6e, 0x60, 0x3f, 0xff, 0x4d, 0x44, 0x2d, 0xff, 0x34, 0x2d, 0x1e, 0xff, 0x2e, 0x29, 0x1a, 0xff, 0x10, 0x0e, 0x0a, 0xff, 0x52, 0x48, 0x30, 0xff, 0xe4, 0xc5, 0x80, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x9a, 0x88, 0x5a, 0xff, 0x4f, 0x45, 0x2e, 0xff, 0x19, 0x16, 0x0e, 0xff, 0x30, 0x2b, 0x1c, 0xff, 0x93, 0x82, 0x54, 0xff, 0xe2, 0xc5, 0x82, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x94, 0x82, 0x55, 0xff, 0x21, 0x1d, 0x13, 0xff, 0x03, 0x03, 0x02, 0xff, 0x2f, 0x29, 0x1c, 0xff, 0x9a, 0x88, 0x5a, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x61, 0x55, 0x38, 0xff, 0x18, 0x15, 0x0e, 0xff, 0x7c, 0x6c, 0x48, 0xff, 0xbb, 0xa3, 0x6b, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xcf, 0xb6, 0x77, 0xff, 0x4c, 0x43, 0x2d, 0xff, 0x28, 0x23, 0x17, 0xff, 0x64, 0x58, 0x3a, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xce, 0xb6, 0x75, 0xff, 0x2c, 0x27, 0x1a, 0xff, 0x15, 0x12, 0x0c, 0xff, 0xa6, 0x92, 0x5f, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xbe, 0xa7, 0x6d, 0xff, 0x1f, 0x1c, 0x13, 0xff, 0x2a, 0x26, 0x19, 0xff, 0xc1, 0xac, 0x72, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xea, 0xcd, 0x85, 0xff, 0x0c, 0x0b, 0x07, 0xff, 0x34, 0x2f, 0x1f, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xcb, 0xb2, 0x75, 0xff, 0x36, 0x2f, 0x20, 0xff, 0x1e, 0x1a, 0x11, 0xff, 0xb6, 0xa0, 0x68, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb6, 0x9f, 0x68, 0xff, 0x01, 0x01, 0x01, 0xff, 0xa2, 0x8e, 0x5d, 0xff, 0xe6, 0xc8, 0x83, 0xff, 0xea, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe9, 0xcd, 0x85, 0xff, 0xe9, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x6d, 0x60, 0x3f, 0xff, 0x01, 0x01, 0x01, 0xff, 0xeb, 0xce, 0x87, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xc2, 0xab, 0x71, 0xff, 0x1e, 0x1a, 0x11, 0xff, 0x6d, 0x60, 0x3f, 0xff, 0xe8, 0xcd, 0x87, 0xff, 0xe8, 0xcd, 0x87, 0xff, 0xe9, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xa2, 0x8e, 0x5d, 0xff, 0x0c, 0x0b, 0x07, 0xff, 0xce, 0xb7, 0x76, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x2a, 0x26, 0x19, 0xff, 0x36, 0x2f, 0x20, 0xff, 0xe9, 0xcd, 0x86, 0xff, 0xec, 0xcc, 0x82, 0xff, 0xed, 0xcc, 0x82, 0xff, 0xe9, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe9, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe5, 0xc9, 0x83, 0xff, 0x34, 0x2f, 0x1f, 0xff, 0x2c, 0x27, 0x1a, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x64, 0x59, 0x3a, 0xff, 0x1f, 0x1c, 0x12, 0xff, 0xc9, 0xb1, 0x75, 0xff, 0xaf, 0xd9, 0xc1, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0xc4, 0xd4, 0xab, 0xff, 0xe7, 0xcd, 0x85, 0xff, 0xe9, 0xcd, 0x86, 0xff, 0xe9, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x87, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcc, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x15, 0x12, 0x0c, 0xff, 0x62, 0x55, 0x38, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x9b, 0x89, 0x59, 0xff, 0x28, 0x23, 0x17, 0xff, 0xbb, 0xa7, 0x6f, 0xff, 0xb7, 0xd8, 0xb7, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0xca, 0xd4, 0xa4, 0xff, 0xea, 0xcc, 0x86, 0xff, 0xe8, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xeb, 0xce, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xe9, 0xcb, 0x85, 0xff, 0xe4, 0xc8, 0x82, 0xff, 0xe4, 0xc7, 0x81, 0xff, 0xe5, 0xc8, 0x83, 0xff, 0xe4, 0xc8, 0x82, 0xff, 0xe4, 0xc7, 0x81, 0xff, 0xe5, 0xc9, 0x83, 0xff, 0xe9, 0xcd, 0x85, 0xff, 0xe9, 0xcb, 0x84, 0xff, 0xa5, 0x91, 0x5f, 0xff, 0x18, 0x15, 0x0e, 0xff, 0x9b, 0x89, 0x59, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x2f, 0x29, 0x1b, 0xff, 0x4c, 0x43, 0x2d, 0xff, 0xe8, 0xcb, 0x84, 0xff, 0x8a, 0xe2, 0xe5, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x7c, 0xe5, 0xf5, 0xff, 0xe8, 0xcc, 0x86, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe8, 0xcb, 0x84, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe9, 0xcc, 0x84, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcd, 0x84, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xeb, 0xce, 0x87, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xe9, 0xcb, 0x84, 0xff, 0xf8, 0xd9, 0x8c, 0xff, 0xfd, 0xdd, 0x8f, 0xff, 0xf9, 0xd9, 0x8c, 0xff, 0xf7, 0xda, 0x8c, 0xff, 0xfd, 0xdd, 0x8f, 0xff, 0xf7, 0xd7, 0x8b, 0xff, 0xe8, 0xcb, 0x84, 0xff, 0xea, 0xcc, 0x85, 0xff, 0xe9, 0xcd, 0x86, 0xff, 0x7c, 0x6c, 0x48, 0xff, 0x4e, 0x45, 0x2e, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0xe4, 0xc4, 0x84, 0xff, 0x03, 0x03, 0x02, 0xff, 0xcf, 0xb6, 0x77, 0xff, 0xe6, 0xcb, 0x86, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe7, 0xc8, 0x82, 0xff, 0xe5, 0xc7, 0x7e, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xeb, 0xce, 0x87, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xe8, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe7, 0xca, 0x84, 0xff, 0x76, 0x69, 0x4d, 0xff, 0x58, 0x4d, 0x3b, 0xff, 0x6b, 0x5f, 0x47, 0xff, 0x6c, 0x61, 0x47, 0xff, 0x56, 0x4c, 0x3b, 0xff, 0x83, 0x74, 0x52, 0xff, 0xec, 0xce, 0x87, 0xff, 0xe9, 0xcc, 0x84, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xbb, 0xa3, 0x6b, 0xff, 0x19, 0x16, 0x0e, 0xff, 0xc2, 0xac, 0x6f, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x52, 0x48, 0x30, 0xff, 0x21, 0x1d, 0x13, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe5, 0xce, 0x89, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x8e, 0xe1, 0xe2, 0xff, 0xea, 0xcb, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcd, 0x87, 0xff, 0xe8, 0xc9, 0x7f, 0xff, 0xe6, 0xcf, 0x97, 0xff, 0xe1, 0xd1, 0xa7, 0xff, 0xe9, 0xca, 0x7e, 0xff, 0xe9, 0xcc, 0x87, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe8, 0xcb, 0x84, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xeb, 0xce, 0x87, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x84, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe7, 0xcb, 0x84, 0xff, 0x96, 0x84, 0x5c, 0xff, 0x8a, 0x7d, 0x58, 0xff, 0x3b, 0x36, 0x2e, 0xff, 0x35, 0x31, 0x2b, 0xff, 0x88, 0x7b, 0x57, 0xff, 0xa0, 0x8d, 0x60, 0xff, 0xeb, 0xcf, 0x85, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x30, 0x2b, 0x1c, 0xff, 0x59, 0x4e, 0x33, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x10, 0x0e, 0x0a, 0xff, 0x94, 0x82, 0x55, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x84, 0xff, 0xc1, 0xd4, 0xac, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0xc3, 0xd5, 0xac, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcb, 0x86, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe6, 0xc9, 0x7b, 0xff, 0xec, 0xe3, 0xcd, 0xff, 0xef, 0xed, 0xea, 0xff, 0xe9, 0xcc, 0x8a, 0xff, 0xe9, 0xca, 0x80, 0xff, 0xe9, 0xcd, 0x87, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe9, 0xcc, 0x84, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xf6, 0xd7, 0x8c, 0xff, 0xff, 0xf5, 0x9c, 0xff, 0x72, 0x65, 0x49, 0xff, 0x67, 0x5c, 0x45, 0xff, 0xff, 0xf3, 0x9b, 0xff, 0xf6, 0xd6, 0x8c, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcb, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x93, 0x82, 0x54, 0xff, 0x12, 0x10, 0x0b, 0xff, 0x00, 0xff, 0x00, 0xff,
0x87, 0x78, 0x4e, 0xff, 0x2e, 0x29, 0x1a, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcd, 0x86, 0xff, 0xe9, 0xce, 0x86, 0xff, 0xc4, 0xd5, 0xab, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x72, 0xe7, 0xff, 0xff, 0x91, 0xe1, 0xe0, 0xff, 0xc6, 0xd5, 0xaa, 0xff, 0xe9, 0xcd, 0x87, 0xff, 0xe8, 0xcc, 0x84, 0xff, 0xe9, 0xcc, 0x88, 0xff, 0xe8, 0xc9, 0x7c, 0xff, 0xe9, 0xd3, 0x9c, 0xff, 0xee, 0xed, 0xea, 0xff, 0xed, 0xef, 0xf0, 0xff, 0xec, 0xde, 0xbc, 0xff, 0xe7, 0xc7, 0x7b, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xeb, 0xce, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe8, 0xcb, 0x84, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xe7, 0xc9, 0x83, 0xff, 0x5e, 0x54, 0x3f, 0xff, 0x56, 0x4d, 0x3c, 0xff, 0xe7, 0xc9, 0x82, 0xff, 0xe2, 0xc6, 0x81, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe2, 0xc5, 0x82, 0xff, 0x1b, 0x18, 0x0f, 0xff, 0x87, 0x78, 0x4e, 0xff,
0x58, 0x4e, 0x34, 0xff, 0x34, 0x2d, 0x1e, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xce, 0x87, 0xff, 0xeb, 0xce, 0x86, 0xff, 0xeb, 0xce, 0x86, 0xff, 0xe9, 0xcd, 0x87, 0xff, 0xea, 0xce, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcd, 0x85, 0xff, 0xe9, 0xcb, 0x85, 0xff, 0xe8, 0xcc, 0x84, 0xff, 0xe7, 0xcb, 0x81, 0xff, 0xec, 0xe3, 0xd2, 0xff, 0xed, 0xee, 0xee, 0xff, 0xec, 0xec, 0xe9, 0xff, 0xed, 0xec, 0xe8, 0xff, 0xe9, 0xd1, 0x96, 0xff, 0xe8, 0xca, 0x7f, 0xff, 0xe9, 0xcc, 0x87, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x84, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xe9, 0xcc, 0x84, 0xff, 0xe2, 0xc6, 0x81, 0xff, 0xe1, 0xc6, 0x80, 0xff, 0x5d, 0x53, 0x3f, 0xff, 0x55, 0x4c, 0x3b, 0xff, 0xe0, 0xc6, 0x81, 0xff, 0xe5, 0xc8, 0x83, 0xff, 0xeb, 0xcd, 0x85, 0xff, 0xe8, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x66, 0x59, 0x3a, 0xff, 0x80, 0x6e, 0x4a, 0xff,
0x3b, 0x33, 0x22, 0xff, 0x4d, 0x44, 0x2d, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xeb, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xeb, 0xcd, 0x86, 0xff, 0xea, 0xcc, 0x86, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xe8, 0xcd, 0x87, 0xff, 0xe7, 0xc8, 0x7b, 0xff, 0xea, 0xd7, 0xa9, 0xff, 0xee, 0xee, 0xf1, 0xff, 0xed, 0xeb, 0xe9, 0xff, 0xed, 0xeb, 0xe6, 0xff, 0xed, 0xee, 0xf1, 0xff, 0xec, 0xe1, 0xc6, 0xff, 0xe8, 0xc9, 0x80, 0xff, 0xe8, 0xcc, 0x84, 0xff, 0xea, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xe4, 0xc8, 0x82, 0xff, 0xfb, 0xde, 0x8f, 0xff, 0x67, 0x5c, 0x45, 0xff, 0x5f, 0x54, 0x40, 0xff, 0xfa, 0xde, 0x8e, 0xff, 0xe5, 0xc9, 0x83, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x50, 0x48, 0x2f, 0xff, 0x42, 0x3a, 0x27, 0xff,
0x23, 0x1e, 0x14, 0xff, 0x6e, 0x60, 0x3f, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xce, 0x87, 0xff, 0xeb, 0xce, 0x87, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe7, 0xca, 0x82, 0xff, 0xe8, 0xcd, 0x86, 0xff, 0xeb, 0xe6, 0xd8, 0xff, 0xed, 0xec, 0xec, 0xff, 0xee, 0xec, 0xe8, 0xff, 0xee, 0xed, 0xea, 0xff, 0xed, 0xeb, 0xe8, 0xff, 0xeb, 0xea, 0xea, 0xff, 0xe9, 0xd3, 0x9d, 0xff, 0xe7, 0xc9, 0x7d, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x84, 0xff, 0xe9, 0xcb, 0x84, 0xff, 0xe8, 0xcc, 0x85, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xe5, 0xc8, 0x83, 0xff, 0xfc, 0xde, 0x8f, 0xff, 0x68, 0x5c, 0x45, 0xff, 0x5f, 0x55, 0x40, 0xff, 0xfc, 0xde, 0x8e, 0xff, 0xe6, 0xc9, 0x82, 0xff, 0xe9, 0xcd, 0x84, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe9, 0xcc, 0x84, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x70, 0x62, 0x40, 0xff, 0x2d, 0x28, 0x1a, 0xff,
0x12, 0x10, 0x0b, 0xff, 0x9a, 0x87, 0x59, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xeb, 0xce, 0x87, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xeb, 0xce, 0x86, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x84, 0xff, 0xe9, 0xcc, 0x87, 0xff, 0xe7, 0xc7, 0x7b, 0xff, 0xe7, 0xd7, 0xb0, 0xff, 0xf2, 0xf4, 0xf7, 0xff, 0xf3, 0xf2, 0xee, 0xff, 0xec, 0xeb, 0xe7, 0xff, 0xeb, 0xea, 0xe8, 0xff, 0xf0, 0xef, 0xeb, 0xff, 0xf5, 0xf7, 0xfa, 0xff, 0xea, 0xe2, 0xce, 0xff, 0xe6, 0xc8, 0x7f, 0xff, 0xe9, 0xcb, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcb, 0x85, 0xff, 0xe8, 0xcb, 0x83, 0xff, 0xe8, 0xcb, 0x83, 0xff, 0xe9, 0xcb, 0x85, 0xff, 0xe9, 0xcc, 0x84, 0xff, 0xe2, 0xc7, 0x81, 0xff, 0xe8, 0xcd, 0x85, 0xff, 0x60, 0x56, 0x41, 0xff, 0x57, 0x4d, 0x3d, 0xff, 0xe7, 0xcd, 0x85, 0xff, 0xe5, 0xc8, 0x83, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x9e, 0x8a, 0x5b, 0xff, 0x1e, 0x1b, 0x12, 0xff,
0x2d, 0x28, 0x1a, 0xff, 0xdd, 0xc2, 0x7f, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x87, 0xff, 0xe6, 0xc8, 0x7e, 0xff, 0xe7, 0xce, 0x8d, 0xff, 0xfa, 0xf7, 0xf2, 0xff, 0xdc, 0xda, 0xd9, 0xff, 0xd6, 0xd3, 0xcf, 0xff, 0xf7, 0xf6, 0xf5, 0xff, 0xf7, 0xf6, 0xf3, 0xff, 0xe4, 0xe3, 0xe1, 0xff, 0xce, 0xcc, 0xc6, 0xff, 0xf5, 0xf8, 0xf9, 0xff, 0xee, 0xdb, 0xaa, 0xff, 0xe5, 0xc5, 0x78, 0xff, 0xe8, 0xcd, 0x8a, 0xff, 0xe9, 0xc8, 0x7b, 0xff, 0xeb, 0xdb, 0xb6, 0xff, 0xe9, 0xd6, 0xa7, 0xff, 0xe8, 0xc8, 0x7b, 0xff, 0xe9, 0xcd, 0x87, 0xff, 0xe2, 0xc6, 0x81, 0xff, 0xe4, 0xc7, 0x81, 0xff, 0x5d, 0x53, 0x3f, 0xff, 0x55, 0x4c, 0x3d, 0xff, 0xe3, 0xc6, 0x81, 0xff, 0xe4, 0xc7, 0x82, 0xff, 0xeb, 0xcd, 0x86, 0xff, 0xe8, 0xcb, 0x84, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xcb, 0xb2, 0x75, 0xff, 0x13, 0x11, 0x0b, 0xff,
0x13, 0x11, 0x0b, 0xff, 0xcb, 0xb2, 0x75, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe7, 0xcb, 0x85, 0xff, 0xea, 0xcc, 0x7f, 0xff, 0xf2, 0xe4, 0xc2, 0xff, 0xbc, 0xbb, 0xb8, 0xff, 0x6d, 0x65, 0x52, 0xff, 0x6a, 0x61, 0x4f, 0xff, 0xc7, 0xc4, 0xbe, 0xff, 0xe0, 0xdf, 0xdb, 0xff, 0x7f, 0x78, 0x68, 0xff, 0x5e, 0x54, 0x42, 0xff, 0xa4, 0xa0, 0x99, 0xff, 0xe9, 0xe4, 0xd3, 0xff, 0xef, 0xd3, 0x8d, 0xff, 0xe6, 0xc8, 0x80, 0xff, 0xe9, 0xcf, 0x8d, 0xff, 0xef, 0xed, 0xeb, 0xff, 0xed, 0xe7, 0xda, 0xff, 0xe8, 0xcc, 0x83, 0xff, 0xe9, 0xcb, 0x83, 0xff, 0xe4, 0xc8, 0x83, 0xff, 0xfd, 0xdc, 0x8f, 0xff, 0x67, 0x5b, 0x44, 0xff, 0x5f, 0x54, 0x40, 0xff, 0xfb, 0xdc, 0x8e, 0xff, 0xe5, 0xc8, 0x82, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xdd, 0xc2, 0x7f, 0xff, 0x2d, 0x28, 0x1b, 0xff,
0x1e, 0x1b, 0x12, 0xff, 0x9e, 0x8a, 0x5b, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xeb, 0xce, 0x87, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x84, 0xff, 0xe7, 0xcb, 0x85, 0xff, 0xea, 0xcc, 0x82, 0xff, 0xe1, 0xc9, 0x8b, 0xff, 0x91, 0x8c, 0x7e, 0xff, 0x5d, 0x54, 0x42, 0xff, 0x66, 0x5d, 0x49, 0xff, 0x65, 0x5c, 0x48, 0xff, 0x69, 0x5f, 0x4d, 0xff, 0x70, 0x67, 0x57, 0xff, 0x61, 0x57, 0x44, 0xff, 0x6a, 0x62, 0x4f, 0xff, 0x5d, 0x54, 0x3e, 0xff, 0x76, 0x72, 0x65, 0xff, 0xca, 0xb9, 0x8c, 0xff, 0xed, 0xcc, 0x7a, 0xff, 0xe5, 0xd8, 0xbc, 0xff, 0xeb, 0xec, 0xee, 0xff, 0xec, 0xec, 0xec, 0xff, 0xe6, 0xd5, 0xa7, 0xff, 0xe7, 0xc6, 0x7a, 0xff, 0xe6, 0xc9, 0x86, 0xff, 0xfd, 0xde, 0x8f, 0xff, 0x68, 0x5c, 0x44, 0xff, 0x5f, 0x55, 0x40, 0xff, 0xfc, 0xde, 0x8f, 0xff, 0xe6, 0xc9, 0x83, 0xff, 0xe9, 0xcd, 0x84, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe9, 0xcc, 0x84, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x9a, 0x87, 0x59, 0xff, 0x12, 0x10, 0x0b, 0xff,
0x2d, 0x28, 0x1a, 0xff, 0x70, 0x62, 0x40, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xe7, 0xcb, 0x83, 0xff, 0xef, 0xd1, 0x87, 0xff, 0x95, 0x85, 0x61, 0xff, 0x57, 0x4f, 0x3f, 0xff, 0x6d, 0x64, 0x50, 0xff, 0x6b, 0x62, 0x50, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6a, 0x60, 0x4c, 0xff, 0x66, 0x5c, 0x4a, 0xff, 0x6c, 0x62, 0x51, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6e, 0x66, 0x52, 0xff, 0x5f, 0x56, 0x46, 0xff, 0x72, 0x64, 0x46, 0xff, 0xe1, 0xcc, 0x96, 0xff, 0xfc, 0xfa, 0xf7, 0xff, 0xf0, 0xf0, 0xee, 0xff, 0xf4, 0xf4, 0xf5, 0xff, 0xf7, 0xf4, 0xea, 0xff, 0xe9, 0xcd, 0x89, 0xff, 0xe2, 0xc5, 0x7d, 0xff, 0xed, 0xd3, 0x89, 0xff, 0x61, 0x57, 0x42, 0xff, 0x5a, 0x50, 0x3e, 0xff, 0xeb, 0xd2, 0x88, 0xff, 0xe5, 0xc8, 0x82, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x6e, 0x60, 0x3f, 0xff, 0x22, 0x1e, 0x14, 0xff,
0x42, 0x3a, 0x27, 0xff, 0x50, 0x48, 0x2f, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe6, 0xc9, 0x83, 0xff, 0xf1, 0xd2, 0x88, 0xff, 0xca, 0xb2, 0x77, 0xff, 0x65, 0x5d, 0x4b, 0xff, 0x6c, 0x63, 0x50, 0xff, 0x6b, 0x63, 0x4f, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6c, 0x63, 0x50, 0xff, 0x6c, 0x63, 0x52, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6a, 0x62, 0x4f, 0xff, 0xc1, 0xbd, 0xb3, 0xff, 0xa8, 0xa3, 0x98, 0xff, 0xcf, 0xce, 0xc8, 0xff, 0xc3, 0xc1, 0xb8, 0xff, 0xa5, 0xa1, 0x9e, 0xff, 0xec, 0xdd, 0xb6, 0xff, 0xe6, 0xc7, 0x7d, 0xff, 0xdd, 0xc2, 0x80, 0xff, 0x5b, 0x52, 0x3e, 0xff, 0x54, 0x4c, 0x3b, 0xff, 0xdf, 0xc3, 0x80, 0xff, 0xe4, 0xc7, 0x82, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x4d, 0x44, 0x2d, 0xff, 0x3b, 0x34, 0x22, 0xff,
0x7f, 0x6f, 0x4a, 0xff, 0x66, 0x59, 0x3a, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe8, 0xcb, 0x84, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xec, 0xce, 0x85, 0xff, 0x87, 0x7a, 0x59, 0xff, 0x61, 0x5a, 0x4a, 0xff, 0x6c, 0x63, 0x4f, 0xff, 0x69, 0x60, 0x4d, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6b, 0x62, 0x4e, 0xff, 0x6b, 0x61, 0x4f, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6b, 0x62, 0x4e, 0xff, 0x66, 0x5d, 0x49, 0xff, 0x73, 0x6b, 0x5a, 0xff, 0x77, 0x6f, 0x61, 0xff, 0x5b, 0x51, 0x3c, 0xff, 0x6f, 0x68, 0x56, 0xff, 0x6c, 0x63, 0x4f, 0xff, 0x59, 0x51, 0x3f, 0xff, 0x80, 0x77, 0x65, 0xff, 0xda, 0xbf, 0x80, 0xff, 0xfc, 0xe1, 0x8f, 0xff, 0x65, 0x59, 0x43, 0xff, 0x5f, 0x54, 0x40, 0xff, 0xfb, 0xdc, 0x8e, 0xff, 0xe5, 0xc9, 0x83, 0xff, 0xe9, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x34, 0x2d, 0x1e, 0xff, 0x57, 0x4d, 0x33, 0xff,
0x87, 0x78, 0x4e, 0xff, 0x1b, 0x18, 0x0f, 0xff, 0xe2, 0xc5, 0x82, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xea, 0xcc, 0x85, 0xff, 0xe6, 0xc9, 0x83, 0xff, 0xf1, 0xd3, 0x88, 0xff, 0xbc, 0xa7, 0x71, 0xff, 0x5f, 0x58, 0x48, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6c, 0x63, 0x50, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6b, 0x62, 0x50, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x68, 0x5f, 0x4b, 0xff, 0x65, 0x5b, 0x48, 0xff, 0x6b, 0x62, 0x50, 0xff, 0x66, 0x5d, 0x49, 0xff, 0x67, 0x5e, 0x4c, 0xff, 0x6e, 0x64, 0x50, 0xff, 0x57, 0x50, 0x41, 0xff, 0x9d, 0x8b, 0x63, 0xff, 0xff, 0xe8, 0x93, 0xff, 0x65, 0x5a, 0x43, 0xff, 0x5f, 0x55, 0x41, 0xff, 0xfe, 0xdf, 0x90, 0xff, 0xe5, 0xc9, 0x83, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x2e, 0x29, 0x1a, 0xff, 0x87, 0x78, 0x4e, 0xff,
0x00, 0xff, 0x00, 0xff, 0x12, 0x10, 0x0b, 0xff, 0x93, 0x82, 0x54, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xea, 0xcd, 0x84, 0xff, 0xe8, 0xca, 0x85, 0xff, 0xe9, 0xcb, 0x84, 0xff, 0xe9, 0xcb, 0x84, 0xff, 0x7b, 0x70, 0x55, 0xff, 0x61, 0x5a, 0x4a, 0xff, 0x6b, 0x62, 0x50, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6c, 0x63, 0x50, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6c, 0x63, 0x4f, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6c, 0x63, 0x50, 0xff, 0x6b, 0x62, 0x50, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6b, 0x62, 0x4e, 0xff, 0x68, 0x5e, 0x4d, 0xff, 0x69, 0x5f, 0x4d, 0xff, 0xe2, 0xc5, 0x82, 0xff, 0x66, 0x5c, 0x44, 0xff, 0x56, 0x4f, 0x3c, 0xff, 0xee, 0xd1, 0x88, 0xff, 0xe4, 0xc8, 0x82, 0xff, 0xe9, 0xcc, 0x84, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0xe9, 0xcc, 0x84, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x94, 0x82, 0x55, 0xff, 0x10, 0x0e, 0x0a, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x59, 0x4e, 0x33, 0xff, 0x30, 0x2b, 0x1c, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe4, 0xc8, 0x82, 0xff, 0xf4, 0xd4, 0x89, 0xff, 0xb0, 0x9c, 0x6c, 0xff, 0x5e, 0x58, 0x49, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x69, 0x61, 0x4f, 0xff, 0x69, 0x61, 0x4f, 0xff, 0x6b, 0x62, 0x4e, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6b, 0x62, 0x4f, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x6a, 0x61, 0x4e, 0xff, 0x69, 0x60, 0x4e, 0xff, 0x6a, 0x60, 0x4d, 0xff, 0x69, 0x61, 0x4f, 0xff, 0x6c, 0x62, 0x4d, 0xff, 0x5c, 0x55, 0x48, 0xff, 0x9a, 0x8b, 0x64, 0xff, 0x64, 0x59, 0x42, 0xff, 0x52, 0x49, 0x3a, 0xff, 0xdb, 0xc0, 0x7e, 0xff, 0xe2, 0xc6, 0x81, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x21, 0x1d, 0x13, 0xff, 0x52, 0x48, 0x30, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0xc2, 0xac, 0x6f, 0xff, 0x19, 0x16, 0x0e, 0xff, 0xbb, 0xa3, 0x6b, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe6, 0xc9, 0x83, 0xff, 0xeb, 0xce, 0x85, 0xff, 0xe2, 0xc6, 0x81, 0xff, 0x77, 0x6d, 0x52, 0xff, 0x65, 0x5d, 0x4c, 0xff, 0x6d, 0x63, 0x4f, 0xff, 0x6b, 0x62, 0x4e, 0xff, 0x6d, 0x63, 0x50, 0xff, 0x6c, 0x63, 0x4f, 0xff, 0x6c, 0x62, 0x50, 0xff, 0x6c, 0x63, 0x4f, 0xff, 0x6d, 0x63, 0x50, 0xff, 0x6c, 0x63, 0x4f, 0xff, 0x6d, 0x63, 0x50, 0xff, 0x6c, 0x63, 0x4f, 0xff, 0x6c, 0x63, 0x4f, 0xff, 0x6c, 0x63, 0x4f, 0xff, 0x6c, 0x63, 0x4f, 0xff, 0x6d, 0x63, 0x4f, 0xff, 0x6c, 0x63, 0x4f, 0xff, 0x6d, 0x63, 0x4f, 0xff, 0x6c, 0x62, 0x4f, 0xff, 0x6b, 0x63, 0x4f, 0xff, 0x6c, 0x63, 0x4e, 0xff, 0x65, 0x5d, 0x4b, 0xff, 0x83, 0x76, 0x59, 0xff, 0x4f, 0x47, 0x39, 0xff, 0x6b, 0x60, 0x46, 0xff, 0xff, 0xe6, 0x94, 0xff, 0xed, 0xcf, 0x87, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe8, 0xcb, 0x84, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xcf, 0xb6, 0x77, 0xff, 0x03, 0x03, 0x02, 0xff, 0xe4, 0xc4, 0x84, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x4e, 0x45, 0x2e, 0xff, 0x7c, 0x6c, 0x48, 0xff, 0xe8, 0xcb, 0x84, 0xff, 0xe5, 0xca, 0x83, 0xff, 0xf2, 0xd4, 0x88, 0xff, 0x9f, 0x8d, 0x64, 0xff, 0x59, 0x54, 0x47, 0xff, 0x67, 0x5e, 0x4c, 0xff, 0x63, 0x5c, 0x4b, 0xff, 0x65, 0x5c, 0x4c, 0xff, 0x65, 0x5c, 0x4c, 0xff, 0x64, 0x5d, 0x4c, 0xff, 0x65, 0x5c, 0x4d, 0xff, 0x65, 0x5d, 0x4d, 0xff, 0x65, 0x5d, 0x4d, 0xff, 0x65, 0x5d, 0x4d, 0xff, 0x65, 0x5d, 0x4d, 0xff, 0x65, 0x5d, 0x4d, 0xff, 0x65, 0x5d, 0x4d, 0xff, 0x65, 0x5d, 0x4d, 0xff, 0x65, 0x5d, 0x4d, 0xff, 0x65, 0x5d, 0x4d, 0xff, 0x64, 0x5c, 0x4c, 0xff, 0x64, 0x5d, 0x4d, 0xff, 0x64, 0x5c, 0x4c, 0xff, 0x63, 0x5b, 0x4b, 0xff, 0x63, 0x5c, 0x4b, 0xff, 0x62, 0x5a, 0x4b, 0xff, 0x6c, 0x62, 0x4f, 0xff, 0x30, 0x2e, 0x2d, 0xff, 0x57, 0x4f, 0x3c, 0xff, 0xcc, 0xbb, 0x7a, 0xff, 0xcf, 0xb6, 0x78, 0xff, 0xea, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0x4c, 0x43, 0x2d, 0xff, 0x2f, 0x29, 0x1b, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x9b, 0x89, 0x59, 0xff, 0x18, 0x15, 0x0e, 0xff, 0xa2, 0x8e, 0x5e, 0xff, 0xed, 0xcf, 0x86, 0xff, 0xd9, 0xbe, 0x7d, 0xff, 0x82, 0x75, 0x58, 0xff, 0x7c, 0x70, 0x55, 0xff, 0x81, 0x74, 0x57, 0xff, 0x80, 0x74, 0x57, 0xff, 0x80, 0x74, 0x57, 0xff, 0x80, 0x74, 0x57, 0xff, 0x80, 0x74, 0x58, 0xff, 0x80, 0x74, 0x58, 0xff, 0x80, 0x74, 0x58, 0xff, 0x80, 0x74, 0x58, 0xff, 0x80, 0x74, 0x58, 0xff, 0x80, 0x74, 0x58, 0xff, 0x80, 0x74, 0x58, 0xff, 0x80, 0x74, 0x58, 0xff, 0x80, 0x74, 0x58, 0xff, 0x80, 0x74, 0x58, 0xff, 0x80, 0x74, 0x58, 0xff, 0x80, 0x74, 0x58, 0xff, 0x80, 0x73, 0x58, 0xff, 0x80, 0x73, 0x57, 0xff, 0x7f, 0x74, 0x57, 0xff, 0x81, 0x73, 0x57, 0xff, 0x7e, 0x72, 0x56, 0xff, 0x80, 0x74, 0x58, 0xff, 0x7b, 0x6f, 0x55, 0xff, 0x4f, 0x47, 0x39, 0xff, 0x3c, 0x36, 0x2e, 0xff, 0x72, 0x66, 0x4a, 0xff, 0xed, 0xcf, 0x86, 0xff, 0xe8, 0xcb, 0x84, 0xff, 0xbd, 0xa5, 0x6c, 0xff, 0x28, 0x23, 0x17, 0xff, 0x9b, 0x89, 0x59, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x62, 0x55, 0x38, 0xff, 0x15, 0x12, 0x0c, 0xff, 0xeb, 0xcd, 0x86, 0xff, 0xe3, 0xc7, 0x82, 0xff, 0xdb, 0xc0, 0x7f, 0xff, 0xde, 0xc3, 0x81, 0xff, 0xdd, 0xc2, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xdd, 0xc2, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xde, 0xc2, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xde, 0xc2, 0x80, 0xff, 0xde, 0xc3, 0x80, 0xff, 0xdd, 0xc2, 0x80, 0xff, 0xe0, 0xc5, 0x82, 0xff, 0xd7, 0xbc, 0x7c, 0xff, 0xc9, 0xb0, 0x75, 0xff, 0xd4, 0xba, 0x7b, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xca, 0xb1, 0x74, 0xff, 0x1f, 0x1c, 0x13, 0xff, 0x64, 0x59, 0x3a, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x2c, 0x27, 0x1a, 0xff, 0x34, 0x2e, 0x1f, 0xff, 0xe7, 0xca, 0x84, 0xff, 0xed, 0xd0, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xec, 0xcf, 0x87, 0xff, 0xeb, 0xce, 0x86, 0xff, 0xee, 0xd1, 0x88, 0xff, 0xf2, 0xd4, 0x8a, 0xff, 0xef, 0xd1, 0x88, 0xff, 0xe9, 0xcc, 0x86, 0xff, 0x36, 0x2f, 0x20, 0xff, 0x2a, 0x26, 0x19, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xce, 0xb7, 0x76, 0xff, 0x0c, 0x0b, 0x07, 0xff, 0xa2, 0x8e, 0x5d, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xe8, 0xcb, 0x85, 0xff, 0xe8, 0xcc, 0x85, 0xff, 0x6d, 0x60, 0x3f, 0xff, 0x1e, 0x1a, 0x11, 0xff, 0xc2, 0xab, 0x71, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xeb, 0xce, 0x87, 0xff, 0x01, 0x01, 0x01, 0xff, 0x6d, 0x60, 0x3f, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe6, 0xc9, 0x84, 0xff, 0xa2, 0x8e, 0x5d, 0xff, 0x01, 0x01, 0x01, 0xff, 0xb6, 0x9f, 0x68, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xb6, 0xa0, 0x68, 0xff, 0x1e, 0x1a, 0x11, 0xff, 0x36, 0x2f, 0x20, 0xff, 0xcb, 0xb2, 0x75, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0x34, 0x2f, 0x1f, 0xff, 0x0c, 0x0b, 0x07, 0xff, 0xea, 0xcd, 0x85, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xc1, 0xac, 0x72, 0xff, 0x2a, 0x26, 0x19, 0xff, 0x1f, 0x1c, 0x13, 0xff, 0xbe, 0xa7, 0x6d, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xa6, 0x92, 0x5f, 0xff, 0x15, 0x12, 0x0c, 0xff, 0x2c, 0x27, 0x1a, 0xff, 0xce, 0xb6, 0x75, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x64, 0x58, 0x3a, 0xff, 0x28, 0x23, 0x17, 0xff, 0x4c, 0x43, 0x2d, 0xff, 0xcf, 0xb6, 0x77, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xbb, 0xa3, 0x6b, 0xff, 0x7c, 0x6c, 0x48, 0xff, 0x18, 0x15, 0x0e, 0xff, 0x61, 0x55, 0x38, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x9a, 0x88, 0x5a, 0xff, 0x2f, 0x29, 0x1c, 0xff, 0x03, 0x03, 0x02, 0xff, 0x21, 0x1d, 0x13, 0xff, 0x94, 0x82, 0x55, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xea, 0xcd, 0x86, 0xff, 0xe2, 0xc5, 0x82, 0xff, 0x93, 0x82, 0x54, 0xff, 0x30, 0x2b, 0x1c, 0xff, 0x19, 0x16, 0x0e, 0xff, 0x4f, 0x45, 0x2e, 0xff, 0x9a, 0x88, 0x5a, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xe4, 0xc5, 0x80, 0xff, 0x52, 0x48, 0x30, 0xff, 0x10, 0x0e, 0x0a, 0xff, 0x2e, 0x29, 0x1a, 0xff, 0x34, 0x2d, 0x1e, 0xff, 0x4d, 0x44, 0x2d, 0xff, 0x6e, 0x60, 0x3f, 0xff, 0x9a, 0x87, 0x59, 0xff, 0xdd, 0xc2, 0x7f, 0xff, 0xcb, 0xb2, 0x75, 0xff, 0x9e, 0x8a, 0x5b, 0xff, 0x70, 0x62, 0x40, 0xff, 0x50, 0x48, 0x2f, 0xff, 0x66, 0x59, 0x3a, 0xff, 0x1b, 0x18, 0x0f, 0xff, 0x12, 0x10, 0x0b, 0xff, 0x59, 0x4d, 0x33, 0xff, 0xc3, 0xab, 0x6f, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x88, 0x77, 0x4e, 0xff, 0x58, 0x4e, 0x34, 0xff, 0x3b, 0x33, 0x22, 0xff, 0x23, 0x1e, 0x14, 0xff, 0x12, 0x10, 0x0b, 0xff, 0x2d, 0x28, 0x1a, 0xff, 0x13, 0x11, 0x0b, 0xff, 0x1e, 0x1b, 0x13, 0xff, 0x2d, 0x28, 0x1a, 0xff, 0x42, 0x3a, 0x27, 0xff, 0x7f, 0x6f, 0x4a, 0xff, 0x88, 0x77, 0x4e, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
#endif
};
const lv_img_dsc_t watch_menu_altimeter_icon = {
.header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED,
.header.always_zero = 0,
.header.reserved = 0,
.header.w = 42,
.header.h = 42,
.data_size = 1764 * LV_COLOR_SIZE / 8,
.data = altimeter_icon_chroma_map,
};

View File

@ -64,7 +64,7 @@ void compass_screen_init(CompassScreen_t * const compassScreen);
/**
* @brief Registers a callback function which will be called every time the state of the application changes ie : is opened or closed.
* This callback should be used to initialize and deinitialize needed devices drivers like the magnetometer or the temperature sensor.
* @note The state of the application is passed as a parameter or the callback function.
* @note The state of the application is passed as a parameter of the callback function.
*
* @param compassScreen a pointer to the compass screen object structure.
* @param compassScreenOnStateChangeCb the callback of type @ref CompassScreenOnStateChangeCb_t to register.

View File

@ -11,6 +11,7 @@
#include "watch_face.h"
#include "menu_screen.h"
#include "compass_screen.h"
#include "altimeter_screen.h"
#include "find_my_phone_screen.h"
#include "music_player_screen.h"
#include "settings_screen.h"
@ -38,6 +39,7 @@ static void _perform_deferred_display_wake_up(uint8_t deferred_time_in_ms);
WatchFace_t watchFace;
MenuScreen_t menuScreen;
CompassScreen_t compassScreen;
AltimeterScreen_t altimeterScreen;
FindMyPhoneScreen_t findMyPhoneScreen;
MusicPlayerScreen_t musicPlayerScreen;
NotificationScreen_t notificationScreen;
@ -150,6 +152,7 @@ static void setTimeFormatCb(bool *hour_24H_format, SettingMode_e mode)
else
{
watch_settings_time_and_date_set_hour_format(*hour_24H_format);
notification_screen_set_displayed_hour_format(&notificationScreen, *hour_24H_format);
}
}
@ -644,6 +647,23 @@ static void settings_screen_on_state_change_cb(SettingsScreenState_e settingsScr
}
}
static void altimeter_screen_on_state_change_cb(AltimeterScreenState_e altimeterScreenState)
{
switch(altimeterScreenState)
{
case ALTIMETER_SCREEN_STATE_OPENED:
if(!watch_peripherals_pressure_sensor_select_profile(WATCH_PERIPHERALS_PRESSURE_SENSOR_PROFILE_HIGH_PRECISION))
APP_LOG_ERROR("Failed to change pressure sensor profile to high precision");
break;
case ALTIMETER_SCREEN_STATE_CLOSED:
if(!watch_peripherals_pressure_sensor_select_profile(WATCH_PERIPHERALS_PRESSURE_SENSOR_PROFILE_LOW_POWER))
APP_LOG_ERROR("Failed to change pressure sensor profile to low power");
break;
default:
break;
}
}
static float bmp_temperature = 0;
static void compass_screen_azimuth_and_temperature_cb(uint16_t *azimuth, bool *refreshAzimuth, float *temperature, bool *refreshTemperature)
@ -653,6 +673,23 @@ static void compass_screen_azimuth_and_temperature_cb(uint16_t *azimuth, bool *r
*temperature = bmp_temperature;
}
#include "BMP280.h"
static void altimeter_screen_measurement_cb(float * const temperature, float * const pressure, float * const altitude)
{
float _pressure, _temperature;
BMP280_trigger_measurement();
while(BMP280_is_measuring());
float _altitude = BMP280_get_altitude(0, &_pressure, &_temperature);
if(temperature)*temperature = _temperature;
if(pressure)*pressure = _pressure/100.0;
if(altitude)*altitude = _altitude;
}
static void sendFindMyPhoneBLECommandCb(bool findMyPhone)
{
gadget_bridge_send_find_phone(findMyPhone);
@ -660,7 +697,7 @@ static void sendFindMyPhoneBLECommandCb(bool findMyPhone)
static void sendMusicPlaybackBLECommandCb(MusicPlaybackCtrlAction_e musicPlaybackCtrlAction)
{
gadget_bridge_send_music_control(musicPlaybackCtrlAction);
gadget_bridge_send_music_control((gadget_bridge_music_control_e) musicPlaybackCtrlAction);
}
static void notification_on_state_change_cb(NotificationState_e notificationState, uint32_t notification_handle)
@ -676,7 +713,6 @@ static void notification_on_state_change_cb(NotificationState_e notificationStat
case NOTIFICATION_STATE_CLEARED:
// Let's restore MCU clocks to it's default
watch_power_management_restore_default_cpu_clocks(true, true);
// Don't forget to tell GadgetBridge that the notification was dismissed
gadget_bridge_send_notification_action(GADGET_BRIDGE_NOTIFICATION_ACTION_DISMISS, notification_handle, NULL, NULL);
default:
@ -751,6 +787,11 @@ void gfx_task(void *param)
compass_screen_register_on_state_change_cb(&compassScreen, &(compass_screen_on_state_change_cb));
compass_screen_register_azimuth_and_temperature_cb(&compassScreen, &(compass_screen_azimuth_and_temperature_cb));
altimeter_screen_init(&altimeterScreen);
altimeter_screen_register_on_state_change_cb(&altimeterScreen, &(altimeter_screen_on_state_change_cb));
altimeter_screen_register_user_feedback_cb(&altimeterScreen, &(watch_peripherals_vibrate_on_item_click));
altimeter_screen_register_measurement_cb(&altimeterScreen, &(altimeter_screen_measurement_cb));
find_my_phone_screen_init(&findMyPhoneScreen);
find_my_phone_screen_register_BLE_command_send_cb(&findMyPhoneScreen, &(sendFindMyPhoneBLECommandCb));
@ -760,6 +801,7 @@ void gfx_task(void *param)
music_player_screen_register_user_feedback_cb(&musicPlayerScreen, &(watch_peripherals_vibrate_on_item_click));
notification_screen_init(&notificationScreen);
notification_screen_set_displayed_hour_format(&notificationScreen, persistency_get_settings()->timeAndDate.time_and_date_hour_format);
notification_screen_register_on_state_change_cb(&notificationScreen, &(notification_on_state_change_cb));
settings_screen_init(&settingsScreen);
@ -879,7 +921,7 @@ void gfx_task(void *param)
_battery_stats.battery_percentage = battery_voltage_to_percentage(_battery_stats.battery_voltage);
APP_LOG_DEBUG("GFX thread, temp : %0.2f °C, press : %0.2f hPa, battery(%s) : %u mV <-> %u %%",
bmp_temperature,
pressure/100,
pressure/100.0,
battery_controller_status_2_str(watch_peripherals_get_battery_controller_status()),
_battery_stats.battery_voltage,
_battery_stats.battery_percentage);

View File

@ -4,6 +4,7 @@
#include "settings_screen.h"
#include "watch_face.h"
#include "compass_screen.h"
#include "altimeter_screen.h"
#include "find_my_phone_screen.h"
#include "music_player_screen.h"
#include "translation.h"
@ -77,13 +78,20 @@ static void simulate_menu_item_click(uint8_t menu_item_id)
}
break;
case 4:
{
extern AltimeterScreen_t altimeterScreen;
altimeter_screen_create(&altimeterScreen);
lv_scr_load_anim(altimeterScreen.display, LV_SCR_LOAD_ANIM_MOVE_LEFT, 400, 0, true);
}
break;
case 5:
{
extern FindMyPhoneScreen_t findMyPhoneScreen;
find_my_phone_screen_create(&findMyPhoneScreen);
lv_scr_load_anim(findMyPhoneScreen.display, LV_SCR_LOAD_ANIM_MOVE_LEFT, 400, 0, true);
}
break;
case 5:
case 6:
{
extern SettingsScreen_t settingsScreen;
settings_screen_create(&settingsScreen);
@ -193,15 +201,19 @@ void menu_screen_create(MenuScreen_t * const menuScreen)
// We declare all the needed assets by the menu screen:
LV_IMG_DECLARE(watch_menu_clock_icon)
LV_IMG_DECLARE(watch_menu_dialer_icon)
LV_IMG_DECLARE(watch_menu_lost_phone_icon)
LV_IMG_DECLARE(watch_menu_mail_icon)
LV_IMG_DECLARE(watch_menu_contacts_icon)
LV_IMG_DECLARE(watch_menu_alarm_icon)
LV_IMG_DECLARE(watch_menu_music_player_icon)
LV_IMG_DECLARE(watch_menu_settings_icon)
LV_IMG_DECLARE(watch_menu_messages_icon)
LV_IMG_DECLARE(watch_menu_compass_icon)
LV_IMG_DECLARE(watch_menu_altimeter_icon)
LV_IMG_DECLARE(watch_menu_lost_phone_icon)
LV_IMG_DECLARE(watch_menu_settings_icon)
// Just declared but not yet used icons
LV_IMG_DECLARE(watch_menu_dialer_icon)
LV_IMG_DECLARE(watch_menu_mail_icon)
LV_IMG_DECLARE(watch_menu_contacts_icon)
LV_IMG_DECLARE(watch_menu_messages_icon)
// We create our parent screen :
if(menuScreen->display)
@ -239,13 +251,14 @@ void menu_screen_create(MenuScreen_t * const menuScreen)
menu_screen_add_item(menuScreen, 1, &watch_menu_alarm_icon, translation_get_word(TRANSLATION_ALARM), &(menu_item_cb));
menu_screen_add_item(menuScreen, 2, &watch_menu_music_player_icon, translation_get_word(TRANSLATION_MUSIC), &(menu_item_cb));
menu_screen_add_item(menuScreen, 3, &watch_menu_compass_icon, translation_get_word(TRANSLATION_COMPASS), &(menu_item_cb));
menu_screen_add_item(menuScreen, 4, &watch_menu_lost_phone_icon, translation_get_word(TRANSLATION_FIND_MY_PHONE), &(menu_item_cb));
menu_screen_add_item(menuScreen, 4, &watch_menu_altimeter_icon, translation_get_word(TRANSLATION_ALTIMETER), &(menu_item_cb));
menu_screen_add_item(menuScreen, 5, &watch_menu_lost_phone_icon, translation_get_word(TRANSLATION_FIND_MY_PHONE), &(menu_item_cb));
/*
menu_screen_add_item(menuScreen, 3, &watch_menu_messages_icon, "Text messages", &(menu_item_cb));
menu_screen_add_item(menuScreen, 4, &watch_menu_mail_icon, "Mails", &(menu_item_cb));
menu_screen_add_item(menuScreen, 5, &watch_menu_dialer_icon, "Phone", &(menu_item_cb));
menu_screen_add_item(menuScreen, 6, &watch_menu_contacts_icon, "Contacts", &(menu_item_cb));*/
menu_screen_add_item(menuScreen, 5, &watch_menu_settings_icon, translation_get_word(TRANSLATION_SETTINGS), &(menu_item_cb));
menu_screen_add_item(menuScreen, 6, &watch_menu_settings_icon, translation_get_word(TRANSLATION_SETTINGS), &(menu_item_cb));
// We register the event callback to handle the right to left swipe gesture
lv_obj_add_event_cb(menuScreen->display, &(gesture_event_cb), LV_EVENT_GESTURE, menuScreen);

View File

@ -25,7 +25,7 @@ static void notification_scrolled_event_cb(lv_event_t *e)
//If we didn't scroll down enough, make the notif pop again
if(lv_obj_get_scroll_y(e->target) >= 83)
{
lv_obj_scroll_to_y(e->target, 166, LV_ANIM_ON);
lv_obj_scroll_to_y(e->target, 186, LV_ANIM_ON);
}
//Else we know that the user wants to close the notification, so we do it with an animation to reach 0
else if(lv_obj_get_scroll_y(e->target) != 0)
@ -287,12 +287,12 @@ void _display_message_notification(NotificationScreen_t * const notificationScre
lv_obj_add_event_cb(notification_display, &(notification_scrolled_event_cb), LV_EVENT_SCROLL_END, notificationScreen);
lv_obj_t *main_notification = lv_obj_create(notification_display);
lv_obj_set_size(main_notification, 202, 166);
lv_obj_set_size(main_notification, 222, 186);
lv_obj_set_style_pad_all(main_notification, 0, LV_PART_MAIN);
lv_obj_set_style_pad_top(main_notification, 10, LV_PART_MAIN);
lv_obj_set_style_border_width(main_notification, 0, LV_PART_MAIN);
lv_obj_set_style_radius(main_notification, 30, LV_PART_MAIN);
lv_obj_align(main_notification, LV_ALIGN_BOTTOM_MID,0,166);
lv_obj_align(main_notification, LV_ALIGN_BOTTOM_MID,0,186);
lv_obj_set_style_bg_color(main_notification, lv_color_make(52, 93, 106), LV_PART_MAIN);
//lv_obj_set_style_opa(main_notification, 240, LV_PART_MAIN); //Opacity is too heavy on ram :-(
@ -305,10 +305,10 @@ void _display_message_notification(NotificationScreen_t * const notificationScre
}
notificationScreen->type_label = lv_label_create(main_notification);
lv_obj_set_style_text_color(notificationScreen->type_label, lv_color_white(), LV_PART_MAIN);
lv_obj_set_style_pad_left(notificationScreen->type_label, 10, LV_PART_MAIN);
lv_obj_set_style_pad_left(notificationScreen->type_label, 8, LV_PART_MAIN);
lv_label_set_long_mode(notificationScreen->type_label, LV_LABEL_LONG_SCROLL_CIRCULAR);
lv_obj_set_style_anim_speed(notificationScreen->type_label, 10, LV_PART_MAIN);
lv_obj_set_width(notificationScreen->type_label, lv_pct(27));
lv_obj_set_width(notificationScreen->type_label, lv_pct(31));
lv_label_set_text_static(notificationScreen->type_label, _notification_type_to_char(notification->type));
if(notificationScreen->title_label)
@ -322,7 +322,7 @@ void _display_message_notification(NotificationScreen_t * const notificationScre
lv_obj_align(notificationScreen->title_label, LV_ALIGN_TOP_MID, 0, 0);
lv_obj_set_style_anim_speed(notificationScreen->title_label, 10, LV_PART_MAIN);
lv_label_set_long_mode(notificationScreen->title_label, LV_LABEL_LONG_SCROLL_CIRCULAR);
lv_obj_set_width(notificationScreen->title_label, lv_pct(40));
lv_obj_set_width(notificationScreen->title_label, lv_pct(35));
lv_label_set_text_static(notificationScreen->title_label, notification->title);
if(notificationScreen->date_label)
@ -335,6 +335,8 @@ void _display_message_notification(NotificationScreen_t * const notificationScre
lv_obj_set_style_pad_right(notificationScreen->date_label, 10, LV_PART_MAIN);
lv_obj_set_style_text_color(notificationScreen->date_label, lv_color_white(), LV_PART_MAIN);
lv_obj_align(notificationScreen->date_label, LV_ALIGN_TOP_RIGHT, 0, 0);
lv_obj_set_width(notificationScreen->date_label, lv_pct(31));
lv_obj_set_style_text_align(notificationScreen->date_label, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN);
lv_label_set_text_static(notificationScreen->date_label, _notification_timestamp_to_date(notification->dateOfArrival, notificationScreen->notification_hour_24H_format));
//Create the sub-area in the notification
@ -342,8 +344,8 @@ void _display_message_notification(NotificationScreen_t * const notificationScre
lv_obj_set_style_pad_all(sub_area, 10, LV_PART_MAIN);
lv_obj_set_style_border_width(sub_area, 0, LV_PART_MAIN);
lv_obj_set_style_radius(sub_area, 0, LV_PART_MAIN);
lv_obj_set_width(sub_area, 202);
lv_obj_set_height(sub_area, 136);
lv_obj_set_width(sub_area, 222);
lv_obj_set_height(sub_area, 156);
lv_obj_align(sub_area, LV_ALIGN_BOTTOM_MID, 0, 0);
lv_obj_set_style_bg_color(sub_area, lv_color_make(22, 52, 62), LV_PART_MAIN);
//Create the main text
@ -357,12 +359,12 @@ void _display_message_notification(NotificationScreen_t * const notificationScre
lv_obj_set_width(notificationScreen->body_label, 182);
lv_obj_set_style_text_color(notificationScreen->body_label, lv_color_white(), LV_PART_MAIN);
lv_obj_set_style_pad_all(notificationScreen->body_label, 0, LV_PART_MAIN);
lv_obj_set_style_pad_bottom(notificationScreen->body_label, 40, LV_PART_MAIN);
lv_obj_set_style_pad_bottom(notificationScreen->body_label, 60, LV_PART_MAIN);
lv_label_set_long_mode(notificationScreen->body_label, LV_LABEL_LONG_WRAP);
lv_label_set_text_static(notificationScreen->body_label, notification->body);
lv_obj_scroll_to_y(notification_display, 166, LV_ANIM_ON);
lv_obj_scroll_to_y(notification_display, 186, LV_ANIM_ON);
}
else
{

View File

@ -976,8 +976,16 @@ static void _simulate_side_screen_item_click(SettingsScreen_t * const settingsSc
// Updating the background of the selected category
lv_obj_set_style_bg_color(item, lv_color_make(178, 223, 219), LV_PART_MAIN);
if(settingsScreen->last_selected_item)
{
lv_obj_set_style_bg_color(settingsScreen->last_selected_item, lv_color_white(), LV_PART_MAIN);
// Let's give some user feedback that a category was selected by calling the
// callback if one is registered
if(settingsScreen->settingsScreenUserFeedbackCb)
settingsScreen->settingsScreenUserFeedbackCb();
}
// Let's call the settings screen on state change callback if registered
if(settingsScreen->settingsScreenOnStateChangeCb)
@ -991,11 +999,6 @@ static void _simulate_side_screen_item_click(SettingsScreen_t * const settingsSc
settingsScreen->last_selected_item = item;
// Let's give some user feedback that a category was selected by calling the
// callback if one is registered
if(settingsScreen->settingsScreenUserFeedbackCb)
settingsScreen->settingsScreenUserFeedbackCb();
lv_obj_clean(settingsScreen->side_screen);
if(item == settingsScreen->time_and_date_item)

View File

@ -36,7 +36,7 @@ static const char * const translation_dictionary[][TRANSLATED_LANGUAGES_COUNT] =
},
[TRANSLATION_ALTIMETER] = {
[TRANSLATION_FRENCH] = "Altimètre",
[TRANSLATION_GERMAN] = "Hohenmesser",
[TRANSLATION_GERMAN] = "Höhenmesser",
[TRANSLATION_ENGLISH]= "Altimeter"
},
[TRANSLATION_SETTINGS] = {
@ -184,6 +184,16 @@ static const char * const translation_dictionary[][TRANSLATED_LANGUAGES_COUNT] =
[TRANSLATION_GERMAN] = "",
[TRANSLATION_ENGLISH]= "",
},
[TRANSLATION_ALTIMETER_SETTING_LABEL] = {
[TRANSLATION_FRENCH] = "Régler l'altitude à :",
[TRANSLATION_GERMAN] = "Höhe einstellen zu :",
[TRANSLATION_ENGLISH]= "Set altitude to :",
},
[TRANSLATION_ALTIMETER_APPLY_BUTTON] = {
[TRANSLATION_FRENCH] = "Valider",
[TRANSLATION_GERMAN] = "Bestätigen",
[TRANSLATION_ENGLISH]= "Apply",
},
[TRANSLATION_PHONE_NOT_CONNECTED] = {
[TRANSLATION_FRENCH] = "Mobile\nnon\ncon-\nnecté !",
[TRANSLATION_GERMAN] = "Keine\nVerbind-\nung zum\nHandy !",

View File

@ -18,8 +18,8 @@ typedef enum TranslationWord
TRANSLATION_ALARM,
TRANSLATION_MUSIC,
TRANSLATION_COMPASS,
TRANSLATION_FIND_MY_PHONE,
TRANSLATION_ALTIMETER,
TRANSLATION_FIND_MY_PHONE,
TRANSLATION_SETTINGS,
/* Settings screen text translations */
TRANSLATION_TIME_AND_DATE,
@ -50,6 +50,9 @@ typedef enum TranslationWord
TRANSLATION_BATTERY_VOLTAGE,
TRANSLATION_FACTORY_RESET,
TRANSLATION_RESET,
/* Altimeter screen app translations */
TRANSLATION_ALTIMETER_SETTING_LABEL,
TRANSLATION_ALTIMETER_APPLY_BUTTON,
/* Find my phone app translation */
TRANSLATION_PHONE_NOT_CONNECTED,
TRANSLATION_FIND_MY_PHONE_BTN,

View File

@ -523,7 +523,7 @@
#define LV_USE_CALENDAR_HEADER_DROPDOWN 1
#endif /*LV_USE_CALENDAR*/
#define LV_USE_CHART 0
#define LV_USE_CHART 1
#define LV_USE_COLORWHEEL 0