From 4f4a927a86a1baacde6bb9be7827fbc4d2e7be0d Mon Sep 17 00:00:00 2001 From: xiaojiazhu <258828110@qq.com> Date: Sat, 7 Oct 2023 20:28:39 +0800 Subject: [PATCH] Battery icon show. --- .../LVGL_SPORTCAM/Resource/Images/images.c | 788 +++++++++++++++++- .../UIFlowLVGL.UIFlowPhoto.lvglscr | 526 +++++++++--- .../UIWnd/LVGL_SPORTCAM/UIFlowLVGL.lvglp | 28 +- .../LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.c | 8 +- .../LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.h | 142 ++-- .../UIFlowLVGL/UIFlowPhoto/UIFlowPhoto.c | 606 ++++++++++---- .../UIFlowLVGL/UIFlowPhoto/UIFlowPhoto.h | 12 +- .../UIFlowPhoto/UIFlowPhotoEventCallback.c | 32 +- .../UIWnd/LVGL_SPORTCAM/UIInfo/UIInfo.c | 1 - .../icons/sf_bluetooth_connected.bmp | Bin 0 -> 6456 bytes .../icons/sf_bluetooth_unconnected.bmp | Bin 0 -> 6456 bytes ...connect.bmp => sf_bluetooth_unsupport.bmp} | Bin .../LVGL_SPORTCAM/icons/sf_wifi_connected.bmp | Bin 0 -> 7736 bytes .../icons/sf_wifi_unconnected.bmp | Bin 0 -> 7736 bytes ...i_unconnecct.bmp => sf_wifi_unsupport.bmp} | Bin 15 files changed, 1786 insertions(+), 357 deletions(-) create mode 100644 code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_bluetooth_connected.bmp create mode 100644 code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_bluetooth_unconnected.bmp rename code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/{sf_bluetooth_unconnect.bmp => sf_bluetooth_unsupport.bmp} (100%) create mode 100644 code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_wifi_connected.bmp create mode 100644 code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_wifi_unconnected.bmp rename code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/{sf_wifi_unconnecct.bmp => sf_wifi_unsupport.bmp} (100%) diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Images/images.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Images/images.c index b3ad28f3c..7e1aacade 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Images/images.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Images/images.c @@ -90571,11 +90571,395 @@ const lv_img_dsc_t sf_battery_type = { #define LV_ATTRIBUTE_MEM_ALIGN #endif -#ifndef LV_ATTRIBUTE_IMG_SF_BLUETOOTH_UNCONNECT -#define LV_ATTRIBUTE_IMG_SF_BLUETOOTH_UNCONNECT +#ifndef LV_ATTRIBUTE_IMG_SF_BLUETOOTH_CONNECTED +#define LV_ATTRIBUTE_IMG_SF_BLUETOOTH_CONNECTED #endif -const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_BLUETOOTH_UNCONNECT uint8_t sf_bluetooth_unconnect_map[] = { +const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_BLUETOOTH_CONNECTED uint8_t sf_bluetooth_connected_map[] = { + /*Pixel format: Red: 8 bit, Green: 8 bit, Blue: 8 bit*/ +#if LV_COLOR_DEPTH == 8 + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x14,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x15,0x14,0xc3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x15,0x15,0x15,0x14,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x15,0x15,0x15,0x15,0x14,0xc3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x15,0x15,0x15,0x15,0x15,0x15,0x14,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x15,0x15,0x14,0xc3,0x14,0x15,0x15,0x15,0x11,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x14,0xc3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x15,0x15,0x07,0x0a,0x0a,0x14,0x15,0x15,0x15,0x14,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x11,0x15,0x15,0x14,0xa3,0x0a,0x0a,0x0a,0x0a,0x15,0x15,0x07,0x0a,0x0a,0x0a,0xc3,0x14,0x15,0x15,0x15,0x14,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xc3,0x15,0x15,0x15,0x14,0xc3,0x0a,0x0a,0x0a,0x15,0x15,0x07,0x0a,0x0a,0x0a,0x0a,0x11,0x15,0x15,0x15,0x15,0x11,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x14,0x15,0x15,0x15,0x14,0xa3,0x0a,0x15,0x15,0x07,0x0a,0x0a,0xa3,0x14,0x15,0x15,0x15,0x14,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xc3,0x14,0x15,0x15,0x15,0x11,0x15,0x15,0x07,0x0a,0x11,0x15,0x15,0x15,0x14,0xc3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x14,0x15,0x15,0x15,0x15,0x15,0x14,0x14,0x15,0x15,0x15,0x14,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xc3,0x14,0x15,0x15,0x15,0x15,0x15,0x15,0x14,0xc3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x14,0x15,0x15,0x15,0x15,0x14,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x14,0x15,0x15,0x15,0x15,0x15,0x15,0x14,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xc3,0x14,0x15,0x15,0x15,0x15,0x14,0x15,0x15,0x15,0x14,0xc3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x14,0x15,0x15,0x15,0x14,0x15,0x15,0x07,0xa3,0x14,0x15,0x15,0x15,0x14,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xc3,0x15,0x15,0x15,0x15,0x11,0x0a,0x15,0x15,0x07,0x0a,0x0a,0xc3,0x14,0x15,0x15,0x15,0x11,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x14,0x15,0x15,0x15,0x14,0xa3,0x0a,0x0a,0x15,0x15,0x07,0x0a,0x0a,0x0a,0xa3,0x14,0x15,0x15,0x15,0x14,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x14,0x15,0x15,0x14,0xc3,0x0a,0x0a,0x0a,0x0a,0x15,0x15,0x07,0x0a,0x0a,0x0a,0x0a,0x14,0x15,0x15,0x15,0x14,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x15,0x14,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x15,0x15,0x07,0x0a,0x0a,0xc3,0x14,0x15,0x15,0x15,0x11,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x15,0x15,0x07,0xa3,0x14,0x15,0x15,0x15,0x14,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x15,0x15,0x14,0x15,0x15,0x15,0x15,0xc3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x15,0x15,0x15,0x15,0x15,0x14,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x15,0x15,0x15,0x14,0xc3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x15,0x15,0x14,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x14,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, +#elif LV_COLOR_DEPTH == 16 + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x25,0x8c,0x80,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x47,0x96,0xe7,0x95,0x83,0x8a,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x47,0x96,0x47,0x96,0x47,0x96,0xc5,0x94,0x01,0x81,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x27,0x96,0x23,0x8b,0x20,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x46,0x95,0x61,0x81,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x47,0x96,0x47,0x96,0x25,0x8c,0xc3,0x8a,0x07,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0xa4,0x8b,0x60,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x40,0x80,0x26,0x95,0x63,0x8a,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x47,0x96,0x47,0x96,0x25,0x8c,0x00,0x80,0xc1,0x80,0x85,0x8c,0x47,0x96,0x47,0x96,0x47,0x96,0xa6,0x95,0x02,0x82,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x84,0x8b,0x47,0x96,0x47,0x96,0xa5,0x94,0xe1,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x47,0x96,0x47,0x96,0x25,0x8c,0x00,0x80,0x00,0x80,0x00,0x80,0x22,0x8a,0xc7,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x45,0x8c,0xa0,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x23,0x8b,0x27,0x96,0x47,0x96,0x47,0x96,0x07,0x96,0x03,0x8b,0x20,0x80,0x00,0x80,0x20,0x80,0x47,0x96,0x47,0x96,0x25,0x8c,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x44,0x8b,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x44,0x8b,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x01,0x81,0xe6,0x94,0x47,0x96,0x47,0x96,0x47,0x96,0x26,0x95,0x41,0x81,0x20,0x80,0x47,0x96,0x47,0x96,0x25,0x8c,0x00,0x80,0x00,0x80,0x41,0x81,0x06,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x46,0x95,0x61,0x81,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xc3,0x8a,0x07,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0xa4,0x8b,0x47,0x96,0x47,0x96,0x25,0x8c,0x40,0x80,0x64,0x8b,0x27,0x96,0x47,0x96,0x47,0x96,0x27,0x96,0x03,0x8b,0x20,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xc1,0x80,0x85,0x94,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x26,0x95,0x86,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0xc5,0x94,0xe1,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x42,0x8a,0xc7,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0xe7,0x95,0x83,0x8a,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x80,0x80,0x66,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x66,0x95,0xa0,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xc1,0x80,0x85,0x8c,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0xc5,0x94,0xe1,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xc3,0x8a,0x07,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0xc7,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x27,0x96,0x03,0x8b,0x20,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x21,0x81,0xe6,0x94,0x47,0x96,0x47,0x96,0x47,0x96,0x86,0x95,0x47,0x96,0x47,0x96,0x25,0x8c,0x61,0x81,0x46,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x46,0x95,0x61,0x81,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x44,0x8b,0x27,0x96,0x47,0x96,0x47,0x96,0x27,0x96,0x84,0x8b,0x60,0x80,0x47,0x96,0x47,0x96,0x25,0x8c,0x00,0x80,0x20,0x80,0x03,0x8b,0x27,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0xa4,0x8b,0x60,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x61,0x81,0x46,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x06,0x95,0x41,0x81,0x00,0x80,0x20,0x80,0x47,0x96,0x47,0x96,0x25,0x8c,0x00,0x80,0x00,0x80,0x00,0x80,0xe1,0x80,0xc5,0x94,0x47,0x96,0x47,0x96,0x47,0x96,0xa6,0x95,0x02,0x82,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xa5,0x94,0x47,0x96,0x47,0x96,0x07,0x96,0xe3,0x8a,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x47,0x96,0x47,0x96,0x25,0x8c,0x00,0x80,0x00,0x80,0x00,0x80,0xc1,0x80,0xa5,0x94,0x47,0x96,0x47,0x96,0x47,0x96,0xa6,0x95,0x02,0x82,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x01,0x81,0x27,0x96,0x85,0x8c,0xc1,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x47,0x96,0x47,0x96,0x25,0x8c,0x00,0x80,0x00,0x80,0xc3,0x8a,0x07,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0xc4,0x8b,0x60,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x21,0x81,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x47,0x96,0x47,0x96,0x25,0x8c,0x21,0x81,0x06,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x46,0x95,0x61,0x81,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x47,0x96,0x47,0x96,0xc7,0x95,0x27,0x96,0x47,0x96,0x47,0x96,0x27,0x96,0x23,0x8b,0x20,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0xc5,0x94,0x01,0x81,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x47,0x96,0x47,0x96,0x47,0x96,0xe7,0x95,0x83,0x8a,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x47,0x96,0x47,0x96,0x45,0x8c,0xa0,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0xa6,0x95,0xe2,0x81,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x60,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, +#elif LV_COLOR_DEPTH == 24 + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x25,0x8c,0xff,0x80,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0xe7,0x95,0xff,0x83,0x8a,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xc5,0x94,0xff,0x01,0x81,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x27,0x96,0xff,0x23,0x8b,0xff,0x20,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x46,0x95,0xff,0x61,0x81,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x25,0x8c,0xff,0xc3,0x8a,0xff,0x07,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xa4,0x8b,0xff,0x60,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x40,0x80,0xff,0x26,0x95,0xff,0x63,0x8a,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x25,0x8c,0xff,0x00,0x80,0xff,0xc1,0x80,0xff,0x85,0x8c,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xa6,0x95,0xff,0x02,0x82,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x84,0x8b,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xa5,0x94,0xff,0xe1,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x25,0x8c,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x22,0x8a,0xff,0xc7,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x45,0x8c,0xff,0xa0,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x23,0x8b,0xff,0x27,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x07,0x96,0xff,0x03,0x8b,0xff,0x20,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x25,0x8c,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x44,0x8b,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x44,0x8b,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x01,0x81,0xff,0xe6,0x94,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x26,0x95,0xff,0x41,0x81,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x25,0x8c,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x41,0x81,0xff,0x06,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x46,0x95,0xff,0x61,0x81,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xc3,0x8a,0xff,0x07,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xa4,0x8b,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x25,0x8c,0xff,0x40,0x80,0xff,0x64,0x8b,0xff,0x27,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x27,0x96,0xff,0x03,0x8b,0xff,0x20,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xc1,0x80,0xff,0x85,0x94,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x26,0x95,0xff,0x86,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xc5,0x94,0xff,0xe1,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x42,0x8a,0xff,0xc7,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xe7,0x95,0xff,0x83,0x8a,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x80,0x80,0xff,0x66,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x66,0x95,0xff,0xa0,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xc1,0x80,0xff,0x85,0x8c,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xc5,0x94,0xff,0xe1,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xc3,0x8a,0xff,0x07,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xc7,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x27,0x96,0xff,0x03,0x8b,0xff,0x20,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x21,0x81,0xff,0xe6,0x94,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x86,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x25,0x8c,0xff,0x61,0x81,0xff,0x46,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x46,0x95,0xff,0x61,0x81,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x44,0x8b,0xff,0x27,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x27,0x96,0xff,0x84,0x8b,0xff,0x60,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x25,0x8c,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x03,0x8b,0xff,0x27,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xa4,0x8b,0xff,0x60,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x61,0x81,0xff,0x46,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x06,0x95,0xff,0x41,0x81,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x25,0x8c,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xe1,0x80,0xff,0xc5,0x94,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xa6,0x95,0xff,0x02,0x82,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xa5,0x94,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x07,0x96,0xff,0xe3,0x8a,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x25,0x8c,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xc1,0x80,0xff,0xa5,0x94,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xa6,0x95,0xff,0x02,0x82,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x01,0x81,0xff,0x27,0x96,0xff,0x85,0x8c,0xff,0xc1,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x25,0x8c,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xc3,0x8a,0xff,0x07,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xc4,0x8b,0xff,0x60,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x21,0x81,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x25,0x8c,0xff,0x21,0x81,0xff,0x06,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x46,0x95,0xff,0x61,0x81,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xc7,0x95,0xff,0x27,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x27,0x96,0xff,0x23,0x8b,0xff,0x20,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xc5,0x94,0xff,0x01,0x81,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xe7,0x95,0xff,0x83,0x8a,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x45,0x8c,0xff,0xa0,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0xa6,0x95,0xff,0xe2,0x81,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x60,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, +#elif LV_COLOR_DEPTH == 32 + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x04,0x80,0xff,0x29,0x86,0x8f,0xff,0x06,0x13,0x83,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x04,0x80,0xff,0x3d,0xc9,0x95,0xff,0x3a,0xbd,0x94,0xff,0x19,0x50,0x89,0xff,0x01,0x01,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x04,0x80,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x2f,0x99,0x91,0xff,0x0a,0x20,0x84,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x04,0x80,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3c,0xc4,0x94,0xff,0x1f,0x64,0x8b,0xff,0x02,0x05,0x81,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x05,0x81,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x96,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x33,0xa8,0x92,0xff,0x0f,0x2f,0x85,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x01,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x05,0x81,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x29,0x87,0x8e,0xff,0x1c,0x5a,0x8a,0xff,0x3b,0xc1,0x94,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x96,0xff,0x24,0x77,0x8d,0xff,0x04,0x0c,0x81,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x0a,0x82,0xff,0x32,0xa4,0x92,0xff,0x18,0x4d,0x88,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x04,0x80,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x29,0x85,0x8e,0xff,0x00,0x00,0x80,0xff,0x08,0x1a,0x83,0xff,0x2c,0x91,0x8f,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x37,0xb5,0x93,0xff,0x14,0x41,0x87,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x23,0x73,0x8c,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x2e,0x95,0x90,0xff,0x09,0x1d,0x84,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x04,0x80,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x29,0x85,0x8e,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x16,0x47,0x88,0xff,0x38,0xb9,0x93,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x2a,0x8a,0x8f,0xff,0x07,0x16,0x82,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x1f,0x64,0x8b,0xff,0x3c,0xc6,0x96,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3c,0xc3,0x95,0xff,0x1d,0x60,0x8a,0xff,0x01,0x04,0x81,0xff,0x00,0x00,0x80,0xff,0x02,0x05,0x81,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x29,0x85,0x8e,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x03,0x80,0xff,0x21,0x6b,0x8b,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x96,0xff,0x21,0x6b,0x8b,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0b,0x23,0x84,0xff,0x30,0x9e,0x90,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x32,0xa5,0x92,0xff,0x0d,0x2b,0x85,0xff,0x02,0x04,0x80,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x29,0x85,0x8e,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0d,0x29,0x84,0xff,0x32,0xa3,0x92,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x33,0xa8,0x91,0xff,0x0e,0x2e,0x85,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x02,0x81,0xff,0x1b,0x58,0x89,0xff,0x3b,0xc1,0x94,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc8,0x95,0xff,0x24,0x76,0x8d,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x29,0x85,0x8e,0xff,0x03,0x08,0x81,0xff,0x22,0x6f,0x8c,0xff,0x3d,0xc7,0x96,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3c,0xc4,0x94,0xff,0x1e,0x63,0x8b,0xff,0x02,0x05,0x81,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x08,0x1a,0x83,0xff,0x2d,0x92,0x90,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x33,0xa6,0x91,0xff,0x36,0xb0,0x93,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x2f,0x99,0x90,0xff,0x0a,0x1f,0x83,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x17,0x4a,0x88,0xff,0x39,0xbb,0x93,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3a,0xbd,0x94,0xff,0x19,0x50,0x89,0xff,0x01,0x01,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x06,0x12,0x82,0xff,0x34,0xac,0x92,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x36,0xaf,0x92,0xff,0x06,0x14,0x82,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x08,0x1b,0x83,0xff,0x2d,0x93,0x8f,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x2e,0x98,0x91,0xff,0x0a,0x1e,0x84,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x02,0x81,0xff,0x1c,0x5a,0x8a,0xff,0x3b,0xc1,0x94,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x39,0xba,0x94,0xff,0x3d,0xc8,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3c,0xc4,0x94,0xff,0x1e,0x62,0x8b,0xff,0x02,0x04,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0b,0x24,0x84,0xff,0x31,0x9f,0x91,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x36,0xb2,0x93,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x29,0x85,0x8e,0xff,0x0e,0x2c,0x85,0xff,0x33,0xa8,0x91,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x33,0xa8,0x91,0xff,0x0e,0x2d,0x85,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x06,0x81,0xff,0x20,0x68,0x8b,0xff,0x3c,0xc6,0x96,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc7,0x96,0xff,0x22,0x70,0x8c,0xff,0x05,0x0e,0x81,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x29,0x85,0x8e,0xff,0x00,0x00,0x80,0xff,0x02,0x04,0x80,0xff,0x1e,0x63,0x8b,0xff,0x3c,0xc4,0x94,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x96,0xff,0x24,0x76,0x8d,0xff,0x04,0x0c,0x82,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0f,0x2f,0x85,0xff,0x34,0xaa,0x92,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x32,0xa3,0x92,0xff,0x0d,0x29,0x84,0xff,0x00,0x00,0x80,0xff,0x02,0x04,0x80,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x29,0x85,0x8e,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0a,0x1f,0x83,0xff,0x2f,0x99,0x90,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x37,0xb4,0x94,0xff,0x14,0x40,0x87,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x2e,0x96,0x90,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3b,0xc2,0x95,0xff,0x1c,0x5d,0x8a,0xff,0x01,0x03,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x05,0x81,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x29,0x85,0x8e,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x08,0x1b,0x83,0xff,0x2d,0x94,0x90,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x37,0xb5,0x93,0xff,0x14,0x40,0x87,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0a,0x21,0x83,0xff,0x3c,0xc6,0x96,0xff,0x2d,0x93,0x8f,0xff,0x09,0x1b,0x83,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x04,0x80,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x29,0x85,0x8e,0xff,0x00,0x00,0x80,0xff,0x01,0x03,0x80,0xff,0x1c,0x5b,0x8a,0xff,0x3b,0xc2,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x96,0xff,0x25,0x78,0x8d,0xff,0x04,0x0c,0x82,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0c,0x26,0x84,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x05,0x81,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x29,0x85,0x8e,0xff,0x0c,0x26,0x85,0xff,0x31,0xa1,0x92,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x33,0xa8,0x92,0xff,0x0f,0x2f,0x85,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x05,0x81,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x38,0xb8,0x94,0xff,0x3d,0xc6,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3c,0xc5,0x95,0xff,0x1f,0x65,0x8b,0xff,0x02,0x05,0x81,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x04,0x80,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x2f,0x9a,0x90,0xff,0x0a,0x20,0x84,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x04,0x80,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3a,0xbe,0x95,0xff,0x19,0x52,0x89,0xff,0x01,0x01,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x04,0x80,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x2a,0x89,0x8f,0xff,0x06,0x14,0x82,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x04,0x80,0xff,0x37,0xb4,0x94,0xff,0x13,0x3f,0x87,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x01,0x80,0xff,0x04,0x0c,0x82,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, +#endif + +}; + +const lv_img_dsc_t sf_bluetooth_connected = { + .header.always_zero = 0, + .header.w = 40, + .header.h = 40, + .data_size = 1600 * LV_COLOR_SIZE / 8, +#if ((LV_COLOR_DEPTH == 32) || (LV_COLOR_DEPTH == 24)) + .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, +#else + .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, +#endif + .data = sf_bluetooth_connected_map +}; + + +#ifndef LV_ATTRIBUTE_MEM_ALIGN +#define LV_ATTRIBUTE_MEM_ALIGN +#endif + +#ifndef LV_ATTRIBUTE_IMG_SF_BLUETOOTH_UNCONNECTED +#define LV_ATTRIBUTE_IMG_SF_BLUETOOTH_UNCONNECTED +#endif + +const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_BLUETOOTH_UNCONNECTED uint8_t sf_bluetooth_unconnected_map[] = { + /*Pixel format: Red: 8 bit, Green: 8 bit, Blue: 8 bit*/ +#if LV_COLOR_DEPTH == 8 + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x83,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x8e,0x8c,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x8e,0x8e,0x8e,0x87,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x8e,0x8e,0x8e,0x8e,0x8e,0xa2,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x89,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x8e,0x8e,0xd5,0xa3,0x8d,0x8e,0x8e,0x8e,0xa2,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x88,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x8e,0x8e,0x83,0x0a,0x0a,0x85,0x8e,0x8e,0x8e,0x8b,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa2,0x8e,0x8e,0x86,0x0a,0x0a,0x0a,0x0a,0x0a,0x8e,0x8e,0x83,0x0a,0x0a,0x0a,0xa3,0x8c,0x8e,0x8e,0x8e,0x84,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa2,0x8d,0x8e,0x8e,0x8d,0xa2,0x0a,0x0a,0x0a,0x8e,0x8e,0x83,0x0a,0x0a,0x0a,0x0a,0xa2,0x8e,0x8e,0x8e,0x8e,0xa2,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x87,0x8e,0x8e,0x8e,0x88,0xa3,0x0a,0x8e,0x8e,0x83,0x0a,0x0a,0xa3,0x88,0x8e,0x8e,0x8e,0x88,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x8d,0x8e,0x8e,0x8e,0xa2,0x8e,0x8e,0x83,0x0a,0xa2,0x8e,0x8e,0x8e,0x8e,0xa2,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x85,0x8e,0x8e,0x8e,0x8e,0x8e,0x88,0x8a,0x8e,0x8e,0x8e,0x86,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x8b,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8c,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x89,0x8e,0x8e,0x8e,0x8e,0x8a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x85,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x86,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa2,0x8d,0x8e,0x8e,0x8e,0x8e,0x8c,0x8e,0x8e,0x8e,0x8e,0xa2,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x87,0x8e,0x8e,0x8e,0x8a,0x8e,0x8e,0x83,0xa3,0x88,0x8e,0x8e,0x8e,0x88,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa2,0x8d,0x8e,0x8e,0x8e,0xa2,0x0a,0x8e,0x8e,0x83,0x0a,0x0a,0xa2,0x8e,0x8e,0x8e,0x8e,0xa2,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x89,0x8e,0x8e,0x8e,0x88,0xa3,0x0a,0x0a,0x8e,0x8e,0x83,0x0a,0x0a,0x0a,0x0a,0x86,0x8e,0x8e,0x8e,0x8b,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x86,0x8e,0x8e,0x8d,0xa2,0x0a,0x0a,0x0a,0x0a,0x8e,0x8e,0x83,0x0a,0x0a,0x0a,0x0a,0x86,0x8e,0x8e,0x8e,0x8b,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x8d,0x85,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x8e,0x8e,0x83,0x0a,0x0a,0xa2,0x8d,0x8e,0x8e,0x8e,0xa2,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x8e,0x8e,0x83,0xa3,0x88,0x8e,0x8e,0x8e,0x89,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x8e,0x8e,0x8b,0x8e,0x8e,0x8e,0x8d,0xa2,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x8e,0x8e,0x8e,0x8e,0x8e,0x86,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x8e,0x8e,0x8e,0x8c,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x8e,0x8e,0x84,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x8b,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, +#elif LV_COLOR_DEPTH == 16 + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x49,0x72,0x41,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x6d,0x6b,0x2c,0x6b,0x45,0x79,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x8a,0x72,0x82,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x4d,0x6b,0xa6,0x71,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0xcb,0x72,0xc3,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x6d,0x6b,0x6d,0x6b,0x49,0x72,0x86,0x79,0x4d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x08,0x72,0x20,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0xcb,0x72,0x45,0x79,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x6d,0x6b,0x6d,0x6b,0x49,0x72,0x00,0x80,0x61,0x78,0x69,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x0c,0x6b,0x04,0x79,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xe7,0x71,0x6d,0x6b,0x6d,0x6b,0x8a,0x72,0x82,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x6d,0x6b,0x6d,0x6b,0x49,0x72,0x00,0x80,0x00,0x80,0x00,0x80,0x24,0x79,0x2c,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x49,0x72,0x61,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xa6,0x71,0x4d,0x6b,0x6d,0x6b,0x6d,0x6b,0x4d,0x6b,0xa6,0x71,0x00,0x80,0x00,0x80,0x00,0x80,0x6d,0x6b,0x6d,0x6b,0x49,0x72,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xc7,0x71,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0xc7,0x71,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x82,0x78,0xaa,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0xcb,0x72,0xa2,0x78,0x00,0x80,0x6d,0x6b,0x6d,0x6b,0x49,0x72,0x00,0x80,0x00,0x80,0xa2,0x78,0xcb,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0xcb,0x6a,0xc3,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x86,0x79,0x4d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x08,0x72,0x6d,0x6b,0x6d,0x6b,0x49,0x72,0x20,0x80,0xe7,0x71,0x4d,0x6b,0x6d,0x6b,0x6d,0x6b,0x4d,0x6b,0xa6,0x71,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x61,0x78,0x69,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0xcb,0x72,0xeb,0x6a,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x8a,0x72,0x82,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x45,0x79,0x2c,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x2c,0x6b,0x45,0x79,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x41,0x78,0xeb,0x6a,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0xeb,0x6a,0x41,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x61,0x78,0x69,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x8a,0x72,0x82,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x86,0x71,0x4d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x2c,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x4d,0x6b,0xa6,0x71,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xa2,0x78,0xaa,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x0c,0x6b,0x6d,0x6b,0x6d,0x6b,0x49,0x72,0xc3,0x78,0xcb,0x6a,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0xcb,0x6a,0xc3,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x78,0xc7,0x71,0x4d,0x6b,0x6d,0x6b,0x6d,0x6b,0x4d,0x6b,0xe7,0x71,0x41,0x78,0x6d,0x6b,0x6d,0x6b,0x49,0x72,0x00,0x80,0x00,0x80,0xa6,0x71,0x4d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x08,0x72,0x20,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xc3,0x78,0xeb,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0xcb,0x72,0xa2,0x78,0x00,0x80,0x00,0x80,0x6d,0x6b,0x6d,0x6b,0x49,0x72,0x00,0x80,0x00,0x80,0x00,0x80,0x82,0x78,0x8a,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x0c,0x6b,0x04,0x79,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x8a,0x72,0x6d,0x6b,0x6d,0x6b,0x4d,0x6b,0x86,0x71,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x6d,0x6b,0x6d,0x6b,0x49,0x72,0x00,0x80,0x00,0x80,0x00,0x80,0x61,0x78,0x8a,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x0c,0x6b,0x04,0x79,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x82,0x78,0x4d,0x6b,0x69,0x72,0x61,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x6d,0x6b,0x6d,0x6b,0x49,0x72,0x00,0x80,0x00,0x80,0x86,0x71,0x4d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x08,0x72,0x20,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xa2,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x6d,0x6b,0x6d,0x6b,0x49,0x72,0xa2,0x78,0xaa,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0xcb,0x72,0xc3,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x6d,0x6b,0x6d,0x6b,0x0c,0x6b,0x4d,0x6b,0x6d,0x6b,0x6d,0x6b,0x4d,0x6b,0xa6,0x71,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x8a,0x72,0x82,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x2c,0x6b,0x65,0x79,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x6d,0x6b,0x6d,0x6b,0x49,0x72,0x41,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x0c,0x6b,0x04,0x79,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, +#elif LV_COLOR_DEPTH == 24 + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x49,0x72,0xff,0x41,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x2c,0x6b,0xff,0x45,0x79,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x8a,0x72,0xff,0x82,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x4d,0x6b,0xff,0xa6,0x71,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0xcb,0x72,0xff,0xc3,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x49,0x72,0xff,0x86,0x79,0xff,0x4d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x08,0x72,0xff,0x20,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0xcb,0x72,0xff,0x45,0x79,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x49,0x72,0xff,0x00,0x80,0xff,0x61,0x78,0xff,0x69,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x0c,0x6b,0xff,0x04,0x79,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xe7,0x71,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x8a,0x72,0xff,0x82,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x49,0x72,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x24,0x79,0xff,0x2c,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x49,0x72,0xff,0x61,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xa6,0x71,0xff,0x4d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x4d,0x6b,0xff,0xa6,0x71,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x49,0x72,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xc7,0x71,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0xc7,0x71,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x82,0x78,0xff,0xaa,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0xcb,0x72,0xff,0xa2,0x78,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x49,0x72,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xa2,0x78,0xff,0xcb,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0xcb,0x6a,0xff,0xc3,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x86,0x79,0xff,0x4d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x08,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x49,0x72,0xff,0x20,0x80,0xff,0xe7,0x71,0xff,0x4d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x4d,0x6b,0xff,0xa6,0x71,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x61,0x78,0xff,0x69,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0xcb,0x72,0xff,0xeb,0x6a,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x8a,0x72,0xff,0x82,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x45,0x79,0xff,0x2c,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x2c,0x6b,0xff,0x45,0x79,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x41,0x78,0xff,0xeb,0x6a,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0xeb,0x6a,0xff,0x41,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x61,0x78,0xff,0x69,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x8a,0x72,0xff,0x82,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x86,0x71,0xff,0x4d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x2c,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x4d,0x6b,0xff,0xa6,0x71,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xa2,0x78,0xff,0xaa,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x0c,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x49,0x72,0xff,0xc3,0x78,0xff,0xcb,0x6a,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0xcb,0x6a,0xff,0xc3,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x78,0xff,0xc7,0x71,0xff,0x4d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x4d,0x6b,0xff,0xe7,0x71,0xff,0x41,0x78,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x49,0x72,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xa6,0x71,0xff,0x4d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x08,0x72,0xff,0x20,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xc3,0x78,0xff,0xeb,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0xcb,0x72,0xff,0xa2,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x49,0x72,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x82,0x78,0xff,0x8a,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x0c,0x6b,0xff,0x04,0x79,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x8a,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x4d,0x6b,0xff,0x86,0x71,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x49,0x72,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x61,0x78,0xff,0x8a,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x0c,0x6b,0xff,0x04,0x79,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x82,0x78,0xff,0x4d,0x6b,0xff,0x69,0x72,0xff,0x61,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x49,0x72,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x86,0x71,0xff,0x4d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x08,0x72,0xff,0x20,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xa2,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x49,0x72,0xff,0xa2,0x78,0xff,0xaa,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0xcb,0x72,0xff,0xc3,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x0c,0x6b,0xff,0x4d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x4d,0x6b,0xff,0xa6,0x71,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x8a,0x72,0xff,0x82,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x2c,0x6b,0xff,0x65,0x79,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x49,0x72,0xff,0x41,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x0c,0x6b,0xff,0x04,0x79,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, +#elif LV_COLOR_DEPTH == 32 + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x48,0x48,0x73,0xff,0x0b,0x0b,0x7f,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x66,0x66,0x6e,0xff,0x2b,0x2b,0x78,0xff,0x01,0x01,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x53,0x53,0x72,0xff,0x11,0x11,0x7d,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6a,0x6a,0x6e,0xff,0x36,0x36,0x77,0xff,0x03,0x03,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x5b,0x5b,0x70,0xff,0x19,0x19,0x7b,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x01,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x49,0x49,0x73,0xff,0x31,0x31,0x78,0xff,0x68,0x68,0x6e,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x40,0x40,0x75,0xff,0x07,0x07,0x7f,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x06,0x06,0x80,0xff,0x59,0x59,0x71,0xff,0x2a,0x2a,0x79,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x48,0x48,0x73,0xff,0x00,0x00,0x80,0xff,0x0e,0x0e,0x7e,0xff,0x4e,0x4e,0x72,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x61,0x61,0x6e,0xff,0x23,0x23,0x7a,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x3e,0x3e,0x75,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x51,0x51,0x72,0xff,0x10,0x10,0x7e,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x48,0x48,0x73,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x27,0x27,0x7a,0xff,0x64,0x64,0x6f,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x4b,0x4b,0x73,0xff,0x0c,0x0c,0x7e,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x36,0x36,0x77,0xff,0x6a,0x6a,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x69,0x69,0x6d,0xff,0x34,0x34,0x77,0xff,0x02,0x02,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x48,0x48,0x73,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x02,0x80,0xff,0x3a,0x3a,0x76,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x3a,0x3a,0x76,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x13,0x13,0x7d,0xff,0x55,0x55,0x70,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x59,0x59,0x70,0xff,0x17,0x17,0x7c,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x48,0x48,0x73,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x16,0x16,0x7c,0xff,0x58,0x58,0x71,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x5a,0x5a,0x6f,0xff,0x19,0x19,0x7c,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x01,0x80,0xff,0x30,0x30,0x78,0xff,0x68,0x68,0x6e,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6d,0xff,0x40,0x40,0x75,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x48,0x48,0x73,0xff,0x05,0x05,0x80,0xff,0x3c,0x3c,0x76,0xff,0x6b,0x6b,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6a,0x6a,0x6e,0xff,0x35,0x35,0x76,0xff,0x03,0x03,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0e,0x0e,0x7e,0xff,0x4e,0x4e,0x72,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x59,0x59,0x70,0xff,0x5f,0x5f,0x6f,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x52,0x52,0x71,0xff,0x11,0x11,0x7d,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x28,0x28,0x79,0xff,0x64,0x64,0x6d,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x66,0x66,0x6e,0xff,0x2b,0x2b,0x78,0xff,0x01,0x01,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0a,0x0a,0x7f,0xff,0x5c,0x5c,0x6f,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x5f,0x5f,0x6f,0xff,0x0b,0x0b,0x7e,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0e,0x0e,0x7d,0xff,0x4f,0x4f,0x71,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x52,0x52,0x72,0xff,0x11,0x11,0x7e,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x01,0x80,0xff,0x30,0x30,0x77,0xff,0x68,0x68,0x6e,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x64,0x64,0x6e,0xff,0x6c,0x6c,0x6d,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6a,0x6a,0x6e,0xff,0x35,0x35,0x77,0xff,0x03,0x03,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x14,0x14,0x7d,0xff,0x56,0x56,0x71,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x60,0x60,0x6f,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x48,0x48,0x73,0xff,0x18,0x18,0x7c,0xff,0x5a,0x5a,0x6f,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x5a,0x5a,0x6f,0xff,0x19,0x19,0x7c,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x7f,0xff,0x38,0x38,0x76,0xff,0x6a,0x6a,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6b,0x6b,0x6c,0xff,0x3c,0x3c,0x75,0xff,0x08,0x08,0x7f,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x48,0x48,0x73,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x35,0x35,0x76,0xff,0x6a,0x6a,0x6e,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x40,0x40,0x75,0xff,0x06,0x06,0x7f,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x19,0x19,0x7b,0xff,0x5c,0x5c,0x70,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x58,0x58,0x71,0xff,0x16,0x16,0x7c,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x48,0x48,0x73,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x11,0x11,0x7d,0xff,0x52,0x52,0x71,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x61,0x61,0x6e,0xff,0x23,0x23,0x7a,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x51,0x51,0x72,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x68,0x68,0x6d,0xff,0x32,0x32,0x77,0xff,0x02,0x02,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x48,0x48,0x73,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0e,0x0e,0x7d,0xff,0x50,0x50,0x72,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x61,0x61,0x6e,0xff,0x23,0x23,0x7a,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x12,0x12,0x7d,0xff,0x6a,0x6a,0x6c,0xff,0x4f,0x4f,0x71,0xff,0x0f,0x0f,0x7e,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x48,0x48,0x73,0xff,0x00,0x00,0x80,0xff,0x02,0x02,0x80,0xff,0x31,0x31,0x77,0xff,0x68,0x68,0x6d,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x40,0x40,0x74,0xff,0x06,0x06,0x7f,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x14,0x14,0x7c,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x48,0x48,0x73,0xff,0x15,0x15,0x7d,0xff,0x57,0x57,0x71,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x5b,0x5b,0x70,0xff,0x19,0x19,0x7b,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x63,0x63,0x6e,0xff,0x6b,0x6b,0x6d,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6a,0x6a,0x6d,0xff,0x36,0x36,0x76,0xff,0x03,0x03,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x53,0x53,0x71,0xff,0x11,0x11,0x7d,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x66,0x66,0x6d,0xff,0x2c,0x2c,0x78,0xff,0x01,0x01,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x4a,0x4a,0x73,0xff,0x0b,0x0b,0x7e,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x61,0x61,0x6e,0xff,0x22,0x22,0x7a,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x01,0x80,0xff,0x06,0x06,0x7f,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, +#endif + +}; + +const lv_img_dsc_t sf_bluetooth_unconnected = { + .header.always_zero = 0, + .header.w = 40, + .header.h = 40, + .data_size = 1600 * LV_COLOR_SIZE / 8, +#if ((LV_COLOR_DEPTH == 32) || (LV_COLOR_DEPTH == 24)) + .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, +#else + .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, +#endif + .data = sf_bluetooth_unconnected_map +}; + + +#ifndef LV_ATTRIBUTE_MEM_ALIGN +#define LV_ATTRIBUTE_MEM_ALIGN +#endif + +#ifndef LV_ATTRIBUTE_IMG_SF_BLUETOOTH_UNSUPPORT +#define LV_ATTRIBUTE_IMG_SF_BLUETOOTH_UNSUPPORT +#endif + +const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_BLUETOOTH_UNSUPPORT uint8_t sf_bluetooth_unsupport_map[] = { /*Pixel format: Red: 8 bit, Green: 8 bit, Blue: 8 bit*/ #if LV_COLOR_DEPTH == 8 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, @@ -90745,7 +91129,7 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_BLUETOOTH_UNCONNECT uint8_t sf_ }; -const lv_img_dsc_t sf_bluetooth_unconnect = { +const lv_img_dsc_t sf_bluetooth_unsupport = { .header.always_zero = 0, .header.w = 40, .header.h = 40, @@ -90755,7 +91139,7 @@ const lv_img_dsc_t sf_bluetooth_unconnect = { #else .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, #endif - .data = sf_bluetooth_unconnect_map + .data = sf_bluetooth_unsupport_map }; @@ -103291,11 +103675,395 @@ const lv_img_dsc_t sf_warning_selected = { #define LV_ATTRIBUTE_MEM_ALIGN #endif -#ifndef LV_ATTRIBUTE_IMG_SF_WIFI_UNCONNECCT -#define LV_ATTRIBUTE_IMG_SF_WIFI_UNCONNECCT +#ifndef LV_ATTRIBUTE_IMG_SF_WIFI_CONNECTED +#define LV_ATTRIBUTE_IMG_SF_WIFI_CONNECTED #endif -const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_WIFI_UNCONNECCT uint8_t sf_wifi_unconnecct_map[] = { +const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_WIFI_CONNECTED uint8_t sf_wifi_connected_map[] = { + /*Pixel format: Red: 8 bit, Green: 8 bit, Blue: 8 bit*/ +#if LV_COLOR_DEPTH == 8 + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0xc3,0x14,0x14,0x14,0x14,0x15,0x14,0x14,0x14,0x11,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xc3,0x14,0x14,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x14,0x14,0xc3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xc3,0x14,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x14,0xc3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x14,0x15,0x15,0x15,0x15,0x15,0x14,0x11,0xc3,0xa3,0xa3,0x0a,0x0a,0xa3,0xa3,0xc3,0x11,0x14,0x15,0x15,0x15,0x15,0x15,0x14,0xc3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xc3,0x15,0x15,0x15,0x15,0x14,0x11,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0xc3,0x14,0x15,0x15,0x15,0x15,0x07,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x14,0x15,0x15,0x15,0x14,0x11,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xc3,0x14,0x15,0x15,0x15,0x14,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x11,0x15,0x15,0x15,0x14,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0xc3,0x14,0x14,0x14,0x14,0x14,0x14,0x11,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x11,0x15,0x15,0x15,0x14,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x14,0x15,0x11,0x0a,0x0a,0x0a,0x0a,0x0a,0x11,0x14,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x14,0x07,0xa3,0x0a,0x0a,0x0a,0x0a,0xc3,0x15,0x15,0x07,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x0a,0x0a,0x0a,0x0a,0x11,0x14,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x11,0x0a,0x0a,0x0a,0x0a,0xa3,0x11,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x14,0x15,0x15,0x15,0x15,0x14,0x11,0xc3,0xa3,0xa3,0x0a,0xa3,0xc3,0x11,0x14,0x15,0x15,0x15,0x15,0x14,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x14,0x15,0x15,0x15,0x14,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x14,0x15,0x15,0x15,0x15,0xc3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x14,0x15,0x14,0xc3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x14,0x15,0x15,0x07,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x11,0xa3,0x0a,0x0a,0x0a,0x0a,0xa3,0xc3,0x14,0x14,0x14,0x14,0x11,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x14,0x07,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x14,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x14,0xc3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x11,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x14,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x14,0x15,0x15,0x14,0x07,0xc3,0xa3,0xa3,0xc3,0x11,0x14,0x15,0x15,0x15,0x11,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x14,0x14,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x11,0x15,0x07,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x14,0x15,0x15,0x14,0x11,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x14,0x15,0x15,0x15,0x15,0x15,0x11,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x14,0x15,0x15,0x15,0x07,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x14,0x15,0x07,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xc3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, +#elif LV_COLOR_DEPTH == 16 + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x81,0x81,0x44,0x8b,0x65,0x8c,0xe6,0x94,0x66,0x95,0x07,0x96,0x27,0x96,0xa6,0x95,0x06,0x95,0x45,0x8c,0xa4,0x8b,0xe2,0x81,0x40,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x22,0x8a,0x45,0x8c,0xe7,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x07,0x96,0x65,0x94,0x83,0x8a,0x40,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x22,0x8a,0x46,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0xc7,0x95,0xa3,0x8a,0x20,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xa2,0x81,0x46,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0xa6,0x95,0xe4,0x8b,0x42,0x8a,0x82,0x81,0x01,0x81,0x80,0x80,0x40,0x80,0xe1,0x80,0x82,0x81,0x42,0x8a,0x64,0x8b,0x66,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x66,0x95,0x42,0x8a,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x03,0x8b,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x07,0x96,0x64,0x8b,0x21,0x81,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x01,0x81,0xe3,0x8a,0xa6,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x05,0x8c,0x20,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x60,0x80,0x65,0x8c,0x47,0x96,0x47,0x96,0x47,0x96,0x07,0x96,0x64,0x8b,0x80,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x40,0x80,0xe3,0x8a,0xe7,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x06,0x95,0xa0,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xa4,0x8b,0x47,0x96,0x47,0x96,0x47,0x96,0xe6,0x94,0xa0,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x81,0x81,0x24,0x8b,0x85,0x94,0x06,0x95,0x86,0x95,0xa7,0x95,0x26,0x95,0x65,0x8c,0x84,0x8b,0xc2,0x81,0x20,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x60,0x80,0xe4,0x8b,0x47,0x96,0x47,0x96,0x47,0x96,0xa7,0x95,0xe1,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x65,0x8c,0x47,0x96,0x84,0x8b,0x20,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xa0,0x80,0xa4,0x8b,0xe7,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x07,0x96,0x25,0x8c,0x21,0x81,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xc3,0x8a,0x27,0x96,0x47,0x96,0x25,0x8c,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0xa2,0x81,0x00,0x80,0x00,0x80,0x00,0x80,0x60,0x80,0xa4,0x8b,0x27,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x04,0x8c,0xc1,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xc2,0x81,0xc4,0x8b,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x21,0x81,0x66,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0xa6,0x95,0xe4,0x8b,0x42,0x8a,0x81,0x81,0x01,0x81,0xc1,0x80,0x61,0x81,0x22,0x8a,0x84,0x8b,0x86,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0xe7,0x95,0xc2,0x81,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xa2,0x81,0x07,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x06,0x95,0x02,0x82,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x61,0x81,0x85,0x8c,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0xe3,0x8a,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x65,0x8c,0x47,0x96,0x07,0x96,0x42,0x8a,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xa2,0x81,0xa6,0x95,0x47,0x96,0x47,0x96,0x25,0x8c,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0xa4,0x8b,0x01,0x81,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x61,0x81,0x23,0x8b,0x85,0x94,0x06,0x95,0x26,0x95,0x85,0x94,0x84,0x8b,0xa2,0x81,0x20,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xa0,0x80,0xe6,0x94,0x25,0x8c,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xe2,0x81,0x06,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x86,0x95,0x42,0x8a,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0xc4,0x8b,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x85,0x94,0x60,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x65,0x8c,0x47,0x96,0x47,0x96,0x27,0x96,0x04,0x8c,0x42,0x8a,0x81,0x81,0x61,0x81,0x22,0x8a,0xc4,0x8b,0xe7,0x95,0x47,0x96,0x47,0x96,0x47,0x96,0x64,0x8b,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x65,0x8c,0x45,0x8c,0xa0,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x60,0x80,0x84,0x8b,0x47,0x96,0x25,0x8c,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0xa0,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xa2,0x81,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x02,0x82,0x06,0x95,0x47,0x96,0x47,0x96,0xe7,0x95,0xe4,0x8b,0x60,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x65,0x8c,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0x47,0x96,0xa4,0x8b,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x65,0x8c,0x47,0x96,0x47,0x96,0x47,0x96,0x25,0x8c,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x65,0x8c,0x47,0x96,0x05,0x8c,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0xc3,0x8a,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, +#elif LV_COLOR_DEPTH == 24 + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x81,0x81,0xff,0x44,0x8b,0xff,0x65,0x8c,0xff,0xe6,0x94,0xff,0x66,0x95,0xff,0x07,0x96,0xff,0x27,0x96,0xff,0xa6,0x95,0xff,0x06,0x95,0xff,0x45,0x8c,0xff,0xa4,0x8b,0xff,0xe2,0x81,0xff,0x40,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x22,0x8a,0xff,0x45,0x8c,0xff,0xe7,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x07,0x96,0xff,0x65,0x94,0xff,0x83,0x8a,0xff,0x40,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x22,0x8a,0xff,0x46,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xc7,0x95,0xff,0xa3,0x8a,0xff,0x20,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xa2,0x81,0xff,0x46,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xa6,0x95,0xff,0xe4,0x8b,0xff,0x42,0x8a,0xff,0x82,0x81,0xff,0x01,0x81,0xff,0x80,0x80,0xff,0x40,0x80,0xff,0xe1,0x80,0xff,0x82,0x81,0xff,0x42,0x8a,0xff,0x64,0x8b,0xff,0x66,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x66,0x95,0xff,0x42,0x8a,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x03,0x8b,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x07,0x96,0xff,0x64,0x8b,0xff,0x21,0x81,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x01,0x81,0xff,0xe3,0x8a,0xff,0xa6,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x05,0x8c,0xff,0x20,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x60,0x80,0xff,0x65,0x8c,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x07,0x96,0xff,0x64,0x8b,0xff,0x80,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x40,0x80,0xff,0xe3,0x8a,0xff,0xe7,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x06,0x95,0xff,0xa0,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xa4,0x8b,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xe6,0x94,0xff,0xa0,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x81,0x81,0xff,0x24,0x8b,0xff,0x85,0x94,0xff,0x06,0x95,0xff,0x86,0x95,0xff,0xa7,0x95,0xff,0x26,0x95,0xff,0x65,0x8c,0xff,0x84,0x8b,0xff,0xc2,0x81,0xff,0x20,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x60,0x80,0xff,0xe4,0x8b,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xa7,0x95,0xff,0xe1,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x65,0x8c,0xff,0x47,0x96,0xff,0x84,0x8b,0xff,0x20,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xa0,0x80,0xff,0xa4,0x8b,0xff,0xe7,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x07,0x96,0xff,0x25,0x8c,0xff,0x21,0x81,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xc3,0x8a,0xff,0x27,0x96,0xff,0x47,0x96,0xff,0x25,0x8c,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0xa2,0x81,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x60,0x80,0xff,0xa4,0x8b,0xff,0x27,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x04,0x8c,0xff,0xc1,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xc2,0x81,0xff,0xc4,0x8b,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x21,0x81,0xff,0x66,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xa6,0x95,0xff,0xe4,0x8b,0xff,0x42,0x8a,0xff,0x81,0x81,0xff,0x01,0x81,0xff,0xc1,0x80,0xff,0x61,0x81,0xff,0x22,0x8a,0xff,0x84,0x8b,0xff,0x86,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xe7,0x95,0xff,0xc2,0x81,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xa2,0x81,0xff,0x07,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x06,0x95,0xff,0x02,0x82,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x61,0x81,0xff,0x85,0x8c,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xe3,0x8a,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x65,0x8c,0xff,0x47,0x96,0xff,0x07,0x96,0xff,0x42,0x8a,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xa2,0x81,0xff,0xa6,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x25,0x8c,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0xa4,0x8b,0xff,0x01,0x81,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x61,0x81,0xff,0x23,0x8b,0xff,0x85,0x94,0xff,0x06,0x95,0xff,0x26,0x95,0xff,0x85,0x94,0xff,0x84,0x8b,0xff,0xa2,0x81,0xff,0x20,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xa0,0x80,0xff,0xe6,0x94,0xff,0x25,0x8c,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xe2,0x81,0xff,0x06,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x86,0x95,0xff,0x42,0x8a,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0xc4,0x8b,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x85,0x94,0xff,0x60,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x65,0x8c,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x27,0x96,0xff,0x04,0x8c,0xff,0x42,0x8a,0xff,0x81,0x81,0xff,0x61,0x81,0xff,0x22,0x8a,0xff,0xc4,0x8b,0xff,0xe7,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x64,0x8b,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x65,0x8c,0xff,0x45,0x8c,0xff,0xa0,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x60,0x80,0xff,0x84,0x8b,0xff,0x47,0x96,0xff,0x25,0x8c,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0xa0,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xa2,0x81,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x02,0x82,0xff,0x06,0x95,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xe7,0x95,0xff,0xe4,0x8b,0xff,0x60,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x65,0x8c,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0xa4,0x8b,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x65,0x8c,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x47,0x96,0xff,0x25,0x8c,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x65,0x8c,0xff,0x47,0x96,0xff,0x05,0x8c,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0xc3,0x8a,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, +#elif LV_COLOR_DEPTH == 32 + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x01,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x04,0x81,0xff,0x0f,0x31,0x86,0xff,0x21,0x6a,0x8c,0xff,0x2b,0x8e,0x8f,0xff,0x30,0x9e,0x90,0xff,0x36,0xaf,0x92,0xff,0x3b,0xc0,0x94,0xff,0x3d,0xc7,0x96,0xff,0x37,0xb5,0x93,0xff,0x31,0xa0,0x91,0xff,0x2a,0x8a,0x8f,0xff,0x23,0x74,0x8d,0xff,0x13,0x3f,0x87,0xff,0x03,0x08,0x81,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x02,0x81,0xff,0x16,0x46,0x88,0xff,0x2a,0x8a,0x8f,0xff,0x3a,0xbe,0x94,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3c,0xc3,0x95,0xff,0x2c,0x8e,0x90,0xff,0x19,0x51,0x89,0xff,0x03,0x0a,0x82,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x02,0x81,0xff,0x16,0x46,0x88,0xff,0x34,0xa9,0x92,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x38,0xb8,0x94,0xff,0x1b,0x56,0x89,0xff,0x02,0x05,0x81,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x11,0x37,0x86,0xff,0x33,0xa8,0x92,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x37,0xb5,0x93,0xff,0x27,0x7e,0x8d,0xff,0x17,0x49,0x88,0xff,0x10,0x33,0x86,0xff,0x0b,0x22,0x84,0xff,0x06,0x12,0x82,0xff,0x03,0x0a,0x82,0xff,0x09,0x1e,0x83,0xff,0x10,0x33,0x86,0xff,0x17,0x49,0x88,0xff,0x22,0x6e,0x8c,0xff,0x34,0xac,0x92,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x36,0xaf,0x92,0xff,0x17,0x49,0x88,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x01,0x80,0xff,0x1e,0x63,0x8b,0xff,0x3d,0xc8,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3b,0xc1,0x94,0xff,0x22,0x6d,0x8c,0xff,0x0b,0x24,0x84,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0a,0x20,0x84,0xff,0x1d,0x5f,0x8b,0xff,0x37,0xb5,0x93,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x28,0x82,0x8e,0xff,0x02,0x07,0x81,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x04,0x0d,0x82,0xff,0x2b,0x8e,0x8f,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3b,0xc1,0x94,0xff,0x21,0x6c,0x8c,0xff,0x06,0x11,0x82,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x08,0x81,0xff,0x1d,0x5f,0x8b,0xff,0x3a,0xbd,0x94,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x31,0xa0,0x91,0xff,0x07,0x16,0x82,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x24,0x75,0x8d,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x30,0x9c,0x91,0xff,0x07,0x16,0x82,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x04,0x81,0xff,0x0f,0x30,0x86,0xff,0x20,0x67,0x8b,0xff,0x2c,0x90,0x90,0xff,0x31,0xa1,0x91,0xff,0x36,0xb0,0x93,0xff,0x38,0xb7,0x93,0xff,0x32,0xa4,0x91,0xff,0x2b,0x8e,0x8f,0xff,0x23,0x73,0x8c,0xff,0x12,0x3b,0x87,0xff,0x02,0x06,0x81,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x05,0x0e,0x81,0xff,0x27,0x7f,0x8e,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x38,0xb6,0x94,0xff,0x09,0x1e,0x83,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x05,0x81,0xff,0x2b,0x8d,0x8f,0xff,0x3d,0xc9,0x95,0xff,0x23,0x73,0x8c,0xff,0x02,0x04,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x07,0x16,0x82,0xff,0x23,0x74,0x8d,0xff,0x3a,0xbf,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3b,0xc0,0x94,0xff,0x29,0x85,0x8e,0xff,0x0b,0x24,0x84,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x1c,0x5a,0x8a,0xff,0x3d,0xc7,0x96,0xff,0x3d,0xc9,0x95,0xff,0x28,0x84,0x8e,0xff,0x01,0x03,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x05,0x81,0xff,0x11,0x37,0x86,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x04,0x0c,0x81,0xff,0x24,0x76,0x8d,0xff,0x3c,0xc4,0x94,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc8,0x95,0xff,0x27,0x80,0x8e,0xff,0x08,0x19,0x83,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x11,0x38,0x86,0xff,0x25,0x79,0x8d,0xff,0x01,0x03,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0c,0x26,0x85,0xff,0x35,0xae,0x93,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x37,0xb5,0x93,0xff,0x27,0x7f,0x8e,0xff,0x17,0x4a,0x88,0xff,0x0f,0x31,0x85,0xff,0x0b,0x22,0x84,0xff,0x08,0x1b,0x83,0xff,0x0f,0x2f,0x85,0xff,0x16,0x46,0x88,0xff,0x23,0x73,0x8c,0xff,0x36,0xb1,0x92,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3a,0xbe,0x94,0xff,0x12,0x3b,0x87,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x10,0x34,0x85,0xff,0x3c,0xc3,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x31,0xa1,0x92,0xff,0x14,0x40,0x87,0xff,0x01,0x01,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0e,0x2d,0x85,0xff,0x2d,0x93,0x8f,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc8,0x95,0xff,0x1c,0x5d,0x8a,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x05,0x81,0xff,0x2b,0x8d,0x8f,0xff,0x3d,0xc9,0x95,0xff,0x3b,0xc1,0x94,0xff,0x17,0x4b,0x88,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x11,0x37,0x86,0xff,0x37,0xb4,0x94,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x28,0x84,0x8e,0xff,0x01,0x02,0x81,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x05,0x81,0xff,0x24,0x74,0x8c,0xff,0x0b,0x22,0x84,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0f,0x2f,0x85,0xff,0x1f,0x66,0x8b,0xff,0x2d,0x92,0x90,0xff,0x31,0xa1,0x92,0xff,0x33,0xa7,0x92,0xff,0x2d,0x92,0x90,0xff,0x23,0x72,0x8d,0xff,0x11,0x35,0x86,0xff,0x01,0x04,0x81,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x06,0x14,0x82,0xff,0x30,0x9e,0x90,0xff,0x28,0x84,0x8e,0xff,0x01,0x03,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x13,0x3d,0x86,0xff,0x32,0xa2,0x91,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x36,0xb2,0x93,0xff,0x17,0x4b,0x88,0xff,0x01,0x02,0x81,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x06,0x81,0xff,0x01,0x03,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x07,0x81,0xff,0x25,0x79,0x8d,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x2d,0x92,0x90,0xff,0x04,0x0d,0x82,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x05,0x81,0xff,0x2b,0x8d,0x8f,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3c,0xc4,0x94,0xff,0x27,0x81,0x8e,0xff,0x17,0x4b,0x88,0xff,0x0f,0x30,0x86,0xff,0x0e,0x2c,0x85,0xff,0x15,0x44,0x88,0xff,0x25,0x78,0x8d,0xff,0x39,0xbc,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x21,0x6c,0x8c,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x05,0x81,0xff,0x2b,0x8d,0x8f,0xff,0x2a,0x8a,0x8f,0xff,0x06,0x14,0x82,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x04,0x0d,0x82,0xff,0x23,0x73,0x8c,0xff,0x3d,0xc9,0x95,0xff,0x28,0x84,0x8e,0xff,0x01,0x03,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x04,0x81,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x06,0x81,0xff,0x07,0x17,0x82,0xff,0x01,0x01,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x10,0x35,0x86,0xff,0x01,0x03,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x14,0x41,0x87,0xff,0x32,0xa2,0x91,0xff,0x3d,0xc8,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3a,0xbe,0x95,0xff,0x26,0x7d,0x8e,0xff,0x05,0x0f,0x82,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x05,0x81,0xff,0x2b,0x8d,0x8f,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x24,0x74,0x8c,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x05,0x81,0xff,0x2b,0x8d,0x8f,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x3d,0xc9,0x95,0xff,0x28,0x84,0x8e,0xff,0x01,0x03,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x05,0x81,0xff,0x2b,0x8d,0x8f,0xff,0x3d,0xc9,0x95,0xff,0x28,0x83,0x8e,0xff,0x01,0x03,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x05,0x81,0xff,0x1c,0x5a,0x8a,0xff,0x01,0x03,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, +#endif + +}; + +const lv_img_dsc_t sf_wifi_connected = { + .header.always_zero = 0, + .header.w = 48, + .header.h = 40, + .data_size = 1920 * LV_COLOR_SIZE / 8, +#if ((LV_COLOR_DEPTH == 32) || (LV_COLOR_DEPTH == 24)) + .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, +#else + .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, +#endif + .data = sf_wifi_connected_map +}; + + +#ifndef LV_ATTRIBUTE_MEM_ALIGN +#define LV_ATTRIBUTE_MEM_ALIGN +#endif + +#ifndef LV_ATTRIBUTE_IMG_SF_WIFI_UNCONNECTED +#define LV_ATTRIBUTE_IMG_SF_WIFI_UNCONNECTED +#endif + +const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_WIFI_UNCONNECTED uint8_t sf_wifi_unconnected_map[] = { + /*Pixel format: Red: 8 bit, Green: 8 bit, Blue: 8 bit*/ +#if LV_COLOR_DEPTH == 8 + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0xa2,0x84,0x87,0x8a,0x8c,0x8e,0x8b,0x87,0x84,0xa2,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x84,0x8d,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8d,0x85,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x89,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8b,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x89,0x8e,0x8e,0x8e,0x8e,0x8e,0x8b,0x82,0xa3,0xa3,0xa3,0x0a,0x0a,0x0a,0xa3,0xa3,0xa2,0x89,0x8e,0x8e,0x8e,0x8e,0x8e,0x8a,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa2,0x8e,0x8e,0x8e,0x8e,0x8d,0xa2,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa2,0x8b,0x8e,0x8e,0x8e,0x8e,0x83,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x84,0x8e,0x8e,0x8e,0x8d,0xa2,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa2,0x8c,0x8e,0x8e,0x8e,0x87,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa2,0x8e,0x8e,0x8e,0x87,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0xa2,0x85,0x87,0x8a,0x8b,0x88,0x84,0xa2,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x82,0x8e,0x8e,0x8e,0x8b,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x84,0x8e,0xa2,0x0a,0x0a,0x0a,0x0a,0x0a,0xa2,0x8d,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8c,0x83,0xa3,0x0a,0x0a,0x0a,0x0a,0xa3,0x8e,0x8e,0x83,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x0a,0x0a,0x0a,0x0a,0xa2,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x82,0x0a,0x0a,0x0a,0x0a,0xa3,0x81,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x8a,0x8e,0x8e,0x8e,0x8e,0x8b,0x82,0xa3,0xa3,0x0a,0x0a,0xa3,0xa3,0xa2,0x8a,0x8e,0x8e,0x8e,0x8e,0x8d,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x8d,0x8e,0x8e,0x8e,0x88,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x85,0x8e,0x8e,0x8e,0x8e,0xa2,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x84,0x8e,0x8d,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x8b,0x8e,0x8e,0x83,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa2,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0xa2,0x85,0x88,0x89,0x85,0xa2,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x87,0x83,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x88,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8a,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x81,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x85,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x84,0x8e,0x8e,0x8e,0x83,0xa3,0xa3,0xa3,0xa3,0x81,0x8c,0x8e,0x8e,0x8e,0xa2,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x84,0x84,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa2,0x8e,0x83,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa3,0x88,0x8e,0x8e,0x8c,0x82,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x84,0x8e,0x8e,0x8e,0x8e,0x8e,0xa2,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x84,0x8e,0x8e,0x8e,0x83,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x84,0x8e,0x83,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0xa2,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, + 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, +#elif LV_COLOR_DEPTH == 16 + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xc3,0x78,0xc7,0x71,0x69,0x72,0xaa,0x72,0xeb,0x6a,0x2c,0x6b,0x4d,0x6b,0x0c,0x6b,0xaa,0x72,0x49,0x72,0xe7,0x71,0x04,0x79,0x20,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x24,0x79,0x49,0x72,0x2c,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x4d,0x6b,0x69,0x72,0x65,0x79,0x20,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x24,0x79,0xcb,0x6a,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x0c,0x6b,0x65,0x79,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xe3,0x78,0xcb,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x0c,0x6b,0x28,0x72,0x24,0x79,0xe3,0x78,0x82,0x78,0x41,0x78,0x20,0x80,0x82,0x78,0xe3,0x78,0x24,0x79,0xc7,0x71,0xeb,0x6a,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0xeb,0x6a,0x24,0x79,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xa6,0x71,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x4d,0x6b,0xc7,0x71,0xa2,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x82,0x78,0x86,0x71,0x0c,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x28,0x72,0x20,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x78,0x69,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x4d,0x6b,0xc7,0x71,0x41,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x78,0x86,0x71,0x2c,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0xaa,0x72,0x61,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xe7,0x71,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0xaa,0x72,0x61,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xc3,0x78,0xc7,0x71,0x69,0x72,0xaa,0x72,0xeb,0x6a,0x0c,0x6b,0xcb,0x72,0x69,0x72,0xe7,0x71,0x04,0x79,0x00,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x41,0x78,0x28,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x0c,0x6b,0x82,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x69,0x72,0x6d,0x6b,0xe7,0x71,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x61,0x78,0xe7,0x71,0x2c,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x2c,0x6b,0x49,0x72,0xa2,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x86,0x79,0x4d,0x6b,0x6d,0x6b,0x28,0x72,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xe3,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x78,0x08,0x72,0x4d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x28,0x72,0x61,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0xe3,0x78,0x08,0x72,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xa2,0x78,0xeb,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x0c,0x6b,0x28,0x72,0x45,0x79,0xc3,0x78,0x82,0x78,0x61,0x78,0xc3,0x78,0x24,0x79,0xe7,0x71,0xeb,0x6a,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x2c,0x6b,0x04,0x79,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xe3,0x78,0x4d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0xaa,0x72,0x04,0x79,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xc3,0x78,0x69,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x86,0x71,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x69,0x72,0x6d,0x6b,0x4d,0x6b,0x45,0x79,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xe3,0x78,0x0c,0x6b,0x6d,0x6b,0x6d,0x6b,0x28,0x72,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xe7,0x71,0x82,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xc3,0x78,0xa6,0x71,0x69,0x72,0xaa,0x72,0xcb,0x72,0x69,0x72,0xe7,0x71,0xe3,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x41,0x78,0xaa,0x72,0x28,0x72,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x04,0x79,0xaa,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x0c,0x6b,0x45,0x79,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x80,0x08,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x69,0x72,0x20,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x69,0x72,0x6d,0x6b,0x6d,0x6b,0x4d,0x6b,0x28,0x72,0x45,0x79,0xc3,0x78,0xc3,0x78,0x24,0x79,0x08,0x72,0x2c,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0xc7,0x71,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x69,0x72,0x49,0x72,0x41,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x20,0x78,0xe7,0x71,0x6d,0x6b,0x28,0x72,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x78,0x61,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0xe3,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x04,0x79,0xaa,0x72,0x6d,0x6b,0x6d,0x6b,0x2c,0x6b,0x08,0x72,0x41,0x78,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x69,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0xe7,0x71,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x69,0x72,0x6d,0x6b,0x6d,0x6b,0x6d,0x6b,0x28,0x72,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x69,0x72,0x6d,0x6b,0x28,0x72,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x86,0x71,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, + 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80, +#elif LV_COLOR_DEPTH == 24 + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xc3,0x78,0xff,0xc7,0x71,0xff,0x69,0x72,0xff,0xaa,0x72,0xff,0xeb,0x6a,0xff,0x2c,0x6b,0xff,0x4d,0x6b,0xff,0x0c,0x6b,0xff,0xaa,0x72,0xff,0x49,0x72,0xff,0xe7,0x71,0xff,0x04,0x79,0xff,0x20,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x24,0x79,0xff,0x49,0x72,0xff,0x2c,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x4d,0x6b,0xff,0x69,0x72,0xff,0x65,0x79,0xff,0x20,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x24,0x79,0xff,0xcb,0x6a,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x0c,0x6b,0xff,0x65,0x79,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xe3,0x78,0xff,0xcb,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x0c,0x6b,0xff,0x28,0x72,0xff,0x24,0x79,0xff,0xe3,0x78,0xff,0x82,0x78,0xff,0x41,0x78,0xff,0x20,0x80,0xff,0x82,0x78,0xff,0xe3,0x78,0xff,0x24,0x79,0xff,0xc7,0x71,0xff,0xeb,0x6a,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0xeb,0x6a,0xff,0x24,0x79,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xa6,0x71,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x4d,0x6b,0xff,0xc7,0x71,0xff,0xa2,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x82,0x78,0xff,0x86,0x71,0xff,0x0c,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x28,0x72,0xff,0x20,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x78,0xff,0x69,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x4d,0x6b,0xff,0xc7,0x71,0xff,0x41,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x78,0xff,0x86,0x71,0xff,0x2c,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0xaa,0x72,0xff,0x61,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xe7,0x71,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0xaa,0x72,0xff,0x61,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xc3,0x78,0xff,0xc7,0x71,0xff,0x69,0x72,0xff,0xaa,0x72,0xff,0xeb,0x6a,0xff,0x0c,0x6b,0xff,0xcb,0x72,0xff,0x69,0x72,0xff,0xe7,0x71,0xff,0x04,0x79,0xff,0x00,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x41,0x78,0xff,0x28,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x0c,0x6b,0xff,0x82,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x69,0x72,0xff,0x6d,0x6b,0xff,0xe7,0x71,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x61,0x78,0xff,0xe7,0x71,0xff,0x2c,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x2c,0x6b,0xff,0x49,0x72,0xff,0xa2,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x86,0x79,0xff,0x4d,0x6b,0xff,0x6d,0x6b,0xff,0x28,0x72,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xe3,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x78,0xff,0x08,0x72,0xff,0x4d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x28,0x72,0xff,0x61,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xe3,0x78,0xff,0x08,0x72,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xa2,0x78,0xff,0xeb,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x0c,0x6b,0xff,0x28,0x72,0xff,0x45,0x79,0xff,0xc3,0x78,0xff,0x82,0x78,0xff,0x61,0x78,0xff,0xc3,0x78,0xff,0x24,0x79,0xff,0xe7,0x71,0xff,0xeb,0x6a,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x2c,0x6b,0xff,0x04,0x79,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xe3,0x78,0xff,0x4d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0xaa,0x72,0xff,0x04,0x79,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xc3,0x78,0xff,0x69,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x86,0x71,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x69,0x72,0xff,0x6d,0x6b,0xff,0x4d,0x6b,0xff,0x45,0x79,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xe3,0x78,0xff,0x0c,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x28,0x72,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xe7,0x71,0xff,0x82,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xc3,0x78,0xff,0xa6,0x71,0xff,0x69,0x72,0xff,0xaa,0x72,0xff,0xcb,0x72,0xff,0x69,0x72,0xff,0xe7,0x71,0xff,0xe3,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x41,0x78,0xff,0xaa,0x72,0xff,0x28,0x72,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x04,0x79,0xff,0xaa,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x0c,0x6b,0xff,0x45,0x79,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x80,0xff,0x08,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x69,0x72,0xff,0x20,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x69,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x4d,0x6b,0xff,0x28,0x72,0xff,0x45,0x79,0xff,0xc3,0x78,0xff,0xc3,0x78,0xff,0x24,0x79,0xff,0x08,0x72,0xff,0x2c,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0xc7,0x71,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x69,0x72,0xff,0x49,0x72,0xff,0x41,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x20,0x78,0xff,0xe7,0x71,0xff,0x6d,0x6b,0xff,0x28,0x72,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x78,0xff,0x61,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0xe3,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x04,0x79,0xff,0xaa,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x2c,0x6b,0xff,0x08,0x72,0xff,0x41,0x78,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x69,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0xe7,0x71,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x69,0x72,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x6d,0x6b,0xff,0x28,0x72,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x69,0x72,0xff,0x6d,0x6b,0xff,0x28,0x72,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x86,0x71,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, + 0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff,0x00,0x80,0xff, +#elif LV_COLOR_DEPTH == 32 + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x01,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x02,0x80,0xff,0x1b,0x1b,0x7c,0xff,0x39,0x39,0x75,0xff,0x4c,0x4c,0x72,0xff,0x55,0x55,0x70,0xff,0x5f,0x5f,0x6f,0xff,0x67,0x67,0x6d,0xff,0x6b,0x6b,0x6c,0xff,0x61,0x61,0x6e,0xff,0x56,0x56,0x71,0xff,0x4b,0x4b,0x73,0xff,0x3e,0x3e,0x75,0xff,0x22,0x22,0x7a,0xff,0x05,0x05,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x01,0x80,0xff,0x26,0x26,0x7a,0xff,0x4b,0x4b,0x73,0xff,0x67,0x67,0x6e,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x69,0x69,0x6d,0xff,0x4d,0x4d,0x73,0xff,0x2c,0x2c,0x79,0xff,0x06,0x06,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x01,0x80,0xff,0x26,0x26,0x7a,0xff,0x5b,0x5b,0x6f,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x63,0x63,0x6e,0xff,0x2f,0x2f,0x78,0xff,0x03,0x03,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x1e,0x1e,0x7b,0xff,0x5b,0x5b,0x70,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x61,0x61,0x6e,0xff,0x44,0x44,0x74,0xff,0x27,0x27,0x79,0xff,0x1c,0x1c,0x7c,0xff,0x13,0x13,0x7d,0xff,0x0a,0x0a,0x7f,0xff,0x06,0x06,0x80,0xff,0x10,0x10,0x7d,0xff,0x1c,0x1c,0x7c,0xff,0x27,0x27,0x79,0xff,0x3b,0x3b,0x75,0xff,0x5c,0x5c,0x6f,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x5f,0x5f,0x6f,0xff,0x27,0x27,0x79,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x01,0x01,0x80,0xff,0x35,0x35,0x76,0xff,0x6c,0x6c,0x6d,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x68,0x68,0x6e,0xff,0x3b,0x3b,0x76,0xff,0x14,0x14,0x7d,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x11,0x11,0x7d,0xff,0x33,0x33,0x77,0xff,0x61,0x61,0x6e,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x46,0x46,0x74,0xff,0x04,0x04,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x07,0x07,0x7f,0xff,0x4c,0x4c,0x72,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x68,0x68,0x6e,0xff,0x3b,0x3b,0x76,0xff,0x09,0x09,0x7e,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x04,0x04,0x7f,0xff,0x33,0x33,0x77,0xff,0x66,0x66,0x6e,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x56,0x56,0x71,0xff,0x0c,0x0c,0x7e,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x3f,0x3f,0x75,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x54,0x54,0x71,0xff,0x0c,0x0c,0x7e,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x02,0x80,0xff,0x1a,0x1a,0x7c,0xff,0x38,0x38,0x77,0xff,0x4e,0x4e,0x72,0xff,0x56,0x56,0x70,0xff,0x5f,0x5f,0x6f,0xff,0x63,0x63,0x6f,0xff,0x58,0x58,0x70,0xff,0x4c,0x4c,0x72,0xff,0x3e,0x3e,0x75,0xff,0x20,0x20,0x7b,0xff,0x03,0x03,0x7f,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x08,0x08,0x7f,0xff,0x45,0x45,0x74,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x62,0x62,0x6f,0xff,0x10,0x10,0x7d,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x4c,0x4c,0x73,0xff,0x6c,0x6c,0x6c,0xff,0x3e,0x3e,0x75,0xff,0x03,0x03,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0c,0x0c,0x7e,0xff,0x3e,0x3e,0x75,0xff,0x67,0x67,0x6e,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x67,0x67,0x6d,0xff,0x48,0x48,0x73,0xff,0x14,0x14,0x7d,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x31,0x31,0x78,0xff,0x6b,0x6b,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x47,0x47,0x73,0xff,0x02,0x02,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x1e,0x1e,0x7b,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x07,0x07,0x7f,0xff,0x40,0x40,0x75,0xff,0x6a,0x6a,0x6e,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6d,0xff,0x45,0x45,0x74,0xff,0x0e,0x0e,0x7e,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x1f,0x1f,0x7b,0xff,0x41,0x41,0x74,0xff,0x02,0x02,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x15,0x15,0x7d,0xff,0x5e,0x5e,0x70,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x61,0x61,0x6e,0xff,0x44,0x44,0x73,0xff,0x28,0x28,0x79,0xff,0x1a,0x1a,0x7b,0xff,0x12,0x12,0x7d,0xff,0x0e,0x0e,0x7d,0xff,0x19,0x19,0x7b,0xff,0x26,0x26,0x7a,0xff,0x3e,0x3e,0x75,0xff,0x5f,0x5f,0x6e,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x67,0x67,0x6e,0xff,0x20,0x20,0x7b,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x1c,0x1c,0x7b,0xff,0x69,0x69,0x6d,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x57,0x57,0x71,0xff,0x22,0x22,0x7a,0xff,0x01,0x01,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x18,0x18,0x7c,0xff,0x4f,0x4f,0x71,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6d,0xff,0x32,0x32,0x77,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x4c,0x4c,0x73,0xff,0x6c,0x6c,0x6c,0xff,0x68,0x68,0x6e,0xff,0x28,0x28,0x79,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x1e,0x1e,0x7b,0xff,0x61,0x61,0x6e,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x47,0x47,0x73,0xff,0x01,0x01,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x3f,0x3f,0x75,0xff,0x12,0x12,0x7d,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x19,0x19,0x7b,0xff,0x37,0x37,0x76,0xff,0x4e,0x4e,0x72,0xff,0x57,0x57,0x71,0xff,0x5a,0x5a,0x70,0xff,0x4e,0x4e,0x72,0xff,0x3d,0x3d,0x75,0xff,0x1d,0x1d,0x7b,0xff,0x02,0x02,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x0b,0x0b,0x7e,0xff,0x55,0x55,0x70,0xff,0x47,0x47,0x73,0xff,0x02,0x02,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x21,0x21,0x7a,0xff,0x57,0x57,0x70,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x60,0x60,0x6f,0xff,0x28,0x28,0x79,0xff,0x01,0x01,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x7f,0xff,0x02,0x02,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x04,0x04,0x80,0xff,0x41,0x41,0x74,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x4f,0x4f,0x72,0xff,0x07,0x07,0x7f,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x4c,0x4c,0x73,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6a,0x6a,0x6e,0xff,0x46,0x46,0x74,0xff,0x28,0x28,0x79,0xff,0x1a,0x1a,0x7c,0xff,0x18,0x18,0x7c,0xff,0x25,0x25,0x7a,0xff,0x41,0x41,0x75,0xff,0x65,0x65,0x6d,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x3a,0x3a,0x76,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x4c,0x4c,0x73,0xff,0x4b,0x4b,0x73,0xff,0x0b,0x0b,0x7e,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x07,0x07,0x7f,0xff,0x3e,0x3e,0x75,0xff,0x6c,0x6c,0x6c,0xff,0x47,0x47,0x73,0xff,0x02,0x02,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x02,0x02,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x7f,0xff,0x0d,0x0d,0x7e,0xff,0x01,0x01,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x1c,0x1c,0x7b,0xff,0x02,0x02,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x23,0x23,0x7a,0xff,0x57,0x57,0x70,0xff,0x6c,0x6c,0x6d,0xff,0x6c,0x6c,0x6c,0xff,0x66,0x66,0x6d,0xff,0x43,0x43,0x74,0xff,0x09,0x09,0x7f,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x4c,0x4c,0x73,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x3f,0x3f,0x75,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x4c,0x4c,0x73,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x6c,0x6c,0x6c,0xff,0x47,0x47,0x73,0xff,0x02,0x02,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x4c,0x4c,0x73,0xff,0x6c,0x6c,0x6c,0xff,0x47,0x47,0x74,0xff,0x02,0x02,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x03,0x03,0x80,0xff,0x30,0x30,0x77,0xff,0x02,0x02,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, + 0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff,0x00,0x00,0x80,0xff, +#endif + +}; + +const lv_img_dsc_t sf_wifi_unconnected = { + .header.always_zero = 0, + .header.w = 48, + .header.h = 40, + .data_size = 1920 * LV_COLOR_SIZE / 8, +#if ((LV_COLOR_DEPTH == 32) || (LV_COLOR_DEPTH == 24)) + .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, +#else + .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, +#endif + .data = sf_wifi_unconnected_map +}; + + +#ifndef LV_ATTRIBUTE_MEM_ALIGN +#define LV_ATTRIBUTE_MEM_ALIGN +#endif + +#ifndef LV_ATTRIBUTE_IMG_SF_WIFI_UNSUPPORT +#define LV_ATTRIBUTE_IMG_SF_WIFI_UNSUPPORT +#endif + +const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_WIFI_UNSUPPORT uint8_t sf_wifi_unsupport_map[] = { /*Pixel format: Red: 8 bit, Green: 8 bit, Blue: 8 bit*/ #if LV_COLOR_DEPTH == 8 0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, @@ -103465,7 +104233,7 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_WIFI_UNCONNECCT uint8_t sf_wifi }; -const lv_img_dsc_t sf_wifi_unconnecct = { +const lv_img_dsc_t sf_wifi_unsupport = { .header.always_zero = 0, .header.w = 48, .header.h = 40, @@ -103475,7 +104243,7 @@ const lv_img_dsc_t sf_wifi_unconnecct = { #else .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, #endif - .data = sf_wifi_unconnecct_map + .data = sf_wifi_unsupport_map }; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPhoto.lvglscr b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPhoto.lvglscr index 6a801cb49..f29bf46fa 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPhoto.lvglscr +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPhoto.lvglscr @@ -223,9 +223,9 @@ "x": 274, "y": 0 }, - "hidden": false, + "hidden": true, "locked": false, - "name": "image_battery", + "name": "image_battery_0", "offset": { "X": 0, "Y": 0 @@ -1326,110 +1326,6 @@ ], "widget": "Button" }, - { - "auto size": true, - "class": "lv_img", - "click": false, - "drag": false, - "event callback": "", - "geometry": { - "height": 40, - "width": 48, - "x": 40, - "y": 0 - }, - "hidden": false, - "locked": false, - "name": "image_wifi", - "offset": { - "X": 0, - "Y": 0 - }, - "source": "sf_wifi_unconnecct", - "styles": [ - { - "part": 0, - "state": 0 - }, - { - "part": 0, - "state": 1 - }, - { - "part": 0, - "state": 2 - }, - { - "part": 0, - "state": 3 - }, - { - "part": 0, - "state": 4 - }, - { - "part": 0, - "state": 5 - }, - { - "part": 0, - "state": 6 - } - ], - "widget": "Image" - }, - { - "auto size": true, - "class": "lv_img", - "click": false, - "drag": false, - "event callback": "", - "geometry": { - "height": 40, - "width": 40, - "x": 0, - "y": 0 - }, - "hidden": false, - "locked": false, - "name": "image_bluetooth", - "offset": { - "X": 0, - "Y": 0 - }, - "source": "sf_bluetooth_unconnect", - "styles": [ - { - "part": 0, - "state": 0 - }, - { - "part": 0, - "state": 1 - }, - { - "part": 0, - "state": 2 - }, - { - "part": 0, - "state": 3 - }, - { - "part": 0, - "state": 4 - }, - { - "part": 0, - "state": 5 - }, - { - "part": 0, - "state": 6 - } - ], - "widget": "Image" - }, { "auto size": true, "class": "lv_img", @@ -1545,7 +1441,7 @@ "height": 24, "width": 320, "x": 0, - "y": 108 + "y": 98 }, "hidden": false, "locked": false, @@ -1851,6 +1747,422 @@ } ], "widget": "Image" + }, + { + "auto size": true, + "class": "lv_img", + "click": false, + "drag": false, + "event callback": "", + "geometry": { + "height": 40, + "width": 48, + "x": 40, + "y": 0 + }, + "hidden": true, + "locked": false, + "name": "image_wifi_connected", + "offset": { + "X": 0, + "Y": 0 + }, + "source": "sf_wifi_connected", + "styles": [ + { + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "widget": "Image" + }, + { + "auto size": true, + "class": "lv_img", + "click": false, + "drag": false, + "event callback": "", + "geometry": { + "height": 40, + "width": 40, + "x": 0, + "y": 0 + }, + "hidden": true, + "locked": false, + "name": "image_bluetooth_connected", + "offset": { + "X": 0, + "Y": 0 + }, + "source": "sf_bluetooth_connected", + "styles": [ + { + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "widget": "Image" + }, + { + "auto size": true, + "class": "lv_img", + "click": false, + "drag": false, + "event callback": "", + "geometry": { + "height": 40, + "width": 48, + "x": 40, + "y": 0 + }, + "hidden": true, + "locked": false, + "name": "image_wifi_unconnected", + "offset": { + "X": 0, + "Y": 0 + }, + "source": "sf_wifi_unconnected", + "styles": [ + { + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "widget": "Image" + }, + { + "auto size": true, + "class": "lv_img", + "click": false, + "drag": false, + "event callback": "", + "geometry": { + "height": 40, + "width": 40, + "x": 0, + "y": 0 + }, + "hidden": true, + "locked": false, + "name": "image_bluetooth_unconnected", + "offset": { + "X": 0, + "Y": 0 + }, + "source": "sf_bluetooth_unconnected", + "styles": [ + { + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "widget": "Image" + }, + { + "auto size": true, + "class": "lv_img", + "click": false, + "drag": false, + "event callback": "", + "geometry": { + "height": 40, + "width": 48, + "x": 274, + "y": 0 + }, + "hidden": true, + "locked": false, + "name": "image_battery_1", + "offset": { + "X": 0, + "Y": 0 + }, + "source": "sf_Battery_L1", + "styles": [ + { + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "widget": "Image" + }, + { + "auto size": true, + "class": "lv_img", + "click": false, + "drag": false, + "event callback": "", + "geometry": { + "height": 40, + "width": 48, + "x": 274, + "y": 0 + }, + "hidden": true, + "locked": false, + "name": "image_battery_2", + "offset": { + "X": 0, + "Y": 0 + }, + "source": "sf_Battery_L2", + "styles": [ + { + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "widget": "Image" + }, + { + "auto size": true, + "class": "lv_img", + "click": false, + "drag": false, + "event callback": "", + "geometry": { + "height": 40, + "width": 48, + "x": 274, + "y": 0 + }, + "hidden": true, + "locked": false, + "name": "image_battery_3", + "offset": { + "X": 0, + "Y": 0 + }, + "source": "sf_Battery_L3", + "styles": [ + { + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "widget": "Image" + }, + { + "auto size": true, + "class": "lv_img", + "click": false, + "drag": false, + "event callback": "", + "geometry": { + "height": 40, + "width": 48, + "x": 274, + "y": 0 + }, + "hidden": true, + "locked": false, + "name": "image_battery_4", + "offset": { + "X": 0, + "Y": 0 + }, + "source": "sf_Battery_L4", + "styles": [ + { + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "widget": "Image" } ] } diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.lvglp b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.lvglp index 35128c8ce..0e2be8fe1 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.lvglp +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.lvglp @@ -4522,8 +4522,18 @@ }, { "colorFormat": "Indexed 256 in RGB332", - "filename": "icons/sf_bluetooth_unconnect.bmp", - "name": "sf_bluetooth_unconnect" + "filename": "icons/sf_bluetooth_connected.bmp", + "name": "sf_bluetooth_connected" + }, + { + "colorFormat": "Indexed 256 in RGB332", + "filename": "icons/sf_bluetooth_unconnected.bmp", + "name": "sf_bluetooth_unconnected" + }, + { + "colorFormat": "Indexed 256 in RGB332", + "filename": "icons/sf_bluetooth_unsupport.bmp", + "name": "sf_bluetooth_unsupport" }, { "colorFormat": "Indexed 256 in RGB332", @@ -4827,8 +4837,18 @@ }, { "colorFormat": "Indexed 256 in RGB332", - "filename": "icons/sf_wifi_unconnecct.bmp", - "name": "sf_wifi_unconnecct" + "filename": "icons/sf_wifi_connected.bmp", + "name": "sf_wifi_connected" + }, + { + "colorFormat": "Indexed 256 in RGB332", + "filename": "icons/sf_wifi_unconnected.bmp", + "name": "sf_wifi_unconnected" + }, + { + "colorFormat": "Indexed 256 in RGB332", + "filename": "icons/sf_wifi_unsupport.bmp", + "name": "sf_wifi_unsupport" }, { "colorFormat": "Indexed 256 in RGB332", diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.c index 1c5bb96ff..b63b4c103 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.c @@ -443,7 +443,9 @@ lv_plugin_img_t lv_plugin_UIFlowLVGL_img_table[] = { &sf_picsize_8m }, { &sf_sd_loop }, { &sf_battery_type }, - { &sf_bluetooth_unconnect }, + { &sf_bluetooth_connected }, + { &sf_bluetooth_unconnected }, + { &sf_bluetooth_unsupport }, { &sf_busy_1 }, { &sf_busy_2 }, { &sf_busy_3 }, @@ -504,7 +506,9 @@ lv_plugin_img_t lv_plugin_UIFlowLVGL_img_table[] = { &sf_warning_bg }, { &sf_warning_not_select }, { &sf_warning_selected }, - { &sf_wifi_unconnecct }, + { &sf_wifi_connected }, + { &sf_wifi_unconnected }, + { &sf_wifi_unsupport }, { &sy_redline }, { &sy_redline2 }, }; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.h b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.h index a609a7d43..ed308dd1b 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.h +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.h @@ -487,7 +487,9 @@ LV_IMG_DECLARE(sf_picsize_5m); LV_IMG_DECLARE(sf_picsize_8m); LV_IMG_DECLARE(sf_sd_loop); LV_IMG_DECLARE(sf_battery_type); -LV_IMG_DECLARE(sf_bluetooth_unconnect); +LV_IMG_DECLARE(sf_bluetooth_connected); +LV_IMG_DECLARE(sf_bluetooth_unconnected); +LV_IMG_DECLARE(sf_bluetooth_unsupport); LV_IMG_DECLARE(sf_busy_1); LV_IMG_DECLARE(sf_busy_2); LV_IMG_DECLARE(sf_busy_3); @@ -548,7 +550,9 @@ LV_IMG_DECLARE(sf_video_size); LV_IMG_DECLARE(sf_warning_bg); LV_IMG_DECLARE(sf_warning_not_select); LV_IMG_DECLARE(sf_warning_selected); -LV_IMG_DECLARE(sf_wifi_unconnecct); +LV_IMG_DECLARE(sf_wifi_connected); +LV_IMG_DECLARE(sf_wifi_unconnected); +LV_IMG_DECLARE(sf_wifi_unsupport); LV_IMG_DECLARE(sy_redline); LV_IMG_DECLARE(sy_redline2); @@ -957,71 +961,75 @@ LV_IMG_DECLARE(sy_redline2); #define LV_PLUGIN_IMG_ID_SF_PICSIZE_8M 403 #define LV_PLUGIN_IMG_ID_SF_SD_LOOP 404 #define LV_PLUGIN_IMG_ID_SF_BATTERY_TYPE 405 -#define LV_PLUGIN_IMG_ID_SF_BLUETOOTH_UNCONNECT 406 -#define LV_PLUGIN_IMG_ID_SF_BUSY_1 407 -#define LV_PLUGIN_IMG_ID_SF_BUSY_2 408 -#define LV_PLUGIN_IMG_ID_SF_BUSY_3 409 -#define LV_PLUGIN_IMG_ID_SF_BUSY_4 410 -#define LV_PLUGIN_IMG_ID_SF_BUSY_5 411 -#define LV_PLUGIN_IMG_ID_SF_BUSY_6 412 -#define LV_PLUGIN_IMG_ID_SF_CAMERA 413 -#define LV_PLUGIN_IMG_ID_SF_CAMERA_FW_UPGRADE 414 -#define LV_PLUGIN_IMG_ID_SF_CAMERA_INFO 415 -#define LV_PLUGIN_IMG_ID_SF_CAMERA_MODE 416 -#define LV_PLUGIN_IMG_ID_SF_CAMERA_NAME 417 -#define LV_PLUGIN_IMG_ID_SF_CAMERA_NETWORK_SELECTION 418 -#define LV_PLUGIN_IMG_ID_SF_CHARGE_BLACK 419 -#define LV_PLUGIN_IMG_ID_SF_CHARGE_DC 420 -#define LV_PLUGIN_IMG_ID_SF_CHARGE_WRITE 421 -#define LV_PLUGIN_IMG_ID_SF_DELAY 422 -#define LV_PLUGIN_IMG_ID_SF_DELETE 423 -#define LV_PLUGIN_IMG_ID_SF_FLASH_POWER 424 -#define LV_PLUGIN_IMG_ID_SF_FORMAT_SD 425 -#define LV_PLUGIN_IMG_ID_SF_GPS 426 -#define LV_PLUGIN_IMG_ID_SF_GREEN_SQUARE 427 -#define LV_PLUGIN_IMG_ID_SF_IMAGE_SIZE 428 -#define LV_PLUGIN_IMG_ID_SF_LEFT 429 -#define LV_PLUGIN_IMG_ID_SF_LIST_SELECTED 430 -#define LV_PLUGIN_IMG_ID_SF_MENU_BG 431 -#define LV_PLUGIN_IMG_ID_SF_MENU_RELEASE 432 -#define LV_PLUGIN_IMG_ID_SF_MENU_SELECT 433 -#define LV_PLUGIN_IMG_ID_SF_MODE_STILL_VIDEO 434 -#define LV_PLUGIN_IMG_ID_SF_MODULE_FW_UPGRADE 435 -#define LV_PLUGIN_IMG_ID_SF_NET2G 436 -#define LV_PLUGIN_IMG_ID_SF_NET3G 437 -#define LV_PLUGIN_IMG_ID_SF_NET4G 438 -#define LV_PLUGIN_IMG_ID_SF_NEXT1 439 -#define LV_PLUGIN_IMG_ID_SF_NEXT2 440 -#define LV_PLUGIN_IMG_ID_SF_OFF 441 -#define LV_PLUGIN_IMG_ID_SF_ON 442 -#define LV_PLUGIN_IMG_ID_SF_OPERATING_TIME 443 -#define LV_PLUGIN_IMG_ID_SF_PASSWORD 444 -#define LV_PLUGIN_IMG_ID_SF_PICTURE_UPON_DAILY_REPORT 445 -#define LV_PLUGIN_IMG_ID_SF_PLAY 446 -#define LV_PLUGIN_IMG_ID_SF_QR 447 -#define LV_PLUGIN_IMG_ID_SF_RESET 448 -#define LV_PLUGIN_IMG_ID_SF_RIGHT 449 -#define LV_PLUGIN_IMG_ID_SF_SEND_TYPE 450 -#define LV_PLUGIN_IMG_ID_SF_SENSITVITY 451 -#define LV_PLUGIN_IMG_ID_SF_SHOOT_1 452 -#define LV_PLUGIN_IMG_ID_SF_SIGNAL0 453 -#define LV_PLUGIN_IMG_ID_SF_SIGNAL1 454 -#define LV_PLUGIN_IMG_ID_SF_SIGNAL2 455 -#define LV_PLUGIN_IMG_ID_SF_SIGNAL3 456 -#define LV_PLUGIN_IMG_ID_SF_SIGNAL4 457 -#define LV_PLUGIN_IMG_ID_SF_SMS_CTRL 458 -#define LV_PLUGIN_IMG_ID_SF_STOP 459 -#define LV_PLUGIN_IMG_ID_SF_TAB_RELEASE 460 -#define LV_PLUGIN_IMG_ID_SF_TAB_SELECT 461 -#define LV_PLUGIN_IMG_ID_SF_VIDEO_LENGTH 462 -#define LV_PLUGIN_IMG_ID_SF_VIDEO_SIZE 463 -#define LV_PLUGIN_IMG_ID_SF_WARNING_BG 464 -#define LV_PLUGIN_IMG_ID_SF_WARNING_NOT_SELECT 465 -#define LV_PLUGIN_IMG_ID_SF_WARNING_SELECTED 466 -#define LV_PLUGIN_IMG_ID_SF_WIFI_UNCONNECCT 467 -#define LV_PLUGIN_IMG_ID_SY_REDLINE 468 -#define LV_PLUGIN_IMG_ID_SY_REDLINE2 469 -#define LV_PLUGIN_IMG_TABLE_SIZE 470 +#define LV_PLUGIN_IMG_ID_SF_BLUETOOTH_CONNECTED 406 +#define LV_PLUGIN_IMG_ID_SF_BLUETOOTH_UNCONNECTED 407 +#define LV_PLUGIN_IMG_ID_SF_BLUETOOTH_UNSUPPORT 408 +#define LV_PLUGIN_IMG_ID_SF_BUSY_1 409 +#define LV_PLUGIN_IMG_ID_SF_BUSY_2 410 +#define LV_PLUGIN_IMG_ID_SF_BUSY_3 411 +#define LV_PLUGIN_IMG_ID_SF_BUSY_4 412 +#define LV_PLUGIN_IMG_ID_SF_BUSY_5 413 +#define LV_PLUGIN_IMG_ID_SF_BUSY_6 414 +#define LV_PLUGIN_IMG_ID_SF_CAMERA 415 +#define LV_PLUGIN_IMG_ID_SF_CAMERA_FW_UPGRADE 416 +#define LV_PLUGIN_IMG_ID_SF_CAMERA_INFO 417 +#define LV_PLUGIN_IMG_ID_SF_CAMERA_MODE 418 +#define LV_PLUGIN_IMG_ID_SF_CAMERA_NAME 419 +#define LV_PLUGIN_IMG_ID_SF_CAMERA_NETWORK_SELECTION 420 +#define LV_PLUGIN_IMG_ID_SF_CHARGE_BLACK 421 +#define LV_PLUGIN_IMG_ID_SF_CHARGE_DC 422 +#define LV_PLUGIN_IMG_ID_SF_CHARGE_WRITE 423 +#define LV_PLUGIN_IMG_ID_SF_DELAY 424 +#define LV_PLUGIN_IMG_ID_SF_DELETE 425 +#define LV_PLUGIN_IMG_ID_SF_FLASH_POWER 426 +#define LV_PLUGIN_IMG_ID_SF_FORMAT_SD 427 +#define LV_PLUGIN_IMG_ID_SF_GPS 428 +#define LV_PLUGIN_IMG_ID_SF_GREEN_SQUARE 429 +#define LV_PLUGIN_IMG_ID_SF_IMAGE_SIZE 430 +#define LV_PLUGIN_IMG_ID_SF_LEFT 431 +#define LV_PLUGIN_IMG_ID_SF_LIST_SELECTED 432 +#define LV_PLUGIN_IMG_ID_SF_MENU_BG 433 +#define LV_PLUGIN_IMG_ID_SF_MENU_RELEASE 434 +#define LV_PLUGIN_IMG_ID_SF_MENU_SELECT 435 +#define LV_PLUGIN_IMG_ID_SF_MODE_STILL_VIDEO 436 +#define LV_PLUGIN_IMG_ID_SF_MODULE_FW_UPGRADE 437 +#define LV_PLUGIN_IMG_ID_SF_NET2G 438 +#define LV_PLUGIN_IMG_ID_SF_NET3G 439 +#define LV_PLUGIN_IMG_ID_SF_NET4G 440 +#define LV_PLUGIN_IMG_ID_SF_NEXT1 441 +#define LV_PLUGIN_IMG_ID_SF_NEXT2 442 +#define LV_PLUGIN_IMG_ID_SF_OFF 443 +#define LV_PLUGIN_IMG_ID_SF_ON 444 +#define LV_PLUGIN_IMG_ID_SF_OPERATING_TIME 445 +#define LV_PLUGIN_IMG_ID_SF_PASSWORD 446 +#define LV_PLUGIN_IMG_ID_SF_PICTURE_UPON_DAILY_REPORT 447 +#define LV_PLUGIN_IMG_ID_SF_PLAY 448 +#define LV_PLUGIN_IMG_ID_SF_QR 449 +#define LV_PLUGIN_IMG_ID_SF_RESET 450 +#define LV_PLUGIN_IMG_ID_SF_RIGHT 451 +#define LV_PLUGIN_IMG_ID_SF_SEND_TYPE 452 +#define LV_PLUGIN_IMG_ID_SF_SENSITVITY 453 +#define LV_PLUGIN_IMG_ID_SF_SHOOT_1 454 +#define LV_PLUGIN_IMG_ID_SF_SIGNAL0 455 +#define LV_PLUGIN_IMG_ID_SF_SIGNAL1 456 +#define LV_PLUGIN_IMG_ID_SF_SIGNAL2 457 +#define LV_PLUGIN_IMG_ID_SF_SIGNAL3 458 +#define LV_PLUGIN_IMG_ID_SF_SIGNAL4 459 +#define LV_PLUGIN_IMG_ID_SF_SMS_CTRL 460 +#define LV_PLUGIN_IMG_ID_SF_STOP 461 +#define LV_PLUGIN_IMG_ID_SF_TAB_RELEASE 462 +#define LV_PLUGIN_IMG_ID_SF_TAB_SELECT 463 +#define LV_PLUGIN_IMG_ID_SF_VIDEO_LENGTH 464 +#define LV_PLUGIN_IMG_ID_SF_VIDEO_SIZE 465 +#define LV_PLUGIN_IMG_ID_SF_WARNING_BG 466 +#define LV_PLUGIN_IMG_ID_SF_WARNING_NOT_SELECT 467 +#define LV_PLUGIN_IMG_ID_SF_WARNING_SELECTED 468 +#define LV_PLUGIN_IMG_ID_SF_WIFI_CONNECTED 469 +#define LV_PLUGIN_IMG_ID_SF_WIFI_UNCONNECTED 470 +#define LV_PLUGIN_IMG_ID_SF_WIFI_UNSUPPORT 471 +#define LV_PLUGIN_IMG_ID_SY_REDLINE 472 +#define LV_PLUGIN_IMG_ID_SY_REDLINE2 473 +#define LV_PLUGIN_IMG_TABLE_SIZE 474 #define LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16 1 #define LV_PLUGIN_FONT_ID_NOTOSANSCJKJP_BLACK_16_1BPP 2 diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhoto.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhoto.c index 0eaee8509..b81a2baba 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhoto.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhoto.c @@ -13,7 +13,7 @@ lv_obj_t* image_mode_photo_scr_uiflowphoto; lv_obj_t* image_iso_scr_uiflowphoto; lv_obj_t* image_ev_scr_uiflowphoto; lv_obj_t* image_wb_scr_uiflowphoto; -lv_obj_t* image_battery_scr_uiflowphoto; +lv_obj_t* image_battery_0_scr_uiflowphoto; lv_obj_t* image_storage_scr_uiflowphoto; lv_obj_t* image_quality_scr_uiflowphoto; lv_obj_t* label_size_scr_uiflowphoto; @@ -31,8 +31,6 @@ lv_obj_t* button_2_scr_uiflowphoto; lv_obj_t* label_2_scr_uiflowphoto; lv_obj_t* button_3_scr_uiflowphoto; lv_obj_t* label_3_scr_uiflowphoto; -lv_obj_t* image_wifi_scr_uiflowphoto; -lv_obj_t* image_bluetooth_scr_uiflowphoto; lv_obj_t* image_signal_4_scr_uiflowphoto; lv_obj_t* image_4g_scr_uiflowphoto; lv_obj_t* label_sim_scr_uiflowphoto; @@ -41,6 +39,14 @@ lv_obj_t* image_signal_0_scr_uiflowphoto; lv_obj_t* image_signal_1_scr_uiflowphoto; lv_obj_t* image_signal_2_scr_uiflowphoto; lv_obj_t* image_signal_3_scr_uiflowphoto; +lv_obj_t* image_wifi_connected_scr_uiflowphoto; +lv_obj_t* image_bluetooth_connected_scr_uiflowphoto; +lv_obj_t* image_wifi_unconnected_scr_uiflowphoto; +lv_obj_t* image_bluetooth_unconnected_scr_uiflowphoto; +lv_obj_t* image_battery_1_scr_uiflowphoto; +lv_obj_t* image_battery_2_scr_uiflowphoto; +lv_obj_t* image_battery_3_scr_uiflowphoto; +lv_obj_t* image_battery_4_scr_uiflowphoto; lv_obj_t* UIFlowPhoto_create(){ lv_obj_t *parent = lv_plugin_scr_create(); @@ -251,53 +257,53 @@ lv_obj_t* UIFlowPhoto_create(){ image_wb_scr_uiflowphoto = image_wb; - static lv_style_t image_battery_s0; - lv_style_init(&image_battery_s0); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_s0, LV_STATE_DISABLED, color); - lv_obj_t *image_battery = lv_img_create(parent, NULL); - lv_obj_set_hidden(image_battery, false); - lv_obj_set_click(image_battery, false); - lv_obj_set_drag(image_battery, false); - lv_obj_set_pos(image_battery, 274, 0); - lv_obj_set_size(image_battery, 48, 40); - lv_img_set_src(image_battery, &sf_battery_l0); - lv_obj_add_style(image_battery, 0, &image_battery_s0); + static lv_style_t image_battery_0_s0; + lv_style_init(&image_battery_0_s0); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_0_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_0_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_0_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_0_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_0_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_0_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_0_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_0_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_0_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_0_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_0_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_0_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_0_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_0_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_0_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_0_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_0_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_0_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_0_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_0_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_0_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_0_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_0_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_0_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_0_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_0_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_0_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_0_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_0_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_0_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_0_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_0_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_0_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_0_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_0_s0, LV_STATE_DISABLED, color); + lv_obj_t *image_battery_0 = lv_img_create(parent, NULL); + lv_obj_set_hidden(image_battery_0, true); + lv_obj_set_click(image_battery_0, false); + lv_obj_set_drag(image_battery_0, false); + lv_obj_set_pos(image_battery_0, 274, 0); + lv_obj_set_size(image_battery_0, 48, 40); + lv_img_set_src(image_battery_0, &sf_battery_l0); + lv_obj_add_style(image_battery_0, 0, &image_battery_0_s0); - image_battery_scr_uiflowphoto = image_battery; + image_battery_0_scr_uiflowphoto = image_battery_0; static lv_style_t image_storage_s0; @@ -949,42 +955,49 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_1_s0, LV_STATE_DEFAULT, color); + lv_style_set_text_font(&label_1_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_1_s0, LV_STATE_CHECKED, color); + lv_style_set_text_font(&label_1_s0,LV_STATE_CHECKED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_1_s0, LV_STATE_FOCUSED, color); + lv_style_set_text_font(&label_1_s0,LV_STATE_FOCUSED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_1_s0, LV_STATE_EDITED, color); + lv_style_set_text_font(&label_1_s0,LV_STATE_EDITED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_1_s0, LV_STATE_HOVERED, color); + lv_style_set_text_font(&label_1_s0,LV_STATE_HOVERED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_1_s0, LV_STATE_PRESSED, color); + lv_style_set_text_font(&label_1_s0,LV_STATE_PRESSED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x9c, 0x88, 0x88, 0x88) ; lv_style_set_text_color(&label_1_s0, LV_STATE_DISABLED, color); + lv_style_set_text_font(&label_1_s0,LV_STATE_DISABLED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_DISABLED, color); lv_obj_t *label_1 = lv_label_create(button_1, NULL); @@ -1210,7 +1223,6 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_3_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_3_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_3_s0, LV_STATE_CHECKED, color); @@ -1241,12 +1253,14 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_3_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_3_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_3_s0, LV_STATE_PRESSED, color); + lv_style_set_text_font(&label_3_s0,LV_STATE_PRESSED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_3_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_3_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_3_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_3_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_3_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x9c, 0x88, 0x88, 0x88) ; lv_style_set_text_color(&label_3_s0, LV_STATE_DISABLED, color); + lv_style_set_text_font(&label_3_s0,LV_STATE_DISABLED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_3_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_3_s0, LV_STATE_DISABLED, color); lv_obj_t *label_3 = lv_label_create(button_3, NULL); @@ -1266,104 +1280,6 @@ lv_obj_t* UIFlowPhoto_create(){ label_3_scr_uiflowphoto = label_3; - static lv_style_t image_wifi_s0; - lv_style_init(&image_wifi_s0); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_s0, LV_STATE_DISABLED, color); - lv_obj_t *image_wifi = lv_img_create(parent, NULL); - lv_obj_set_hidden(image_wifi, false); - lv_obj_set_click(image_wifi, false); - lv_obj_set_drag(image_wifi, false); - lv_obj_set_pos(image_wifi, 40, 0); - lv_obj_set_size(image_wifi, 48, 40); - lv_img_set_src(image_wifi, &sf_wifi_unconnecct); - lv_obj_add_style(image_wifi, 0, &image_wifi_s0); - - image_wifi_scr_uiflowphoto = image_wifi; - - - static lv_style_t image_bluetooth_s0; - lv_style_init(&image_bluetooth_s0); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_s0, LV_STATE_DISABLED, color); - lv_obj_t *image_bluetooth = lv_img_create(parent, NULL); - lv_obj_set_hidden(image_bluetooth, false); - lv_obj_set_click(image_bluetooth, false); - lv_obj_set_drag(image_bluetooth, false); - lv_obj_set_pos(image_bluetooth, 0, 0); - lv_obj_set_size(image_bluetooth, 40, 40); - lv_img_set_src(image_bluetooth, &sf_bluetooth_unconnect); - lv_obj_add_style(image_bluetooth, 0, &image_bluetooth_s0); - - image_bluetooth_scr_uiflowphoto = image_bluetooth; - - static lv_style_t image_signal_4_s0; lv_style_init(&image_signal_4_s0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_signal_4_s0, LV_STATE_DEFAULT, color); @@ -1517,7 +1433,7 @@ lv_obj_t* UIFlowPhoto_create(){ lv_plugin_label_set_font_type(label_sim, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); lv_label_set_align(label_sim, LV_LABEL_ALIGN_CENTER); lv_label_set_long_mode(label_sim, LV_LABEL_LONG_SROLL); - lv_obj_set_pos(label_sim, 0, 108); + lv_obj_set_pos(label_sim, 0, 98); lv_obj_set_size(label_sim, 320, 24); lv_obj_add_style(label_sim, 0, &label_sim_s0); @@ -1769,5 +1685,397 @@ lv_obj_t* UIFlowPhoto_create(){ image_signal_3_scr_uiflowphoto = image_signal_3; + static lv_style_t image_wifi_connected_s0; + lv_style_init(&image_wifi_connected_s0); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_connected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_connected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_connected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_connected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_connected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_connected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_connected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_connected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_connected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_connected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_connected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_connected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_connected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_connected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_connected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_connected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_connected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_connected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_connected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_connected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_connected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_connected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_connected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_connected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_connected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_connected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_connected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_connected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_connected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_connected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_connected_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_connected_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_connected_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_connected_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_connected_s0, LV_STATE_DISABLED, color); + lv_obj_t *image_wifi_connected = lv_img_create(parent, NULL); + lv_obj_set_hidden(image_wifi_connected, true); + lv_obj_set_click(image_wifi_connected, false); + lv_obj_set_drag(image_wifi_connected, false); + lv_obj_set_pos(image_wifi_connected, 40, 0); + lv_obj_set_size(image_wifi_connected, 48, 40); + lv_img_set_src(image_wifi_connected, &sf_wifi_connected); + lv_obj_add_style(image_wifi_connected, 0, &image_wifi_connected_s0); + + image_wifi_connected_scr_uiflowphoto = image_wifi_connected; + + + static lv_style_t image_bluetooth_connected_s0; + lv_style_init(&image_bluetooth_connected_s0); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_connected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_connected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_connected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_connected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_connected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_connected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_connected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_connected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_connected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_connected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_connected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_connected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_connected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_connected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_connected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_connected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_connected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_connected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_connected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_connected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_connected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_connected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_connected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_connected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_connected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_connected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_connected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_connected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_connected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_connected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_connected_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_connected_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_connected_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_connected_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_connected_s0, LV_STATE_DISABLED, color); + lv_obj_t *image_bluetooth_connected = lv_img_create(parent, NULL); + lv_obj_set_hidden(image_bluetooth_connected, true); + lv_obj_set_click(image_bluetooth_connected, false); + lv_obj_set_drag(image_bluetooth_connected, false); + lv_obj_set_pos(image_bluetooth_connected, 0, 0); + lv_obj_set_size(image_bluetooth_connected, 40, 40); + lv_img_set_src(image_bluetooth_connected, &sf_bluetooth_connected); + lv_obj_add_style(image_bluetooth_connected, 0, &image_bluetooth_connected_s0); + + image_bluetooth_connected_scr_uiflowphoto = image_bluetooth_connected; + + + static lv_style_t image_wifi_unconnected_s0; + lv_style_init(&image_wifi_unconnected_s0); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_unconnected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_unconnected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_unconnected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_unconnected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_unconnected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_unconnected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_unconnected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_unconnected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_unconnected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_unconnected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_unconnected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_unconnected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_unconnected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_unconnected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_unconnected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_unconnected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_unconnected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_unconnected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_unconnected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_unconnected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_unconnected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_unconnected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_unconnected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_unconnected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_unconnected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_unconnected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_unconnected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_unconnected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_unconnected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_unconnected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_wifi_unconnected_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_wifi_unconnected_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_wifi_unconnected_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_wifi_unconnected_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_wifi_unconnected_s0, LV_STATE_DISABLED, color); + lv_obj_t *image_wifi_unconnected = lv_img_create(parent, NULL); + lv_obj_set_hidden(image_wifi_unconnected, true); + lv_obj_set_click(image_wifi_unconnected, false); + lv_obj_set_drag(image_wifi_unconnected, false); + lv_obj_set_pos(image_wifi_unconnected, 40, 0); + lv_obj_set_size(image_wifi_unconnected, 48, 40); + lv_img_set_src(image_wifi_unconnected, &sf_wifi_unconnected); + lv_obj_add_style(image_wifi_unconnected, 0, &image_wifi_unconnected_s0); + + image_wifi_unconnected_scr_uiflowphoto = image_wifi_unconnected; + + + static lv_style_t image_bluetooth_unconnected_s0; + lv_style_init(&image_bluetooth_unconnected_s0); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_unconnected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_unconnected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_unconnected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_unconnected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_unconnected_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_unconnected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_unconnected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_unconnected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_unconnected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_unconnected_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_unconnected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_unconnected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_unconnected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_unconnected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_unconnected_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_unconnected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_unconnected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_unconnected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_unconnected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_unconnected_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_unconnected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_unconnected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_unconnected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_unconnected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_unconnected_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_unconnected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_unconnected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_unconnected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_unconnected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_unconnected_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_bluetooth_unconnected_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_bluetooth_unconnected_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_bluetooth_unconnected_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_bluetooth_unconnected_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_bluetooth_unconnected_s0, LV_STATE_DISABLED, color); + lv_obj_t *image_bluetooth_unconnected = lv_img_create(parent, NULL); + lv_obj_set_hidden(image_bluetooth_unconnected, true); + lv_obj_set_click(image_bluetooth_unconnected, false); + lv_obj_set_drag(image_bluetooth_unconnected, false); + lv_obj_set_pos(image_bluetooth_unconnected, 0, 0); + lv_obj_set_size(image_bluetooth_unconnected, 40, 40); + lv_img_set_src(image_bluetooth_unconnected, &sf_bluetooth_unconnected); + lv_obj_add_style(image_bluetooth_unconnected, 0, &image_bluetooth_unconnected_s0); + + image_bluetooth_unconnected_scr_uiflowphoto = image_bluetooth_unconnected; + + + static lv_style_t image_battery_1_s0; + lv_style_init(&image_battery_1_s0); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_1_s0, LV_STATE_DISABLED, color); + lv_obj_t *image_battery_1 = lv_img_create(parent, NULL); + lv_obj_set_hidden(image_battery_1, true); + lv_obj_set_click(image_battery_1, false); + lv_obj_set_drag(image_battery_1, false); + lv_obj_set_pos(image_battery_1, 274, 0); + lv_obj_set_size(image_battery_1, 48, 40); + lv_img_set_src(image_battery_1, &sf_battery_l1); + lv_obj_add_style(image_battery_1, 0, &image_battery_1_s0); + + image_battery_1_scr_uiflowphoto = image_battery_1; + + + static lv_style_t image_battery_2_s0; + lv_style_init(&image_battery_2_s0); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_2_s0, LV_STATE_DISABLED, color); + lv_obj_t *image_battery_2 = lv_img_create(parent, NULL); + lv_obj_set_hidden(image_battery_2, true); + lv_obj_set_click(image_battery_2, false); + lv_obj_set_drag(image_battery_2, false); + lv_obj_set_pos(image_battery_2, 274, 0); + lv_obj_set_size(image_battery_2, 48, 40); + lv_img_set_src(image_battery_2, &sf_battery_l2); + lv_obj_add_style(image_battery_2, 0, &image_battery_2_s0); + + image_battery_2_scr_uiflowphoto = image_battery_2; + + + static lv_style_t image_battery_3_s0; + lv_style_init(&image_battery_3_s0); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_3_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_3_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_3_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_3_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_3_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_3_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_3_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_3_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_3_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_3_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_3_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_3_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_3_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_3_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_3_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_3_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_3_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_3_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_3_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_3_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_3_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_3_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_3_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_3_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_3_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_3_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_3_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_3_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_3_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_3_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_3_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_3_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_3_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_3_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_3_s0, LV_STATE_DISABLED, color); + lv_obj_t *image_battery_3 = lv_img_create(parent, NULL); + lv_obj_set_hidden(image_battery_3, true); + lv_obj_set_click(image_battery_3, false); + lv_obj_set_drag(image_battery_3, false); + lv_obj_set_pos(image_battery_3, 274, 0); + lv_obj_set_size(image_battery_3, 48, 40); + lv_img_set_src(image_battery_3, &sf_battery_l3); + lv_obj_add_style(image_battery_3, 0, &image_battery_3_s0); + + image_battery_3_scr_uiflowphoto = image_battery_3; + + + static lv_style_t image_battery_4_s0; + lv_style_init(&image_battery_4_s0); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_4_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_4_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_4_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_4_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_4_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_4_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_4_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_4_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_4_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_4_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_4_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_4_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_4_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_4_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_4_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_4_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_4_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_4_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_4_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_4_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_4_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_4_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_4_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_4_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_4_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_4_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_4_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_4_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_4_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_4_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_battery_4_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_battery_4_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_battery_4_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_battery_4_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_battery_4_s0, LV_STATE_DISABLED, color); + lv_obj_t *image_battery_4 = lv_img_create(parent, NULL); + lv_obj_set_hidden(image_battery_4, true); + lv_obj_set_click(image_battery_4, false); + lv_obj_set_drag(image_battery_4, false); + lv_obj_set_pos(image_battery_4, 274, 0); + lv_obj_set_size(image_battery_4, 48, 40); + lv_img_set_src(image_battery_4, &sf_battery_l4); + lv_obj_add_style(image_battery_4, 0, &image_battery_4_s0); + + image_battery_4_scr_uiflowphoto = image_battery_4; + + return parent; } diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhoto.h b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhoto.h index b35be0959..bee64b10f 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhoto.h +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhoto.h @@ -21,7 +21,7 @@ extern lv_obj_t* image_mode_photo_scr_uiflowphoto; extern lv_obj_t* image_iso_scr_uiflowphoto; extern lv_obj_t* image_ev_scr_uiflowphoto; extern lv_obj_t* image_wb_scr_uiflowphoto; -extern lv_obj_t* image_battery_scr_uiflowphoto; +extern lv_obj_t* image_battery_0_scr_uiflowphoto; extern lv_obj_t* image_storage_scr_uiflowphoto; extern lv_obj_t* image_quality_scr_uiflowphoto; extern lv_obj_t* label_size_scr_uiflowphoto; @@ -39,8 +39,6 @@ extern lv_obj_t* button_2_scr_uiflowphoto; extern lv_obj_t* label_2_scr_uiflowphoto; extern lv_obj_t* button_3_scr_uiflowphoto; extern lv_obj_t* label_3_scr_uiflowphoto; -extern lv_obj_t* image_wifi_scr_uiflowphoto; -extern lv_obj_t* image_bluetooth_scr_uiflowphoto; extern lv_obj_t* image_signal_4_scr_uiflowphoto; extern lv_obj_t* image_4g_scr_uiflowphoto; extern lv_obj_t* label_sim_scr_uiflowphoto; @@ -49,6 +47,14 @@ extern lv_obj_t* image_signal_0_scr_uiflowphoto; extern lv_obj_t* image_signal_1_scr_uiflowphoto; extern lv_obj_t* image_signal_2_scr_uiflowphoto; extern lv_obj_t* image_signal_3_scr_uiflowphoto; +extern lv_obj_t* image_wifi_connected_scr_uiflowphoto; +extern lv_obj_t* image_bluetooth_connected_scr_uiflowphoto; +extern lv_obj_t* image_wifi_unconnected_scr_uiflowphoto; +extern lv_obj_t* image_bluetooth_unconnected_scr_uiflowphoto; +extern lv_obj_t* image_battery_1_scr_uiflowphoto; +extern lv_obj_t* image_battery_2_scr_uiflowphoto; +extern lv_obj_t* image_battery_3_scr_uiflowphoto; +extern lv_obj_t* image_battery_4_scr_uiflowphoto; /********************** * GLOBAL PROTOTYPES diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhotoEventCallback.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhotoEventCallback.c index 22537bf31..96b5c2077 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhotoEventCallback.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhotoEventCallback.c @@ -257,21 +257,23 @@ static void update_iso(void) static void update_battery(void) { static lv_plugin_res_id res[] = { - LV_PLUGIN_IMG_ID_ICON_BATTERY_FULL, - LV_PLUGIN_IMG_ID_ICON_BATTERY_MED, - LV_PLUGIN_IMG_ID_ICON_BATTERY_LOW, - LV_PLUGIN_IMG_ID_ICON_BATTERY_EMPTY, - LV_PLUGIN_IMG_ID_ICON_BATTERY_ZERO, - LV_PLUGIN_IMG_ID_ICON_BATTERY_CHARGE + LV_PLUGIN_IMG_ID_SF_BATTERY_L0, + LV_PLUGIN_IMG_ID_SF_BATTERY_L1, + LV_PLUGIN_IMG_ID_SF_BATTERY_L2, + LV_PLUGIN_IMG_ID_SF_BATTERY_L3, + LV_PLUGIN_IMG_ID_SF_BATTERY_L4, + LV_PLUGIN_IMG_ID_SF_BATTERY_L5 }; /* user should call a function to get battery level here */ - #if HUNTING_CAMERA_MCU == ENABLE - lv_plugin_img_set_src(image_battery_scr_uiflowphoto, res[sf_cardv_battery_level_get()]); - #else - lv_plugin_img_set_src(image_battery_scr_uiflowphoto, res[GetBatteryLevel()]); - #endif + // #if HUNTING_CAMERA_MCU == ENABLE + // lv_plugin_img_set_src(image_battery_0_scr_uiflowphoto, res[sf_cardv_battery_level_get()]); + // #else + // lv_plugin_img_set_src(image_battery_0_scr_uiflowphoto, res[GetBatteryLevel()]); + // #endif + + lv_plugin_img_set_src(image_battery_0_scr_uiflowphoto, res[sf_cardv_battery_level_get()]); } @@ -360,6 +362,7 @@ static void update_4g_module_icon(void) { // Update the icon. printf("old signal = %d new signal = %d\n", signal, signal_new); + lv_obj_set_hidden(label_sim_scr_uiflowphoto, true); signal_icon_hidden(searching_index); signal_icon_hidden(signal); signal_icon_show(signal_new); @@ -393,7 +396,7 @@ static void update_dzoom(void) static void update_icons(void) { - printf(" update_icons\n "); + // printf(" update_icons\n "); update_selftimer(); update_size(); update_quality(); @@ -873,12 +876,12 @@ void UIFlowPhoto_OnBattery(lv_obj_t* obj, const LV_USER_EVENT_NVTMSG_DATA* msg) bBatteryOn = !bBatteryOn; // UxCtrl_SetShow(&UIFlowWndPhoto_StatusICN_BatteryCtrl, bBatteryOn); - lv_obj_set_hidden(image_battery_scr_uiflowphoto, !bBatteryOn); + lv_obj_set_hidden(image_battery_0_scr_uiflowphoto, !bBatteryOn); } else { // UxCtrl_SetShow(&UIFlowWndPhoto_StatusICN_BatteryCtrl, TRUE); - lv_obj_set_hidden(image_battery_scr_uiflowphoto, false); + lv_obj_set_hidden(image_battery_0_scr_uiflowphoto, false); } return ; } @@ -921,6 +924,7 @@ static void UIFlowPhoto_ScrOpen(lv_obj_t* obj) gPhotoData.State = PHOTO_ST_VIEW; gPhotoData.SysTimeCount = 0; + lv_obj_set_hidden(image_battery_0_scr_uiflowphoto, false); /* Update window info */ update_icons(); if(update_icons_timer == NULL){ diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIInfo/UIInfo.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIInfo/UIInfo.c index 4f7795366..1563c75f3 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIInfo/UIInfo.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIInfo/UIInfo.c @@ -1263,7 +1263,6 @@ void KeyScan_EnableMisc(BOOL bEn) //----------------------------------------------------------------------------- UINT32 GetBatteryLevel(void) { - if (KeyScan_IsACIn()) { guiBatteryLevel = BATTERY_CHARGE; } else { diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_bluetooth_connected.bmp b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_bluetooth_connected.bmp new file mode 100644 index 0000000000000000000000000000000000000000..30f3de535418247a35ae4b93f6d6ff369d0ceba2 GIT binary patch literal 6456 zcmeH~*=rL~6vj`M)-;I`+ER^8lXS6|+9WnDX<8FpUId{aK8YfT3kW_a2Zs{OA#XU3b{J0^LWF#!{p?apNGFW))mJ2%HxLUxcoLEP`>HXXR7 zaXsE2w8)z@Anl^K?`=H|dO7gF=YUQZ1*0|IwSJ&CMq%-71%?iG zKBAr%QCt>Yi17+MF2PQZ9P?)SF-Eg10sajIA9|&ld^DH7KL+kAIVsMpJ|jPCFmZhi z`fQE*VDTkp=S6(}JJt(oCT}&Ex~YDAnHF@kOeJCNVUe4&3c)w!`Ze*{W>Z)X;xlw@ z^J-HcJRhCw^f7Rp!QB7CYa?s4^byB?F}=`VP(SAd^cU1q`5vvWrQFAwZp5#_MPt5u zMKC+%9Mzho)%*JgP#p^nsLAn~a0`A8A7VO+L=<(NXdlpSnKdx+MB?_*)gm&SQ@=%4?E#{f+wY z_|=@iNPU>b)Qaom4UE;F9^k7MU|>x2jCTEPw3lNL)2OgE7JdK# literal 0 HcmV?d00001 diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_bluetooth_unconnected.bmp b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_bluetooth_unconnected.bmp new file mode 100644 index 0000000000000000000000000000000000000000..d480480e100105702b472cefcb4f15d807d1a5ad GIT binary patch literal 6456 zcmeH~*-z>~6vht_(TG7sTzE73AWE*6XXKwrP4qB_M2wf zPHpi4YDt7-Ixy4D{N^m*DSr-=F=8J{y~a(=NAqmlug*t8T4Mw3qNvwF8`xkF1HU~6 zd_IMO!FJ#3K_H;e{e77h7C!ot5q!mBk+uE(8ihiieZ^_!17|K*qSe(mg5Ucg_N{!} zmYGbICMRXj8O?kT4`nJ8O1i)E`4UM|gK&?Vwv0wwj_aHGc6VzuJuTD4MO9~nJ+H4T z6pQ_HT%#NINJOT5zDUQ%RT>}v8v9m0?B(|>w7%Y?rzgXf;7q0d_FRijPhWLgV84xx zCflE%*^ZCTg~KwPoEXo85n8mk*gGwPUv6$HIwSVDysXm9jOO!Be8`VZ@#u&KpI~H@!G4meXeuwU^ts(YB+koTo5o1P9z6bISnqm zmQKH_`usKD?bdQ@Y;?4(=8ot~u-@LjcwUF&@psjqhA*u)%;n0ovhwqFI2`_@qa#t% zI9oPbVYcJH(L-N;q7G|$@n*@364MOMgZv#DQdHe(F#X} zn)+U4%^|Js4i9_tAJ5EZ&INpT^SzYY?z`TO4|;;U!rXVyyFG8^%Vbb@z5idt&&~O~ es%M;jOl>u~~UVy2hbT-RXAM$-D zz6js%B{*jJEfs^@ck-XbFt;^g$mhEhgMB83a@AkYJ}n2s7=4_C?^h=G-jyW`+~!f) z5Ztu>n=Ap9Z)R%%Rc%3-OiKPXPJ}iUA0*7|Sy+U%rErcd+k@!47TZ*OkbIXgKK(<$ zV1P&4@dz56A=D3Z*l{?5{+n^^`;@_xG`Hu{|L23bDuDi5ah6lbul0;0sRXDVdU#gK zwavazhO?`BStthgn>4G9$^4fu#FKLNIKm8RVQuf6Dt`@oIqW(g1?AWED21`7DfZlV zH4Yo`HizfL7w3Zn9A)Yca=cG{6Id=cT1VSt2$OGxEcRFovbt>4?po^_$2m-YSMreZ z+;SkS(#b-0>PI+?q%&uWEY8GU(RpS;RnI~;^t`Vd;4twroz0u%!{oa(2Jed6b4=78 z7sv2b-7yQoRO^ul(@yttO0~|rBA{t1{Lg$R%uuc6F7nfZZIATDzM6bl&#;yvK4< z3QpUvE4AHuKMC?#UJH6AU7>!}eIbhB1Zhta?$>E}KBO`FB#9w@k>Q7MLVB6IzOp{R zuqTh(^IpKVE@f?U*A@FsJ%;v{+a=wh-f6X|<0xh?_j^Tk06Wh{;r*<{q3dD(Jms!m z&u=<^b)Ac5&y!Lt6i4r6u@BhQI4EYfrhAV0O`MnPNuwjkgZg?g8(O~;hsU0&^@H|h z+H)t4wxba=j)j=^Set^Vs0lI*&^!9pdnJbP7x`_tU!~X_t$t~lPko=XaQu0GAEX>= z89g5bbex(8X@wSF^vspwpffY+w-$eCF7?1+K7sa=^Q=aCe9^m>X^$&}o{KTYbvn-w y7Dy*a3kh4qM~aoSwt0UT#9O`lmScVH|6b+T)7ZnmC9q-C$*7Zo0Rsd2Fz^Q&%Eoj6 literal 0 HcmV?d00001 diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_wifi_unconnected.bmp b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_wifi_unconnected.bmp new file mode 100644 index 0000000000000000000000000000000000000000..b2e555f96b1ce3035f359221ef5e7530175d1d99 GIT binary patch literal 7736 zcmeHJX;11v6g>*AC~-|(aF5Fe6Sw$Wh}&~bT==4B#E41+Hx`A0Y{E}}y@TUxZ7Wu* zfutnulxb(?oO{nbGk^Ezd%=Ex#QT_dO}@4j=og=WO7VS*t#GjpcFT)*^D<*#YQWTh zsew|`fW?x>gsYOi(joqEtVV_8(&aSA+KMDBVAHj;+omrjlyPo(Ts6T zO%BV;LP^yF$Idl=cNfCeRt#ffNpy8((9w~>@Nf!iYXYvX3wq+;E-uD3xoTBEk!HvXTUxS; z_;q%sF*g^-!NHU0L60~+jj-pXB>_D>%DSa`IXa4nd))8r4^q9~+=N&xi}BTZ-`ktU z#rd_VbH{1oS1u;FHP~`JFShdEsw`XyF zPWzKw>lDk4jp(cQq?x|#_AE$KBO@v1onG(%c=PdrKnVT)=^w*RnxR}v`H*+4t_mQ( z*2d+5KEM?=F4iz~(Ov-ksnAa-`5Xlql}|J2ko z?(dB|^O4U;aUC8$f-p-t&@;t~_N)2%1oIoWI|8pa44*HIlaq*emVRP9Nhjo&@5k5H z=2$MIYh7K1(bS~m_lVBxhSAX^ z9F7cHTeGOI&!M_H&on@N^v>xNaCR1!<&)zkz0o&%aq0P`2GMSI}>eiY;5NtPqM>l^t!c~5tD1`7)Ut93fhkQT@%$qPwa sRFA}!Jec