Selaa lähdekoodia

project: add ethercat master project

yans 8 kuukautta sitten
vanhempi
sitoutus
a2c0c2c125
100 muutettua tiedostoa jossa 12125 lisäystä ja 2 poistoa
  1. 0 1
      .gitignore
  2. 2 1
      projects/hmi-board-ota-app/README.md
  3. 1393 0
      projects/hmi-board-soem/.config
  4. 350 0
      projects/hmi-board-soem/.cproject
  5. 21 0
      projects/hmi-board-soem/.gitignore
  6. 9 0
      projects/hmi-board-soem/.ignore_format.yml
  7. 27 0
      projects/hmi-board-soem/.project
  8. BIN
      projects/hmi-board-soem/.settings/.rtmenus
  9. 66 0
      projects/hmi-board-soem/.settings/hmi-board-soem.DAPLink.Debug.rttlaunch
  10. 90 0
      projects/hmi-board-soem/.settings/hmi-board-soem.JLink.Debug.rttlaunch
  11. 2 0
      projects/hmi-board-soem/.settings/ilg.gnumcueclipse.managedbuild.cross.arm.prefs
  12. 14 0
      projects/hmi-board-soem/.settings/language.settings.xml
  13. 3 0
      projects/hmi-board-soem/.settings/org.eclipse.core.runtime.prefs
  14. 20 0
      projects/hmi-board-soem/.settings/projcfg.ini
  15. 19 0
      projects/hmi-board-soem/.settings/standalone.prefs
  16. 34 0
      projects/hmi-board-soem/Kconfig
  17. 36 0
      projects/hmi-board-soem/R7FA6M3AH3CFC.pincfg
  18. 224 0
      projects/hmi-board-soem/README.md
  19. 27 0
      projects/hmi-board-soem/SConscript
  20. 58 0
      projects/hmi-board-soem/SConstruct
  21. 326 0
      projects/hmi-board-soem/board/Kconfig
  22. 25 0
      projects/hmi-board-soem/board/SConscript
  23. 38 0
      projects/hmi-board-soem/board/board.h
  24. 16 0
      projects/hmi-board-soem/board/lvgl/SConscript
  25. 17 0
      projects/hmi-board-soem/board/lvgl/demo/SConscript
  26. 17 0
      projects/hmi-board-soem/board/lvgl/demo/ethercat/SConscript
  27. 156 0
      projects/hmi-board-soem/board/lvgl/demo/ethercat/ui.c
  28. 56 0
      projects/hmi-board-soem/board/lvgl/demo/ethercat/ui.h
  29. 242 0
      projects/hmi-board-soem/board/lvgl/demo/ethercat/ui_screen.c
  30. 17 0
      projects/hmi-board-soem/board/lvgl/demo/file_explorer/SConscript
  31. 757 0
      projects/hmi-board-soem/board/lvgl/demo/file_explorer/lv_file_explorer.c
  32. 190 0
      projects/hmi-board-soem/board/lvgl/demo/file_explorer/lv_file_explorer.h
  33. 28 0
      projects/hmi-board-soem/board/lvgl/demo/lv_demo.c
  34. 17 0
      projects/hmi-board-soem/board/lvgl/demo/video/SConscript
  35. 17 0
      projects/hmi-board-soem/board/lvgl/demo/video/img/SConscript
  36. 294 0
      projects/hmi-board-soem/board/lvgl/demo/video/img/file_icon.c
  37. 242 0
      projects/hmi-board-soem/board/lvgl/demo/video/img/ui_img_audio_wave_1_png.c
  38. 154 0
      projects/hmi-board-soem/board/lvgl/demo/video/img/ui_img_indicator_ver_png.c
  39. 43 0
      projects/hmi-board-soem/board/lvgl/demo/video/img/ui_img_next_png.c
  40. 43 0
      projects/hmi-board-soem/board/lvgl/demo/video/img/ui_img_pause_png.c
  41. 43 0
      projects/hmi-board-soem/board/lvgl/demo/video/img/ui_img_prev_png.c
  42. 55 0
      projects/hmi-board-soem/board/lvgl/demo/video/img/ui_img_run_png.c
  43. 412 0
      projects/hmi-board-soem/board/lvgl/demo/video/lv_demo_video.c
  44. 50 0
      projects/hmi-board-soem/board/lvgl/demo/video/lv_demo_video.h
  45. 177 0
      projects/hmi-board-soem/board/lvgl/demo/video/ui_anim.h
  46. 215 0
      projects/hmi-board-soem/board/lvgl/demo/video/ui_helpers.c
  47. 95 0
      projects/hmi-board-soem/board/lvgl/demo/video/ui_helpers.h
  48. 70 0
      projects/hmi-board-soem/board/lvgl/lv_conf.h
  49. 149 0
      projects/hmi-board-soem/board/lvgl/lv_port_disp.c
  50. 140 0
      projects/hmi-board-soem/board/lvgl/lv_port_indev.c
  51. 16 0
      projects/hmi-board-soem/board/ports/SConscript
  52. 21 0
      projects/hmi-board-soem/board/ports/audio/SConscript
  53. 670 0
      projects/hmi-board-soem/board/ports/audio/pwm_audio.c
  54. 147 0
      projects/hmi-board-soem/board/ports/audio/pwm_audio.h
  55. 23 0
      projects/hmi-board-soem/board/ports/avi/SConscript
  56. 133 0
      projects/hmi-board-soem/board/ports/avi/avi_def.h
  57. 229 0
      projects/hmi-board-soem/board/ports/avi/avifile.c
  58. 67 0
      projects/hmi-board-soem/board/ports/avi/avifile.h
  59. 17 0
      projects/hmi-board-soem/board/ports/avi/player/SConscript
  60. 523 0
      projects/hmi-board-soem/board/ports/avi/player/player.c
  61. 88 0
      projects/hmi-board-soem/board/ports/avi/player/player.h
  62. 146 0
      projects/hmi-board-soem/board/ports/can_test.c
  63. 217 0
      projects/hmi-board-soem/board/ports/drv_g2d.c
  64. 16 0
      projects/hmi-board-soem/board/ports/drv_g2d.h
  65. 223 0
      projects/hmi-board-soem/board/ports/drv_jpeg.c
  66. 18 0
      projects/hmi-board-soem/board/ports/drv_jpeg.h
  67. 82 0
      projects/hmi-board-soem/board/ports/gpio_cfg.h
  68. 34 0
      projects/hmi-board-soem/board/ports/lcd_port.h
  69. 130 0
      projects/hmi-board-soem/board/ports/mnt.c
  70. 22 0
      projects/hmi-board-soem/board/ports/touch/SConscript
  71. 52 0
      projects/hmi-board-soem/board/ports/touch/gt911/.gitignore
  72. 201 0
      projects/hmi-board-soem/board/ports/touch/gt911/LICENSE
  73. 73 0
      projects/hmi-board-soem/board/ports/touch/gt911/README.md
  74. 17 0
      projects/hmi-board-soem/board/ports/touch/gt911/SConscript
  75. 41 0
      projects/hmi-board-soem/board/ports/touch/gt911/inc/gt911.h
  76. 513 0
      projects/hmi-board-soem/board/ports/touch/gt911/src/gt911.c
  77. 22 0
      projects/hmi-board-soem/board/ports/wifi/SConscript
  78. 65 0
      projects/hmi-board-soem/board/ports/wifi/drv_rw007.c
  79. 42 0
      projects/hmi-board-soem/board/ra6m3_it.c
  80. 255 0
      projects/hmi-board-soem/buildinfo.gpdsc
  81. 1493 0
      projects/hmi-board-soem/configuration.xml
  82. 16 0
      projects/hmi-board-soem/docs/evaluation.md
  83. BIN
      projects/hmi-board-soem/docs/picture/back.png
  84. BIN
      projects/hmi-board-soem/docs/picture/ethercat/csp_rxpdo.png
  85. BIN
      projects/hmi-board-soem/docs/picture/ethercat/csp_txpdo.png
  86. BIN
      projects/hmi-board-soem/docs/picture/ethercat/csv_rxpdo.png
  87. BIN
      projects/hmi-board-soem/docs/picture/ethercat/csv_txpdo.png
  88. BIN
      projects/hmi-board-soem/docs/picture/ethercat/image-20250423184000894.png
  89. BIN
      projects/hmi-board-soem/docs/picture/ethercat/image-20250423184124655.png
  90. BIN
      projects/hmi-board-soem/docs/picture/ethercat/statemachine.png
  91. BIN
      projects/hmi-board-soem/docs/picture/front.png
  92. BIN
      projects/hmi-board-soem/docs/picture/lvgl/lvgl-1.png
  93. BIN
      projects/hmi-board-soem/docs/picture/lvgl/lvgl-2.png
  94. BIN
      projects/hmi-board-soem/docs/picture/lvgl/lvgl-3.png
  95. BIN
      projects/hmi-board-soem/docs/picture/lvgl/lvgl-4.png
  96. BIN
      projects/hmi-board-soem/docs/picture/lvgl/lvgl.png
  97. BIN
      projects/hmi-board-soem/docs/picture/resources.png
  98. 6 0
      projects/hmi-board-soem/mklinks.bat
  99. 3 0
      projects/hmi-board-soem/mklinks.sh
  100. 8 0
      projects/hmi-board-soem/packages/LVGL-v8.3.11/.codecov.yml

+ 0 - 1
.gitignore

@@ -5,7 +5,6 @@
 **/packages.dbsqlite
 **/build
 **/rt-thread
-**/packages
 **/.config.old
 /**/libraries
 /libraries/*.o

+ 2 - 1
projects/hmi-board-ota-app/README.md

@@ -39,6 +39,7 @@ msh >
 ```
 
 此工程自带了 ymodem_ota 命令,可配合支持 ymodem 协议的终端工具,发送升级包到系统。
+> 注:支持 ymodem 协议的工具有 xshell,windterm 等,mobaxterm 和 putty 不支持!
 
 ![img](docs/picture/img.png)
 
@@ -58,4 +59,4 @@ boot进入之后会自动检测download分区的待升级固件,并自动更
 
 ## 贡献代码
 
-如果您对  RA6M3-HMI-Board 感兴趣,并且有一些好玩的项目愿意与大家分享的话欢迎给我们贡献代码,您可以参考 [如何向 RT-Thread 代码贡献](https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/development-guide/github/github)。
+如果您对  RA6M3-HMI-Board 感兴趣,并且有一些好玩的项目愿意与大家分享的话欢迎给我们贡献代码,您可以参考 [如何向 RT-Thread 代码贡献](https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/development-guide/github/github)。

+ 1393 - 0
projects/hmi-board-soem/.config

@@ -0,0 +1,1393 @@
+# Generated by Kconfiglib (https://github.com/ulfalizer/Kconfiglib)
+
+#
+# RT-Thread Kernel
+#
+CONFIG_RT_NAME_MAX=8
+# CONFIG_RT_USING_ARCH_DATA_TYPE is not set
+# CONFIG_RT_USING_SMART is not set
+# CONFIG_RT_USING_AMP is not set
+# CONFIG_RT_USING_SMP is not set
+CONFIG_RT_ALIGN_SIZE=8
+# CONFIG_RT_THREAD_PRIORITY_8 is not set
+CONFIG_RT_THREAD_PRIORITY_32=y
+# CONFIG_RT_THREAD_PRIORITY_256 is not set
+CONFIG_RT_THREAD_PRIORITY_MAX=32
+CONFIG_RT_TICK_PER_SECOND=1000
+CONFIG_RT_USING_OVERFLOW_CHECK=y
+CONFIG_RT_USING_HOOK=y
+CONFIG_RT_HOOK_USING_FUNC_PTR=y
+CONFIG_RT_USING_IDLE_HOOK=y
+CONFIG_RT_IDLE_HOOK_LIST_SIZE=4
+CONFIG_IDLE_THREAD_STACK_SIZE=256
+CONFIG_RT_USING_TIMER_SOFT=y
+CONFIG_RT_TIMER_THREAD_PRIO=4
+CONFIG_RT_TIMER_THREAD_STACK_SIZE=512
+
+#
+# kservice optimization
+#
+# CONFIG_RT_KSERVICE_USING_STDLIB is not set
+# CONFIG_RT_KSERVICE_USING_TINY_SIZE is not set
+# CONFIG_RT_USING_TINY_FFS is not set
+# CONFIG_RT_KPRINTF_USING_LONGLONG is not set
+# end of kservice optimization
+
+CONFIG_RT_DEBUG=y
+CONFIG_RT_DEBUG_COLOR=y
+# CONFIG_RT_DEBUG_INIT_CONFIG is not set
+# CONFIG_RT_DEBUG_THREAD_CONFIG is not set
+# CONFIG_RT_DEBUG_SCHEDULER_CONFIG is not set
+# CONFIG_RT_DEBUG_IPC_CONFIG is not set
+# CONFIG_RT_DEBUG_TIMER_CONFIG is not set
+# CONFIG_RT_DEBUG_IRQ_CONFIG is not set
+# CONFIG_RT_DEBUG_MEM_CONFIG is not set
+# CONFIG_RT_DEBUG_SLAB_CONFIG is not set
+# CONFIG_RT_DEBUG_MEMHEAP_CONFIG is not set
+# CONFIG_RT_DEBUG_MODULE_CONFIG is not set
+
+#
+# Inter-Thread communication
+#
+CONFIG_RT_USING_SEMAPHORE=y
+CONFIG_RT_USING_MUTEX=y
+CONFIG_RT_USING_EVENT=y
+CONFIG_RT_USING_MAILBOX=y
+CONFIG_RT_USING_MESSAGEQUEUE=y
+# CONFIG_RT_USING_SIGNALS is not set
+# end of Inter-Thread communication
+
+#
+# Memory Management
+#
+# CONFIG_RT_USING_MEMPOOL is not set
+CONFIG_RT_USING_SMALL_MEM=y
+# CONFIG_RT_USING_SLAB is not set
+# CONFIG_RT_USING_MEMHEAP is not set
+CONFIG_RT_USING_SMALL_MEM_AS_HEAP=y
+# CONFIG_RT_USING_MEMHEAP_AS_HEAP is not set
+# CONFIG_RT_USING_SLAB_AS_HEAP is not set
+# CONFIG_RT_USING_USERHEAP is not set
+# CONFIG_RT_USING_NOHEAP is not set
+# CONFIG_RT_USING_MEMTRACE is not set
+# CONFIG_RT_USING_HEAP_ISR is not set
+CONFIG_RT_USING_HEAP=y
+# end of Memory Management
+
+#
+# Kernel Device Object
+#
+CONFIG_RT_USING_DEVICE=y
+# CONFIG_RT_USING_DEVICE_OPS is not set
+# CONFIG_RT_USING_DM is not set
+# CONFIG_RT_USING_INTERRUPT_INFO is not set
+CONFIG_RT_USING_CONSOLE=y
+CONFIG_RT_CONSOLEBUF_SIZE=128
+CONFIG_RT_CONSOLE_DEVICE_NAME="uart9"
+# end of Kernel Device Object
+
+CONFIG_RT_VER_NUM=0x50001
+# CONFIG_RT_USING_STDC_ATOMIC is not set
+# end of RT-Thread Kernel
+
+CONFIG_RT_USING_HW_ATOMIC=y
+CONFIG_RT_USING_CPU_FFS=y
+CONFIG_ARCH_ARM=y
+CONFIG_ARCH_ARM_CORTEX_M=y
+CONFIG_ARCH_ARM_CORTEX_M4=y
+
+#
+# RT-Thread Components
+#
+CONFIG_RT_USING_COMPONENTS_INIT=y
+CONFIG_RT_USING_USER_MAIN=y
+CONFIG_RT_MAIN_THREAD_STACK_SIZE=2048
+CONFIG_RT_MAIN_THREAD_PRIORITY=10
+# CONFIG_RT_USING_LEGACY is not set
+CONFIG_RT_USING_MSH=y
+CONFIG_RT_USING_FINSH=y
+CONFIG_FINSH_USING_MSH=y
+CONFIG_FINSH_THREAD_NAME="tshell"
+CONFIG_FINSH_THREAD_PRIORITY=20
+CONFIG_FINSH_THREAD_STACK_SIZE=4096
+CONFIG_FINSH_USING_HISTORY=y
+CONFIG_FINSH_HISTORY_LINES=5
+CONFIG_FINSH_USING_SYMTAB=y
+CONFIG_FINSH_CMD_SIZE=80
+CONFIG_MSH_USING_BUILT_IN_COMMANDS=y
+CONFIG_FINSH_USING_DESCRIPTION=y
+# CONFIG_FINSH_ECHO_DISABLE_DEFAULT is not set
+# CONFIG_FINSH_USING_AUTH is not set
+CONFIG_FINSH_ARG_MAX=10
+
+#
+# DFS: device virtual file system
+#
+# CONFIG_RT_USING_DFS is not set
+# end of DFS: device virtual file system
+
+# CONFIG_RT_USING_FAL is not set
+
+#
+# Device Drivers
+#
+CONFIG_RT_USING_DEVICE_IPC=y
+CONFIG_RT_UNAMED_PIPE_NUMBER=64
+CONFIG_RT_USING_SYSTEM_WORKQUEUE=y
+CONFIG_RT_SYSTEM_WORKQUEUE_STACKSIZE=2048
+CONFIG_RT_SYSTEM_WORKQUEUE_PRIORITY=23
+CONFIG_RT_USING_SERIAL=y
+# CONFIG_RT_USING_SERIAL_V1 is not set
+CONFIG_RT_USING_SERIAL_V2=y
+CONFIG_RT_SERIAL_USING_DMA=y
+# CONFIG_RT_USING_CAN is not set
+# CONFIG_RT_USING_HWTIMER is not set
+# CONFIG_RT_USING_CPUTIME is not set
+CONFIG_RT_USING_I2C=y
+# CONFIG_RT_I2C_DEBUG is not set
+CONFIG_RT_USING_I2C_BITOPS=y
+# CONFIG_RT_I2C_BITOPS_DEBUG is not set
+# CONFIG_RT_USING_PHY is not set
+CONFIG_RT_USING_PIN=y
+# CONFIG_RT_USING_ADC is not set
+# CONFIG_RT_USING_DAC is not set
+# CONFIG_RT_USING_NULL is not set
+# CONFIG_RT_USING_ZERO is not set
+# CONFIG_RT_USING_RANDOM is not set
+CONFIG_RT_USING_PWM=y
+# CONFIG_RT_USING_MTD_NOR is not set
+# CONFIG_RT_USING_MTD_NAND is not set
+# CONFIG_RT_USING_PM is not set
+# CONFIG_RT_USING_FDT is not set
+# CONFIG_RT_USING_RTC is not set
+# CONFIG_RT_USING_SDIO is not set
+# CONFIG_RT_USING_SPI is not set
+# CONFIG_RT_USING_WDT is not set
+# CONFIG_RT_USING_AUDIO is not set
+# CONFIG_RT_USING_SENSOR is not set
+CONFIG_RT_USING_TOUCH=y
+CONFIG_RT_TOUCH_PIN_IRQ=y
+# CONFIG_RT_USING_LCD is not set
+# CONFIG_RT_USING_HWCRYPTO is not set
+# CONFIG_RT_USING_PULSE_ENCODER is not set
+# CONFIG_RT_USING_INPUT_CAPTURE is not set
+# CONFIG_RT_USING_DEV_BUS is not set
+# CONFIG_RT_USING_WIFI is not set
+# CONFIG_RT_USING_VIRTIO is not set
+
+#
+# Using USB
+#
+# CONFIG_RT_USING_USB_HOST is not set
+# CONFIG_RT_USING_USB_DEVICE is not set
+# end of Using USB
+# end of Device Drivers
+
+#
+# C/C++ and POSIX layer
+#
+CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
+
+#
+# POSIX (Portable Operating System Interface) layer
+#
+# CONFIG_RT_USING_POSIX_FS is not set
+# CONFIG_RT_USING_POSIX_DELAY is not set
+# CONFIG_RT_USING_POSIX_CLOCK is not set
+# CONFIG_RT_USING_POSIX_TIMER is not set
+# CONFIG_RT_USING_PTHREADS is not set
+# CONFIG_RT_USING_MODULE is not set
+
+#
+# Interprocess Communication (IPC)
+#
+# CONFIG_RT_USING_POSIX_PIPE is not set
+# CONFIG_RT_USING_POSIX_MESSAGE_QUEUE is not set
+# CONFIG_RT_USING_POSIX_MESSAGE_SEMAPHORE is not set
+
+#
+# Socket is in the 'Network' category
+#
+# end of Interprocess Communication (IPC)
+# end of POSIX (Portable Operating System Interface) layer
+
+# CONFIG_RT_USING_CPLUSPLUS is not set
+# end of C/C++ and POSIX layer
+
+#
+# Network
+#
+CONFIG_RT_USING_SAL=y
+CONFIG_SAL_INTERNET_CHECK=y
+
+#
+# Docking with protocol stacks
+#
+CONFIG_SAL_USING_LWIP=y
+# CONFIG_SAL_USING_AT is not set
+# CONFIG_SAL_USING_TLS is not set
+# end of Docking with protocol stacks
+
+# CONFIG_SAL_USING_AF_UNIX is not set
+CONFIG_SAL_SOCKETS_NUM=16
+CONFIG_RT_USING_NETDEV=y
+CONFIG_NETDEV_USING_IFCONFIG=y
+CONFIG_NETDEV_USING_PING=y
+CONFIG_NETDEV_USING_NETSTAT=y
+CONFIG_NETDEV_USING_AUTO_DEFAULT=y
+# CONFIG_NETDEV_USING_IPV6 is not set
+CONFIG_NETDEV_IPV4=1
+CONFIG_NETDEV_IPV6=0
+CONFIG_RT_USING_LWIP=y
+# CONFIG_RT_USING_LWIP_LOCAL_VERSION is not set
+# CONFIG_RT_USING_LWIP141 is not set
+CONFIG_RT_USING_LWIP203=y
+# CONFIG_RT_USING_LWIP212 is not set
+# CONFIG_RT_USING_LWIP_LATEST is not set
+CONFIG_RT_USING_LWIP_VER_NUM=0x20003
+# CONFIG_RT_USING_LWIP_IPV6 is not set
+CONFIG_RT_LWIP_MEM_ALIGNMENT=4
+CONFIG_RT_LWIP_IGMP=y
+CONFIG_RT_LWIP_ICMP=y
+# CONFIG_RT_LWIP_SNMP is not set
+CONFIG_RT_LWIP_DNS=y
+CONFIG_RT_LWIP_DHCP=y
+CONFIG_IP_SOF_BROADCAST=1
+CONFIG_IP_SOF_BROADCAST_RECV=1
+
+#
+# Static IPv4 Address
+#
+CONFIG_RT_LWIP_IPADDR="192.168.1.30"
+CONFIG_RT_LWIP_GWADDR="192.168.1.1"
+CONFIG_RT_LWIP_MSKADDR="255.255.255.0"
+# end of Static IPv4 Address
+
+CONFIG_RT_LWIP_UDP=y
+CONFIG_RT_LWIP_TCP=y
+CONFIG_RT_LWIP_RAW=y
+# CONFIG_RT_LWIP_PPP is not set
+CONFIG_RT_MEMP_NUM_NETCONN=8
+CONFIG_RT_LWIP_PBUF_NUM=16
+CONFIG_RT_LWIP_RAW_PCB_NUM=4
+CONFIG_RT_LWIP_UDP_PCB_NUM=4
+CONFIG_RT_LWIP_TCP_PCB_NUM=4
+CONFIG_RT_LWIP_TCP_SEG_NUM=40
+CONFIG_RT_LWIP_TCP_SND_BUF=8196
+CONFIG_RT_LWIP_TCP_WND=8196
+CONFIG_RT_LWIP_TCPTHREAD_PRIORITY=10
+CONFIG_RT_LWIP_TCPTHREAD_MBOX_SIZE=8
+CONFIG_RT_LWIP_TCPTHREAD_STACKSIZE=1024
+# CONFIG_LWIP_NO_RX_THREAD is not set
+# CONFIG_LWIP_NO_TX_THREAD is not set
+CONFIG_RT_LWIP_ETHTHREAD_PRIORITY=12
+CONFIG_RT_LWIP_ETHTHREAD_STACKSIZE=1024
+CONFIG_RT_LWIP_ETHTHREAD_MBOX_SIZE=8
+# CONFIG_RT_LWIP_REASSEMBLY_FRAG is not set
+CONFIG_LWIP_NETIF_STATUS_CALLBACK=1
+CONFIG_LWIP_NETIF_LINK_CALLBACK=1
+CONFIG_SO_REUSE=1
+CONFIG_LWIP_SO_RCVTIMEO=1
+CONFIG_LWIP_SO_SNDTIMEO=1
+CONFIG_LWIP_SO_RCVBUF=1
+CONFIG_LWIP_SO_LINGER=0
+# CONFIG_RT_LWIP_NETIF_LOOPBACK is not set
+CONFIG_LWIP_NETIF_LOOPBACK=0
+# CONFIG_RT_LWIP_STATS is not set
+# CONFIG_RT_LWIP_USING_HW_CHECKSUM is not set
+CONFIG_RT_LWIP_USING_PING=y
+# CONFIG_LWIP_USING_DHCPD is not set
+# CONFIG_RT_LWIP_DEBUG is not set
+# CONFIG_RT_USING_AT is not set
+# end of Network
+
+#
+# Utilities
+#
+# CONFIG_RT_USING_RYM is not set
+# CONFIG_RT_USING_ULOG is not set
+# CONFIG_RT_USING_UTEST is not set
+# CONFIG_RT_USING_VAR_EXPORT is not set
+# CONFIG_RT_USING_ADT is not set
+# CONFIG_RT_USING_RT_LINK is not set
+# end of Utilities
+
+# CONFIG_RT_USING_VBUS is not set
+# end of RT-Thread Components
+
+#
+# RT-Thread Utestcases
+#
+# CONFIG_RT_USING_UTESTCASES is not set
+# end of RT-Thread Utestcases
+
+#
+# RT-Thread online packages
+#
+
+#
+# IoT - internet of things
+#
+# CONFIG_PKG_USING_LORAWAN_DRIVER is not set
+# CONFIG_PKG_USING_PAHOMQTT is not set
+# CONFIG_PKG_USING_UMQTT is not set
+# CONFIG_PKG_USING_WEBCLIENT is not set
+# CONFIG_PKG_USING_WEBNET is not set
+# CONFIG_PKG_USING_MONGOOSE is not set
+# CONFIG_PKG_USING_MYMQTT is not set
+# CONFIG_PKG_USING_KAWAII_MQTT is not set
+# CONFIG_PKG_USING_BC28_MQTT is not set
+# CONFIG_PKG_USING_WEBTERMINAL is not set
+# CONFIG_PKG_USING_FREEMODBUS is not set
+# CONFIG_PKG_USING_NANOPB is not set
+# CONFIG_PKG_USING_WIFI_HOST_DRIVER is not set
+
+#
+# Wi-Fi
+#
+
+#
+# Marvell WiFi
+#
+# CONFIG_PKG_USING_WLANMARVELL is not set
+# end of Marvell WiFi
+
+#
+# Wiced WiFi
+#
+# CONFIG_PKG_USING_WLAN_WICED is not set
+# end of Wiced WiFi
+
+# CONFIG_PKG_USING_RW007 is not set
+
+#
+# CYW43012 WiFi
+#
+# CONFIG_PKG_USING_WLAN_CYW43012 is not set
+# end of CYW43012 WiFi
+
+#
+# BL808 WiFi
+#
+# CONFIG_PKG_USING_WLAN_BL808 is not set
+# end of BL808 WiFi
+
+#
+# CYW43439 WiFi
+#
+# CONFIG_PKG_USING_WLAN_CYW43439 is not set
+# end of CYW43439 WiFi
+# end of Wi-Fi
+
+# CONFIG_PKG_USING_COAP is not set
+# CONFIG_PKG_USING_NOPOLL is not set
+# CONFIG_PKG_USING_NETUTILS is not set
+# CONFIG_PKG_USING_CMUX is not set
+# CONFIG_PKG_USING_PPP_DEVICE is not set
+# CONFIG_PKG_USING_AT_DEVICE is not set
+# CONFIG_PKG_USING_ATSRV_SOCKET is not set
+# CONFIG_PKG_USING_WIZNET is not set
+# CONFIG_PKG_USING_ZB_COORDINATOR is not set
+
+#
+# IoT Cloud
+#
+# CONFIG_PKG_USING_ONENET is not set
+# CONFIG_PKG_USING_GAGENT_CLOUD is not set
+# CONFIG_PKG_USING_ALI_IOTKIT is not set
+# CONFIG_PKG_USING_AZURE is not set
+# CONFIG_PKG_USING_TENCENT_IOT_EXPLORER is not set
+# CONFIG_PKG_USING_JIOT-C-SDK is not set
+# CONFIG_PKG_USING_UCLOUD_IOT_SDK is not set
+# CONFIG_PKG_USING_JOYLINK is not set
+# CONFIG_PKG_USING_IOTSHARP_SDK is not set
+# end of IoT Cloud
+
+# CONFIG_PKG_USING_NIMBLE is not set
+# CONFIG_PKG_USING_LLSYNC_SDK_ADAPTER is not set
+# CONFIG_PKG_USING_OTA_DOWNLOADER is not set
+# CONFIG_PKG_USING_IPMSG is not set
+# CONFIG_PKG_USING_LSSDP is not set
+# CONFIG_PKG_USING_AIRKISS_OPEN is not set
+# CONFIG_PKG_USING_LIBRWS is not set
+# CONFIG_PKG_USING_TCPSERVER is not set
+# CONFIG_PKG_USING_PROTOBUF_C is not set
+# CONFIG_PKG_USING_DLT645 is not set
+# CONFIG_PKG_USING_QXWZ is not set
+# CONFIG_PKG_USING_SMTP_CLIENT is not set
+# CONFIG_PKG_USING_ABUP_FOTA is not set
+# CONFIG_PKG_USING_LIBCURL2RTT is not set
+# CONFIG_PKG_USING_CAPNP is not set
+# CONFIG_PKG_USING_AGILE_TELNET is not set
+# CONFIG_PKG_USING_NMEALIB is not set
+# CONFIG_PKG_USING_PDULIB is not set
+# CONFIG_PKG_USING_BTSTACK is not set
+# CONFIG_PKG_USING_BT_CYW43012 is not set
+# CONFIG_PKG_USING_CYW43XX is not set
+# CONFIG_PKG_USING_LORAWAN_ED_STACK is not set
+# CONFIG_PKG_USING_WAYZ_IOTKIT is not set
+# CONFIG_PKG_USING_MAVLINK is not set
+# CONFIG_PKG_USING_BSAL is not set
+# CONFIG_PKG_USING_AGILE_MODBUS is not set
+# CONFIG_PKG_USING_AGILE_FTP is not set
+# CONFIG_PKG_USING_EMBEDDEDPROTO is not set
+# CONFIG_PKG_USING_RT_LINK_HW is not set
+# CONFIG_PKG_USING_RYANMQTT is not set
+# CONFIG_PKG_USING_RYANW5500 is not set
+# CONFIG_PKG_USING_LORA_PKT_FWD is not set
+# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
+# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
+# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
+# CONFIG_PKG_USING_NET_SERVER is not set
+# CONFIG_PKG_USING_ZFTP is not set
+# CONFIG_PKG_USING_WOL is not set
+# CONFIG_PKG_USING_ZEPHYR_POLLING is not set
+# CONFIG_PKG_USING_MATTER_ADAPTATION_LAYER is not set
+# CONFIG_PKG_USING_LHC_MODBUS is not set
+# CONFIG_PKG_USING_QMODBUS is not set
+# CONFIG_PKG_USING_PNET is not set
+# CONFIG_PKG_USING_OPENER is not set
+# end of IoT - internet of things
+
+#
+# security packages
+#
+# CONFIG_PKG_USING_MBEDTLS is not set
+# CONFIG_PKG_USING_LIBSODIUM is not set
+# CONFIG_PKG_USING_LIBHYDROGEN is not set
+# CONFIG_PKG_USING_TINYCRYPT is not set
+# CONFIG_PKG_USING_TFM is not set
+# CONFIG_PKG_USING_YD_CRYPTO is not set
+# end of security packages
+
+#
+# language packages
+#
+
+#
+# JSON: JavaScript Object Notation, a lightweight data-interchange format
+#
+# CONFIG_PKG_USING_CJSON is not set
+# CONFIG_PKG_USING_LJSON is not set
+# CONFIG_PKG_USING_RT_CJSON_TOOLS is not set
+# CONFIG_PKG_USING_RAPIDJSON is not set
+# CONFIG_PKG_USING_JSMN is not set
+# CONFIG_PKG_USING_AGILE_JSMN is not set
+# CONFIG_PKG_USING_PARSON is not set
+# CONFIG_PKG_USING_RYAN_JSON is not set
+# end of JSON: JavaScript Object Notation, a lightweight data-interchange format
+
+#
+# XML: Extensible Markup Language
+#
+# CONFIG_PKG_USING_SIMPLE_XML is not set
+# CONFIG_PKG_USING_EZXML is not set
+# end of XML: Extensible Markup Language
+
+# CONFIG_PKG_USING_LUATOS_SOC is not set
+# CONFIG_PKG_USING_LUA is not set
+# CONFIG_PKG_USING_JERRYSCRIPT is not set
+# CONFIG_PKG_USING_MICROPYTHON is not set
+# CONFIG_PKG_USING_PIKASCRIPT is not set
+# CONFIG_PKG_USING_RTT_RUST is not set
+# end of language packages
+
+#
+# multimedia packages
+#
+
+#
+# LVGL: powerful and easy-to-use embedded GUI library
+#
+CONFIG_PKG_USING_LVGL=y
+CONFIG_PKG_LVGL_PATH="/packages/multimedia/LVGL/LVGL"
+CONFIG_PKG_LVGL_THREAD_PRIO=20
+CONFIG_PKG_LVGL_THREAD_STACK_SIZE=4096
+CONFIG_PKG_LVGL_DISP_REFR_PERIOD=5
+# CONFIG_PKG_USING_LVGL_SQUARELINE is not set
+# CONFIG_PKG_LVGL_USING_EXAMPLES is not set
+# CONFIG_PKG_LVGL_USING_DEMOS is not set
+CONFIG_PKG_LVGL_USING_V080311=y
+# CONFIG_PKG_LVGL_USING_V080310 is not set
+# CONFIG_PKG_LVGL_USING_V08039 is not set
+# CONFIG_PKG_LVGL_USING_V08038 is not set
+# CONFIG_PKG_LVGL_USING_V08037 is not set
+# CONFIG_PKG_LVGL_USING_V08036 is not set
+# CONFIG_PKG_LVGL_USING_V08035 is not set
+# CONFIG_PKG_LVGL_USING_V08034 is not set
+# CONFIG_PKG_LVGL_USING_V08033 is not set
+# CONFIG_PKG_LVGL_USING_V08032 is not set
+# CONFIG_PKG_LVGL_USING_V08031 is not set
+# CONFIG_PKG_LVGL_USING_V08030 is not set
+# CONFIG_PKG_LVGL_USING_V08020 is not set
+# CONFIG_PKG_LVGL_USING_V8_3_LATEST is not set
+# CONFIG_PKG_LVGL_USING_V8_4_LATEST is not set
+# CONFIG_PKG_LVGL_USING_V09000 is not set
+# CONFIG_PKG_LVGL_USING_V09010 is not set
+# CONFIG_PKG_LVGL_USING_LATEST is not set
+CONFIG_PKG_LVGL_VER_NUM=0x080311
+CONFIG_PKG_LVGL_VER="v8.3.11"
+# CONFIG_PKG_USING_LV_MUSIC_DEMO is not set
+# CONFIG_PKG_USING_GUI_GUIDER_DEMO is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
+# CONFIG_PKG_USING_WAVPLAYER is not set
+# CONFIG_PKG_USING_TJPGD is not set
+# CONFIG_PKG_USING_PDFGEN is not set
+# CONFIG_PKG_USING_HELIX is not set
+# CONFIG_PKG_USING_AZUREGUIX is not set
+# CONFIG_PKG_USING_TOUCHGFX2RTT is not set
+# CONFIG_PKG_USING_NUEMWIN is not set
+# CONFIG_PKG_USING_MP3PLAYER is not set
+# CONFIG_PKG_USING_TINYJPEG is not set
+# CONFIG_PKG_USING_UGUI is not set
+# CONFIG_PKG_USING_MCURSES is not set
+# CONFIG_PKG_USING_TERMBOX is not set
+# CONFIG_PKG_USING_VT100 is not set
+# CONFIG_PKG_USING_QRCODE is not set
+# CONFIG_PKG_USING_GUIENGINE is not set
+# CONFIG_PKG_USING_PERSIMMON is not set
+# CONFIG_PKG_USING_3GPP_AMRNB is not set
+# end of multimedia packages
+
+#
+# tools packages
+#
+# CONFIG_PKG_USING_CMBACKTRACE is not set
+# CONFIG_PKG_USING_EASYFLASH is not set
+# CONFIG_PKG_USING_EASYLOGGER is not set
+# CONFIG_PKG_USING_SYSTEMVIEW is not set
+# CONFIG_PKG_USING_SEGGER_RTT is not set
+# CONFIG_PKG_USING_RTT_AUTO_EXE_CMD is not set
+# CONFIG_PKG_USING_RDB is not set
+# CONFIG_PKG_USING_ULOG_EASYFLASH is not set
+# CONFIG_PKG_USING_LOGMGR is not set
+# CONFIG_PKG_USING_ADBD is not set
+# CONFIG_PKG_USING_COREMARK is not set
+# CONFIG_PKG_USING_DHRYSTONE is not set
+# CONFIG_PKG_USING_MEMORYPERF is not set
+# CONFIG_PKG_USING_NR_MICRO_SHELL is not set
+# CONFIG_PKG_USING_CHINESE_FONT_LIBRARY is not set
+# CONFIG_PKG_USING_LUNAR_CALENDAR is not set
+# CONFIG_PKG_USING_BS8116A is not set
+# CONFIG_PKG_USING_GPS_RMC is not set
+# CONFIG_PKG_USING_URLENCODE is not set
+# CONFIG_PKG_USING_UMCN is not set
+# CONFIG_PKG_USING_LWRB2RTT is not set
+# CONFIG_PKG_USING_CPU_USAGE is not set
+# CONFIG_PKG_USING_GBK2UTF8 is not set
+# CONFIG_PKG_USING_VCONSOLE is not set
+# CONFIG_PKG_USING_KDB is not set
+# CONFIG_PKG_USING_WAMR is not set
+# CONFIG_PKG_USING_MICRO_XRCE_DDS_CLIENT is not set
+# CONFIG_PKG_USING_LWLOG is not set
+# CONFIG_PKG_USING_ANV_TRACE is not set
+# CONFIG_PKG_USING_ANV_MEMLEAK is not set
+# CONFIG_PKG_USING_ANV_TESTSUIT is not set
+# CONFIG_PKG_USING_ANV_BENCH is not set
+# CONFIG_PKG_USING_DEVMEM is not set
+# CONFIG_PKG_USING_REGEX is not set
+# CONFIG_PKG_USING_MEM_SANDBOX is not set
+# CONFIG_PKG_USING_SOLAR_TERMS is not set
+# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
+# CONFIG_PKG_USING_CBOX is not set
+# CONFIG_PKG_USING_SNOWFLAKE is not set
+# CONFIG_PKG_USING_HASH_MATCH is not set
+# CONFIG_PKG_USING_ARMV7M_DWT_TOOL is not set
+# CONFIG_PKG_USING_VOFA_PLUS is not set
+# CONFIG_PKG_USING_RT_TRACE is not set
+# CONFIG_PKG_USING_ZDEBUG is not set
+# CONFIG_PKG_USING_RVBACKTRACE is not set
+# CONFIG_PKG_USING_HPATCHLITE is not set
+# end of tools packages
+
+#
+# system packages
+#
+
+#
+# enhanced kernel services
+#
+# CONFIG_PKG_USING_RT_MEMCPY_CM is not set
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of enhanced kernel services
+
+# CONFIG_PKG_USING_AUNITY is not set
+
+#
+# acceleration: Assembly language or algorithmic acceleration packages
+#
+# CONFIG_PKG_USING_QFPLIB_M0_FULL is not set
+# CONFIG_PKG_USING_QFPLIB_M0_TINY is not set
+# CONFIG_PKG_USING_QFPLIB_M3 is not set
+# end of acceleration: Assembly language or algorithmic acceleration packages
+
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_CORE is not set
+# CONFIG_PKG_USING_CMSIS_NN is not set
+# CONFIG_PKG_USING_CMSIS_RTOS1 is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
+#
+# Micrium: Micrium software products porting for RT-Thread
+#
+# CONFIG_PKG_USING_UCOSIII_WRAPPER is not set
+# CONFIG_PKG_USING_UCOSII_WRAPPER is not set
+# CONFIG_PKG_USING_UC_CRC is not set
+# CONFIG_PKG_USING_UC_CLK is not set
+# CONFIG_PKG_USING_UC_COMMON is not set
+# CONFIG_PKG_USING_UC_MODBUS is not set
+# end of Micrium: Micrium software products porting for RT-Thread
+
+# CONFIG_PKG_USING_FREERTOS_WRAPPER is not set
+# CONFIG_PKG_USING_LITEOS_SDK is not set
+# CONFIG_PKG_USING_TZ_DATABASE is not set
+# CONFIG_PKG_USING_CAIRO is not set
+# CONFIG_PKG_USING_PIXMAN is not set
+# CONFIG_PKG_USING_PARTITION is not set
+# CONFIG_PKG_USING_PERF_COUNTER is not set
+# CONFIG_PKG_USING_FILEX is not set
+# CONFIG_PKG_USING_LEVELX is not set
+# CONFIG_PKG_USING_FLASHDB is not set
+# CONFIG_PKG_USING_SQLITE is not set
+# CONFIG_PKG_USING_RTI is not set
+# CONFIG_PKG_USING_DFS_YAFFS is not set
+# CONFIG_PKG_USING_LITTLEFS is not set
+# CONFIG_PKG_USING_DFS_JFFS2 is not set
+# CONFIG_PKG_USING_DFS_UFFS is not set
+# CONFIG_PKG_USING_LWEXT4 is not set
+# CONFIG_PKG_USING_THREAD_POOL is not set
+# CONFIG_PKG_USING_ROBOTS is not set
+# CONFIG_PKG_USING_EV is not set
+# CONFIG_PKG_USING_SYSWATCH is not set
+# CONFIG_PKG_USING_SYS_LOAD_MONITOR is not set
+# CONFIG_PKG_USING_PLCCORE is not set
+# CONFIG_PKG_USING_RAMDISK is not set
+# CONFIG_PKG_USING_MININI is not set
+# CONFIG_PKG_USING_QBOOT is not set
+# CONFIG_PKG_USING_PPOOL is not set
+# CONFIG_PKG_USING_OPENAMP is not set
+# CONFIG_PKG_USING_RPMSG_LITE is not set
+# CONFIG_PKG_USING_LPM is not set
+# CONFIG_PKG_USING_TLSF is not set
+# CONFIG_PKG_USING_EVENT_RECORDER is not set
+# CONFIG_PKG_USING_ARM_2D is not set
+# CONFIG_PKG_USING_MCUBOOT is not set
+# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_CHERRYUSB is not set
+# CONFIG_PKG_USING_KMULTI_RTIMER is not set
+# CONFIG_PKG_USING_TFDB is not set
+# CONFIG_PKG_USING_QPC is not set
+# CONFIG_PKG_USING_AGILE_UPGRADE is not set
+# CONFIG_PKG_USING_FLASH_BLOB is not set
+# CONFIG_PKG_USING_MLIBC is not set
+# CONFIG_PKG_USING_TASK_MSG_BUS is not set
+# CONFIG_PKG_USING_UART_FRAMEWORK is not set
+# CONFIG_PKG_USING_SFDB is not set
+# CONFIG_PKG_USING_RTP is not set
+# CONFIG_PKG_USING_REB is not set
+# CONFIG_PKG_USING_RMP is not set
+# CONFIG_PKG_USING_R_RHEALSTONE is not set
+# CONFIG_PKG_USING_HEARTBEAT is not set
+# end of system packages
+
+#
+# peripheral libraries and drivers
+#
+
+#
+# HAL & SDK Drivers
+#
+
+#
+# STM32 HAL & SDK Drivers
+#
+# CONFIG_PKG_USING_STM32F0_HAL_DRIVER is not set
+# CONFIG_PKG_USING_STM32F0_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_STM32F1_HAL_DRIVER is not set
+# CONFIG_PKG_USING_STM32F1_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_STM32F2_HAL_DRIVER is not set
+# CONFIG_PKG_USING_STM32F2_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_STM32F3_HAL_DRIVER is not set
+# CONFIG_PKG_USING_STM32F3_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_STM32F4_HAL_DRIVER is not set
+# CONFIG_PKG_USING_STM32F4_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_STM32F7_HAL_DRIVER is not set
+# CONFIG_PKG_USING_STM32F7_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_STM32G0_HAL_DRIVER is not set
+# CONFIG_PKG_USING_STM32G0_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_STM32G4_HAL_DRIVER is not set
+# CONFIG_PKG_USING_STM32G4_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_STM32H5_HAL_DRIVER is not set
+# CONFIG_PKG_USING_STM32H5_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_STM32H7_HAL_DRIVER is not set
+# CONFIG_PKG_USING_STM32H7_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_STM32H7RS_HAL_DRIVER is not set
+# CONFIG_PKG_USING_STM32H7RS_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_STM32L0_HAL_DRIVER is not set
+# CONFIG_PKG_USING_STM32L0_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_STM32L4_HAL_DRIVER is not set
+# CONFIG_PKG_USING_STM32L4_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_STM32L5_HAL_DRIVER is not set
+# CONFIG_PKG_USING_STM32L5_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_STM32U5_HAL_DRIVER is not set
+# CONFIG_PKG_USING_STM32U5_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_STM32WB55_SDK is not set
+# CONFIG_PKG_USING_STM32_SDIO is not set
+# CONFIG_PKG_USING_STM32WL_HAL_DRIVER is not set
+# CONFIG_PKG_USING_STM32WL_CMSIS_DRIVER is not set
+# end of STM32 HAL & SDK Drivers
+
+#
+# Infineon HAL Packages
+#
+# CONFIG_PKG_USING_INFINEON_CAT1CM0P is not set
+# CONFIG_PKG_USING_INFINEON_CMSIS is not set
+# CONFIG_PKG_USING_INFINEON_CORE_LIB is not set
+# CONFIG_PKG_USING_INFINEON_MTB_HAL_CAT1 is not set
+# CONFIG_PKG_USING_INFINEON_MTB_PDL_CAT1 is not set
+# CONFIG_PKG_USING_INFINEON_RETARGET_IO is not set
+# CONFIG_PKG_USING_INFINEON_CAPSENSE is not set
+# CONFIG_PKG_USING_INFINEON_CSDIDAC is not set
+# CONFIG_PKG_USING_INFINEON_SERIAL_FLASH is not set
+# CONFIG_PKG_USING_INFINEON_USBDEV is not set
+# end of Infineon HAL Packages
+
+# CONFIG_PKG_USING_BLUETRUM_SDK is not set
+# CONFIG_PKG_USING_EMBARC_BSP is not set
+# CONFIG_PKG_USING_ESP_IDF is not set
+
+#
+# Kendryte SDK
+#
+# CONFIG_PKG_USING_K210_SDK is not set
+# CONFIG_PKG_USING_KENDRYTE_SDK is not set
+# end of Kendryte SDK
+
+# CONFIG_PKG_USING_NRF5X_SDK is not set
+# CONFIG_PKG_USING_NRFX is not set
+# CONFIG_PKG_USING_RASPBERRYPI_PICO_SDK is not set
+# CONFIG_PKG_USING_MM32 is not set
+
+#
+# WCH HAL & SDK Drivers
+#
+# CONFIG_PKG_USING_CH32V20x_SDK is not set
+# CONFIG_PKG_USING_CH32V307_SDK is not set
+# end of WCH HAL & SDK Drivers
+
+#
+# AT32 HAL & SDK Drivers
+#
+# CONFIG_PKG_USING_AT32A403A_HAL_DRIVER is not set
+# CONFIG_PKG_USING_AT32A403A_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_AT32A423_HAL_DRIVER is not set
+# CONFIG_PKG_USING_AT32A423_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_AT32F45x_HAL_DRIVER is not set
+# CONFIG_PKG_USING_AT32F45x_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_AT32F402_405_HAL_DRIVER is not set
+# CONFIG_PKG_USING_AT32F402_405_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_AT32F403A_407_HAL_DRIVER is not set
+# CONFIG_PKG_USING_AT32F403A_407_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_AT32F413_HAL_DRIVER is not set
+# CONFIG_PKG_USING_AT32F413_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_AT32F415_HAL_DRIVER is not set
+# CONFIG_PKG_USING_AT32F415_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_AT32F421_HAL_DRIVER is not set
+# CONFIG_PKG_USING_AT32F421_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_AT32F423_HAL_DRIVER is not set
+# CONFIG_PKG_USING_AT32F423_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_AT32F425_HAL_DRIVER is not set
+# CONFIG_PKG_USING_AT32F425_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_AT32F435_437_HAL_DRIVER is not set
+# CONFIG_PKG_USING_AT32F435_437_CMSIS_DRIVER is not set
+# CONFIG_PKG_USING_AT32M412_416_HAL_DRIVER is not set
+# CONFIG_PKG_USING_AT32M412_416_CMSIS_DRIVER is not set
+# end of AT32 HAL & SDK Drivers
+# end of HAL & SDK Drivers
+
+#
+# sensors drivers
+#
+# CONFIG_PKG_USING_LSM6DSM is not set
+# CONFIG_PKG_USING_LSM6DSL is not set
+# CONFIG_PKG_USING_LPS22HB is not set
+# CONFIG_PKG_USING_HTS221 is not set
+# CONFIG_PKG_USING_LSM303AGR is not set
+# CONFIG_PKG_USING_BME280 is not set
+# CONFIG_PKG_USING_BME680 is not set
+# CONFIG_PKG_USING_BMA400 is not set
+# CONFIG_PKG_USING_BMI160_BMX160 is not set
+# CONFIG_PKG_USING_SPL0601 is not set
+# CONFIG_PKG_USING_MS5805 is not set
+# CONFIG_PKG_USING_DA270 is not set
+# CONFIG_PKG_USING_DF220 is not set
+# CONFIG_PKG_USING_HSHCAL001 is not set
+# CONFIG_PKG_USING_BH1750 is not set
+# CONFIG_PKG_USING_MPU6XXX is not set
+# CONFIG_PKG_USING_AHT10 is not set
+# CONFIG_PKG_USING_AP3216C is not set
+# CONFIG_PKG_USING_TSL4531 is not set
+# CONFIG_PKG_USING_DS18B20 is not set
+# CONFIG_PKG_USING_DHT11 is not set
+# CONFIG_PKG_USING_DHTXX is not set
+# CONFIG_PKG_USING_GY271 is not set
+# CONFIG_PKG_USING_GP2Y10 is not set
+# CONFIG_PKG_USING_SGP30 is not set
+# CONFIG_PKG_USING_HDC1000 is not set
+# CONFIG_PKG_USING_BMP180 is not set
+# CONFIG_PKG_USING_BMP280 is not set
+# CONFIG_PKG_USING_SHTC1 is not set
+# CONFIG_PKG_USING_BMI088 is not set
+# CONFIG_PKG_USING_HMC5883 is not set
+# CONFIG_PKG_USING_MAX6675 is not set
+# CONFIG_PKG_USING_MAX31855 is not set
+# CONFIG_PKG_USING_TMP1075 is not set
+# CONFIG_PKG_USING_SR04 is not set
+# CONFIG_PKG_USING_CCS811 is not set
+# CONFIG_PKG_USING_PMSXX is not set
+# CONFIG_PKG_USING_RT3020 is not set
+# CONFIG_PKG_USING_MLX90632 is not set
+# CONFIG_PKG_USING_MLX90382 is not set
+# CONFIG_PKG_USING_MLX90393 is not set
+# CONFIG_PKG_USING_MLX90392 is not set
+# CONFIG_PKG_USING_MLX90394 is not set
+# CONFIG_PKG_USING_MLX90397 is not set
+# CONFIG_PKG_USING_MS5611 is not set
+# CONFIG_PKG_USING_MAX31865 is not set
+# CONFIG_PKG_USING_VL53L0X is not set
+# CONFIG_PKG_USING_INA260 is not set
+# CONFIG_PKG_USING_MAX30102 is not set
+# CONFIG_PKG_USING_INA226 is not set
+# CONFIG_PKG_USING_LIS2DH12 is not set
+# CONFIG_PKG_USING_HS300X is not set
+# CONFIG_PKG_USING_ZMOD4410 is not set
+# CONFIG_PKG_USING_ISL29035 is not set
+# CONFIG_PKG_USING_MMC3680KJ is not set
+# CONFIG_PKG_USING_QMP6989 is not set
+# CONFIG_PKG_USING_BALANCE is not set
+# CONFIG_PKG_USING_SHT2X is not set
+# CONFIG_PKG_USING_SHT3X is not set
+# CONFIG_PKG_USING_SHT4X is not set
+# CONFIG_PKG_USING_AD7746 is not set
+# CONFIG_PKG_USING_ADT74XX is not set
+# CONFIG_PKG_USING_MAX17048 is not set
+# CONFIG_PKG_USING_AS7341 is not set
+# CONFIG_PKG_USING_CW2015 is not set
+# CONFIG_PKG_USING_ICM20608 is not set
+# CONFIG_PKG_USING_PAJ7620 is not set
+# CONFIG_PKG_USING_STHS34PF80 is not set
+# CONFIG_PKG_USING_P3T1755 is not set
+# end of sensors drivers
+
+#
+# touch drivers
+#
+# CONFIG_PKG_USING_GT9147 is not set
+# CONFIG_PKG_USING_GT1151 is not set
+# CONFIG_PKG_USING_GT917S is not set
+# CONFIG_PKG_USING_GT911 is not set
+# CONFIG_PKG_USING_FT6206 is not set
+# CONFIG_PKG_USING_FT5426 is not set
+# CONFIG_PKG_USING_FT6236 is not set
+# CONFIG_PKG_USING_XPT2046_TOUCH is not set
+# CONFIG_PKG_USING_CST816X is not set
+# CONFIG_PKG_USING_CST812T is not set
+# end of touch drivers
+
+# CONFIG_PKG_USING_REALTEK_AMEBA is not set
+# CONFIG_PKG_USING_BUTTON is not set
+# CONFIG_PKG_USING_PCF8574 is not set
+# CONFIG_PKG_USING_SX12XX is not set
+# CONFIG_PKG_USING_SIGNAL_LED is not set
+# CONFIG_PKG_USING_LEDBLINK is not set
+# CONFIG_PKG_USING_LITTLED is not set
+# CONFIG_PKG_USING_LKDGUI is not set
+# CONFIG_PKG_USING_INFRARED is not set
+# CONFIG_PKG_USING_MULTI_INFRARED is not set
+# CONFIG_PKG_USING_AGILE_BUTTON is not set
+# CONFIG_PKG_USING_AGILE_LED is not set
+# CONFIG_PKG_USING_AT24CXX is not set
+# CONFIG_PKG_USING_MOTIONDRIVER2RTT is not set
+# CONFIG_PKG_USING_PCA9685 is not set
+# CONFIG_PKG_USING_ILI9341 is not set
+# CONFIG_PKG_USING_I2C_TOOLS is not set
+# CONFIG_PKG_USING_NRF24L01 is not set
+# CONFIG_PKG_USING_RPLIDAR is not set
+# CONFIG_PKG_USING_AS608 is not set
+# CONFIG_PKG_USING_RC522 is not set
+# CONFIG_PKG_USING_WS2812B is not set
+# CONFIG_PKG_USING_EXTERN_RTC_DRIVERS is not set
+# CONFIG_PKG_USING_MULTI_RTIMER is not set
+# CONFIG_PKG_USING_MAX7219 is not set
+# CONFIG_PKG_USING_BEEP is not set
+# CONFIG_PKG_USING_EASYBLINK is not set
+# CONFIG_PKG_USING_PMS_SERIES is not set
+# CONFIG_PKG_USING_CAN_YMODEM is not set
+# CONFIG_PKG_USING_LORA_RADIO_DRIVER is not set
+# CONFIG_PKG_USING_QLED is not set
+# CONFIG_PKG_USING_AGILE_CONSOLE is not set
+# CONFIG_PKG_USING_LD3320 is not set
+# CONFIG_PKG_USING_WK2124 is not set
+# CONFIG_PKG_USING_LY68L6400 is not set
+# CONFIG_PKG_USING_DM9051 is not set
+# CONFIG_PKG_USING_SSD1306 is not set
+# CONFIG_PKG_USING_QKEY is not set
+# CONFIG_PKG_USING_RS485 is not set
+# CONFIG_PKG_USING_RS232 is not set
+# CONFIG_PKG_USING_NES is not set
+# CONFIG_PKG_USING_VIRTUAL_SENSOR is not set
+# CONFIG_PKG_USING_VDEVICE is not set
+# CONFIG_PKG_USING_SGM706 is not set
+# CONFIG_PKG_USING_RDA58XX is not set
+# CONFIG_PKG_USING_LIBNFC is not set
+# CONFIG_PKG_USING_MFOC is not set
+# CONFIG_PKG_USING_TMC51XX is not set
+# CONFIG_PKG_USING_TCA9534 is not set
+# CONFIG_PKG_USING_KOBUKI is not set
+# CONFIG_PKG_USING_ROSSERIAL is not set
+# CONFIG_PKG_USING_MICRO_ROS is not set
+# CONFIG_PKG_USING_MCP23008 is not set
+# CONFIG_PKG_USING_MISAKA_AT24CXX is not set
+# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
+# CONFIG_PKG_USING_LORA_MODEM_DRIVER is not set
+# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
+# CONFIG_PKG_USING_RFM300 is not set
+# CONFIG_PKG_USING_IO_INPUT_FILTER is not set
+# CONFIG_PKG_USING_LRF_NV7LIDAR is not set
+# CONFIG_PKG_USING_AIP650 is not set
+# CONFIG_PKG_USING_FINGERPRINT is not set
+# CONFIG_PKG_USING_BT_ECB02C is not set
+# CONFIG_PKG_USING_UAT is not set
+# CONFIG_PKG_USING_ST7789 is not set
+# CONFIG_PKG_USING_VS1003 is not set
+# CONFIG_PKG_USING_X9555 is not set
+# CONFIG_PKG_USING_SYSTEM_RUN_LED is not set
+# CONFIG_PKG_USING_BT_MX01 is not set
+# CONFIG_PKG_USING_RGPOWER is not set
+# CONFIG_PKG_USING_BT_MX02 is not set
+# CONFIG_PKG_USING_GC9A01 is not set
+# CONFIG_PKG_USING_IK485 is not set
+# CONFIG_PKG_USING_SERVO is not set
+# CONFIG_PKG_USING_SPI_TOOLS is not set
+# end of peripheral libraries and drivers
+
+#
+# AI packages
+#
+# CONFIG_PKG_USING_LIBANN is not set
+# CONFIG_PKG_USING_NNOM is not set
+# CONFIG_PKG_USING_ONNX_BACKEND is not set
+# CONFIG_PKG_USING_ONNX_PARSER is not set
+# CONFIG_PKG_USING_TENSORFLOWLITEMICRO is not set
+# CONFIG_PKG_USING_ELAPACK is not set
+# CONFIG_PKG_USING_ULAPACK is not set
+# CONFIG_PKG_USING_QUEST is not set
+# CONFIG_PKG_USING_NAXOS is not set
+# CONFIG_PKG_USING_R_TINYMAIX is not set
+# CONFIG_PKG_USING_LLMCHAT is not set
+# end of AI packages
+
+#
+# Signal Processing and Control Algorithm Packages
+#
+# CONFIG_PKG_USING_APID is not set
+# CONFIG_PKG_USING_FIRE_PID_CURVE is not set
+# CONFIG_PKG_USING_QPID is not set
+# CONFIG_PKG_USING_UKAL is not set
+# CONFIG_PKG_USING_DIGITALCTRL is not set
+# CONFIG_PKG_USING_KISSFFT is not set
+# CONFIG_PKG_USING_CMSIS_DSP is not set
+# end of Signal Processing and Control Algorithm Packages
+
+#
+# miscellaneous packages
+#
+
+#
+# project laboratory
+#
+# end of project laboratory
+
+#
+# samples: kernel and components samples
+#
+# CONFIG_PKG_USING_KERNEL_SAMPLES is not set
+# CONFIG_PKG_USING_FILESYSTEM_SAMPLES is not set
+# CONFIG_PKG_USING_NETWORK_SAMPLES is not set
+# CONFIG_PKG_USING_PERIPHERAL_SAMPLES is not set
+# end of samples: kernel and components samples
+
+#
+# entertainment: terminal games and other interesting software packages
+#
+# CONFIG_PKG_USING_CMATRIX is not set
+# CONFIG_PKG_USING_SL is not set
+# CONFIG_PKG_USING_CAL is not set
+# CONFIG_PKG_USING_ACLOCK is not set
+# CONFIG_PKG_USING_THREES is not set
+# CONFIG_PKG_USING_2048 is not set
+# CONFIG_PKG_USING_SNAKE is not set
+# CONFIG_PKG_USING_TETRIS is not set
+# CONFIG_PKG_USING_DONUT is not set
+# CONFIG_PKG_USING_COWSAY is not set
+# CONFIG_PKG_USING_MORSE is not set
+# CONFIG_PKG_USING_TINYSQUARE is not set
+# end of entertainment: terminal games and other interesting software packages
+
+# CONFIG_PKG_USING_LIBCSV is not set
+# CONFIG_PKG_USING_OPTPARSE is not set
+# CONFIG_PKG_USING_FASTLZ is not set
+# CONFIG_PKG_USING_MINILZO is not set
+# CONFIG_PKG_USING_QUICKLZ is not set
+# CONFIG_PKG_USING_LZMA is not set
+# CONFIG_PKG_USING_RALARAM is not set
+# CONFIG_PKG_USING_MULTIBUTTON is not set
+# CONFIG_PKG_USING_FLEXIBLE_BUTTON is not set
+# CONFIG_PKG_USING_CANFESTIVAL is not set
+# CONFIG_PKG_USING_ZLIB is not set
+# CONFIG_PKG_USING_MINIZIP is not set
+# CONFIG_PKG_USING_HEATSHRINK is not set
+# CONFIG_PKG_USING_DSTR is not set
+# CONFIG_PKG_USING_TINYFRAME is not set
+# CONFIG_PKG_USING_KENDRYTE_DEMO is not set
+# CONFIG_PKG_USING_UPACKER is not set
+# CONFIG_PKG_USING_UPARAM is not set
+# CONFIG_PKG_USING_HELLO is not set
+# CONFIG_PKG_USING_VI is not set
+# CONFIG_PKG_USING_KI is not set
+# CONFIG_PKG_USING_ARMv7M_DWT is not set
+# CONFIG_PKG_USING_CRCLIB is not set
+# CONFIG_PKG_USING_LIBCRC is not set
+# CONFIG_PKG_USING_LWGPS is not set
+# CONFIG_PKG_USING_STATE_MACHINE is not set
+# CONFIG_PKG_USING_DESIGN_PATTERN is not set
+# CONFIG_PKG_USING_CONTROLLER is not set
+# CONFIG_PKG_USING_PHASE_LOCKED_LOOP is not set
+# CONFIG_PKG_USING_MFBD is not set
+# CONFIG_PKG_USING_SLCAN2RTT is not set
+CONFIG_PKG_USING_SOEM=y
+CONFIG_PKG_SOEM_PATH="/packages/misc/soem"
+# CONFIG_PKG_USING_SOEM_V140 is not set
+CONFIG_PKG_USING_SOEM_LATEST_VERSION=y
+CONFIG_PKG_SOEM_VER="latest"
+# CONFIG_PKG_USING_QPARAM is not set
+# CONFIG_PKG_USING_CorevMCU_CLI is not set
+# CONFIG_PKG_USING_DRMP is not set
+# end of miscellaneous packages
+
+#
+# Arduino libraries
+#
+# CONFIG_PKG_USING_RTDUINO is not set
+
+#
+# Projects and Demos
+#
+# CONFIG_PKG_USING_ARDUINO_MSGQ_C_CPP_DEMO is not set
+# CONFIG_PKG_USING_ARDUINO_SKETCH_LOADER_DEMO is not set
+# CONFIG_PKG_USING_ARDUINO_ULTRASOUND_RADAR is not set
+# CONFIG_PKG_USING_ARDUINO_RTDUINO_SENSORFUSION_SHIELD is not set
+# CONFIG_PKG_USING_ARDUINO_NINEINONE_SENSOR_SHIELD is not set
+# CONFIG_PKG_USING_ARDUINO_SENSOR_KIT is not set
+# CONFIG_PKG_USING_ARDUINO_MATLAB_SUPPORT is not set
+# end of Projects and Demos
+
+#
+# Sensors
+#
+# CONFIG_PKG_USING_ARDUINO_SENSOR_DEVICE_DRIVERS is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_SENSOR is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_SENSORLAB is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_ADXL375 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_VL53L0X is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_VL53L1X is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_VL6180X is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MAX31855 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MAX31865 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MAX31856 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MAX6675 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MLX90614 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_LSM9DS1 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_AHTX0 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_LSM9DS0 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_BMP280 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_ADT7410 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_BMP085 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_BME680 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MCP9808 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MCP4728 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_INA219 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_LTR390 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_ADXL345 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_DHT is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MCP9600 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_LSM6DS is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_BNO055 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MAX1704X is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MMC56X3 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MLX90393 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MLX90395 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_ICM20X is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_DPS310 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_HTS221 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_SHT4X is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_SHT31 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_ADXL343 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_BME280 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_AS726X is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_AMG88XX is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_AM2320 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_AM2315 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_LTR329_LTR303 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_BMP085_UNIFIED is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_BMP183 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_BMP183_UNIFIED is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_BMP3XX is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MS8607 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_LIS3MDL is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MLX90640 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MMA8451 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MSA301 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MPL115A2 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_BNO08X is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_BNO08X_RVC is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_LIS2MDL is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_LSM303DLH_MAG is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_LC709203F is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_CAP1188 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_CCS811 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_NAU7802 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_LIS331 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_LPS2X is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_LPS35HW is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_LSM303_ACCEL is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_LIS3DH is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_PCF8591 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MPL3115A2 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MPR121 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MPRLS is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MPU6050 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_PCT2075 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_PM25AQI is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_EMC2101 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_FXAS21002C is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_SCD30 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_FXOS8700 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_HMC5883_UNIFIED is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_SGP30 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_TMP006 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_TLA202X is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_TCS34725 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_SI7021 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_SI1145 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_SGP40 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_SHTC3 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_HDC1000 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_HTU21DF is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_AS7341 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_HTU31D is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_INA260 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_TMP007_LIBRARY is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_L3GD20 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_TMP117 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_TSC2007 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_TSL2561 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_TSL2591_LIBRARY is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_VCNL4040 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_VEML6070 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_VEML6075 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_VEML7700 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_LIS3DHTR is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_DHT is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_ADXL335 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_ADXL345 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_BME280 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_BMP280 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_H3LIS331DL is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_MMA7660 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_TSL2561 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_PAJ7620 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_VL53L0X is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_ITG3200 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_SHT31 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_HP20X is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_DRV2605L is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_BBM150 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_HMC5883L is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_LSM303DLH is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_TCS3414CS is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_MP503 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_BMP085 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_HIGHTEMP is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_VEML6070 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_SI1145 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_SHT35 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_AT42QT1070 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_LSM6DS3 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_HDC1000 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_HM3301 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_MCP9600 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_LTC2941 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_LDC1612 is not set
+# CONFIG_PKG_USING_ARDUINO_CAPACITIVESENSOR is not set
+# CONFIG_PKG_USING_ARDUINO_JARZEBSKI_MPU6050 is not set
+# end of Sensors
+
+#
+# Display
+#
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_GFX_LIBRARY is not set
+# CONFIG_PKG_USING_ARDUINO_U8G2 is not set
+# CONFIG_PKG_USING_ARDUINO_TFT_ESPI is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_ST7735 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_SSD1306 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_ILI9341 is not set
+# CONFIG_PKG_USING_SEEED_TM1637 is not set
+# end of Display
+
+#
+# Timing
+#
+# CONFIG_PKG_USING_ARDUINO_RTCLIB is not set
+# CONFIG_PKG_USING_ARDUINO_MSTIMER2 is not set
+# CONFIG_PKG_USING_ARDUINO_TICKER is not set
+# CONFIG_PKG_USING_ARDUINO_TASKSCHEDULER is not set
+# end of Timing
+
+#
+# Data Processing
+#
+# CONFIG_PKG_USING_ARDUINO_KALMANFILTER is not set
+# CONFIG_PKG_USING_ARDUINO_ARDUINOJSON is not set
+# CONFIG_PKG_USING_ARDUINO_TENSORFLOW_LITE_MICRO is not set
+# CONFIG_PKG_USING_ARDUINO_RUNNINGMEDIAN is not set
+# end of Data Processing
+
+#
+# Data Storage
+#
+
+#
+# Communication
+#
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_PN532 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_SI4713 is not set
+# end of Communication
+
+#
+# Device Control
+#
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_PCF8574 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_PCA9685 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_TPA2016 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_DRV2605 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_DS1841 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_DS3502 is not set
+# CONFIG_PKG_USING_ARDUINO_SEEED_PCF85063TP is not set
+# end of Device Control
+
+#
+# Other
+#
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MFRC630 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_SI5351 is not set
+# end of Other
+
+#
+# Signal IO
+#
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_BUSIO is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_TCA8418 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MCP23017 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_ADS1X15 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_AW9523 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MCP3008 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_MCP4725 is not set
+# CONFIG_PKG_USING_ARDUINO_ADAFRUIT_BD3491FS is not set
+# end of Signal IO
+
+#
+# Uncategorized
+#
+# end of Arduino libraries
+# end of RT-Thread online packages
+
+CONFIG_SOC_FAMILY_RENESAS=y
+CONFIG_SOC_SERIES_R7FA6M3=y
+
+#
+# Hardware Drivers Config
+#
+CONFIG_SOC_R7FA6M4AF=y
+
+#
+# Onboard Peripheral Drivers
+#
+
+#
+# On-chip Peripheral Drivers
+#
+CONFIG_BSP_USING_GPIO=y
+# CONFIG_BSP_USING_ONCHIP_FLASH is not set
+# CONFIG_BSP_USING_WDT is not set
+# CONFIG_BSP_USING_ONCHIP_RTC is not set
+CONFIG_BSP_USING_UART=y
+# CONFIG_BSP_USING_UART4 is not set
+CONFIG_BSP_USING_UART9=y
+# CONFIG_BSP_UART9_RX_USING_DMA is not set
+# CONFIG_BSP_UART9_TX_USING_DMA is not set
+CONFIG_BSP_UART9_RX_BUFSIZE=256
+CONFIG_BSP_UART9_TX_BUFSIZE=0
+# CONFIG_BSP_USING_SCI_SPI is not set
+# CONFIG_BSP_USING_SPI is not set
+CONFIG_BSP_USING_I2C=y
+# CONFIG_BSP_USING_HW_I2C is not set
+CONFIG_BSP_USING_I2C1=y
+CONFIG_BSP_I2C1_SCL_PIN=0x0202
+CONFIG_BSP_I2C1_SDA_PIN=0x0203
+# CONFIG_BSP_USING_FS is not set
+# CONFIG_BSP_USING_SDHI is not set
+CONFIG_BSP_USING_PWM=y
+CONFIG_BSP_USING_PWM5=y
+# CONFIG_BSP_USING_PWM12 is not set
+# CONFIG_BSP_USING_CAN is not set
+CONFIG_BSP_USING_LCD=y
+# CONFIG_BSP_USING_SPI_LCD is not set
+# CONFIG_BSP_USING_G2D is not set
+# CONFIG_BSP_USING_JPEG is not set
+CONFIG_BSP_USING_ETH=y
+CONFIG_BSP_USING_LVGL=y
+# CONFIG_BSP_USING_LCD_ILI9431 is not set
+CONFIG_BSP_USING_LCD_RGB=y
+CONFIG_BSP_USING_TOUCH=y
+CONFIG_BSP_USING_LVGL_DEMO=y
+# CONFIG_BSP_USING_LVGL_MUSIC_DEMO is not set
+# CONFIG_BSP_USING_LVGL_VIDEO_DEMO is not set
+CONFIG_BSP_USING_LVGL_ETHERCAT_DEMO=y
+# end of On-chip Peripheral Drivers
+
+#
+# Board extended module Drivers
+#
+# CONFIG_BSP_USING_RW007 is not set
+# end of Board extended module Drivers
+# end of Hardware Drivers Config

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 350 - 0
projects/hmi-board-soem/.cproject


+ 21 - 0
projects/hmi-board-soem/.gitignore

@@ -0,0 +1,21 @@
+/RTE
+/Listings
+/Objects
+ra_cfg.txt
+
+/Debug
+/makefile.targets
+
+
+/libraries
+**\.o
+**\.sconsign.dblite
+/.vscode
+/__pycache__
+/packages.dbsqlite
+/build
+/rt-thread
+.config.old
+rtthread.hex
+rtthread.elf
+rtthread.map

+ 9 - 0
projects/hmi-board-soem/.ignore_format.yml

@@ -0,0 +1,9 @@
+# files format check exclude path, please follow the instructions below to modify;
+# If you need to exclude an entire folder, add the folder path in dir_path;
+# If you need to exclude a file, add the path to the file in file_path.
+
+dir_path:
+- ra
+- ra_gen
+- ra_cfg
+- RTE

+ 27 - 0
projects/hmi-board-soem/.project

@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>hmi-board-soem</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
+			<triggers>clean,full,incremental,</triggers>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
+			<triggers>full,incremental,</triggers>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.cdt.core.cnature</nature>
+		<nature>org.rt-thread.studio.rttnature</nature>
+		<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
+		<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
+	</natures>
+</projectDescription>

BIN
projects/hmi-board-soem/.settings/.rtmenus


+ 66 - 0
projects/hmi-board-soem/.settings/hmi-board-soem.DAPLink.Debug.rttlaunch

@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="ilg.gnumcueclipse.debug.gdbjtag.pyocd.launchConfigurationType">
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.adapterName" value="DAP-LINK"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.binFlashStartAddress" value=""/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.doContinue" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.doDebugInRam" value="false"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.doFirstReset" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.doGdbServerAllocateConsole" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.doSecondReset" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.doStartGdbServer" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.enableSemihosting" value="true"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.firstResetType" value="init"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.gdbClientOtherCommands" value="set mem inaccessible-by-default off"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.gdbClientOtherOptions" value=""/>
+<intAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.gdbServerBusSpeed" value="12000000"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.gdbServerConnectionAddress" value=""/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.gdbServerDeviceName" value="R7FA6M3AH"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.gdbServerEnableSemihosting" value="false"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.gdbServerExecutable" value="${debugger_install_path}/${daplink_debugger_relative_path}\pyocd.exe"/>
+<intAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.gdbServerFlashMode" value="0"/>
+<intAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.gdbServerGdbPortNumber" value="3333"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.gdbServerOther" value=""/>
+<intAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.gdbServerTelnetPortNumber" value="4444"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.otherInitCommands" value=""/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.otherRunCommands" value=""/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.programMode" value="HEX"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.pyocd.secondResetType" value="halt"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.svdPath" value=""/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.imageFileName" value=""/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.imageOffset" value=""/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.ipAddress" value="localhost"/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.jtagDevice" value="GNU MCU PyOCD"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.loadImage" value="true"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.loadSymbols" value="true"/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.pcRegister" value=""/>
+<intAttribute key="org.eclipse.cdt.debug.gdbjtag.core.portNumber" value="3333"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setPcRegister" value="false"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setResume" value="false"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setStopAt" value="true"/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.stopAt" value="main"/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.symbolsFileName" value=""/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.symbolsOffset" value=""/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useFileForImage" value="false"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useFileForSymbols" value="false"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useProjBinaryForImage" value="true"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useProjBinaryForSymbols" value="true"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useRemoteTarget" value="true"/>
+<stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="${rtt_gnu_gcc}/arm-none-eabi-gdb.exe"/>
+<booleanAttribute key="org.eclipse.cdt.dsf.gdb.UPDATE_THREADLIST_ON_SUSPEND" value="false"/>
+<intAttribute key="org.eclipse.cdt.launch.ATTR_BUILD_BEFORE_LAUNCH_ATTR" value="0"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Debug/rtthread.elf"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="hmi-board-soem"/>
+<booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="false"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value=""/>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/hmi-board-soem"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="4"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.cdt.debug.core.sourceLocator"/>
+<stringAttribute key="org.eclipse.debug.core.source_locator_memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;sourceLookupDirector&gt;&#13;&#10;&lt;sourceContainers duplicates=&quot;false&quot;&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;default/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.debug.core.containerType.default&quot;/&gt;&#13;&#10;&lt;/sourceContainers&gt;&#13;&#10;&lt;/sourceLookupDirector&gt;&#13;&#10;"/>
+<stringAttribute key="org.eclipse.debug.ui.ATTR_CONSOLE_ENCODING" value="GBK"/>
+<stringAttribute key="org.eclipse.dsf.launch.MEMORY_BLOCKS" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;memoryBlockExpressionList context=&quot;Context string&quot;/&gt;&#13;&#10;"/>
+<stringAttribute key="process_factory_id" value="org.eclipse.cdt.dsf.gdb.GdbProcessFactory"/>
+</launchConfiguration>

+ 90 - 0
projects/hmi-board-soem/.settings/hmi-board-soem.JLink.Debug.rttlaunch

@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="ilg.gnumcueclipse.debug.gdbjtag.jlink.launchConfigurationType">
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.adapterName" value="J-Link"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.binFileStartAddress" value=""/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.doConnectToRunning" value="false"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.doContinue" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.doDebugInRam" value="false"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.doFirstReset" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.doGdbServerAllocateConsole" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.doGdbServerAllocateSemihostingConsole" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.doGdbServerInitRegs" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.doGdbServerLocalOnly" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.doGdbServerSilent" value="false"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.doGdbServerVerifyDownload" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.doSecondReset" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.doStartGdbServer" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.enableFlashBreakpoints" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.enableSemihosting" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.enableSemihostingIoclientGdbClient" value="false"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.enableSemihostingIoclientTelnet" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.enableSwo" value="false"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.eraseEndAddress" value=""/>
+<intAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.eraseMode" value="0"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.eraseStartAddress" value=""/>
+<intAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.firstResetSpeed" value="1000"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.firstResetType" value=""/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.flashDeviceName" value="R7FA6M3AH&#10;"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.flashDownloadHex" value="true"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.forceQuitGdbServer" value="false"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.gdbClientOtherCommands" value="set mem inaccessible-by-default off"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.gdbClientOtherOptions" value=""/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.gdbServerConnection" value="usb"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.gdbServerConnectionAddress" value=""/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.gdbServerDebugInterface" value="swd"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.gdbServerDeviceEndianness" value="little"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.gdbServerDeviceName" value="R7FA6M3AH"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.gdbServerDeviceSpeed" value="100000"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.gdbServerExecutable" value="${debugger_install_path}/${jlink_debugger_relative_path}\JLinkGDBServerCL.exe"/>
+<intAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.gdbServerGdbPortNumber" value="2331"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.gdbServerLog" value=""/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.gdbServerOther" value="-singlerun"/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.gdbServerRunAfterStopDebug" value="true"/>
+<intAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.gdbServerSwoPortNumber" value="2332"/>
+<intAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.gdbServerTelnetPortNumber" value="2333"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.interfaceSpeed" value="auto"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.jlinkExecutable" value="${debugger_install_path}/${jlink_debugger_relative_path}\JLink.exe"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.otherInitCommands" value=""/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.otherRunCommands" value=""/>
+<booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.runAfterDownload" value="true"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.secondResetType" value=""/>
+<intAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.swoEnableTargetCpuFreq" value="0"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.swoEnableTargetPortMask" value="0x1"/>
+<intAttribute key="ilg.gnumcueclipse.debug.gdbjtag.jlink.swoEnableTargetSwoFreq" value="0"/>
+<stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.svdPath" value=""/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.imageFileName" value=""/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.imageOffset" value=""/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.ipAddress" value="localhost"/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.jtagDevice" value="GNU MCU J-Link"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.loadImage" value="true"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.loadSymbols" value="true"/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.pcRegister" value=""/>
+<intAttribute key="org.eclipse.cdt.debug.gdbjtag.core.portNumber" value="2331"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setPcRegister" value="false"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setResume" value="false"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setStopAt" value="true"/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.stopAt" value="main"/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.symbolsFileName" value=""/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.symbolsOffset" value=""/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useFileForImage" value="false"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useFileForSymbols" value="false"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useProjBinaryForImage" value="true"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useProjBinaryForSymbols" value="true"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useRemoteTarget" value="true"/>
+<stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="${rtt_gnu_gcc}/arm-none-eabi-gdb.exe"/>
+<booleanAttribute key="org.eclipse.cdt.dsf.gdb.UPDATE_THREADLIST_ON_SUSPEND" value="false"/>
+<intAttribute key="org.eclipse.cdt.launch.ATTR_BUILD_BEFORE_LAUNCH_ATTR" value="0"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Debug/rtthread.elf"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="hmi-board-soem"/>
+<booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="false"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value=""/>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/hmi-board-soem"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="4"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.cdt.debug.core.sourceLocator"/>
+<stringAttribute key="org.eclipse.debug.core.source_locator_memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;sourceLookupDirector&gt;&#13;&#10;&lt;sourceContainers duplicates=&quot;false&quot;&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;default/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.debug.core.containerType.default&quot;/&gt;&#13;&#10;&lt;/sourceContainers&gt;&#13;&#10;&lt;/sourceLookupDirector&gt;&#13;&#10;"/>
+<stringAttribute key="org.eclipse.debug.ui.ATTR_CONSOLE_ENCODING" value="GBK"/>
+</launchConfiguration>

+ 2 - 0
projects/hmi-board-soem/.settings/ilg.gnumcueclipse.managedbuild.cross.arm.prefs

@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+toolchain.path.1287942917=${toolchain_install_path}/ARM/GNU_Tools_for_ARM_Embedded_Processors/10.2.1/bin

+ 14 - 0
projects/hmi-board-soem/.settings/language.settings.xml

@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<project>
+	<configuration id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.553091094" name="Debug">
+		<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
+			<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
+			<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
+			<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
+			<provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuiltinSpecsDetector" console="false" env-hash="1181893606487588800" id="ilg.gnuarmeclipse.managedbuild.cross.GCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT ARM Cross GCC Built-in Compiler Settings " parameter="${COMMAND} ${FLAGS} ${cross_toolchain_flags} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
+				<language-scope id="org.eclipse.cdt.core.gcc"/>
+				<language-scope id="org.eclipse.cdt.core.g++"/>
+			</provider>
+		</extension>
+	</configuration>
+</project>

+ 3 - 0
projects/hmi-board-soem/.settings/org.eclipse.core.runtime.prefs

@@ -0,0 +1,3 @@
+content-types/enabled=true
+content-types/org.eclipse.cdt.core.asmSource/file-extensions=s
+eclipse.preferences.version=1

+ 20 - 0
projects/hmi-board-soem/.settings/projcfg.ini

@@ -0,0 +1,20 @@
+#RT-Thread Studio Project Configuration
+#Fri Apr 25 14:39:57 CST 2025
+project_type=rt-thread
+chip_name=R7FA6M3AH
+os_branch=full
+example_name=hmi-board-lvgl
+os_version=5.0.1
+selected_rtt_version=5.0.1
+cfg_version=v3.0
+board_base_nano_proj=False
+is_use_scons_build=True
+output_project_path=C\:\\Users\\RTT\\Documents\\projects\\RT-Thread-Studio\\sdk-bsp-ra6m3-hmi-board\\projects
+project_base_bsp=true
+hardware_adapter=DAP-LINK
+project_name=hmi-board-soem
+is_base_example_project=True
+board_name=HMI-Board
+device_vendor=RENESAS
+bsp_path=repo/Extract/Board_Support_Packages/RealThread/HMI-Board/1.1.1
+bsp_version=1.1.1

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 19 - 0
projects/hmi-board-soem/.settings/standalone.prefs


+ 34 - 0
projects/hmi-board-soem/Kconfig

@@ -0,0 +1,34 @@
+mainmenu "RT-Thread Configuration"
+
+config BSP_DIR
+    string
+    option env="BSP_ROOT"
+    default "."
+
+config RTT_DIR
+    string
+    option env="RTT_ROOT"
+    default "rt-thread"
+
+# you can change the RTT_ROOT default "rt-thread"
+# example : default "F:/git_repositories/rt-thread"
+
+config PKGS_DIR
+    string
+    option env="PKGS_ROOT"
+    default "packages"
+
+config ENV_DIR
+    string
+    option env="ENV_ROOT"
+    default "/"
+
+config PLATFORM_DIR
+    string
+    option env="PLATFORM_DIR"
+    default "C:/Softwares/RT-ThreadStudio/workspace/EtherCat/hmi-board-soem/platform"
+
+source "$RTT_DIR/Kconfig"
+source "$PKGS_DIR/Kconfig"
+source "libraries/Kconfig"
+source "$BSP_DIR/board/Kconfig"

+ 36 - 0
projects/hmi-board-soem/R7FA6M3AH3CFC.pincfg

@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<v1:pinSettings xmlns:v1="http://www.tasking.com/schema/pinsettings/v1.1">
+  <v1:pinMappingsRef version="2.03" file="" />
+  <v1:deviceSetting id="renesas.ra6m3_fc" pattern="R7FA6M3****FC">
+    <v1:packageSetting id="renesas.176lqfp" />
+  </v1:deviceSetting>
+  <v1:configSetting configurationId="debug0.mode" altId="debug0.mode.jtag" />
+  <v1:configSetting configurationId="p300.gpio_mode" altId="p300.gpio_mode.gpio_mode_peripheral" />
+  <v1:configSetting configurationId="p300" altId="p300.debug0.tck">
+    <v1:connectionSetting altId="debug0.tck.p300" />
+  </v1:configSetting>
+  <v1:configSetting configurationId="debug0.tck" altId="debug0.tck.p300">
+    <v1:connectionSetting altId="p300.debug0.tck" />
+  </v1:configSetting>
+  <v1:configSetting configurationId="p108.gpio_mode" altId="p108.gpio_mode.gpio_mode_peripheral" />
+  <v1:configSetting configurationId="p108" altId="p108.debug0.tms">
+    <v1:connectionSetting altId="debug0.tms.p108" />
+  </v1:configSetting>
+  <v1:configSetting configurationId="debug0.tms" altId="debug0.tms.p108">
+    <v1:connectionSetting altId="p108.debug0.tms" />
+  </v1:configSetting>
+  <v1:configSetting configurationId="p109.gpio_mode" altId="p109.gpio_mode.gpio_mode_peripheral" />
+  <v1:configSetting configurationId="p109" altId="p109.debug0.tdo">
+    <v1:connectionSetting altId="debug0.tdo.p109" />
+  </v1:configSetting>
+  <v1:configSetting configurationId="debug0.tdo" altId="debug0.tdo.p109">
+    <v1:connectionSetting altId="p109.debug0.tdo" />
+  </v1:configSetting>
+  <v1:configSetting configurationId="p110.gpio_mode" altId="p110.gpio_mode.gpio_mode_peripheral" />
+  <v1:configSetting configurationId="p110" altId="p110.debug0.tdi">
+    <v1:connectionSetting altId="debug0.tdi.p110" />
+  </v1:configSetting>
+  <v1:configSetting configurationId="debug0.tdi" altId="debug0.tdi.p110">
+    <v1:connectionSetting altId="p110.debug0.tdi" />
+  </v1:configSetting>
+</v1:pinSettings>

+ 224 - 0
projects/hmi-board-soem/README.md

@@ -0,0 +1,224 @@
+# RA6M3-HMI-Board EtherCAT主站例程
+
+本例程使用SOEM软件包实现了EtherCAT主站,并结合LVGL设计了图形化界面来控制从站的电机。
+
+## 简介
+
+**SOEM(Simple Open EtherCAT Master**)是由 EtherCAT 技术用户组织(ETG)下属开源社区发布的一个轻量级、跨平台的 EtherCAT 主站协议栈。它用纯 C 编写,设计目标是尽可能小、可移植、可嵌入,适合在实时或资源受限的系统中运行。
+
+**核心特点**
+
+| 特性       | 描述                                           |
+| ---------- | ---------------------------------------------- |
+| 开源且免费 | 采用 GPLv2 协议,可自由修改和分发              |
+| 跨平台     | 支持 Linux、Windows、RTOS、裸机系统等          |
+| 实时性好   | 无需内核模块,纯用户态实现,适合周期性实时控制 |
+| 功能完整   | 支持从站配置、PDO 映射、DC 同步、CoE、FoE      |
+| 易于移植   | 提供简洁的网卡和操作系统抽象层,便于适配平台   |
+
+**支持功能一览**
+
+| 功能                     | 支持情况  |
+| ------------------------ | --------- |
+| 从站扫描与识别(EEPROM) | ✅         |
+| 自动分配地址(AIA)      | ✅         |
+| CoE / FoE / EoE          | ✅(部分) |
+| PDO 映射(静态/动态)    | ✅         |
+| 分布式时钟(DC)同步     | ✅         |
+| 实时数据通信             | ✅         |
+
+## PDO数据
+
+测试时使用的从站是EtherKit的CoE例程,根据Etherkit从站的ESI文件来设置PDO数据映射。
+
+**同步周期位置模式:**
+
+RxPdo
+
+![csp_rxpdo](docs/picture/ethercat/csp_rxpdo.png)
+
+TxPdo
+
+![csp_txpdo](docs/picture/ethercat/csp_txpdo.png)
+
+```c
+typedef struct PACKED{
+    uint16 ControlWord;
+    uint16 MaxTorque;
+    int32 TargetPosition;
+    int32 PositionOffset;
+    int32 VelocityOffset;
+    int16 TorqueOffset;
+    uint16 TouchProbeFunction;
+    uint16 PositiveTorqueLimitValue;
+    uint16 NegativeTorqueLimitValue;
+    uint32 DigitalOutputs;
+} CSP_Output;
+
+typedef struct PACKED{
+    uint16 ErrorCode;
+    uint16 StatusWord;
+    int32 ActualPosition;
+    int32 ActualVelocity;
+    int16 ActualTorque;
+    uint16 TouchProbeStatus;
+    int32 TouchProbePosition1PositiveValue;
+    int32 TouchProbePosition2PositiveValue;
+    int32 FollowingErrorActualValue;
+    uint32 DigitalInputs;
+} CSP_Input;
+```
+
+**同步周期速度模式**:
+
+RxPdo
+
+![csv_rxpdo](docs/picture/ethercat/csv_rxpdo.png)
+
+TxPdo
+
+![csv_txpdo](docs/picture/ethercat/csv_txpdo.png)
+
+```c
+typedef struct PACKED{
+    uint16 ControlWord;
+    uint16 MaxTorque;
+    int32 VelocityOffset;
+    int16 TorqueOffset;
+    uint16 TouchProbeFunction;
+    uint16 PositiveTorqueLimitValue;
+    uint16 NegativeTorqueLimitValue;
+    uint32 DigitalOutputs;
+    int32 TargetVelocity;
+} CSV_Output;
+
+typedef struct PACKED{
+    uint16 ErrorCode;
+    uint16 StatusWord;
+    int32 ActualPosition;
+    int32 ActualVelocity;
+    int16 ActualTorque;
+    uint16 TouchProbeStatus;
+    int32 TouchProbePosition1PositiveValue;
+    int32 TouchProbePosition2PositiveValue;
+    uint32 DigitalInputs;
+} CSV_Input;
+```
+
+ ## 状态切换
+
+**从站的CiA402状态**
+
+![statemachine](docs/picture/ethercat/statemachine.png)
+
+主站根据状态机编写状态切换函数。
+
+```c
+void ec_switch_op()
+{
+    do
+    {
+        if (mode == 0)
+            cur_status = csp_inputs->StatusWord;
+        else if (mode == 1)
+            cur_status = csv_inputs->StatusWord;
+        switch (cur_status & 0x006F)
+        {
+        case 0x0027:
+            LOG_I("status: Operation enabled");
+            if (mode == 0)
+            {
+                csp_outputs->ControlWord = 0x001F;
+                csp_outputs->TargetPosition = 0;
+            }
+            else if (mode == 1)
+                csv_outputs->TargetVelocity = 2;
+            break;
+        case 0x0000:
+            LOG_I("status: Not ready to switch on");
+            break;
+        case 0x0040:
+            LOG_I("status: Switched on but disabled");
+            OUTPUT(ControlWord, 0x0006); //切换到ReadyToSwitchOn
+            break;
+        case 0x0021:
+            LOG_I("status: Ready to switch on");
+            OUTPUT(ControlWord, 0x0007); //切换到SwitchOn
+            break;
+        case 0x0023:
+            LOG_I("status: Switched on");
+            OUTPUT(ControlWord, 0x000F); //切换到OperationalEnable
+            break;
+        case 0x0008:
+            LOG_I("status: Fault state");
+            OUTPUT(ControlWord, 0x0080); //故障复位
+            break;
+        case 0x0007:
+            LOG_I("status: Quickstop active");
+
+            break;
+        case 0x000F:
+            LOG_I("status: Fault reaction active");
+
+            break;
+        default:
+            LOG_E("Unhandled state: 0x%04X", cur_status & 0x006F);
+            break;
+        }
+        ec_send_processdata();
+        wkc = ec_receive_processdata(EC_TIMEOUTRET);
+
+        rt_thread_mdelay(2);
+    }while ((cur_status & 0x006F) != 0x0027);
+}
+```
+
+## EtherCAT主站通信流程
+
+主站基于SOEM协议栈实现,典型EtherCAT通信流程如下:
+
+**初始化网卡:**
+
+```c
+ec_init("e0"); // 初始化指定网卡(支持 raw socket)
+```
+
+**扫描并配置从站:**
+
+```c
+ec_config_init(FALSE);
+ec_config_map(&IOmap);  // 映射 PDO 数据区
+```
+
+**分布式时钟同步:**
+
+```c
+ec_configdc();  // DC 同步配置
+```
+
+**启用从站、设置状态:**
+
+```c
+ec_slave[0].state = EC_STATE_OPERATIONAL;
+ec_writestate(0);
+```
+
+**循环发送/接收帧:**
+
+```c
+while (1) {
+    ec_send_processdata();
+    ec_receive_processdata(EC_TIMEOUTRET);
+    // 实时控制处理
+}
+```
+
+## 效果图
+
+LVGL图形界面
+
+![image-20250423184124655](docs/picture/ethercat/image-20250423184124655.png)
+
+终端输出
+
+![image-20250423184000894](docs/picture/ethercat/image-20250423184000894.png)

+ 27 - 0
projects/hmi-board-soem/SConscript

@@ -0,0 +1,27 @@
+# for module compiling
+import os
+Import('RTT_ROOT')
+Import('rtconfig')
+from building import *
+
+cwd = GetCurrentDir()
+src = []
+CPPPATH = []
+list = os.listdir(cwd)
+
+if rtconfig.PLATFORM in ['iccarm']:
+    print("\nThe current project does not support IAR build\n")
+    Return('group')
+elif rtconfig.PLATFORM in ['gcc', 'armclang']:
+    if GetOption('target') != 'mdk5':
+        CPPPATH = [cwd]
+        src = Glob('./src/*.c')
+
+group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
+
+for d in list:
+    path = os.path.join(cwd, d)
+    if os.path.isfile(os.path.join(path, 'SConscript')):
+        group = group + SConscript(os.path.join(d, 'SConscript'))
+
+Return('group')

+ 58 - 0
projects/hmi-board-soem/SConstruct

@@ -0,0 +1,58 @@
+import os
+import sys
+import rtconfig
+
+if os.getenv('RTT_ROOT'):
+    RTT_ROOT = os.getenv('RTT_ROOT')
+else:
+    RTT_ROOT = os.path.normpath(os.getcwd() + '/../../..')
+
+# set RTT_ROOT
+if not os.getenv('RTT_ROOT'):
+    RTT_ROOT = 'rt-thread'
+
+sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
+try:
+    from building import *
+except:
+    print('Cannot found RT-Thread root directory, please check RTT_ROOT')
+    print(RTT_ROOT)
+    exit(-1)
+
+TARGET = 'rtthread.' + rtconfig.TARGET_EXT
+
+DefaultEnvironment(tools=[])
+env = Environment(tools = ['mingw'],
+    AS = rtconfig.AS, ASFLAGS = rtconfig.AFLAGS,
+    CC = rtconfig.CC, CFLAGS = rtconfig.CFLAGS,
+    AR = rtconfig.AR, ARFLAGS = '-rc',
+    LINK = rtconfig.LINK, LINKFLAGS = rtconfig.LFLAGS)
+env.PrependENVPath('PATH', rtconfig.EXEC_PATH)
+
+if rtconfig.PLATFORM in ['iccarm']:
+    env.Replace(CCCOM = ['$CC $CFLAGS $CPPFLAGS $_CPPDEFFLAGS $_CPPINCFLAGS -o $TARGET $SOURCES'])
+    env.Replace(ARFLAGS = [''])
+    env.Replace(LINKCOM = env["LINKCOM"] + ' --map project.map')
+
+Export('RTT_ROOT')
+Export('rtconfig')
+
+SDK_ROOT = os.path.abspath('./')
+if os.path.exists(SDK_ROOT + '/libraries'):
+    libraries_path_prefix = SDK_ROOT + '/libraries'
+else:
+    libraries_path_prefix = os.path.dirname(SDK_ROOT) + '/libraries'
+
+SDK_LIB = libraries_path_prefix
+Export('SDK_LIB')
+
+rtconfig.BSP_LIBRARY_TYPE = None
+
+# prepare building environment
+objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
+
+# include drivers
+objs.extend(SConscript(os.path.join(libraries_path_prefix, 'HAL_Drivers', 'SConscript')))
+
+# make a building
+DoBuilding(TARGET, objs)

+ 326 - 0
projects/hmi-board-soem/board/Kconfig

@@ -0,0 +1,326 @@
+menu "Hardware Drivers Config"
+
+    config SOC_R7FA6M4AF
+        bool
+        select SOC_SERIES_R7FA6M3
+        select RT_USING_COMPONENTS_INIT
+        select RT_USING_USER_MAIN
+        default y
+
+    menu "Onboard Peripheral Drivers"
+
+    endmenu
+
+    menu "On-chip Peripheral Drivers"
+
+        source "libraries/HAL_Drivers/Kconfig"
+
+        menuconfig BSP_USING_UART
+            bool "Enable UART"
+            default y
+            select RT_USING_SERIAL
+            select RT_USING_SERIAL_V2
+            if BSP_USING_UART
+                menuconfig BSP_USING_UART4
+                    bool "Enable UART4"
+                    default n
+                    if BSP_USING_UART4
+                        config BSP_UART4_RX_USING_DMA
+                            bool "Enable UART4 RX DMA"
+                            depends on BSP_USING_UART4 && RT_SERIAL_USING_DMA
+                            default n
+
+                        config BSP_UART4_TX_USING_DMA
+                            bool "Enable UART4 TX DMA"
+                            depends on BSP_USING_UART4 && RT_SERIAL_USING_DMA
+                            default n
+
+                        config BSP_UART4_RX_BUFSIZE
+                            int "Set UART4 RX buffer size"
+                            range 64 65535
+                            depends on RT_USING_SERIAL_V2
+                            default 256
+
+                        config BSP_UART4_TX_BUFSIZE
+                            int "Set UART4 TX buffer size"
+                            range 0 65535
+                            depends on RT_USING_SERIAL_V2
+                            default 0
+                    endif
+                menuconfig BSP_USING_UART9
+                    bool "Enable UART9"
+                    default n
+                    if BSP_USING_UART9
+                        config BSP_UART9_RX_USING_DMA
+                            bool "Enable UART9 RX DMA"
+                            depends on BSP_USING_UART9 && RT_SERIAL_USING_DMA
+                            default n
+
+                        config BSP_UART9_TX_USING_DMA
+                            bool "Enable UART9 TX DMA"
+                            depends on BSP_USING_UART9 && RT_SERIAL_USING_DMA
+                            default n
+
+                        config BSP_UART9_RX_BUFSIZE
+                            int "Set UART9 RX buffer size"
+                            range 64 65535
+                            depends on RT_USING_SERIAL_V2
+                            default 256
+
+                        config BSP_UART9_TX_BUFSIZE
+                            int "Set UART9 TX buffer size"
+                            range 0 65535
+                            depends on RT_USING_SERIAL_V2
+                            default 0
+                    endif
+            endif
+
+        menuconfig BSP_USING_SCI_SPI
+            bool "Enable SCI SPI BUS"
+            default n
+            select RT_USING_SPI
+            if BSP_USING_SCI_SPI 
+                config BSP_USING_SCI_SPI0
+                    bool "Enable SCI SPI0 BUS"
+                    default n
+                config BSP_USING_SCI_SPI1
+                    bool "Enable SCI SPI1 BUS"
+                    default n
+                config BSP_USING_SCI_SPI2
+                    bool "Enable SCI SPI2 BUS"
+                    default n
+                config BSP_USING_SCI_SPI3
+                    bool "Enable SCI SPI3 BUS"
+                    default n
+                config BSP_USING_SCI_SPI4
+                    bool "Enable SCI SPI4 BUS"
+                    default n
+                config BSP_USING_SCI_SPI6
+                    bool "Enable SCI SPI6 BUS"
+                    default n
+                config BSP_USING_SCI_SPI7
+                    bool "Enable SCI SPI7 BUS"
+                    default n
+            endif
+
+        menuconfig BSP_USING_SPI
+            bool "Enable SPI BUS"
+            default n
+            select RT_USING_SPI
+            if BSP_USING_SPI 
+                config BSP_USING_SPI0
+                    bool "Enable SPI0 BUS"
+                    default n
+                config BSP_USING_SPI1
+                    bool "Enable SPI1 BUS"
+                    default n
+            endif
+
+        menuconfig BSP_USING_I2C
+            bool "Enable I2C BUS"
+            default n
+            select RT_USING_I2C
+            select RT_USING_I2C_BITOPS
+            select RT_USING_PIN
+            if BSP_USING_I2C
+                config BSP_USING_HW_I2C
+                    bool "Enable Hardware I2C BUS"
+                    default n
+                if BSP_USING_HW_I2C
+                    config BSP_USING_HW_I2C1
+                        bool "Enable Hardware I2C1 BUS"
+                        default n
+                endif
+                if !BSP_USING_HW_I2C
+                    menuconfig BSP_USING_I2C1
+                        bool "Enable I2C1 BUS (software simulation)"
+                        default y
+                        if BSP_USING_I2C1
+                            config BSP_I2C1_SCL_PIN
+                                hex "i2c1 scl pin number"
+                                range 0x0000 0x0B0F
+                                default 0x0202
+                            config BSP_I2C1_SDA_PIN
+                                hex "I2C1 sda pin number"
+                                range 0x0000 0x0B0F
+                                default 0x0203
+                        endif
+                endif
+            endif
+
+        menuconfig BSP_USING_FS
+            bool "Enable filesystem"
+            default n
+            if BSP_USING_FS
+                config BSP_USING_SDCARD_FS
+                    bool "Enable SDCARD filesystem"
+                    select BSP_USING_SDHI
+                    select RT_USING_DFS_ELMFAT
+                    default n
+                config BSP_USING_SPICARD_FS
+                    bool "Enable SPICARD filesystem"
+                    select BSP_USING_SPI
+                    select BSP_USING_SCI_SPI6
+                    select RT_USING_SPI_MSD
+                    select RT_USING_DFS_ELMFAT
+                    default n
+            endif
+
+        menuconfig BSP_USING_SDHI
+            bool "Enable SDHI"
+            default n
+            select RT_USING_SDIO
+            select RT_USING_DFS
+            select RT_LIBC_USING_FILEIO
+            select RT_USING_POSIX_DEVIO
+            if BSP_USING_SDHI
+                config SDHI_USING_1_BIT
+                    bool "Use 1-bit Mode(4-bit when disable)"
+                    default y
+            endif
+
+        menuconfig BSP_USING_PWM
+            bool "Enable PWM"
+            default n
+            select RT_USING_PWM
+            if BSP_USING_PWM
+                config BSP_USING_PWM5
+                    bool "Enable GPT5 (16-Bits) output PWM"
+                    default n
+
+                config BSP_USING_PWM12
+                    bool "Enable GPT12 (16-Bits) output PWM"
+                    default n
+            endif
+
+        menuconfig BSP_USING_CAN
+            bool "Enable CAN"
+            default n
+            select RT_USING_CAN
+            if BSP_USING_CAN
+                config BSP_USING_CAN0
+                    bool "Enable CAN0"
+                    default n
+            endif
+
+        config BSP_USING_LCD
+            bool "Enable LCD-RGB565"
+            select BSP_USING_GPIO
+            select BSP_USING_PWM
+            select BSP_USING_PWM5
+            default n
+
+        config BSP_USING_SPI_LCD
+            bool "Enable SPI LCD"
+            select BSP_USING_GPIO
+            select BSP_USING_SPI
+            select BSP_USING_SPI0
+            default n
+
+        config BSP_USING_G2D
+            bool "Enable G2D"
+            default n
+
+        config BSP_USING_JPEG
+            bool "Enable JPEG"
+            default n
+
+        config BSP_USING_ETH
+            bool "Enable Ethernet"
+            select RT_USING_SAL
+            select RT_USING_LWIP
+            select RT_USING_NETDEV
+            default n
+
+        menuconfig BSP_USING_LVGL
+            bool "Enable LVGL for LCD"
+            select PKG_USING_LVGL
+            default n
+            if BSP_USING_LVGL      
+                config BSP_USING_LCD_ILI9431
+                    bool "Enable LVGL for LCD_ILI9431"
+                    select PKG_USING_ILI9341
+                    select BSP_USING_SPI_LCD
+                    default n
+                config BSP_USING_LCD_RGB
+                    bool "Enable LVGL for LCD_RGB565"
+                    select BSP_USING_LCD
+                    select RT_USING_TOUCH
+                    select RT_TOUCH_PIN_IRQ
+                    default n
+                    if BSP_USING_LCD_RGB
+                        config BSP_USING_TOUCH
+                            bool "Enable Touch GT911"
+                            select BSP_USING_I2C
+                            select BSP_USING_I2C1
+                            default n
+                    endif
+            endif
+
+            menuconfig BSP_USING_LVGL_DEMO
+                bool "Enable LVGL demo for LCD"
+                if BSP_USING_LVGL_DEMO     
+                    choice
+                        prompt "choice lvgl demo"
+                        default BSP_USING_LVGL_MUSIC_DEMO
+
+                        config BSP_USING_LVGL_MUSIC_DEMO
+                            bool "Enable LVGL music demo"
+                            select PKG_USING_LV_MUSIC_DEMO
+
+                        config BSP_USING_LVGL_VIDEO_DEMO
+                            bool "Enable LVGL video demo"
+                            select BSP_USING_G2D
+                            select BSP_USING_JPEG
+                            select BSP_USING_FS
+                            select BSP_USING_SDCARD_FS
+                            default n
+                            
+                        config BSP_USING_LVGL_ETHERCAT_DEMO
+                            bool "Enable LVGL ethercat demo"
+                            select RT_USING_TOUCH
+                            select BSP_USING_ETH
+                            select PKG_USING_SOEM
+                            default n
+                    endchoice
+                endif
+
+    endmenu
+
+    menu "Board extended module Drivers"
+        menuconfig BSP_USING_RW007
+            bool "Enable RW007"
+            default n
+            select PKG_USING_RW007
+            select BSP_USING_SCI_SPI
+            select BSP_USING_SCI_SPI3
+            select RT_USING_MEMPOOL
+            select RW007_NOT_USE_EXAMPLE_DRIVERS
+
+        if BSP_USING_RW007
+            config RA_RW007_SPI_BUS_NAME
+                string "RW007 BUS NAME"
+                default "scpi3"
+
+            config RA_RW007_CS_PIN
+                hex "(HEX)CS pin index"
+                default 0x0308
+
+            config RA_RW007_BOOT0_PIN
+                hex "(HEX)BOOT0 pin index (same as spi clk pin)"
+                default 0x030B
+
+            config RA_RW007_BOOT1_PIN
+                hex "(HEX)BOOT1 pin index (same as spi cs pin)"
+                default 0x0308
+
+            config RA_RW007_INT_BUSY_PIN
+                hex "(HEX)INT/BUSY pin index"
+                default 0x000F
+
+            config RA_RW007_RST_PIN
+                hex "(HEX)RESET pin index"
+                default 0x030C
+        endif
+    endmenu
+endmenu

+ 25 - 0
projects/hmi-board-soem/board/SConscript

@@ -0,0 +1,25 @@
+import os
+from building import *
+
+objs = []
+cwd  = GetCurrentDir()
+list = os.listdir(cwd)
+CPPPATH = [cwd]
+src = Glob('*.c')
+
+if GetDepend(['BSP_USING_FS']):
+    src += Glob('ports/mnt.c')
+
+if GetDepend(['BSP_USING_JPEG']):
+    src += Glob('ports/drv_jpeg.c')
+
+if GetDepend(['BSP_USING_G2D']):
+    src += Glob('ports/drv_g2d.c')
+
+objs = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH)
+
+for item in list:
+    if os.path.isfile(os.path.join(cwd, item, 'SConscript')):
+        objs = objs + SConscript(os.path.join(item, 'SConscript'))
+
+Return('objs')

+ 38 - 0
projects/hmi-board-soem/board/board.h

@@ -0,0 +1,38 @@
+/*
+ * Copyright (c) 2006-2023, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2021-10-10      Sherman      first version
+ */
+
+#ifndef __BOARD_H__
+#define __BOARD_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define RA_SRAM_SIZE    640 /* The SRAM size of the chip needs to be modified */
+#define RA_SRAM_END     (0x1FFE0000 + RA_SRAM_SIZE * 1024)
+
+#ifdef __ARMCC_VERSION
+extern int Image$$RAM_END$$ZI$$Base;
+#define HEAP_BEGIN  ((void *)&Image$$RAM_END$$ZI$$Base)
+#elif __ICCARM__
+#pragma section="CSTACK"
+#define HEAP_BEGIN      (__segment_end("CSTACK"))
+#else
+extern int __RAM_segment_used_end__;
+#define HEAP_BEGIN      (&__RAM_segment_used_end__)
+#endif
+
+#define HEAP_END        RA_SRAM_END
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif

+ 16 - 0
projects/hmi-board-soem/board/lvgl/SConscript

@@ -0,0 +1,16 @@
+from building import *
+import os
+
+cwd = GetCurrentDir()
+group = []
+src = Glob('*.c')
+CPPPATH = [cwd]
+
+list = os.listdir(cwd)
+for d in list:
+    path = os.path.join(cwd, d)
+    if os.path.isfile(os.path.join(path, 'SConscript')):
+        group = group + SConscript(os.path.join(d, 'SConscript'))
+
+group = group + DefineGroup('LVGL-port', src, depend = ['BSP_USING_LVGL'], CPPPATH = CPPPATH)
+Return('group')

+ 17 - 0
projects/hmi-board-soem/board/lvgl/demo/SConscript

@@ -0,0 +1,17 @@
+from building import *
+import os
+
+cwd = GetCurrentDir()
+group = []
+src = Glob('*.c')
+CPPPATH = [cwd]
+
+list = os.listdir(cwd)
+for d in list:
+    path = os.path.join(cwd, d)
+    if os.path.isfile(os.path.join(path, 'SConscript')):
+        group = group + SConscript(os.path.join(d, 'SConscript'))
+
+group = group + DefineGroup('LVGL-demo', src, depend = ['BSP_USING_LVGL', 'BSP_USING_LVGL_DEMO'], CPPPATH = CPPPATH)
+
+Return('group')

+ 17 - 0
projects/hmi-board-soem/board/lvgl/demo/ethercat/SConscript

@@ -0,0 +1,17 @@
+from building import *
+import os
+
+cwd = GetCurrentDir()
+group = []
+src = Glob('*.c')
+CPPPATH = [cwd]
+
+list = os.listdir(cwd)
+for d in list:
+    path = os.path.join(cwd, d)
+    if os.path.isfile(os.path.join(path, 'SConscript')):
+        group = group + SConscript(os.path.join(d, 'SConscript'))
+
+group = group + DefineGroup('LVGL-demo', src, depend = ['BSP_USING_LVGL', 'BSP_USING_LVGL_ETHERCAT_DEMO'], CPPPATH = CPPPATH)
+
+Return('group')

+ 156 - 0
projects/hmi-board-soem/board/lvgl/demo/ethercat/ui.c

@@ -0,0 +1,156 @@
+#include "ui.h"
+#include "stdio.h"
+
+///////////////////// VARIABLES ////////////////////
+
+// SCREEN: ui_Screen
+void ui_Screen_screen_init(void);
+lv_obj_t * ui_Screen;
+lv_obj_t * ui_Label1;
+lv_obj_t * ui_Arc1;
+void ui_event_Dropdown1(lv_event_t * e);
+lv_obj_t * ui_Dropdown1;
+lv_obj_t * ui_Container1;
+lv_obj_t * ui_Label2;
+lv_obj_t * ui_TextArea1;
+lv_obj_t * ui_Label3;
+lv_obj_t * ui_TextArea3;
+void ui_event_Slider1(lv_event_t * e);
+lv_obj_t * ui_Slider1;
+lv_obj_t * ui_Container2;
+lv_obj_t * ui_Label6;
+lv_obj_t * ui_TextArea5;
+lv_obj_t * ui_Label4;
+lv_obj_t * ui_TextArea2;
+void ui_event_Slider2(lv_event_t * e);
+lv_obj_t * ui_Slider2;
+void ui_event_Button1(lv_event_t * e);
+lv_obj_t * ui_Button1;
+lv_obj_t * ui_Label5;
+lv_obj_t * ui_Label9;
+lv_obj_t * ui_Label7;
+lv_obj_t * chart1;
+lv_obj_t * chart2;
+lv_chart_series_t * ser1;
+lv_chart_series_t * ser2;
+// CUSTOM VARIABLES
+
+// EVENTS
+lv_obj_t * ui____initial_actions0;
+
+static rt_uint8_t btn_state = 0;
+extern rt_uint8_t mode;
+
+extern void turn_on(void);
+extern void turn_off(void);
+extern void set_data(int32_t data);
+
+///////////////////// TEST LVGL SETTINGS ////////////////////
+#if LV_COLOR_DEPTH != 16
+    #error "LV_COLOR_DEPTH should be 16bit to match SquareLine Studio's settings"
+#endif
+#if LV_COLOR_16_SWAP !=0
+    #error "LV_COLOR_16_SWAP should be 0 to match SquareLine Studio's settings"
+#endif
+
+///////////////////// ANIMATIONS ////////////////////
+
+///////////////////// FUNCTIONS ////////////////////
+void ui_event_Dropdown1(lv_event_t * e)
+{
+    lv_event_code_t event_code = lv_event_get_code(e);
+
+    if(event_code == LV_EVENT_VALUE_CHANGED) {
+        mode = lv_dropdown_get_selected(ui_Dropdown1);
+        if (mode == 0)
+        {
+            lv_obj_add_flag(ui_Container2, LV_OBJ_FLAG_HIDDEN);
+            lv_obj_clear_flag(ui_Container1, LV_OBJ_FLAG_HIDDEN);
+            lv_obj_add_flag(chart2, LV_OBJ_FLAG_HIDDEN);
+            lv_obj_clear_flag(chart1, LV_OBJ_FLAG_HIDDEN);
+            lv_textarea_set_text(ui_TextArea1, "0");
+            lv_slider_set_value(ui_Slider1, 0, 0);
+        }
+        else if (mode == 1)
+        {
+            lv_obj_add_flag(ui_Container1, LV_OBJ_FLAG_HIDDEN);
+            lv_obj_clear_flag(ui_Container2, LV_OBJ_FLAG_HIDDEN);
+            lv_obj_add_flag(chart1, LV_OBJ_FLAG_HIDDEN);
+            lv_obj_clear_flag(chart2, LV_OBJ_FLAG_HIDDEN);
+            lv_textarea_set_text(ui_TextArea5, "2");
+            lv_slider_set_value(ui_Slider2, 0, 0);
+        }
+        turn_off();
+        rt_thread_mdelay(500);
+        turn_on();
+    }
+}
+
+void ui_event_Slider1(lv_event_t * e)
+{
+    int32_t val;
+    char str[5];
+    lv_event_code_t event_code = lv_event_get_code(e);
+
+    if(event_code == LV_EVENT_VALUE_CHANGED) {
+        val = lv_slider_get_value(ui_Slider1);
+        set_data(val);
+        snprintf(str, sizeof(str), "%"LV_PRId32, val);
+        lv_textarea_set_text(ui_TextArea1, str);
+    }
+}
+
+void ui_event_Slider2(lv_event_t * e)
+{
+    int32_t val;
+    char str[5];
+    lv_event_code_t event_code = lv_event_get_code(e);
+
+    if(event_code == LV_EVENT_VALUE_CHANGED) {
+        val = lv_slider_get_value(ui_Slider2);
+        set_data(val);
+        snprintf(str, sizeof(str), "%"LV_PRId32, val);
+        lv_textarea_set_text(ui_TextArea5, str);
+    }
+}
+
+void ui_event_Button1(lv_event_t * e)
+{
+    lv_event_code_t event_code = lv_event_get_code(e);
+
+    if(event_code == LV_EVENT_CLICKED) {
+        if (btn_state == 0)
+        {
+            btn_state = 1;
+            lv_obj_set_style_bg_color(ui_Button1, lv_color_hex(0x00FF00), LV_PART_MAIN);
+            lv_obj_add_flag(ui_Label5, LV_OBJ_FLAG_HIDDEN);
+            lv_obj_clear_flag(ui_Label9, LV_OBJ_FLAG_HIDDEN);
+            turn_on();
+            lv_textarea_set_text(ui_TextArea1, "0");
+            lv_slider_set_value(ui_Slider1, 0, 0);
+        }
+        else if (btn_state == 1)
+        {
+            btn_state = 0;
+            lv_obj_set_style_bg_color(ui_Button1, lv_color_hex(0xFF0000), LV_PART_MAIN);
+            lv_obj_add_flag(ui_Label9, LV_OBJ_FLAG_HIDDEN);
+            lv_obj_clear_flag(ui_Label5, LV_OBJ_FLAG_HIDDEN);
+            turn_off();
+            lv_textarea_set_text(ui_TextArea5, "2");
+            lv_slider_set_value(ui_Slider2, 0, 0);
+        }
+    }
+}
+
+///////////////////// SCREENS ////////////////////
+
+void lv_ethercat_gui_init(void)
+{
+    lv_disp_t * dispp = lv_disp_get_default();
+    lv_theme_t * theme = lv_theme_default_init(dispp, lv_palette_main(LV_PALETTE_BLUE), lv_palette_main(LV_PALETTE_RED),
+                                               false, LV_FONT_DEFAULT);
+    lv_disp_set_theme(dispp, theme);
+    ui_Screen_screen_init();
+    ui____initial_actions0 = lv_obj_create(NULL);
+    lv_disp_load_scr(ui_Screen);
+}

+ 56 - 0
projects/hmi-board-soem/board/lvgl/demo/ethercat/ui.h

@@ -0,0 +1,56 @@
+// This file was generated by SquareLine Studio
+// SquareLine Studio version: SquareLine Studio 1.5.1
+// LVGL version: 8.3.11
+// Project name: soem
+
+#ifndef _SOEM_UI_H
+#define _SOEM_UI_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "lvgl.h"
+
+void ui_Screen_screen_init(void);
+extern lv_obj_t * ui_Screen;
+extern lv_obj_t * ui_Label1;
+extern lv_obj_t * ui_Arc1;
+void ui_event_Dropdown1(lv_event_t * e);
+extern lv_obj_t * ui_Dropdown1;
+extern lv_obj_t * ui_Container1;
+extern lv_obj_t * ui_Label2;
+extern lv_obj_t * ui_TextArea1;
+extern lv_obj_t * ui_Label3;
+extern lv_obj_t * ui_TextArea3;
+void ui_event_Slider1(lv_event_t * e);
+extern lv_obj_t * ui_Slider1;
+extern lv_obj_t * ui_Container2;
+extern lv_obj_t * ui_Label6;
+extern lv_obj_t * ui_TextArea5;
+extern lv_obj_t * ui_Label4;
+extern lv_obj_t * ui_TextArea2;
+void ui_event_Slider2(lv_event_t * e);
+extern lv_obj_t * ui_Slider2;
+void ui_event_Button1(lv_event_t * e);
+extern lv_obj_t * ui_Button1;
+extern lv_obj_t * ui_Label5;
+extern lv_obj_t * ui_Label9;
+extern lv_obj_t * ui_Label7;
+extern lv_obj_t * chart1;
+extern lv_obj_t * chart2;
+extern lv_chart_series_t * ser1;
+extern lv_chart_series_t * ser2;
+// CUSTOM VARIABLES
+
+// EVENTS
+
+extern lv_obj_t * ui____initial_actions0;
+
+void lv_ethercat_gui_init(void);
+
+#ifdef __cplusplus
+} /*extern "C"*/
+#endif
+
+#endif

+ 242 - 0
projects/hmi-board-soem/board/lvgl/demo/ethercat/ui_screen.c

@@ -0,0 +1,242 @@
+#include "ui.h"
+
+void ui_Screen_screen_init(void)
+{
+    ui_Screen = lv_obj_create(NULL);
+    lv_obj_clear_flag(ui_Screen, LV_OBJ_FLAG_SCROLLABLE);      /// Flags
+    lv_obj_set_style_bg_color(ui_Screen, lv_color_hex(0xFFFFFF), LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_opa(ui_Screen, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
+
+    ui_Label1 = lv_label_create(ui_Screen);
+    lv_obj_set_width(ui_Label1, 480);
+    lv_obj_set_height(ui_Label1, 20);
+    lv_obj_set_x(ui_Label1, 0);
+    lv_obj_set_y(ui_Label1, -122);
+    lv_obj_set_align(ui_Label1, LV_ALIGN_CENTER);
+    lv_label_set_text(ui_Label1, "EtherCAT Motor Control");
+    lv_obj_set_style_text_align(ui_Label1, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_text_font(ui_Label1, &lv_font_montserrat_20, LV_PART_MAIN | LV_STATE_DEFAULT);
+
+    chart1 = lv_chart_create(ui_Screen);
+    lv_obj_set_size(chart1, 250, 150);
+    lv_obj_set_x(chart1, 40);
+    lv_obj_set_y(chart1, 100);
+
+    lv_chart_set_update_mode(chart1, LV_CHART_UPDATE_MODE_SHIFT);
+    lv_chart_set_type(chart1, LV_CHART_TYPE_LINE);
+    ser1 = lv_chart_add_series(chart1, lv_palette_main(LV_PALETTE_BLUE), LV_CHART_AXIS_PRIMARY_Y);
+    lv_chart_set_range(chart1, LV_CHART_AXIS_PRIMARY_Y, -100, 100);
+    lv_chart_set_axis_tick(chart1, LV_CHART_AXIS_PRIMARY_Y, 10, 5, 5, 5, true, 50);
+    lv_chart_set_axis_tick(chart1, LV_CHART_AXIS_PRIMARY_X, 10, 0, 0, 0, true, 0);
+    lv_obj_set_style_line_opa(chart1, LV_OPA_40, LV_PART_ITEMS);
+    lv_obj_set_style_line_width(chart1, 1, LV_PART_ITEMS);
+    lv_obj_set_style_bg_color(chart1, lv_palette_lighten(LV_PALETTE_GREY, 5), 0);
+    lv_obj_set_style_border_width(chart1, 0, 0);
+
+
+    chart2 = lv_chart_create(ui_Screen);
+    lv_obj_set_size(chart2, 250, 150);
+    lv_obj_set_x(chart2, 40);
+    lv_obj_set_y(chart2, 100);
+
+    lv_chart_set_update_mode(chart2, LV_CHART_UPDATE_MODE_SHIFT);
+    lv_chart_set_type(chart2, LV_CHART_TYPE_LINE);
+    ser2 = lv_chart_add_series(chart2, lv_palette_main(LV_PALETTE_BLUE), LV_CHART_AXIS_PRIMARY_Y);
+    lv_chart_set_range(chart2, LV_CHART_AXIS_PRIMARY_Y, -10, 10);
+    lv_chart_set_axis_tick(chart2, LV_CHART_AXIS_PRIMARY_Y, 10, 5, 5, 5, true, 50);
+    lv_chart_set_axis_tick(chart2, LV_CHART_AXIS_PRIMARY_X, 10, 0, 0, 0, true, 0);
+    lv_obj_set_style_line_opa(chart2, LV_OPA_40, LV_PART_ITEMS);
+    lv_obj_set_style_line_width(chart2, 1, LV_PART_ITEMS);
+    lv_obj_set_style_bg_color(chart2, lv_palette_lighten(LV_PALETTE_GREY, 5), 0);
+    lv_obj_set_style_border_width(chart2, 0, 0);
+    lv_obj_add_flag(chart2, LV_OBJ_FLAG_HIDDEN);
+
+    ui_Dropdown1 = lv_dropdown_create(ui_Screen);
+    lv_dropdown_set_options(ui_Dropdown1, "CSP Mode\nCSV Mode");
+    lv_obj_set_width(ui_Dropdown1, 119);
+    lv_obj_set_height(ui_Dropdown1, LV_SIZE_CONTENT);    /// 1
+    lv_obj_set_x(ui_Dropdown1, 133);
+    lv_obj_set_y(ui_Dropdown1, -81);
+    lv_obj_set_align(ui_Dropdown1, LV_ALIGN_CENTER);
+    lv_obj_add_flag(ui_Dropdown1, LV_OBJ_FLAG_SCROLL_ON_FOCUS);     /// Flags
+    lv_obj_set_style_text_align(ui_Dropdown1, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN | LV_STATE_DEFAULT);
+
+    lv_obj_set_style_text_align(ui_Dropdown1, LV_TEXT_ALIGN_CENTER, LV_PART_INDICATOR | LV_STATE_DEFAULT);
+
+    lv_obj_set_style_text_align(lv_dropdown_get_list(ui_Dropdown1), LV_TEXT_ALIGN_CENTER,
+            LV_PART_MAIN | LV_STATE_DEFAULT);
+
+    lv_obj_set_style_text_align(lv_dropdown_get_list(ui_Dropdown1), LV_TEXT_ALIGN_CENTER,
+            LV_PART_SELECTED | LV_STATE_DEFAULT);
+
+    ui_Container1 = lv_obj_create(ui_Screen);
+    lv_obj_remove_style_all(ui_Container1);
+    lv_obj_set_width(ui_Container1, 284);
+    lv_obj_set_height(ui_Container1, 181);
+    lv_obj_set_x(ui_Container1, 136);
+    lv_obj_set_y(ui_Container1, 34);
+    lv_obj_set_align(ui_Container1, LV_ALIGN_CENTER);
+    lv_obj_clear_flag(ui_Container1, LV_OBJ_FLAG_CLICKABLE | LV_OBJ_FLAG_SCROLLABLE);      /// Flags
+
+    ui_Label2 = lv_label_create(ui_Container1);
+    lv_obj_set_width(ui_Label2, LV_SIZE_CONTENT);   /// 1
+    lv_obj_set_height(ui_Label2, LV_SIZE_CONTENT);    /// 1
+    lv_obj_set_x(ui_Label2, 0);
+    lv_obj_set_y(ui_Label2, -70);
+    lv_obj_set_align(ui_Label2, LV_ALIGN_CENTER);
+    lv_label_set_text(ui_Label2, "Target Position");
+    lv_obj_set_style_text_font(ui_Label2, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT);
+
+    ui_TextArea1 = lv_textarea_create(ui_Container1);
+    lv_obj_set_width(ui_TextArea1, 126);
+    lv_obj_set_height(ui_TextArea1, 32);
+    lv_obj_set_x(ui_TextArea1, 0);
+    lv_obj_set_y(ui_TextArea1, -35);
+    lv_obj_set_align(ui_TextArea1, LV_ALIGN_CENTER);
+    lv_textarea_set_text(ui_TextArea1, "0");
+    lv_obj_set_style_text_align(ui_TextArea1, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_clear_flag(ui_TextArea1, LV_OBJ_FLAG_CLICK_FOCUSABLE);
+
+    ui_Label3 = lv_label_create(ui_Container1);
+    lv_obj_set_width(ui_Label3, LV_SIZE_CONTENT);   /// 1
+    lv_obj_set_height(ui_Label3, LV_SIZE_CONTENT);    /// 1
+    lv_obj_set_x(ui_Label3, 0);
+    lv_obj_set_y(ui_Label3, 5);
+    lv_obj_set_align(ui_Label3, LV_ALIGN_CENTER);
+    lv_label_set_text(ui_Label3, "Actual Position");
+    lv_obj_set_style_text_font(ui_Label3, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT);
+
+    ui_TextArea3 = lv_textarea_create(ui_Container1);
+    lv_obj_set_width(ui_TextArea3, 126);
+    lv_obj_set_height(ui_TextArea3, 32);
+    lv_obj_set_x(ui_TextArea3, 0);
+    lv_obj_set_y(ui_TextArea3, 40);
+    lv_obj_set_align(ui_TextArea3, LV_ALIGN_CENTER);
+    lv_textarea_set_text(ui_TextArea3, "0");
+    lv_obj_set_style_text_align(ui_TextArea3, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_clear_flag(ui_TextArea3, LV_OBJ_FLAG_CLICK_FOCUSABLE);
+
+    ui_Slider1 = lv_slider_create(ui_Container1);
+    lv_slider_set_range(ui_Slider1, -100, 100);
+    lv_slider_set_mode(ui_Slider1, LV_SLIDER_MODE_SYMMETRICAL);
+    lv_slider_set_value(ui_Slider1, 0, LV_ANIM_OFF);
+    if (lv_slider_get_mode(ui_Slider1) == LV_SLIDER_MODE_RANGE)
+        lv_slider_set_left_value(ui_Slider1, 0, LV_ANIM_OFF);
+    lv_obj_set_width(ui_Slider1, 150);
+    lv_obj_set_height(ui_Slider1, 10);
+    lv_obj_set_x(ui_Slider1, 0);
+    lv_obj_set_y(ui_Slider1, 81);
+    lv_obj_set_align(ui_Slider1, LV_ALIGN_CENTER);
+
+    ui_Container2 = lv_obj_create(ui_Screen);
+    lv_obj_remove_style_all(ui_Container2);
+    lv_obj_set_width(ui_Container2, 284);
+    lv_obj_set_height(ui_Container2, 181);
+    lv_obj_set_x(ui_Container2, 136);
+    lv_obj_set_y(ui_Container2, 34);
+    lv_obj_set_align(ui_Container2, LV_ALIGN_CENTER);
+    lv_obj_add_flag(ui_Container2, LV_OBJ_FLAG_HIDDEN);     /// Flags
+    lv_obj_clear_flag(ui_Container2, LV_OBJ_FLAG_CLICKABLE | LV_OBJ_FLAG_SCROLLABLE);      /// Flags
+
+    ui_Label6 = lv_label_create(ui_Container2);
+    lv_obj_set_width(ui_Label6, LV_SIZE_CONTENT);   /// 1
+    lv_obj_set_height(ui_Label6, LV_SIZE_CONTENT);    /// 1
+    lv_obj_set_x(ui_Label6, 0);
+    lv_obj_set_y(ui_Label6, -70);
+    lv_obj_set_align(ui_Label6, LV_ALIGN_CENTER);
+    lv_label_set_text(ui_Label6, "Target Velocity");
+    lv_obj_set_style_text_font(ui_Label6, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT);
+
+    ui_TextArea5 = lv_textarea_create(ui_Container2);
+    lv_obj_set_width(ui_TextArea5, 126);
+    lv_obj_set_height(ui_TextArea5, 32);
+    lv_obj_set_x(ui_TextArea5, 0);
+    lv_obj_set_y(ui_TextArea5, -35);
+    lv_obj_set_align(ui_TextArea5, LV_ALIGN_CENTER);
+    lv_textarea_set_text(ui_TextArea5, "0");
+    lv_obj_set_style_text_align(ui_TextArea5, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_clear_flag(ui_TextArea5, LV_OBJ_FLAG_CLICK_FOCUSABLE);
+
+    ui_Label4 = lv_label_create(ui_Container2);
+    lv_obj_set_width(ui_Label4, LV_SIZE_CONTENT);   /// 1
+    lv_obj_set_height(ui_Label4, LV_SIZE_CONTENT);    /// 1
+    lv_obj_set_x(ui_Label4, 0);
+    lv_obj_set_y(ui_Label4, 5);
+    lv_obj_set_align(ui_Label4, LV_ALIGN_CENTER);
+    lv_label_set_text(ui_Label4, "Actual Velocity");
+    lv_obj_set_style_text_font(ui_Label4, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT);
+
+    ui_TextArea2 = lv_textarea_create(ui_Container2);
+    lv_obj_set_width(ui_TextArea2, 126);
+    lv_obj_set_height(ui_TextArea2, 32);
+    lv_obj_set_x(ui_TextArea2, 0);
+    lv_obj_set_y(ui_TextArea2, 40);
+    lv_obj_set_align(ui_TextArea2, LV_ALIGN_CENTER);
+    lv_textarea_set_text(ui_TextArea2, "0");
+    lv_obj_set_style_text_align(ui_TextArea2, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_clear_flag(ui_TextArea2, LV_OBJ_FLAG_CLICK_FOCUSABLE);
+
+    ui_Slider2 = lv_slider_create(ui_Container2);
+    lv_slider_set_range(ui_Slider2, -10, 10);
+    lv_slider_set_mode(ui_Slider2, LV_SLIDER_MODE_SYMMETRICAL);
+    lv_slider_set_value(ui_Slider2, 0, LV_ANIM_OFF);
+    if (lv_slider_get_mode(ui_Slider2) == LV_SLIDER_MODE_RANGE)
+        lv_slider_set_left_value(ui_Slider2, 0, LV_ANIM_OFF);
+    lv_obj_set_width(ui_Slider2, 150);
+    lv_obj_set_height(ui_Slider2, 10);
+    lv_obj_set_x(ui_Slider2, 0);
+    lv_obj_set_y(ui_Slider2, 81);
+    lv_obj_set_align(ui_Slider2, LV_ALIGN_CENTER);
+
+    ui_Button1 = lv_btn_create(ui_Screen);
+    lv_obj_set_width(ui_Button1, 35);
+    lv_obj_set_height(ui_Button1, 32);
+    lv_obj_set_x(ui_Button1, -184);
+    lv_obj_set_y(ui_Button1, -72);
+    lv_obj_set_align(ui_Button1, LV_ALIGN_CENTER);
+    lv_obj_add_flag(ui_Button1, LV_OBJ_FLAG_SCROLL_ON_FOCUS);     /// Flags
+    lv_obj_clear_flag(ui_Button1, LV_OBJ_FLAG_SCROLLABLE);      /// Flags
+    lv_obj_set_style_bg_color(ui_Button1, lv_color_hex(0xFF0000), LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_opa(ui_Button1, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
+
+    ui_Label5 = lv_label_create(ui_Screen);
+    lv_obj_set_width(ui_Label5, 64);
+    lv_obj_set_height(ui_Label5, 20);
+    lv_obj_set_x(ui_Label5, -75);
+    lv_obj_set_y(ui_Label5, -72);
+    lv_obj_set_align(ui_Label5, LV_ALIGN_CENTER);
+    lv_label_set_text(ui_Label5, "stop");
+    lv_obj_set_style_text_color(ui_Label5, lv_color_hex(0xFF0000), LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_text_opa(ui_Label5, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_text_align(ui_Label5, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_text_font(ui_Label5, &lv_font_montserrat_18, LV_PART_MAIN | LV_STATE_DEFAULT);
+
+    ui_Label9 = lv_label_create(ui_Screen);
+    lv_obj_set_width(ui_Label9, 76);
+    lv_obj_set_height(ui_Label9, 20);
+    lv_obj_set_x(ui_Label9, -60);
+    lv_obj_set_y(ui_Label9, -72);
+    lv_obj_set_align(ui_Label9, LV_ALIGN_CENTER);
+    lv_label_set_text(ui_Label9, "running");
+    lv_obj_add_flag(ui_Label9, LV_OBJ_FLAG_HIDDEN);     /// Flags
+    lv_obj_set_style_text_color(ui_Label9, lv_color_hex(0x11FF00), LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_text_opa(ui_Label9, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_text_align(ui_Label9, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_text_font(ui_Label9, &lv_font_montserrat_18, LV_PART_MAIN | LV_STATE_DEFAULT);
+
+    ui_Label7 = lv_label_create(ui_Screen);
+    lv_obj_set_width(ui_Label7, LV_SIZE_CONTENT);   /// 1
+    lv_obj_set_height(ui_Label7, LV_SIZE_CONTENT);    /// 1
+    lv_obj_set_x(ui_Label7, -130);
+    lv_obj_set_y(ui_Label7, -72);
+    lv_obj_set_align(ui_Label7, LV_ALIGN_CENTER);
+    lv_label_set_text(ui_Label7, "State:");
+    lv_obj_set_style_text_align(ui_Label7, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_text_font(ui_Label7, &lv_font_montserrat_18, LV_PART_MAIN | LV_STATE_DEFAULT);
+
+    lv_obj_add_event_cb(ui_Dropdown1, ui_event_Dropdown1, LV_EVENT_ALL, NULL);
+    lv_obj_add_event_cb(ui_Slider1, ui_event_Slider1, LV_EVENT_ALL, NULL);
+    lv_obj_add_event_cb(ui_Slider2, ui_event_Slider2, LV_EVENT_ALL, NULL);
+    lv_obj_add_event_cb(ui_Button1, ui_event_Button1, LV_EVENT_ALL, NULL);
+
+}

+ 17 - 0
projects/hmi-board-soem/board/lvgl/demo/file_explorer/SConscript

@@ -0,0 +1,17 @@
+from building import *
+import os
+
+cwd = GetCurrentDir()
+group = []
+src = Glob('*.c')
+CPPPATH = [cwd]
+
+list = os.listdir(cwd)
+for d in list:
+    path = os.path.join(cwd, d)
+    if os.path.isfile(os.path.join(path, 'SConscript')):
+        group = group + SConscript(os.path.join(d, 'SConscript'))
+
+group = group + DefineGroup('LVGL-demo', src, depend = ['BSP_USING_LVGL', 'BSP_USING_LVGL_VIDEO_DEMO'], CPPPATH = CPPPATH)
+
+Return('group')

+ 757 - 0
projects/hmi-board-soem/board/lvgl/demo/file_explorer/lv_file_explorer.c

@@ -0,0 +1,757 @@
+/**
+ * @file lv_file_explorer.c
+ *
+ */
+
+/*********************
+ *      INCLUDES
+ *********************/
+#include "lv_file_explorer.h"
+#if LV_USE_FILE_EXPLORER != 0
+
+/*********************
+ *      DEFINES
+ *********************/
+#define MY_CLASS &lv_file_explorer_class
+
+#define FILE_EXPLORER_QUICK_ACCESS_AREA_WIDTH (22)
+#define FILE_EXPLORER_BROWSER_AREA_WIDTH (100 - FILE_EXPLORER_QUICK_ACCESS_AREA_WIDTH)
+
+/**********************
+ *      TYPEDEFS
+ **********************/
+
+/**********************
+ *  STATIC PROTOTYPES
+ **********************/
+static void lv_file_explorer_constructor(const lv_obj_class_t *class_p, lv_obj_t *obj);
+
+static void browser_file_event_handler(lv_event_t *e);
+#if LV_FILE_EXPLORER_QUICK_ACCESS
+static void quick_access_event_handler(lv_event_t *e);
+static void quick_access_area_event_handler(lv_event_t *e);
+#endif
+
+static void init_style(lv_obj_t *obj);
+static void show_dir(lv_obj_t *obj, const char *path);
+static void strip_ext(char *dir);
+static void file_explorer_sort(lv_obj_t *obj);
+static void sort_by_file_kind(lv_obj_t *tb, int16_t lo, int16_t hi);
+static void exch_table_item(lv_obj_t *tb, int16_t i, int16_t j);
+static bool is_end_with(const char *str1, const char *str2);
+
+/**********************
+ *  STATIC VARIABLES
+ **********************/
+#if LV_FILE_EXPLORER_QUICK_ACCESS
+static lv_style_t quick_access_list_btn_style;
+#endif
+
+const lv_obj_class_t lv_file_explorer_class = {
+    .constructor_cb = lv_file_explorer_constructor,
+    .width_def = LV_SIZE_CONTENT,
+    .height_def = LV_SIZE_CONTENT,
+    .instance_size = sizeof(lv_file_explorer_t),
+    .base_class = &lv_obj_class};
+/**********************
+ *      MACROS
+ **********************/
+
+/**********************
+ *   GLOBAL FUNCTIONS
+ **********************/
+
+lv_obj_t *lv_file_explorer_create(lv_obj_t *parent)
+{
+    LV_LOG_INFO("begin");
+    lv_obj_t *obj = lv_obj_class_create_obj(MY_CLASS, parent);
+    lv_obj_class_init_obj(obj);
+    return obj;
+}
+
+/*=====================
+ * Setter functions
+ *====================*/
+#if LV_FILE_EXPLORER_QUICK_ACCESS
+void lv_file_explorer_set_quick_access_path(lv_obj_t *obj, lv_file_explorer_dir_t dir, const char *path)
+{
+    LV_ASSERT_OBJ(obj, MY_CLASS);
+
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    /*If path is unavailable */
+    if ((path == NULL) || (strlen(path) <= 0))
+        return;
+
+    char **dir_str = NULL;
+    switch (dir)
+    {
+    case LV_EXPLORER_HOME_DIR:
+        dir_str = &(explorer->home_dir);
+        break;
+    case LV_EXPLORER_MUSIC_DIR:
+        dir_str = &(explorer->music_dir);
+        break;
+    case LV_EXPLORER_PICTURES_DIR:
+        dir_str = &(explorer->pictures_dir);
+        break;
+    case LV_EXPLORER_VIDEO_DIR:
+        dir_str = &(explorer->video_dir);
+        break;
+    case LV_EXPLORER_DOCS_DIR:
+        dir_str = &(explorer->docs_dir);
+        break;
+    case LV_EXPLORER_FS_DIR:
+        dir_str = &(explorer->fs_dir);
+        break;
+
+    default:
+        return;
+        break;
+    }
+
+    /*Free the old text*/
+    if (*dir_str != NULL)
+    {
+        lv_free(*dir_str);
+        *dir_str = NULL;
+    }
+
+    /*Get the size of the text*/
+    size_t len = strlen(path) + 1;
+
+    /*Allocate space for the new text*/
+    *dir_str = lv_malloc(len);
+    LV_ASSERT_MALLOC(*dir_str);
+    if (*dir_str == NULL)
+        return;
+
+    strcpy(*dir_str, path);
+}
+
+#endif
+
+void lv_file_explorer_set_sort(lv_obj_t *obj, lv_file_explorer_sort_t sort)
+{
+    LV_ASSERT_OBJ(obj, MY_CLASS);
+
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    explorer->sort = sort;
+
+    file_explorer_sort(obj);
+}
+
+/*=====================
+ * Getter functions
+ *====================*/
+const char *lv_file_explorer_get_selected_file_name(const lv_obj_t *obj)
+{
+    LV_ASSERT_OBJ(obj, MY_CLASS);
+
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    return explorer->sel_fn;
+}
+
+const char *lv_file_explorer_get_current_path(const lv_obj_t *obj)
+{
+    LV_ASSERT_OBJ(obj, MY_CLASS);
+
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    return explorer->current_path;
+}
+
+lv_obj_t *lv_file_explorer_get_file_table(lv_obj_t *obj)
+{
+    LV_ASSERT_OBJ(obj, MY_CLASS);
+
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    return explorer->file_table;
+}
+
+lv_obj_t *lv_file_explorer_get_header(lv_obj_t *obj)
+{
+    LV_ASSERT_OBJ(obj, MY_CLASS);
+
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    return explorer->head_area;
+}
+
+lv_obj_t *lv_file_explorer_get_path_label(lv_obj_t *obj)
+{
+    LV_ASSERT_OBJ(obj, MY_CLASS);
+
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    return explorer->path_label;
+}
+
+#if LV_FILE_EXPLORER_QUICK_ACCESS
+lv_obj_t *lv_file_explorer_get_quick_access_area(lv_obj_t *obj)
+{
+    LV_ASSERT_OBJ(obj, MY_CLASS);
+
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    return explorer->quick_access_area;
+}
+
+lv_obj_t *lv_file_explorer_get_places_list(lv_obj_t *obj)
+{
+    LV_ASSERT_OBJ(obj, MY_CLASS);
+
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    return explorer->list_places;
+}
+
+lv_obj_t *lv_file_explorer_get_device_list(lv_obj_t *obj)
+{
+    LV_ASSERT_OBJ(obj, MY_CLASS);
+
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    return explorer->list_device;
+}
+
+#endif
+
+lv_file_explorer_sort_t lv_file_explorer_get_sort(const lv_obj_t *obj)
+{
+    LV_ASSERT_OBJ(obj, MY_CLASS);
+
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    return explorer->sort;
+}
+
+/*=====================
+ * Other functions
+ *====================*/
+void lv_file_explorer_open_dir(lv_obj_t *obj, const char *dir)
+{
+    LV_ASSERT_OBJ(obj, MY_CLASS);
+
+    show_dir(obj, dir);
+}
+
+/**********************
+ *   STATIC FUNCTIONS
+ **********************/
+static void lv_file_explorer_constructor(const lv_obj_class_t *class_p, lv_obj_t *obj)
+{
+    LV_UNUSED(class_p);
+    LV_TRACE_OBJ_CREATE("begin");
+
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+#if LV_FILE_EXPLORER_QUICK_ACCESS
+    explorer->home_dir = NULL;
+    explorer->video_dir = NULL;
+    explorer->pictures_dir = NULL;
+    explorer->music_dir = NULL;
+    explorer->docs_dir = NULL;
+    explorer->fs_dir = NULL;
+#endif
+
+    explorer->sort = LV_EXPLORER_SORT_NONE;
+
+    lv_memset_00(explorer->current_path, sizeof(explorer->current_path));
+
+    lv_obj_set_size(obj, LV_PCT(100), LV_PCT(100));
+    lv_obj_set_flex_flow(obj, LV_FLEX_FLOW_COLUMN);
+
+    explorer->cont = lv_obj_create(obj);
+    lv_obj_set_width(explorer->cont, LV_PCT(100));
+    lv_obj_set_flex_grow(explorer->cont, 1);
+
+#if LV_FILE_EXPLORER_QUICK_ACCESS
+    /*Quick access bar area on the left*/
+    explorer->quick_access_area = lv_obj_create(explorer->cont);
+    lv_obj_set_size(explorer->quick_access_area, LV_PCT(FILE_EXPLORER_QUICK_ACCESS_AREA_WIDTH), LV_PCT(100));
+    lv_obj_set_flex_flow(explorer->quick_access_area, LV_FLEX_FLOW_COLUMN);
+    lv_obj_add_event_cb(explorer->quick_access_area, quick_access_area_event_handler, LV_EVENT_ALL,
+                        explorer);
+#endif
+
+    /*File table area on the right*/
+    explorer->browser_area = lv_obj_create(explorer->cont);
+#if LV_FILE_EXPLORER_QUICK_ACCESS
+    lv_obj_set_size(explorer->browser_area, LV_PCT(FILE_EXPLORER_BROWSER_AREA_WIDTH), LV_PCT(100));
+#else
+    lv_obj_set_size(explorer->browser_area, LV_PCT(100), LV_PCT(100));
+#endif
+    lv_obj_set_flex_flow(explorer->browser_area, LV_FLEX_FLOW_COLUMN);
+
+    /*The area displayed above the file browse list(head)*/
+    explorer->head_area = lv_obj_create(explorer->browser_area);
+    lv_obj_set_size(explorer->head_area, LV_PCT(100), LV_PCT(14));
+    lv_obj_clear_flag(explorer->head_area, LV_OBJ_FLAG_SCROLLABLE);
+
+#if LV_FILE_EXPLORER_QUICK_ACCESS
+    /*Two lists of quick access bar*/
+    lv_obj_t *btn;
+    /*list 1*/
+    explorer->list_device = lv_list_create(explorer->quick_access_area);
+    lv_obj_set_size(explorer->list_device, LV_PCT(100), LV_SIZE_CONTENT);
+    lv_obj_set_style_bg_color(lv_list_add_text(explorer->list_device, "DEVICE"), lv_palette_main(LV_PALETTE_ORANGE), 0);
+
+    btn = lv_list_add_btn(explorer->list_device, NULL, LV_SYMBOL_DRIVE " File System");
+    lv_obj_add_event_cb(btn, quick_access_event_handler, LV_EVENT_CLICKED, obj);
+
+    /*list 2*/
+    explorer->list_places = lv_list_create(explorer->quick_access_area);
+    lv_obj_set_size(explorer->list_places, LV_PCT(100), LV_SIZE_CONTENT);
+    lv_obj_set_style_bg_color(lv_list_add_text(explorer->list_places, "PLACES"), lv_palette_main(LV_PALETTE_LIME), 0);
+
+    btn = lv_list_add_btn(explorer->list_places, NULL, LV_SYMBOL_HOME " HOME");
+    lv_obj_add_event_cb(btn, quick_access_event_handler, LV_EVENT_CLICKED, obj);
+    btn = lv_list_add_btn(explorer->list_places, NULL, LV_SYMBOL_VIDEO " Video");
+    lv_obj_add_event_cb(btn, quick_access_event_handler, LV_EVENT_CLICKED, obj);
+    btn = lv_list_add_btn(explorer->list_places, NULL, LV_SYMBOL_IMAGE " Pictures");
+    lv_obj_add_event_cb(btn, quick_access_event_handler, LV_EVENT_CLICKED, obj);
+    btn = lv_list_add_btn(explorer->list_places, NULL, LV_SYMBOL_AUDIO " Music");
+    lv_obj_add_event_cb(btn, quick_access_event_handler, LV_EVENT_CLICKED, obj);
+    btn = lv_list_add_btn(explorer->list_places, NULL, LV_SYMBOL_FILE "  Documents");
+    lv_obj_add_event_cb(btn, quick_access_event_handler, LV_EVENT_CLICKED, obj);
+#endif
+
+    /*Show current path*/
+    explorer->path_label = lv_label_create(explorer->head_area);
+    lv_label_set_text(explorer->path_label, LV_SYMBOL_EYE_OPEN "https://lvgl.io");
+    lv_obj_center(explorer->path_label);
+
+    /*Table showing the contents of the table of contents*/
+    explorer->file_table = lv_table_create(explorer->browser_area);
+    lv_obj_set_size(explorer->file_table, LV_PCT(100), LV_PCT(86));
+    lv_table_set_col_width(explorer->file_table, 0, LV_PCT(100));
+    lv_table_set_col_cnt(explorer->file_table, 1);
+    lv_obj_add_event_cb(explorer->file_table, browser_file_event_handler, LV_EVENT_ALL, obj);
+
+    /*only scroll up and down*/
+    lv_obj_set_scroll_dir(explorer->file_table, LV_DIR_TOP | LV_DIR_BOTTOM);
+
+    /*Initialize style*/
+    init_style(obj);
+
+    LV_TRACE_OBJ_CREATE("finished");
+}
+
+static void init_style(lv_obj_t *obj)
+{
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    /*lv_file_explorer obj style*/
+    lv_obj_set_style_radius(obj, 0, 0);
+    lv_obj_set_style_bg_color(obj, lv_color_hex(0xf2f1f6), 0);
+
+    /*main container style*/
+    lv_obj_set_style_radius(explorer->cont, 0, 0);
+    lv_obj_set_style_bg_opa(explorer->cont, LV_OPA_0, 0);
+    lv_obj_set_style_border_width(explorer->cont, 0, 0);
+    lv_obj_set_style_outline_width(explorer->cont, 0, 0);
+    lv_obj_set_style_pad_column(explorer->cont, 0, 0);
+    lv_obj_set_style_pad_row(explorer->cont, 0, 0);
+    lv_obj_set_style_flex_flow(explorer->cont, LV_FLEX_FLOW_ROW, 0);
+    lv_obj_set_style_pad_all(explorer->cont, 0, 0);
+    lv_obj_set_style_layout(explorer->cont, LV_LAYOUT_FLEX, 0);
+
+    /*head cont style*/
+    lv_obj_set_style_radius(explorer->head_area, 0, 0);
+    lv_obj_set_style_border_width(explorer->head_area, 0, 0);
+    lv_obj_set_style_pad_top(explorer->head_area, 0, 0);
+
+#if LV_FILE_EXPLORER_QUICK_ACCESS
+    /*Quick access bar container style*/
+    lv_obj_set_style_pad_all(explorer->quick_access_area, 0, 0);
+    lv_obj_set_style_pad_row(explorer->quick_access_area, 20, 0);
+    lv_obj_set_style_radius(explorer->quick_access_area, 0, 0);
+    lv_obj_set_style_border_width(explorer->quick_access_area, 1, 0);
+    lv_obj_set_style_outline_width(explorer->quick_access_area, 0, 0);
+    lv_obj_set_style_bg_color(explorer->quick_access_area, lv_color_hex(0xf2f1f6), 0);
+#endif
+
+    /*File browser container style*/
+    lv_obj_set_style_pad_all(explorer->browser_area, 0, 0);
+    lv_obj_set_style_pad_row(explorer->browser_area, 0, 0);
+    lv_obj_set_style_radius(explorer->browser_area, 0, 0);
+    lv_obj_set_style_border_width(explorer->browser_area, 0, 0);
+    lv_obj_set_style_outline_width(explorer->browser_area, 0, 0);
+    lv_obj_set_style_bg_color(explorer->browser_area, lv_color_hex(0xffffff), 0);
+
+    /*Style of the table in the browser container*/
+    lv_obj_set_style_bg_color(explorer->file_table, lv_color_hex(0xffffff), 0);
+    lv_obj_set_style_pad_all(explorer->file_table, 0, 0);
+    lv_obj_set_style_radius(explorer->file_table, 0, 0);
+    lv_obj_set_style_border_width(explorer->file_table, 0, 0);
+    lv_obj_set_style_outline_width(explorer->file_table, 0, 0);
+
+#if LV_FILE_EXPLORER_QUICK_ACCESS
+    /*Style of the list in the quick access bar*/
+    lv_obj_set_style_border_width(explorer->list_device, 0, 0);
+    lv_obj_set_style_outline_width(explorer->list_device, 0, 0);
+    lv_obj_set_style_radius(explorer->list_device, 0, 0);
+    lv_obj_set_style_pad_all(explorer->list_device, 0, 0);
+
+    lv_obj_set_style_border_width(explorer->list_places, 0, 0);
+    lv_obj_set_style_outline_width(explorer->list_places, 0, 0);
+    lv_obj_set_style_radius(explorer->list_places, 0, 0);
+    lv_obj_set_style_pad_all(explorer->list_places, 0, 0);
+
+    /*Style of the quick access list btn in the quick access bar*/
+    lv_style_init(&quick_access_list_btn_style);
+    lv_style_set_border_width(&quick_access_list_btn_style, 0);
+    lv_style_set_bg_color(&quick_access_list_btn_style, lv_color_hex(0xf2f1f6));
+
+    uint32_t i, j;
+    for (i = 0; i < lv_obj_get_child_cnt(explorer->quick_access_area); i++)
+    {
+        lv_obj_t *child = lv_obj_get_child(explorer->quick_access_area, i);
+        if (lv_obj_check_type(child, &lv_list_class))
+        {
+            for (j = 0; j < lv_obj_get_child_cnt(child); j++)
+            {
+                lv_obj_t *list_child = lv_obj_get_child(child, j);
+                if (lv_obj_check_type(list_child, &lv_list_btn_class))
+                {
+                    lv_obj_add_style(list_child, &quick_access_list_btn_style, 0);
+                }
+            }
+        }
+    }
+#endif
+}
+
+#if LV_FILE_EXPLORER_QUICK_ACCESS
+static void quick_access_event_handler(lv_event_t *e)
+{
+    lv_event_code_t code = lv_event_get_code(e);
+    lv_obj_t *btn = lv_event_get_target(e);
+    lv_obj_t *obj = lv_event_get_user_data(e);
+
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    if (code == LV_EVENT_CLICKED)
+    {
+        char **path = NULL;
+        lv_obj_t *label = lv_obj_get_child(btn, -1);
+        char *label_text = lv_label_get_text(label);
+
+        if ((strcmp(label_text, LV_SYMBOL_HOME " HOME") == 0))
+        {
+            path = &(explorer->home_dir);
+        }
+        else if ((strcmp(label_text, LV_SYMBOL_VIDEO " Video") == 0))
+        {
+            path = &(explorer->video_dir);
+        }
+        else if ((strcmp(label_text, LV_SYMBOL_IMAGE " Pictures") == 0))
+        {
+            path = &(explorer->pictures_dir);
+        }
+        else if ((strcmp(label_text, LV_SYMBOL_AUDIO " Music") == 0))
+        {
+            path = &(explorer->music_dir);
+        }
+        else if ((strcmp(label_text, LV_SYMBOL_FILE "  Documents") == 0))
+        {
+            path = &(explorer->docs_dir);
+        }
+        else if ((strcmp(label_text, LV_SYMBOL_DRIVE " File System") == 0))
+        {
+            path = &(explorer->fs_dir);
+        }
+
+        if (path != NULL)
+            show_dir(obj, *path);
+    }
+}
+
+static void quick_access_area_event_handler(lv_event_t *e)
+{
+    lv_event_code_t code = lv_event_get_code(e);
+    lv_obj_t *area = lv_event_get_target(e);
+    lv_obj_t *obj = lv_event_get_user_data(e);
+
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    if (code == LV_EVENT_LAYOUT_CHANGED)
+    {
+        if (lv_obj_has_flag(area, LV_OBJ_FLAG_HIDDEN))
+            lv_obj_set_size(explorer->browser_area, LV_PCT(100), LV_PCT(100));
+        else
+            lv_obj_set_size(explorer->browser_area, LV_PCT(FILE_EXPLORER_BROWSER_AREA_WIDTH), LV_PCT(100));
+    }
+}
+#endif
+
+static void browser_file_event_handler(lv_event_t *e)
+{
+    lv_event_code_t code = lv_event_get_code(e);
+    lv_obj_t *obj = lv_event_get_user_data(e);
+
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    if (code == LV_EVENT_VALUE_CHANGED)
+    {
+        char file_name[LV_FILE_EXPLORER_PATH_MAX_LEN];
+        const char *str_fn = NULL;
+        uint16_t row;
+        uint16_t col;
+
+        lv_memset_00(file_name, sizeof(file_name));
+        lv_table_get_selected_cell(explorer->file_table, &row, &col);
+        str_fn = lv_table_get_cell_value(explorer->file_table, row, col);
+
+        str_fn = str_fn + 5;
+        if ((strcmp(str_fn, ".") == 0))
+            return;
+
+        if ((strcmp(str_fn, "..") == 0) && (strlen(explorer->current_path) > 3))
+        {
+            strip_ext(explorer->current_path);
+            /*Remove the last '/' character*/
+            strip_ext(explorer->current_path);
+            lv_snprintf((char *)file_name, sizeof(file_name), "%s", explorer->current_path);
+        }
+        else
+        {
+            if (strcmp(str_fn, "..") != 0)
+            {
+                lv_snprintf((char *)file_name, sizeof(file_name), "%s%s", explorer->current_path, str_fn);
+            }
+        }
+
+        lv_fs_dir_t dir;
+        if (lv_fs_dir_open(&dir, file_name) == LV_FS_RES_OK)
+        {
+            lv_fs_dir_close(&dir);
+            show_dir(obj, (char *)file_name);
+        }
+        else
+        {
+            if (strcmp(str_fn, "..") != 0)
+            {
+                explorer->sel_fn = str_fn;
+                lv_event_send(obj, LV_EVENT_VALUE_CHANGED, NULL);
+            }
+        }
+    }
+    else if (code == LV_EVENT_SIZE_CHANGED)
+    {
+        lv_table_set_col_width(explorer->file_table, 0, lv_obj_get_width(explorer->file_table));
+    }
+    else if ((code == LV_EVENT_CLICKED) || (code == LV_EVENT_RELEASED))
+    {
+        lv_event_send(obj, LV_EVENT_CLICKED, NULL);
+    }
+}
+
+static void show_dir(lv_obj_t *obj, const char *path)
+{
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    char fn[LV_FILE_EXPLORER_PATH_MAX_LEN];
+    uint16_t index = 0;
+    lv_fs_dir_t dir;
+    lv_fs_res_t res;
+
+    res = lv_fs_dir_open(&dir, path);
+    if (res != LV_FS_RES_OK)
+    {
+        LV_LOG_USER("Open dir error %d!", res);
+        return;
+    }
+
+    lv_table_set_cell_value_fmt(explorer->file_table, index++, 0, LV_SYMBOL_DIRECTORY "  %s", ".");
+    lv_table_set_cell_value_fmt(explorer->file_table, index++, 0, LV_SYMBOL_DIRECTORY "  %s", "..");
+    lv_table_set_cell_value(explorer->file_table, 0, 1, "0");
+    lv_table_set_cell_value(explorer->file_table, 1, 1, "0");
+
+    while (1)
+    {
+        res = lv_fs_dir_read(&dir, fn);
+        if (res != LV_FS_RES_OK)
+        {
+            LV_LOG_USER("Driver, file or directory is not exists %d!", res);
+            break;
+        }
+
+        /*fn is empty, if not more files to read*/
+        if (strlen(fn) == 0)
+        {
+            LV_LOG_USER("Not more files to read!");
+            break;
+        }
+
+        if ((is_end_with(fn, ".png") == true) || (is_end_with(fn, ".PNG") == true) ||
+            (is_end_with(fn, ".jpg") == true) || (is_end_with(fn, ".JPG") == true) ||
+            (is_end_with(fn, ".bmp") == true) || (is_end_with(fn, ".BMP") == true) ||
+            (is_end_with(fn, ".gif") == true) || (is_end_with(fn, ".GIF") == true))
+        {
+            lv_table_set_cell_value_fmt(explorer->file_table, index, 0, LV_SYMBOL_IMAGE "  %s", fn);
+            lv_table_set_cell_value(explorer->file_table, index, 1, "1");
+        }
+        else if ((is_end_with(fn, ".mp3") == true) || (is_end_with(fn, ".MP3") == true))
+        {
+            lv_table_set_cell_value_fmt(explorer->file_table, index, 0, LV_SYMBOL_AUDIO "  %s", fn);
+            lv_table_set_cell_value(explorer->file_table, index, 1, "2");
+        }
+        else if ((is_end_with(fn, ".mp4") == true) || (is_end_with(fn, ".MP4") == true))
+        {
+            lv_table_set_cell_value_fmt(explorer->file_table, index, 0, LV_SYMBOL_VIDEO "  %s", fn);
+            lv_table_set_cell_value(explorer->file_table, index, 1, "3");
+        }
+        else if ((is_end_with(fn, ".avi") == true))
+        {
+            lv_table_set_cell_value_fmt(explorer->file_table, index, 0, LV_SYMBOL_VIDEO "  %s", fn);
+            lv_table_set_cell_value(explorer->file_table, index, 1, "4");
+        }
+        else if ((is_end_with(fn, ".") == true) || (is_end_with(fn, "..") == true))
+        {
+            /*is dir*/
+            continue;
+        }
+        else if (fn[0] == '/')
+        { /*is dir*/
+            lv_table_set_cell_value_fmt(explorer->file_table, index, 0, LV_SYMBOL_DIRECTORY "  %s", fn + 1);
+            lv_table_set_cell_value(explorer->file_table, index, 1, "0");
+        }
+        else
+        {
+            lv_table_set_cell_value_fmt(explorer->file_table, index, 0, LV_SYMBOL_FILE "  %s", fn);
+            lv_table_set_cell_value(explorer->file_table, index, 1, "4");
+        }
+
+        index++;
+    }
+
+    lv_fs_dir_close(&dir);
+
+    // DIR_CLOSE:
+    lv_table_set_row_cnt(explorer->file_table, index);
+    file_explorer_sort(obj);
+    lv_event_send(obj, LV_EVENT_READY, NULL);
+
+    /*Move the table to the top*/
+    lv_obj_scroll_to_y(explorer->file_table, 0, LV_ANIM_OFF);
+
+    lv_memset_00(explorer->current_path, sizeof(explorer->current_path));
+    strcpy(explorer->current_path, path);
+    lv_label_set_text_fmt(explorer->path_label, LV_SYMBOL_EYE_OPEN " %s", path);
+
+    size_t current_path_len = strlen(explorer->current_path);
+    if ((*((explorer->current_path) + current_path_len) != '/') && (current_path_len < LV_FILE_EXPLORER_PATH_MAX_LEN))
+    {
+        *((explorer->current_path) + current_path_len) = '/';
+    }
+}
+
+/*Remove the specified suffix*/
+static void strip_ext(char *dir)
+{
+    char *end = dir + strlen(dir);
+
+    while (end >= dir && *end != '/')
+    {
+        --end;
+    }
+
+    if (end > dir)
+    {
+        *end = '\0';
+    }
+    else if (end == dir)
+    {
+        *(end + 1) = '\0';
+    }
+}
+
+static void exch_table_item(lv_obj_t *tb, int16_t i, int16_t j)
+{
+    const char *tmp;
+    tmp = lv_table_get_cell_value(tb, i, 0);
+    lv_table_set_cell_value(tb, 0, 2, tmp);
+    lv_table_set_cell_value(tb, i, 0, lv_table_get_cell_value(tb, j, 0));
+    lv_table_set_cell_value(tb, j, 0, lv_table_get_cell_value(tb, 0, 2));
+
+    tmp = lv_table_get_cell_value(tb, i, 1);
+    lv_table_set_cell_value(tb, 0, 2, tmp);
+    lv_table_set_cell_value(tb, i, 1, lv_table_get_cell_value(tb, j, 1));
+    lv_table_set_cell_value(tb, j, 1, lv_table_get_cell_value(tb, 0, 2));
+}
+
+static void file_explorer_sort(lv_obj_t *obj)
+{
+    LV_ASSERT_OBJ(obj, MY_CLASS);
+
+    lv_file_explorer_t *explorer = (lv_file_explorer_t *)obj;
+
+    uint16_t sum = lv_table_get_row_cnt(explorer->file_table);
+
+    if (sum > 1)
+    {
+        switch (explorer->sort)
+        {
+        case LV_EXPLORER_SORT_NONE:
+            break;
+        case LV_EXPLORER_SORT_KIND:
+            sort_by_file_kind(explorer->file_table, 0, (sum - 1));
+            break;
+        default:
+            break;
+        }
+    }
+}
+
+/*Quick sort 3 way*/
+static void sort_by_file_kind(lv_obj_t *tb, int16_t lo, int16_t hi)
+{
+    if (lo >= hi)
+        return;
+
+    int16_t lt = lo;
+    int16_t i = lo + 1;
+    int16_t gt = hi;
+    const char *v = lv_table_get_cell_value(tb, lo, 1);
+    while (i <= gt)
+    {
+        if (strcmp(lv_table_get_cell_value(tb, i, 1), v) < 0)
+            exch_table_item(tb, lt++, i++);
+        else if (strcmp(lv_table_get_cell_value(tb, i, 1), v) > 0)
+            exch_table_item(tb, i, gt--);
+        else
+            i++;
+    }
+
+    sort_by_file_kind(tb, lo, lt - 1);
+    sort_by_file_kind(tb, gt + 1, hi);
+}
+
+static bool is_end_with(const char *str1, const char *str2)
+{
+    if (str1 == NULL || str2 == NULL)
+        return false;
+
+    uint16_t len1 = strlen(str1);
+    uint16_t len2 = strlen(str2);
+    if ((len1 < len2) || (len1 == 0 || len2 == 0))
+        return false;
+
+    while (len2 >= 1)
+    {
+        if (str2[len2 - 1] != str1[len1 - 1])
+            return false;
+
+        len2--;
+        len1--;
+    }
+
+    return true;
+}
+
+#endif /*LV_USE_FILE_EXPLORER*/

+ 190 - 0
projects/hmi-board-soem/board/lvgl/demo/file_explorer/lv_file_explorer.h

@@ -0,0 +1,190 @@
+/**
+ * @file lv_file_explorer.h
+ *
+ */
+
+#ifndef LV_FILE_EXPLORER_H
+#define LV_FILE_EXPLORER_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*********************
+ *      INCLUDES
+ *********************/
+#include "../../../lvgl.h"
+
+#if LV_USE_FILE_EXPLORER != 0
+
+/*********************
+ *      DEFINES
+ *********************/
+
+/**********************
+ *      TYPEDEFS
+ **********************/
+
+typedef enum {
+    LV_EXPLORER_SORT_NONE,
+    LV_EXPLORER_SORT_KIND,
+} lv_file_explorer_sort_t;
+
+#if LV_FILE_EXPLORER_QUICK_ACCESS
+typedef enum {
+    LV_EXPLORER_HOME_DIR,
+    LV_EXPLORER_MUSIC_DIR,
+    LV_EXPLORER_PICTURES_DIR,
+    LV_EXPLORER_VIDEO_DIR,
+    LV_EXPLORER_DOCS_DIR,
+    LV_EXPLORER_FS_DIR,
+} lv_file_explorer_dir_t;
+#endif
+
+/*Data of canvas*/
+typedef struct {
+    lv_obj_t obj;
+    lv_obj_t * cont;
+    lv_obj_t * head_area;
+    lv_obj_t * browser_area;
+    lv_obj_t * file_table;
+    lv_obj_t * path_label;
+#if LV_FILE_EXPLORER_QUICK_ACCESS
+    lv_obj_t * quick_access_area;
+    lv_obj_t * list_device;
+    lv_obj_t * list_places;
+    char * home_dir;
+    char * music_dir;
+    char * pictures_dir;
+    char * video_dir;
+    char * docs_dir;
+    char * fs_dir;
+#endif
+    const char * sel_fn;
+    char   current_path[LV_FILE_EXPLORER_PATH_MAX_LEN];
+    lv_file_explorer_sort_t sort;
+} lv_file_explorer_t;
+
+extern const lv_obj_class_t lv_file_explorer_class;
+
+/***********************
+ * GLOBAL VARIABLES
+ ***********************/
+
+/**********************
+ * GLOBAL PROTOTYPES
+ **********************/
+lv_obj_t * lv_file_explorer_create(lv_obj_t * parent);
+
+/*=====================
+ * Setter functions
+ *====================*/
+
+#if LV_FILE_EXPLORER_QUICK_ACCESS
+/**
+ * Set file_explorer
+ * @param obj   pointer to a label object
+ * @param dir   the dir from 'lv_file_explorer_dir_t' enum.
+ */
+void lv_file_explorer_set_quick_access_path(lv_obj_t * obj, lv_file_explorer_dir_t dir, const char * path);
+#endif
+
+
+/**
+ * Set file_explorer sort
+ * @param obj   pointer to a file explorer object
+ * @param sort  the sort from 'lv_file_explorer_sort_t' enum.
+ */
+void lv_file_explorer_set_sort(lv_obj_t * obj, lv_file_explorer_sort_t sort);
+
+/*=====================
+ * Getter functions
+ *====================*/
+
+/**
+ * Get file explorer Selected file
+ * @param obj   pointer to a file explorer object
+ * @return      pointer to the file explorer selected file name
+ */
+const char * lv_file_explorer_get_selected_file_name(const lv_obj_t * obj);
+
+/**
+ * Get file explorer cur path
+ * @param obj   pointer to a file explorer object
+ * @return      pointer to the file explorer cur path
+ */
+const char * lv_file_explorer_get_current_path(const lv_obj_t * obj);
+
+/**
+ * Get file explorer head area obj
+ * @param obj   pointer to a file explorer object
+ * @return      pointer to the file explorer head area obj(lv_obj)
+ */
+lv_obj_t * lv_file_explorer_get_header(lv_obj_t * obj);
+
+/**
+ * Get file explorer head area obj
+ * @param obj   pointer to a file explorer object
+ * @return      pointer to the file explorer quick access area obj(lv_obj)
+ */
+lv_obj_t * lv_file_explorer_get_quick_access_area(lv_obj_t * obj);
+
+/**
+ * Get file explorer path obj(label)
+ * @param obj   pointer to a file explorer object
+ * @return      pointer to the file explorer path obj(lv_label)
+ */
+lv_obj_t * lv_file_explorer_get_path_label(lv_obj_t * obj);
+
+#if LV_FILE_EXPLORER_QUICK_ACCESS
+/**
+ * Get file explorer places list obj(lv_list)
+ * @param obj   pointer to a file explorer object
+ * @return      pointer to the file explorer places list obj(lv_list)
+ */
+lv_obj_t * lv_file_explorer_get_places_list(lv_obj_t * obj);
+
+/**
+ * Get file explorer device list obj(lv_list)
+ * @param obj   pointer to a file explorer object
+ * @return      pointer to the file explorer device list obj(lv_list)
+ */
+lv_obj_t * lv_file_explorer_get_device_list(lv_obj_t * obj);
+#endif
+
+/**
+ * Get file explorer file list obj(lv_table)
+ * @param obj   pointer to a file explorer object
+ * @return      pointer to the file explorer file table obj(lv_table)
+ */
+lv_obj_t * lv_file_explorer_get_file_table(lv_obj_t * obj);
+
+/**
+ * Set file_explorer sort
+ * @param obj   pointer to a file explorer object
+ * @return the current mode from 'lv_file_explorer_sort_t'
+ */
+lv_file_explorer_sort_t lv_file_explorer_get_sort(const lv_obj_t * obj);
+
+/*=====================
+ * Other functions
+ *====================*/
+
+/**
+ * Open a specified path
+ * @param obj   pointer to a file explorer object
+ * @param dir   pointer to the path
+ */
+void lv_file_explorer_open_dir(lv_obj_t * obj, const char * dir);
+
+/**********************
+ *      MACROS
+ **********************/
+
+#endif  /*LV_USE_FILE_EXPLORER*/
+
+#ifdef __cplusplus
+} /*extern "C"*/
+#endif
+
+#endif /*LV_FILE_EXPLORER_H*/

+ 28 - 0
projects/hmi-board-soem/board/lvgl/demo/lv_demo.c

@@ -0,0 +1,28 @@
+/*
+ * Copyright (c) 2006-2023, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author        Notes
+ * 2021-10-17     Meco Man      First version
+ * 2022-05-10     Meco Man      improve rt-thread initialization process
+ */
+#include "rtconfig.h"
+
+void lv_user_gui_init(void)
+{
+    /* display demo; you may replace with your LVGL application at here */
+#ifdef BSP_USING_LVGL_VIDEO_DEMO
+    extern void lv_video_gui_init(void);
+    lv_video_gui_init();
+#endif
+#ifdef BSP_USING_LVGL_MUSIC_DEMO
+    extern void lv_demo_music(void);
+    lv_demo_music();
+#endif
+#ifdef BSP_USING_LVGL_ETHERCAT_DEMO
+    extern void lv_ethercat_gui_init(void);
+    lv_ethercat_gui_init();
+#endif
+}

+ 17 - 0
projects/hmi-board-soem/board/lvgl/demo/video/SConscript

@@ -0,0 +1,17 @@
+from building import *
+import os
+
+cwd = GetCurrentDir()
+group = []
+src = Glob('*.c')
+CPPPATH = [cwd]
+
+list = os.listdir(cwd)
+for d in list:
+    path = os.path.join(cwd, d)
+    if os.path.isfile(os.path.join(path, 'SConscript')):
+        group = group + SConscript(os.path.join(d, 'SConscript'))
+
+group = group + DefineGroup('LVGL-demo', src, depend = ['BSP_USING_LVGL', 'BSP_USING_LVGL_VIDEO_DEMO'], CPPPATH = CPPPATH)
+
+Return('group')

+ 17 - 0
projects/hmi-board-soem/board/lvgl/demo/video/img/SConscript

@@ -0,0 +1,17 @@
+from building import *
+import os
+
+cwd = GetCurrentDir()
+group = []
+src = Glob('*.c')
+CPPPATH = [cwd]
+
+list = os.listdir(cwd)
+for d in list:
+    path = os.path.join(cwd, d)
+    if os.path.isfile(os.path.join(path, 'SConscript')):
+        group = group + SConscript(os.path.join(d, 'SConscript'))
+
+group = group + DefineGroup('LVGL-demo', src, depend = ['BSP_USING_LVGL', 'BSP_USING_LVGL_VIDEO_DEMO'], CPPPATH = CPPPATH)
+
+Return('group')

+ 294 - 0
projects/hmi-board-soem/board/lvgl/demo/video/img/file_icon.c

@@ -0,0 +1,294 @@
+#ifdef __has_include
+    #if __has_include("lvgl.h")
+        #ifndef LV_LVGL_H_INCLUDE_SIMPLE
+            #define LV_LVGL_H_INCLUDE_SIMPLE
+        #endif
+    #endif
+#endif
+
+#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
+    #include "lvgl.h"
+#else
+    #include "lvgl/lvgl.h"
+#endif
+
+
+#ifndef LV_ATTRIBUTE_MEM_ALIGN
+#define LV_ATTRIBUTE_MEM_ALIGN
+#endif
+
+#ifndef LV_ATTRIBUTE_IMG_FILE_ICON
+#define LV_ATTRIBUTE_IMG_FILE_ICON
+#endif
+
+const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_FILE_ICON uint8_t file_icon_map[] = {
+#if LV_COLOR_DEPTH == 1 || LV_COLOR_DEPTH == 8
+  /*Pixel format: Alpha 8 bit, Red: 3 bit, Green: 3 bit, Blue: 2 bit*/
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x02, 0xff, 0x23, 0xb7, 0x82, 0xb7, 0xb5, 0xb7, 0xbb, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0x9f,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x12, 0xdb, 0x72, 0xb7, 0xd9, 0xb7, 0xf8, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0x00, 0x00, 0x00, 0x00, 0xff, 0x04, 0xff, 0x36, 0xb7, 0xb5, 0xb7, 0xf1, 0xb7, 0xfa, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0x00, 0x00, 0x00, 0x00, 0xff, 0x12, 0xdb, 0x75, 0xb7, 0xdc, 0xb7, 0xf7, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0x00, 0x00, 0xff, 0x03, 0xff, 0x2e, 0xdb, 0xae, 0xb7, 0xf0, 0xb7, 0xf9, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0x00, 0x00, 0xff, 0x10, 0xff, 0x68, 0xb7, 0xd5, 0xb7, 0xf6, 0xb7, 0xfa, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0x92, 0xfe, 0x24, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x49, 0xfe, 0x92, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0xff, 0x01, 0xff, 0x23, 0xdb, 0xa2, 0xb7, 0xeb, 0xb7, 0xf9, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x24, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x49, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0xff, 0x04, 0xff, 0x43, 0xb7, 0xc5, 0xb7, 0xf4, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x49, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0xff, 0x0e, 0xff, 0x7a, 0xb7, 0xe1, 0xb7, 0xf8, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfe, 0x00, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0x6d, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0xb6, 0xfe, 0x24, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x49, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0xff, 0x22, 0xdb, 0xa7, 0xb7, 0xf0, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0x6d, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0xb7, 0xfe, 0xb6, 0xfe, 0x24, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x49, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0xff, 0x32, 0xdb, 0xc1, 0xb7, 0xf6, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfc, 0x6d, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0xb7, 0xfd, 0xb7, 0xfe, 0xb6, 0xfe, 0x24, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x49, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0xff, 0x3d, 0xb7, 0xd0, 0xb7, 0xf8, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfc, 0x6d, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb6, 0xfe, 0x24, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x49, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0xff, 0x46, 0xb7, 0xda, 0xb7, 0xfa, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfb, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfb, 0x6d, 0xfc, 0x00, 0xfd, 0x00, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb6, 0xfd, 0x24, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x6d, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0xff, 0x4b, 0xb7, 0xe2, 0xb7, 0xfa, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfb, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xf9, 0xb7, 0xf9, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfb, 0x6d, 0xfc, 0x00, 0xfd, 0x00, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb6, 0xfe, 0x24, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x92, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0xdb, 0x50, 0xb7, 0xe8, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfb, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xf9, 0xb7, 0xf9, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfb, 0x6d, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb6, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x49, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0xdb, 0x55, 0xb7, 0xec, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfb, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfb, 0x6d, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x25, 0xfe, 0x25, 0xfe, 0x25, 0xfe, 0x25, 0xfe, 0x25, 0xfe, 0x25, 0xfe, 0x25, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x24, 0xfe, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0xdb, 0x59, 0xb7, 0xef, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfc, 0x92, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0xdb, 0x5c, 0xb7, 0xf1, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0x6d, 0xfd, 0x24, 0xfe, 0x24, 0xfe, 0x24, 0xfe, 0x24, 0xfe, 0x24, 0xfe, 0x24, 0xfe, 0x24, 0xfe, 0x24, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbe,
+  0xdb, 0x5d, 0xb7, 0xf2, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xbd,
+  0xb7, 0x5e, 0xb7, 0xf2, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfd, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xbd,
+  0xdb, 0x5d, 0xb7, 0xf1, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0x92, 0xfc, 0x49, 0xfd, 0x49, 0xfd, 0x49, 0xfd, 0x49, 0xfd, 0x49, 0xfd, 0x49, 0xfd, 0x49, 0xfd, 0x49, 0xfd, 0x6d, 0xfd, 0xb6, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb6, 0xfe, 0x6e, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfd, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xbd,
+  0xdb, 0x5b, 0xb7, 0xee, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfb, 0xb7, 0xfc, 0x92, 0xfc, 0x00, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x24, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb6, 0xfd, 0x24, 0xfe, 0x00, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xbd,
+  0xdb, 0x53, 0xb7, 0xea, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0x25, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x6e, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x25, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfd, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xbd,
+  0xdb, 0x48, 0xb7, 0xe0, 0xb7, 0xfb, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0x00, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x6d, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x25, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfd, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xbd,
+  0xdb, 0x3d, 0xb7, 0xd3, 0xb7, 0xfb, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x6d, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0x25, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfd, 0x00, 0xfe, 0x00, 0xfc, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xbd,
+  0xff, 0x32, 0xb7, 0xc3, 0xb7, 0xfa, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x6d, 0xfe, 0xb7, 0xfd, 0x25, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xbc,
+  0xff, 0x29, 0xb7, 0xb4, 0xb7, 0xf8, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x6d, 0xfe, 0x92, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xbc,
+  0xff, 0x20, 0xb7, 0xa6, 0xb7, 0xf6, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x6d, 0xfe, 0x92, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfb, 0xb7, 0xbc,
+  0xff, 0x15, 0xdb, 0x93, 0xb7, 0xef, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x6d, 0xfe, 0xb7, 0xfd, 0x49, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfb, 0xb7, 0xbc,
+  0xff, 0x0b, 0xdb, 0x6e, 0xb7, 0xe0, 0xb7, 0xfc, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x6d, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0x49, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfb, 0xb7, 0xbb,
+  0xff, 0x04, 0xff, 0x43, 0xb7, 0xc7, 0xb7, 0xfa, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x6d, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x49, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xbb,
+  0xff, 0x01, 0xff, 0x25, 0xb7, 0xaa, 0xb7, 0xf5, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x49, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x6e, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x49, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xbb,
+  0x00, 0x00, 0xff, 0x14, 0xdb, 0x83, 0xb7, 0xe8, 0xb7, 0xfc, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0xb7, 0xfc, 0xb7, 0xfd, 0x92, 0xfd, 0x24, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x49, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x49, 0xfe, 0x00, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xbb,
+  0x00, 0x00, 0xff, 0x09, 0xff, 0x4f, 0xb7, 0xcb, 0xb7, 0xfa, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x92, 0xfe, 0x92, 0xfe, 0x92, 0xfe, 0x92, 0xfe, 0x92, 0xfe, 0x92, 0xfe, 0x92, 0xfe, 0x92, 0xfe, 0xb6, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb6, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfc, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xbb,
+  0x00, 0x00, 0xff, 0x01, 0xff, 0x23, 0xdb, 0xa0, 0xb7, 0xf1, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfb, 0xb7, 0xf9, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xbb,
+  0x00, 0x00, 0x00, 0x00, 0xff, 0x0e, 0xdb, 0x68, 0xb7, 0xda, 0xb7, 0xfa, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfe, 0x00, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfb, 0xb7, 0xf9, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xbb,
+  0x00, 0x00, 0x00, 0x00, 0xff, 0x03, 0xff, 0x2e, 0xb7, 0xac, 0xb7, 0xf3, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfb, 0xb7, 0xf9, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xbb,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x0f, 0xdb, 0x6c, 0xb7, 0xdb, 0xb7, 0xfb, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfb, 0xb7, 0xf9, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x03, 0xff, 0x31, 0xb7, 0xaf, 0xb7, 0xf5, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfb, 0xb7, 0xf9, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x10, 0xdb, 0x6d, 0xb7, 0xdc, 0xb7, 0xfb, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x24, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0x00, 0xfd, 0x24, 0xfa, 0xb7, 0xf9, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfb, 0xb7, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x02, 0xff, 0x28, 0xdb, 0xa0, 0xb7, 0xef, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0x92, 0xfe, 0x24, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfd, 0x00, 0xfd, 0x24, 0xfc, 0x92, 0xfa, 0xb7, 0xfa, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x09, 0xff, 0x4d, 0xb7, 0xc3, 0xb7, 0xf7, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x15, 0xdb, 0x73, 0xb7, 0xd8, 0xb7, 0xfa, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x02, 0xff, 0x23, 0xdb, 0x87, 0xb7, 0xe1, 0xb7, 0xfb, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x04, 0xff, 0x2a, 0xdb, 0x93, 0xb7, 0xe5, 0xb7, 0xfb, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x06, 0xff, 0x34, 0xdb, 0x9d, 0xb7, 0xea, 0xb7, 0xfc, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x09, 0xff, 0x3d, 0xb7, 0xa9, 0xb7, 0xed, 0xb7, 0xfc, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x0c, 0xff, 0x49, 0xb7, 0xb0, 0xb7, 0xee, 0xb7, 0xfc, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x0f, 0xff, 0x4e, 0xb7, 0xad, 0xb7, 0xea, 0xb7, 0xfb, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x01, 0xff, 0x0f, 0xff, 0x44, 0xb7, 0x9b, 0xb7, 0xdf, 0xb7, 0xf9, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x09, 0xff, 0x2e, 0xdb, 0x82, 0xb7, 0xd3, 0xb7, 0xf6, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x04, 0xff, 0x1f, 0xdb, 0x6c, 0xb7, 0xbf, 0xb7, 0xef, 0xb7, 0xfc, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x02, 0xff, 0x15, 0xff, 0x4e, 0xb7, 0xa3, 0xb7, 0xe2, 0xb7, 0xf9, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x01, 0xff, 0x0b, 0xff, 0x33, 0xdb, 0x7f, 0xb7, 0xc0, 0xb7, 0xe9, 0xb7, 0xfa, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x04, 0xff, 0x18, 0xff, 0x48, 0xdb, 0x8b, 0xb7, 0xc4, 0xb7, 0xec, 0xb7, 0xfa, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xf9, 0xb7, 0xba,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x07, 0xff, 0x1c, 0xff, 0x4c, 0xdb, 0x91, 0xb7, 0xc9, 0xb7, 0xed, 0xb7, 0xfb, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xf9, 0xb7, 0xf7, 0xb7, 0xf4, 0xb7, 0xb3,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x08, 0xff, 0x1c, 0xff, 0x4e, 0xdb, 0x93, 0xb7, 0xcb, 0xb7, 0xee, 0xb7, 0xfa, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfa, 0xb7, 0xf9, 0xb7, 0xf7, 0xb7, 0xf2, 0xb7, 0xea, 0xb7, 0xdd, 0xb7, 0x94,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x08, 0xff, 0x1b, 0xff, 0x4d, 0xdb, 0x91, 0xb7, 0xbc, 0xb7, 0xd7, 0xb7, 0xee, 0xb7, 0xf9, 0xb7, 0xfc, 0xb7, 0xfd, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfe, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfd, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xf8, 0xb7, 0xf4, 0xb7, 0xec, 0xb7, 0xdf, 0xb7, 0xca, 0xb7, 0xac, 0xb7, 0x8b, 0xdb, 0x4c,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x07, 0xff, 0x16, 0xff, 0x30, 0xdb, 0x56, 0xdb, 0x8a, 0xb7, 0xb1, 0xb7, 0xca, 0xb7, 0xe0, 0xb7, 0xf1, 0xb7, 0xf8, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfc, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfb, 0xb7, 0xfa, 0xb7, 0xfa, 0xb7, 0xf8, 0xb7, 0xf7, 0xb7, 0xf4, 0xb7, 0xf1, 0xb7, 0xea, 0xb7, 0xda, 0xb7, 0xc1, 0xb7, 0xa7, 0xb7, 0x8b, 0xdb, 0x68, 0xdb, 0x40, 0xff, 0x1f, 0xff, 0x0a,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x02, 0xff, 0x09, 0xff, 0x14, 0xff, 0x26, 0xff, 0x3e, 0xdb, 0x62, 0xdb, 0x89, 0xb7, 0xa3, 0xb7, 0xb3, 0xb7, 0xc1, 0xb7, 0xce, 0xb7, 0xdc, 0xb7, 0xe8, 0xb7, 0xf0, 0xb7, 0xf3, 0xb7, 0xf5, 0xb7, 0xf6, 0xb7, 0xf5, 0xb7, 0xf2, 0xb7, 0xec, 0xb7, 0xe0, 0xb7, 0xce, 0xb7, 0xbd, 0xb7, 0xad, 0xb7, 0x9e, 0xb7, 0x8b, 0xdb, 0x6e, 0xdb, 0x49, 0xff, 0x2c, 0xff, 0x1b, 0xff, 0x10, 0xff, 0x07, 0xff, 0x01, 0x00, 0x00,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x01, 0xff, 0x03, 0xff, 0x07, 0xff, 0x0d, 0xff, 0x14, 0xff, 0x1f, 0xff, 0x30, 0xff, 0x43, 0xdb, 0x57, 0xdb, 0x67, 0xdb, 0x73, 0xdb, 0x79, 0xb7, 0x7d, 0xb7, 0x80, 0xb7, 0x7f, 0xdb, 0x79, 0xdb, 0x6d, 0xdb, 0x59, 0xdb, 0x3f, 0xdb, 0x2a, 0xff, 0x1d, 0xff, 0x14, 0xff, 0x0d, 0xff, 0x09, 0xff, 0x04, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+#endif
+#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP == 0
+  /*Pixel format: Alpha 8 bit, Red: 5 bit, Green: 6 bit, Blue: 5 bit*/
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x02, 0xdf, 0xff, 0x23, 0x96, 0xb5, 0x82, 0x76, 0xb5, 0xb5, 0x96, 0xb5, 0xbb, 0x96, 0xb5, 0xbd, 0x96, 0xb5, 0xbd, 0x96, 0xb5, 0xbd, 0x96, 0xb5, 0xbd, 0x96, 0xb5, 0xbd, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0xbe, 0x96, 0xb5, 0x9f,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x12, 0x59, 0xce, 0x72, 0x96, 0xb5, 0xd9, 0x96, 0xb5, 0xf8, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x04, 0x9e, 0xf7, 0x36, 0x96, 0xb5, 0xb5, 0x96, 0xb5, 0xf1, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x12, 0x79, 0xce, 0x75, 0x96, 0xb5, 0xdc, 0x96, 0xb5, 0xf7, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0xdf, 0xff, 0x2e, 0x96, 0xb5, 0xae, 0x96, 0xb5, 0xf0, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0x00, 0x00, 0x00, 0xff, 0xff, 0x10, 0x1c, 0xe7, 0x68, 0x96, 0xb5, 0xd5, 0x96, 0xb5, 0xf6, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0xf0, 0x83, 0xfe, 0xe4, 0x20, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x41, 0x08, 0xfe, 0xa6, 0x31, 0xfe, 0xaf, 0x7b, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0xff, 0xff, 0x01, 0xff, 0xff, 0x23, 0x18, 0xc6, 0xa2, 0x96, 0xb5, 0xeb, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x04, 0x21, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xe8, 0x41, 0xfe, 0x75, 0xad, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0xff, 0xff, 0x04, 0xbf, 0xff, 0x43, 0x76, 0xb5, 0xc5, 0x76, 0xb5, 0xf4, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x62, 0x10, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xe7, 0x39, 0xfe, 0x75, 0xad, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0xff, 0xff, 0x0e, 0x1c, 0xe7, 0x7a, 0x96, 0xb5, 0xe1, 0x96, 0xb5, 0xf8, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0xcb, 0x5a, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x14, 0xa5, 0xfe, 0xe4, 0x20, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xe7, 0x39, 0xfe, 0x75, 0xad, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0xff, 0xff, 0x22, 0x59, 0xce, 0xa7, 0x96, 0xb5, 0xf0, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0xcb, 0x5a, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfe, 0x14, 0xa5, 0xfe, 0xe4, 0x20, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x28, 0x42, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0xff, 0xff, 0x32, 0xb6, 0xb5, 0xc1, 0x96, 0xb5, 0xf6, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0xcb, 0x5a, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x14, 0xa5, 0xfe, 0xe4, 0x20, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x6a, 0x52, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0xbe, 0xf7, 0x3d, 0x96, 0xb5, 0xd0, 0x96, 0xb5, 0xf8, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0xcb, 0x5a, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x14, 0xa5, 0xfe, 0xe4, 0x20, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x6a, 0x52, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0x1c, 0xe7, 0x46, 0x96, 0xb5, 0xda, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0xcb, 0x5a, 0xfc, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0xf3, 0x9c, 0xfd, 0x82, 0x10, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xab, 0x5a, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0xfb, 0xde, 0x4b, 0x96, 0xb5, 0xe2, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0xcb, 0x5a, 0xfc, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0xb2, 0x94, 0xfe, 0x82, 0x10, 0xfe, 0x00, 0x00, 0xfe, 0x20, 0x00, 0xfe, 0x71, 0x8c, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0x7a, 0xd6, 0x50, 0x96, 0xb5, 0xe8, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0xcb, 0x5a, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0xb2, 0x94, 0xfe, 0x41, 0x08, 0xfe, 0x00, 0x00, 0xfe, 0xe7, 0x39, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0x38, 0xc6, 0x55, 0x96, 0xb5, 0xec, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0xcb, 0x5a, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x66, 0x31, 0xfe, 0x66, 0x31, 0xfe, 0x66, 0x31, 0xfe, 0x66, 0x31, 0xfe, 0x66, 0x31, 0xfe, 0x66, 0x31, 0xfe, 0x66, 0x31, 0xfe, 0x62, 0x10, 0xfe, 0x00, 0x00, 0xfe, 0x82, 0x10, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0xf8, 0xc5, 0x59, 0x96, 0xb5, 0xef, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0xf0, 0x83, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0xd7, 0xbd, 0x5c, 0x96, 0xb5, 0xf1, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0xab, 0x5a, 0xfd, 0xe4, 0x20, 0xfe, 0xc3, 0x18, 0xfe, 0xc3, 0x18, 0xfe, 0xc3, 0x18, 0xfe, 0xc3, 0x18, 0xfe, 0xc3, 0x18, 0xfe, 0xc3, 0x18, 0xfe, 0xc3, 0x18, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbe,
+  0xb6, 0xb5, 0x5d, 0x96, 0xb5, 0xf2, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xbd,
+  0x96, 0xb5, 0x5e, 0x96, 0xb5, 0xf2, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xbd,
+  0xb6, 0xb5, 0x5d, 0x96, 0xb5, 0xf1, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x10, 0x84, 0xfc, 0x6a, 0x52, 0xfd, 0x28, 0x42, 0xfd, 0x28, 0x42, 0xfd, 0x28, 0x42, 0xfd, 0x28, 0x42, 0xfd, 0x28, 0x42, 0xfd, 0x28, 0x42, 0xfd, 0x28, 0x42, 0xfd, 0x0c, 0x63, 0xfd, 0x14, 0xa5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x14, 0xa5, 0xfe, 0x8e, 0x73, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xbd,
+  0xd7, 0xbd, 0x5b, 0x96, 0xb5, 0xee, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0xaf, 0x7b, 0xfc, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x82, 0x10, 0xfd, 0x14, 0xa5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x14, 0xa5, 0xfd, 0xe4, 0x20, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xbd,
+  0xf7, 0xbd, 0x53, 0x96, 0xb5, 0xea, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x25, 0x29, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x2c, 0x63, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x55, 0xad, 0xfd, 0x04, 0x21, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xbd,
+  0x38, 0xc6, 0x48, 0x96, 0xb5, 0xe0, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xcb, 0x5a, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x55, 0xad, 0xfd, 0x65, 0x29, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xbd,
+  0x59, 0xce, 0x3d, 0x96, 0xb5, 0xd3, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xcb, 0x5a, 0xfe, 0x96, 0xb5, 0xfd, 0x55, 0xad, 0xfd, 0x65, 0x29, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xbd,
+  0xdb, 0xde, 0x32, 0x96, 0xb5, 0xc3, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xcb, 0x5a, 0xfe, 0x55, 0xad, 0xfd, 0x65, 0x29, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xbc,
+  0x5d, 0xef, 0x29, 0x96, 0xb5, 0xb4, 0x96, 0xb5, 0xf8, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xcb, 0x5a, 0xfe, 0x30, 0x84, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xbc,
+  0xdf, 0xff, 0x20, 0x96, 0xb5, 0xa6, 0x96, 0xb5, 0xf6, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xcb, 0x5a, 0xfe, 0x31, 0x8c, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xbc,
+  0xff, 0xff, 0x15, 0xb6, 0xb5, 0x93, 0x96, 0xb5, 0xef, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xcb, 0x5a, 0xfe, 0x96, 0xb5, 0xfd, 0x6a, 0x52, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xbc,
+  0xff, 0xff, 0x0b, 0x59, 0xce, 0x6e, 0x96, 0xb5, 0xe0, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xcb, 0x5a, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x6a, 0x52, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xbb,
+  0xff, 0xff, 0x04, 0xfc, 0xe6, 0x43, 0x96, 0xb5, 0xc7, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x20, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xcb, 0x5a, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x28, 0x42, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xbb,
+  0xff, 0xff, 0x01, 0xdf, 0xff, 0x25, 0x96, 0xb5, 0xaa, 0x96, 0xb5, 0xf5, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0xc7, 0x39, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x6d, 0x6b, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x75, 0xad, 0xfd, 0xe7, 0x39, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xbb,
+  0x00, 0x00, 0x00, 0xff, 0xff, 0x14, 0x18, 0xc6, 0x83, 0x96, 0xb5, 0xe8, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x51, 0x8c, 0xfd, 0xc3, 0x18, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x20, 0x00, 0xfe, 0xe7, 0x39, 0xfe, 0x55, 0xad, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x75, 0xad, 0xfd, 0xe7, 0x39, 0xfe, 0x41, 0x08, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xbb,
+  0x00, 0x00, 0x00, 0xff, 0xff, 0x09, 0xfb, 0xde, 0x4f, 0x96, 0xb5, 0xcb, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x75, 0xad, 0xfd, 0x51, 0x8c, 0xfe, 0x30, 0x84, 0xfe, 0x30, 0x84, 0xfe, 0x30, 0x84, 0xfe, 0x30, 0x84, 0xfe, 0x30, 0x84, 0xfe, 0x30, 0x84, 0xfe, 0x30, 0x84, 0xfe, 0xf3, 0x9c, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x75, 0xad, 0xfd, 0xb2, 0x94, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xbb,
+  0x00, 0x00, 0x00, 0xff, 0xff, 0x01, 0xdf, 0xff, 0x23, 0x96, 0xb5, 0xa0, 0x96, 0xb5, 0xf1, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xbb,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0e, 0x59, 0xce, 0x68, 0x96, 0xb5, 0xda, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xbb,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x9e, 0xf7, 0x2e, 0x76, 0xb5, 0xac, 0x96, 0xb5, 0xf3, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xbb,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0f, 0x59, 0xce, 0x6c, 0x76, 0xb5, 0xdb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x9e, 0xf7, 0x31, 0x76, 0xb5, 0xaf, 0x96, 0xb5, 0xf5, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x10, 0x59, 0xce, 0x6d, 0x96, 0xb5, 0xdc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0xe4, 0x20, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0xe3, 0x18, 0xfa, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x02, 0xdf, 0xff, 0x28, 0xb6, 0xb5, 0xa0, 0x96, 0xb5, 0xef, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0xf0, 0x83, 0xfe, 0xe4, 0x20, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0xe4, 0x20, 0xfc, 0xcf, 0x7b, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x09, 0x1c, 0xe7, 0x4d, 0x96, 0xb5, 0xc3, 0x96, 0xb5, 0xf7, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x15, 0x38, 0xc6, 0x73, 0x96, 0xb5, 0xd8, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x02, 0xdf, 0xff, 0x23, 0xf7, 0xbd, 0x87, 0x96, 0xb5, 0xe1, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x04, 0xbe, 0xf7, 0x2a, 0xd7, 0xbd, 0x93, 0x96, 0xb5, 0xe5, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x06, 0x7d, 0xef, 0x34, 0xb6, 0xb5, 0x9d, 0x96, 0xb5, 0xea, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x09, 0x5d, 0xef, 0x3d, 0x96, 0xb5, 0xa9, 0x96, 0xb5, 0xed, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0c, 0x1c, 0xe7, 0x49, 0x96, 0xb5, 0xb0, 0x96, 0xb5, 0xee, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0f, 0xdb, 0xde, 0x4e, 0x96, 0xb5, 0xad, 0x96, 0xb5, 0xea, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x01, 0xff, 0xff, 0x0f, 0xfb, 0xde, 0x44, 0x96, 0xb5, 0x9b, 0x96, 0xb5, 0xdf, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x09, 0x9e, 0xf7, 0x2e, 0xd7, 0xbd, 0x82, 0x96, 0xb5, 0xd3, 0x96, 0xb5, 0xf6, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x04, 0xdf, 0xff, 0x1f, 0x39, 0xce, 0x6c, 0x96, 0xb5, 0xbf, 0x96, 0xb5, 0xef, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x02, 0xff, 0xff, 0x15, 0xdb, 0xde, 0x4e, 0x96, 0xb5, 0xa3, 0x96, 0xb5, 0xe2, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x01, 0xff, 0xff, 0x0b, 0x7d, 0xef, 0x33, 0xd7, 0xbd, 0x7f, 0x96, 0xb5, 0xc0, 0x96, 0xb5, 0xe9, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x04, 0xff, 0xff, 0x18, 0xdb, 0xde, 0x48, 0xb7, 0xbd, 0x8b, 0x96, 0xb5, 0xc4, 0x96, 0xb5, 0xec, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xba,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x07, 0xdf, 0xff, 0x1c, 0xdb, 0xde, 0x4c, 0xb6, 0xb5, 0x91, 0x96, 0xb5, 0xc9, 0x96, 0xb5, 0xed, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xf7, 0x76, 0xb5, 0xf4, 0x96, 0xb5, 0xb3,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x08, 0xdf, 0xff, 0x1c, 0xdb, 0xde, 0x4e, 0xb6, 0xb5, 0x93, 0x96, 0xb5, 0xcb, 0x96, 0xb5, 0xee, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xf7, 0x96, 0xb5, 0xf2, 0x96, 0xb5, 0xea, 0x96, 0xb5, 0xdd, 0x76, 0xb5, 0x94,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x08, 0xdf, 0xff, 0x1b, 0xdb, 0xde, 0x4d, 0xb6, 0xb5, 0x91, 0x96, 0xb5, 0xbc, 0x96, 0xb5, 0xd7, 0x96, 0xb5, 0xee, 0x96, 0xb5, 0xf9, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfe, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfd, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xf8, 0x76, 0xb5, 0xf4, 0x96, 0xb5, 0xec, 0x96, 0xb5, 0xdf, 0x96, 0xb5, 0xca, 0x76, 0xb5, 0xac, 0x96, 0xb5, 0x8b, 0xb6, 0xb5, 0x4c,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x07, 0xff, 0xff, 0x16, 0x3d, 0xef, 0x30, 0x7a, 0xd6, 0x56, 0x96, 0xb5, 0x8a, 0x96, 0xb5, 0xb1, 0x96, 0xb5, 0xca, 0x96, 0xb5, 0xe0, 0x96, 0xb5, 0xf1, 0x96, 0xb5, 0xf8, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfc, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfb, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xfa, 0x96, 0xb5, 0xf8, 0x96, 0xb5, 0xf7, 0x76, 0xb5, 0xf4, 0x96, 0xb5, 0xf1, 0x96, 0xb5, 0xea, 0x96, 0xb5, 0xda, 0x96, 0xb5, 0xc1, 0x96, 0xb5, 0xa7, 0x96, 0xb5, 0x8b, 0xb6, 0xb5, 0x68, 0x79, 0xce, 0x40, 0x5d, 0xef, 0x1f, 0xff, 0xff, 0x0a,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x02, 0xff, 0xff, 0x09, 0xff, 0xff, 0x14, 0x7d, 0xef, 0x26, 0xdb, 0xde, 0x3e, 0x38, 0xc6, 0x62, 0xb6, 0xb5, 0x89, 0x96, 0xb5, 0xa3, 0x96, 0xb5, 0xb3, 0x96, 0xb5, 0xc1, 0x96, 0xb5, 0xce, 0x96, 0xb5, 0xdc, 0x96, 0xb5, 0xe8, 0x96, 0xb5, 0xf0, 0x96, 0xb5, 0xf3, 0x96, 0xb5, 0xf5, 0x96, 0xb5, 0xf6, 0x96, 0xb5, 0xf5, 0x96, 0xb5, 0xf2, 0x96, 0xb5, 0xec, 0x96, 0xb5, 0xe0, 0x96, 0xb5, 0xce, 0x96, 0xb5, 0xbd, 0x96, 0xb5, 0xad, 0x96, 0xb5, 0x9e, 0x96, 0xb5, 0x8b, 0xb6, 0xb5, 0x6e, 0x39, 0xce, 0x49, 0xdb, 0xde, 0x2c, 0x7e, 0xf7, 0x1b, 0xff, 0xff, 0x10, 0xff, 0xff, 0x07, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x01, 0xff, 0xff, 0x03, 0xff, 0xff, 0x07, 0xff, 0xff, 0x0d, 0xbe, 0xf7, 0x14, 0x5d, 0xef, 0x1f, 0xbb, 0xde, 0x30, 0x9a, 0xd6, 0x43, 0x18, 0xc6, 0x57, 0xf7, 0xbd, 0x67, 0xd7, 0xbd, 0x73, 0xd7, 0xbd, 0x79, 0x76, 0xb5, 0x7d, 0x96, 0xb5, 0x80, 0x76, 0xb5, 0x7f, 0xd7, 0xbd, 0x79, 0xd7, 0xbd, 0x6d, 0xd7, 0xbd, 0x59, 0x38, 0xc6, 0x3f, 0x9a, 0xd6, 0x2a, 0xfc, 0xe6, 0x1d, 0x5d, 0xef, 0x14, 0xff, 0xff, 0x0d, 0xff, 0xff, 0x09, 0xff, 0xff, 0x04, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+#endif
+#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP != 0
+  /*Pixel format: Alpha 8 bit, Red: 5 bit, Green: 6 bit, Blue: 5 bit  BUT the 2  color bytes are swapped*/
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x02, 0xff, 0xdf, 0x23, 0xb5, 0x96, 0x82, 0xb5, 0x76, 0xb5, 0xb5, 0x96, 0xbb, 0xb5, 0x96, 0xbd, 0xb5, 0x96, 0xbd, 0xb5, 0x96, 0xbd, 0xb5, 0x96, 0xbd, 0xb5, 0x96, 0xbd, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0xbe, 0xb5, 0x96, 0x9f,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x12, 0xce, 0x59, 0x72, 0xb5, 0x96, 0xd9, 0xb5, 0x96, 0xf8, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x04, 0xf7, 0x9e, 0x36, 0xb5, 0x96, 0xb5, 0xb5, 0x96, 0xf1, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x12, 0xce, 0x79, 0x75, 0xb5, 0x96, 0xdc, 0xb5, 0x96, 0xf7, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0xff, 0xdf, 0x2e, 0xb5, 0x96, 0xae, 0xb5, 0x96, 0xf0, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0x00, 0x00, 0x00, 0xff, 0xff, 0x10, 0xe7, 0x1c, 0x68, 0xb5, 0x96, 0xd5, 0xb5, 0x96, 0xf6, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0x83, 0xf0, 0xfe, 0x20, 0xe4, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x08, 0x41, 0xfe, 0x31, 0xa6, 0xfe, 0x7b, 0xaf, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0xff, 0xff, 0x01, 0xff, 0xff, 0x23, 0xc6, 0x18, 0xa2, 0xb5, 0x96, 0xeb, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x21, 0x04, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x41, 0xe8, 0xfe, 0xad, 0x75, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0xff, 0xff, 0x04, 0xff, 0xbf, 0x43, 0xb5, 0x76, 0xc5, 0xb5, 0x76, 0xf4, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x10, 0x62, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x39, 0xe7, 0xfe, 0xad, 0x75, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0xff, 0xff, 0x0e, 0xe7, 0x1c, 0x7a, 0xb5, 0x96, 0xe1, 0xb5, 0x96, 0xf8, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x5a, 0xcb, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xa5, 0x14, 0xfe, 0x20, 0xe4, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x39, 0xe7, 0xfe, 0xad, 0x75, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0xff, 0xff, 0x22, 0xce, 0x59, 0xa7, 0xb5, 0x96, 0xf0, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0x5a, 0xcb, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfe, 0xa5, 0x14, 0xfe, 0x20, 0xe4, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x42, 0x28, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0xff, 0xff, 0x32, 0xb5, 0xb6, 0xc1, 0xb5, 0x96, 0xf6, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0x5a, 0xcb, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xa5, 0x14, 0xfe, 0x20, 0xe4, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x52, 0x6a, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0xf7, 0xbe, 0x3d, 0xb5, 0x96, 0xd0, 0xb5, 0x96, 0xf8, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0x5a, 0xcb, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xa5, 0x14, 0xfe, 0x20, 0xe4, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x52, 0x6a, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0xe7, 0x1c, 0x46, 0xb5, 0x96, 0xda, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0x5a, 0xcb, 0xfc, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x9c, 0xf3, 0xfd, 0x10, 0x82, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x5a, 0xab, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0xde, 0xfb, 0x4b, 0xb5, 0x96, 0xe2, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0x5a, 0xcb, 0xfc, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x94, 0xb2, 0xfe, 0x10, 0x82, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x20, 0xfe, 0x8c, 0x71, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0xd6, 0x7a, 0x50, 0xb5, 0x96, 0xe8, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0x5a, 0xcb, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x94, 0xb2, 0xfe, 0x08, 0x41, 0xfe, 0x00, 0x00, 0xfe, 0x39, 0xe7, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0xc6, 0x38, 0x55, 0xb5, 0x96, 0xec, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0x5a, 0xcb, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x31, 0x66, 0xfe, 0x31, 0x66, 0xfe, 0x31, 0x66, 0xfe, 0x31, 0x66, 0xfe, 0x31, 0x66, 0xfe, 0x31, 0x66, 0xfe, 0x31, 0x66, 0xfe, 0x10, 0x62, 0xfe, 0x00, 0x00, 0xfe, 0x10, 0x82, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0xc5, 0xf8, 0x59, 0xb5, 0x96, 0xef, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0x83, 0xf0, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0xbd, 0xd7, 0x5c, 0xb5, 0x96, 0xf1, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0x5a, 0xab, 0xfd, 0x20, 0xe4, 0xfe, 0x18, 0xc3, 0xfe, 0x18, 0xc3, 0xfe, 0x18, 0xc3, 0xfe, 0x18, 0xc3, 0xfe, 0x18, 0xc3, 0xfe, 0x18, 0xc3, 0xfe, 0x18, 0xc3, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbe,
+  0xb5, 0xb6, 0x5d, 0xb5, 0x96, 0xf2, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xbd,
+  0xb5, 0x96, 0x5e, 0xb5, 0x96, 0xf2, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xbd,
+  0xb5, 0xb6, 0x5d, 0xb5, 0x96, 0xf1, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0x84, 0x10, 0xfc, 0x52, 0x6a, 0xfd, 0x42, 0x28, 0xfd, 0x42, 0x28, 0xfd, 0x42, 0x28, 0xfd, 0x42, 0x28, 0xfd, 0x42, 0x28, 0xfd, 0x42, 0x28, 0xfd, 0x42, 0x28, 0xfd, 0x63, 0x0c, 0xfd, 0xa5, 0x14, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xa5, 0x14, 0xfe, 0x73, 0x8e, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xbd,
+  0xbd, 0xd7, 0x5b, 0xb5, 0x96, 0xee, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0x7b, 0xaf, 0xfc, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x10, 0x82, 0xfd, 0xa5, 0x14, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xa5, 0x14, 0xfd, 0x20, 0xe4, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xbd,
+  0xbd, 0xf7, 0x53, 0xb5, 0x96, 0xea, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0x29, 0x25, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x63, 0x2c, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xad, 0x55, 0xfd, 0x21, 0x04, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xbd,
+  0xc6, 0x38, 0x48, 0xb5, 0x96, 0xe0, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x5a, 0xcb, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xad, 0x55, 0xfd, 0x29, 0x65, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xbd,
+  0xce, 0x59, 0x3d, 0xb5, 0x96, 0xd3, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x5a, 0xcb, 0xfe, 0xb5, 0x96, 0xfd, 0xad, 0x55, 0xfd, 0x29, 0x65, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xbd,
+  0xde, 0xdb, 0x32, 0xb5, 0x96, 0xc3, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x5a, 0xcb, 0xfe, 0xad, 0x55, 0xfd, 0x29, 0x65, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xbc,
+  0xef, 0x5d, 0x29, 0xb5, 0x96, 0xb4, 0xb5, 0x96, 0xf8, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x5a, 0xcb, 0xfe, 0x84, 0x30, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xbc,
+  0xff, 0xdf, 0x20, 0xb5, 0x96, 0xa6, 0xb5, 0x96, 0xf6, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x5a, 0xcb, 0xfe, 0x8c, 0x31, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xbc,
+  0xff, 0xff, 0x15, 0xb5, 0xb6, 0x93, 0xb5, 0x96, 0xef, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x5a, 0xcb, 0xfe, 0xb5, 0x96, 0xfd, 0x52, 0x6a, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xbc,
+  0xff, 0xff, 0x0b, 0xce, 0x59, 0x6e, 0xb5, 0x96, 0xe0, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x5a, 0xcb, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x52, 0x6a, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xbb,
+  0xff, 0xff, 0x04, 0xe6, 0xfc, 0x43, 0xb5, 0x96, 0xc7, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x20, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x5a, 0xcb, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x42, 0x28, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xbb,
+  0xff, 0xff, 0x01, 0xff, 0xdf, 0x25, 0xb5, 0x96, 0xaa, 0xb5, 0x96, 0xf5, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x39, 0xc7, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x6b, 0x6d, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xad, 0x75, 0xfd, 0x39, 0xe7, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xbb,
+  0x00, 0x00, 0x00, 0xff, 0xff, 0x14, 0xc6, 0x18, 0x83, 0xb5, 0x96, 0xe8, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0x8c, 0x51, 0xfd, 0x18, 0xc3, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x20, 0xfe, 0x39, 0xe7, 0xfe, 0xad, 0x55, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xad, 0x75, 0xfd, 0x39, 0xe7, 0xfe, 0x08, 0x41, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xbb,
+  0x00, 0x00, 0x00, 0xff, 0xff, 0x09, 0xde, 0xfb, 0x4f, 0xb5, 0x96, 0xcb, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xad, 0x75, 0xfd, 0x8c, 0x51, 0xfe, 0x84, 0x30, 0xfe, 0x84, 0x30, 0xfe, 0x84, 0x30, 0xfe, 0x84, 0x30, 0xfe, 0x84, 0x30, 0xfe, 0x84, 0x30, 0xfe, 0x84, 0x30, 0xfe, 0x9c, 0xf3, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xad, 0x75, 0xfd, 0x94, 0xb2, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfc, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xbb,
+  0x00, 0x00, 0x00, 0xff, 0xff, 0x01, 0xff, 0xdf, 0x23, 0xb5, 0x96, 0xa0, 0xb5, 0x96, 0xf1, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xbb,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0e, 0xce, 0x59, 0x68, 0xb5, 0x96, 0xda, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xbb,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0xf7, 0x9e, 0x2e, 0xb5, 0x76, 0xac, 0xb5, 0x96, 0xf3, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xbb,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0f, 0xce, 0x59, 0x6c, 0xb5, 0x76, 0xdb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0xf7, 0x9e, 0x31, 0xb5, 0x76, 0xaf, 0xb5, 0x96, 0xf5, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfb, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x10, 0xce, 0x59, 0x6d, 0xb5, 0x96, 0xdc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x20, 0xe4, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x18, 0xe3, 0xfa, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x02, 0xff, 0xdf, 0x28, 0xb5, 0xb6, 0xa0, 0xb5, 0x96, 0xef, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0x83, 0xf0, 0xfe, 0x20, 0xe4, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xfd, 0x00, 0x00, 0xfd, 0x20, 0xe4, 0xfc, 0x7b, 0xcf, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x09, 0xe7, 0x1c, 0x4d, 0xb5, 0x96, 0xc3, 0xb5, 0x96, 0xf7, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x15, 0xc6, 0x38, 0x73, 0xb5, 0x96, 0xd8, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x02, 0xff, 0xdf, 0x23, 0xbd, 0xf7, 0x87, 0xb5, 0x96, 0xe1, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x04, 0xf7, 0xbe, 0x2a, 0xbd, 0xd7, 0x93, 0xb5, 0x96, 0xe5, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x06, 0xef, 0x7d, 0x34, 0xb5, 0xb6, 0x9d, 0xb5, 0x96, 0xea, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x09, 0xef, 0x5d, 0x3d, 0xb5, 0x96, 0xa9, 0xb5, 0x96, 0xed, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0c, 0xe7, 0x1c, 0x49, 0xb5, 0x96, 0xb0, 0xb5, 0x96, 0xee, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0f, 0xde, 0xdb, 0x4e, 0xb5, 0x96, 0xad, 0xb5, 0x96, 0xea, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x01, 0xff, 0xff, 0x0f, 0xde, 0xfb, 0x44, 0xb5, 0x96, 0x9b, 0xb5, 0x96, 0xdf, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x09, 0xf7, 0x9e, 0x2e, 0xbd, 0xd7, 0x82, 0xb5, 0x96, 0xd3, 0xb5, 0x96, 0xf6, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x04, 0xff, 0xdf, 0x1f, 0xce, 0x39, 0x6c, 0xb5, 0x96, 0xbf, 0xb5, 0x96, 0xef, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x02, 0xff, 0xff, 0x15, 0xde, 0xdb, 0x4e, 0xb5, 0x96, 0xa3, 0xb5, 0x96, 0xe2, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x01, 0xff, 0xff, 0x0b, 0xef, 0x7d, 0x33, 0xbd, 0xd7, 0x7f, 0xb5, 0x96, 0xc0, 0xb5, 0x96, 0xe9, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x04, 0xff, 0xff, 0x18, 0xde, 0xdb, 0x48, 0xbd, 0xb7, 0x8b, 0xb5, 0x96, 0xc4, 0xb5, 0x96, 0xec, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xba,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x07, 0xff, 0xdf, 0x1c, 0xde, 0xdb, 0x4c, 0xb5, 0xb6, 0x91, 0xb5, 0x96, 0xc9, 0xb5, 0x96, 0xed, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xf7, 0xb5, 0x76, 0xf4, 0xb5, 0x96, 0xb3,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x08, 0xff, 0xdf, 0x1c, 0xde, 0xdb, 0x4e, 0xb5, 0xb6, 0x93, 0xb5, 0x96, 0xcb, 0xb5, 0x96, 0xee, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xf7, 0xb5, 0x96, 0xf2, 0xb5, 0x96, 0xea, 0xb5, 0x96, 0xdd, 0xb5, 0x76, 0x94,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x08, 0xff, 0xdf, 0x1b, 0xde, 0xdb, 0x4d, 0xb5, 0xb6, 0x91, 0xb5, 0x96, 0xbc, 0xb5, 0x96, 0xd7, 0xb5, 0x96, 0xee, 0xb5, 0x96, 0xf9, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfe, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfd, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xf8, 0xb5, 0x76, 0xf4, 0xb5, 0x96, 0xec, 0xb5, 0x96, 0xdf, 0xb5, 0x96, 0xca, 0xb5, 0x76, 0xac, 0xb5, 0x96, 0x8b, 0xb5, 0xb6, 0x4c,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x07, 0xff, 0xff, 0x16, 0xef, 0x3d, 0x30, 0xd6, 0x7a, 0x56, 0xb5, 0x96, 0x8a, 0xb5, 0x96, 0xb1, 0xb5, 0x96, 0xca, 0xb5, 0x96, 0xe0, 0xb5, 0x96, 0xf1, 0xb5, 0x96, 0xf8, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfc, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfb, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xfa, 0xb5, 0x96, 0xf8, 0xb5, 0x96, 0xf7, 0xb5, 0x76, 0xf4, 0xb5, 0x96, 0xf1, 0xb5, 0x96, 0xea, 0xb5, 0x96, 0xda, 0xb5, 0x96, 0xc1, 0xb5, 0x96, 0xa7, 0xb5, 0x96, 0x8b, 0xb5, 0xb6, 0x68, 0xce, 0x79, 0x40, 0xef, 0x5d, 0x1f, 0xff, 0xff, 0x0a,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x02, 0xff, 0xff, 0x09, 0xff, 0xff, 0x14, 0xef, 0x7d, 0x26, 0xde, 0xdb, 0x3e, 0xc6, 0x38, 0x62, 0xb5, 0xb6, 0x89, 0xb5, 0x96, 0xa3, 0xb5, 0x96, 0xb3, 0xb5, 0x96, 0xc1, 0xb5, 0x96, 0xce, 0xb5, 0x96, 0xdc, 0xb5, 0x96, 0xe8, 0xb5, 0x96, 0xf0, 0xb5, 0x96, 0xf3, 0xb5, 0x96, 0xf5, 0xb5, 0x96, 0xf6, 0xb5, 0x96, 0xf5, 0xb5, 0x96, 0xf2, 0xb5, 0x96, 0xec, 0xb5, 0x96, 0xe0, 0xb5, 0x96, 0xce, 0xb5, 0x96, 0xbd, 0xb5, 0x96, 0xad, 0xb5, 0x96, 0x9e, 0xb5, 0x96, 0x8b, 0xb5, 0xb6, 0x6e, 0xce, 0x39, 0x49, 0xde, 0xdb, 0x2c, 0xf7, 0x7e, 0x1b, 0xff, 0xff, 0x10, 0xff, 0xff, 0x07, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x01, 0xff, 0xff, 0x03, 0xff, 0xff, 0x07, 0xff, 0xff, 0x0d, 0xf7, 0xbe, 0x14, 0xef, 0x5d, 0x1f, 0xde, 0xbb, 0x30, 0xd6, 0x9a, 0x43, 0xc6, 0x18, 0x57, 0xbd, 0xf7, 0x67, 0xbd, 0xd7, 0x73, 0xbd, 0xd7, 0x79, 0xb5, 0x76, 0x7d, 0xb5, 0x96, 0x80, 0xb5, 0x76, 0x7f, 0xbd, 0xd7, 0x79, 0xbd, 0xd7, 0x6d, 0xbd, 0xd7, 0x59, 0xc6, 0x38, 0x3f, 0xd6, 0x9a, 0x2a, 0xe6, 0xfc, 0x1d, 0xef, 0x5d, 0x14, 0xff, 0xff, 0x0d, 0xff, 0xff, 0x09, 0xff, 0xff, 0x04, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+#endif
+#if LV_COLOR_DEPTH == 32
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x02, 0xf8, 0xf8, 0xf8, 0x23, 0xaf, 0xaf, 0xaf, 0x82, 0xad, 0xad, 0xad, 0xb5, 0xaf, 0xaf, 0xaf, 0xbb, 0xae, 0xae, 0xae, 0xbd, 0xae, 0xae, 0xae, 0xbd, 0xaf, 0xaf, 0xaf, 0xbd, 0xaf, 0xaf, 0xaf, 0xbd, 0xaf, 0xaf, 0xaf, 0xbd, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xae, 0xae, 0xae, 0xbe, 0xaf, 0xaf, 0xaf, 0x9f,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x12, 0xc9, 0xc9, 0xc9, 0x72, 0xae, 0xae, 0xae, 0xd9, 0xae, 0xae, 0xae, 0xf8, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x04, 0xf1, 0xf1, 0xf1, 0x36, 0xaf, 0xaf, 0xaf, 0xb5, 0xae, 0xae, 0xae, 0xf1, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x12, 0xcb, 0xcb, 0xcb, 0x75, 0xae, 0xae, 0xae, 0xdc, 0xae, 0xae, 0xae, 0xf7, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x03, 0xf9, 0xf9, 0xf9, 0x2e, 0xb1, 0xb1, 0xb1, 0xae, 0xae, 0xae, 0xae, 0xf0, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x10, 0xdf, 0xdf, 0xdf, 0x68, 0xae, 0xae, 0xae, 0xd5, 0xae, 0xae, 0xae, 0xf6, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0x7d, 0x7d, 0x7d, 0xfe, 0x1c, 0x1c, 0x1c, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x09, 0x09, 0x09, 0xfe, 0x32, 0x32, 0x32, 0xfe, 0x75, 0x75, 0x75, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0xff, 0xff, 0xff, 0x01, 0xff, 0xff, 0xff, 0x23, 0xc0, 0xc0, 0xc0, 0xa2, 0xae, 0xae, 0xae, 0xeb, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x1f, 0x1f, 0x1f, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x3d, 0x3d, 0x3d, 0xfe, 0xab, 0xab, 0xab, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0xff, 0xff, 0xff, 0x04, 0xf4, 0xf4, 0xf4, 0x43, 0xad, 0xad, 0xad, 0xc5, 0xad, 0xad, 0xad, 0xf4, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x0c, 0x0c, 0x0c, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x3a, 0x3a, 0x3a, 0xfe, 0xab, 0xab, 0xab, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0xff, 0xff, 0xff, 0x0e, 0xde, 0xde, 0xde, 0x7a, 0xaf, 0xaf, 0xaf, 0xe1, 0xae, 0xae, 0xae, 0xf8, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x57, 0x57, 0x57, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x9e, 0x9e, 0x9e, 0xfe, 0x1c, 0x1c, 0x1c, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x3a, 0x3a, 0x3a, 0xfe, 0xab, 0xab, 0xab, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0xff, 0xff, 0xff, 0x22, 0xc8, 0xc8, 0xc8, 0xa7, 0xae, 0xae, 0xae, 0xf0, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0x57, 0x57, 0x57, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x9e, 0x9e, 0x9e, 0xfe, 0x1c, 0x1c, 0x1c, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x42, 0x42, 0x42, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0xff, 0xff, 0xff, 0x32, 0xb2, 0xb2, 0xb2, 0xc1, 0xae, 0xae, 0xae, 0xf6, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0x57, 0x57, 0x57, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0x9e, 0x9e, 0x9e, 0xfe, 0x1c, 0x1c, 0x1c, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x4d, 0x4d, 0x4d, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0xf2, 0xf2, 0xf2, 0x3d, 0xae, 0xae, 0xae, 0xd0, 0xae, 0xae, 0xae, 0xf8, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0x57, 0x57, 0x57, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x9e, 0x9e, 0x9e, 0xfe, 0x1c, 0x1c, 0x1c, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x4d, 0x4d, 0x4d, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0xde, 0xde, 0xde, 0x46, 0xae, 0xae, 0xae, 0xda, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfb, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0x57, 0x57, 0x57, 0xfc, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x9b, 0x9b, 0x9b, 0xfd, 0x11, 0x11, 0x11, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x55, 0x55, 0x55, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0xda, 0xda, 0xda, 0x4b, 0xae, 0xae, 0xae, 0xe2, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfb, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0x57, 0x57, 0x57, 0xfc, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x93, 0x93, 0x93, 0xfe, 0x11, 0x11, 0x11, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x03, 0x03, 0x03, 0xfe, 0x8b, 0x8b, 0x8b, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0xcc, 0xcc, 0xcc, 0x50, 0xae, 0xae, 0xae, 0xe8, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfb, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0x57, 0x57, 0x57, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x93, 0x93, 0x93, 0xfe, 0x06, 0x06, 0x06, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x3a, 0x3a, 0x3a, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0xc3, 0xc3, 0xc3, 0x55, 0xae, 0xae, 0xae, 0xec, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfb, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0x57, 0x57, 0x57, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x2c, 0x2c, 0x2c, 0xfe, 0x2c, 0x2c, 0x2c, 0xfe, 0x2c, 0x2c, 0x2c, 0xfe, 0x2c, 0x2c, 0x2c, 0xfe, 0x2c, 0x2c, 0x2c, 0xfe, 0x2c, 0x2c, 0x2c, 0xfe, 0x2c, 0x2c, 0x2c, 0xfe, 0x0c, 0x0c, 0x0c, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x11, 0x11, 0x11, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0xbd, 0xbd, 0xbd, 0x59, 0xae, 0xae, 0xae, 0xef, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0x7d, 0x7d, 0x7d, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0xb7, 0xb7, 0xb7, 0x5c, 0xae, 0xae, 0xae, 0xf1, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0x55, 0x55, 0x55, 0xfd, 0x1c, 0x1c, 0x1c, 0xfe, 0x17, 0x17, 0x17, 0xfe, 0x17, 0x17, 0x17, 0xfe, 0x17, 0x17, 0x17, 0xfe, 0x17, 0x17, 0x17, 0xfe, 0x17, 0x17, 0x17, 0xfe, 0x17, 0x17, 0x17, 0xfe, 0x17, 0x17, 0x17, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xbe,
+  0xb2, 0xb2, 0xb2, 0x5d, 0xae, 0xae, 0xae, 0xf2, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xaf, 0xaf, 0xaf, 0xbd,
+  0xae, 0xae, 0xae, 0x5e, 0xae, 0xae, 0xae, 0xf2, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xaf, 0xaf, 0xaf, 0xbd,
+  0xb2, 0xb2, 0xb2, 0x5d, 0xae, 0xae, 0xae, 0xf1, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0x80, 0x80, 0x80, 0xfc, 0x4d, 0x4d, 0x4d, 0xfd, 0x42, 0x42, 0x42, 0xfd, 0x42, 0x42, 0x42, 0xfd, 0x42, 0x42, 0x42, 0xfd, 0x42, 0x42, 0x42, 0xfd, 0x42, 0x42, 0x42, 0xfd, 0x42, 0x42, 0x42, 0xfd, 0x42, 0x42, 0x42, 0xfd, 0x5f, 0x5f, 0x5f, 0xfd, 0x9e, 0x9e, 0x9e, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x9e, 0x9e, 0x9e, 0xfe, 0x6f, 0x6f, 0x6f, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xaf, 0xaf, 0xaf, 0xbd,
+  0xb6, 0xb6, 0xb6, 0x5b, 0xae, 0xae, 0xae, 0xee, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0x75, 0x75, 0x75, 0xfc, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x11, 0x11, 0x11, 0xfd, 0xa0, 0xa0, 0xa0, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x9e, 0x9e, 0x9e, 0xfd, 0x1c, 0x1c, 0x1c, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xaf, 0xaf, 0xaf, 0xbd,
+  0xbb, 0xbb, 0xbb, 0x53, 0xae, 0xae, 0xae, 0xea, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0x24, 0x24, 0x24, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x62, 0x62, 0x62, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xa6, 0xa6, 0xa6, 0xfd, 0x21, 0x21, 0x21, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xbd,
+  0xc3, 0xc3, 0xc3, 0x48, 0xae, 0xae, 0xae, 0xe0, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x57, 0x57, 0x57, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xa6, 0xa6, 0xa6, 0xfd, 0x2a, 0x2a, 0x2a, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xbd,
+  0xc9, 0xc9, 0xc9, 0x3d, 0xae, 0xae, 0xae, 0xd3, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x57, 0x57, 0x57, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xa6, 0xa6, 0xa6, 0xfd, 0x2a, 0x2a, 0x2a, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xbd,
+  0xd6, 0xd6, 0xd6, 0x32, 0xae, 0xae, 0xae, 0xc3, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x57, 0x57, 0x57, 0xfe, 0xa6, 0xa6, 0xa6, 0xfd, 0x2a, 0x2a, 0x2a, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xbc,
+  0xe6, 0xe6, 0xe6, 0x29, 0xae, 0xae, 0xae, 0xb4, 0xae, 0xae, 0xae, 0xf8, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x57, 0x57, 0x57, 0xfe, 0x82, 0x82, 0x82, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xbc,
+  0xf7, 0xf7, 0xf7, 0x20, 0xae, 0xae, 0xae, 0xa6, 0xae, 0xae, 0xae, 0xf6, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x57, 0x57, 0x57, 0xfe, 0x85, 0x85, 0x85, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xbc,
+  0xff, 0xff, 0xff, 0x15, 0xb3, 0xb3, 0xb3, 0x93, 0xae, 0xae, 0xae, 0xef, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x57, 0x57, 0x57, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0x4d, 0x4d, 0x4d, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xbc,
+  0xff, 0xff, 0xff, 0x0b, 0xc7, 0xc7, 0xc7, 0x6e, 0xae, 0xae, 0xae, 0xe0, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x57, 0x57, 0x57, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x4d, 0x4d, 0x4d, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xaf, 0xaf, 0xaf, 0xbb,
+  0xff, 0xff, 0xff, 0x04, 0xdd, 0xdd, 0xdd, 0x43, 0xae, 0xae, 0xae, 0xc7, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x03, 0x03, 0x03, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x57, 0x57, 0x57, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x42, 0x42, 0x42, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xaf, 0xaf, 0xaf, 0xbb,
+  0xff, 0xff, 0xff, 0x01, 0xf8, 0xf8, 0xf8, 0x25, 0xae, 0xae, 0xae, 0xaa, 0xae, 0xae, 0xae, 0xf5, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x37, 0x37, 0x37, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x6a, 0x6a, 0x6a, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xab, 0xab, 0xab, 0xfd, 0x3a, 0x3a, 0x3a, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xaf, 0xaf, 0xaf, 0xbb,
+  0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x14, 0xbf, 0xbf, 0xbf, 0x83, 0xae, 0xae, 0xae, 0xe8, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0x88, 0x88, 0x88, 0xfd, 0x17, 0x17, 0x17, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x03, 0x03, 0x03, 0xfe, 0x3a, 0x3a, 0x3a, 0xfe, 0xa9, 0xa9, 0xa9, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xab, 0xab, 0xab, 0xfd, 0x3a, 0x3a, 0x3a, 0xfe, 0x06, 0x06, 0x06, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xaf, 0xaf, 0xaf, 0xbb,
+  0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x09, 0xdb, 0xdb, 0xdb, 0x4f, 0xaf, 0xaf, 0xaf, 0xcb, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xab, 0xab, 0xab, 0xfd, 0x88, 0x88, 0x88, 0xfe, 0x82, 0x82, 0x82, 0xfe, 0x82, 0x82, 0x82, 0xfe, 0x82, 0x82, 0x82, 0xfe, 0x82, 0x82, 0x82, 0xfe, 0x82, 0x82, 0x82, 0xfe, 0x82, 0x82, 0x82, 0xfe, 0x82, 0x82, 0x82, 0xfe, 0x9b, 0x9b, 0x9b, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xab, 0xab, 0xab, 0xfd, 0x93, 0x93, 0x93, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfc, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xaf, 0xaf, 0xaf, 0xbb,
+  0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x01, 0xf8, 0xf8, 0xf8, 0x23, 0xb1, 0xb1, 0xb1, 0xa0, 0xae, 0xae, 0xae, 0xf1, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfb, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xaf, 0xaf, 0xaf, 0xbb,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x0e, 0xc9, 0xc9, 0xc9, 0x68, 0xae, 0xae, 0xae, 0xda, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfb, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xaf, 0xaf, 0xaf, 0xbb,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x03, 0xee, 0xee, 0xee, 0x2e, 0xad, 0xad, 0xad, 0xac, 0xae, 0xae, 0xae, 0xf3, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfb, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xaf, 0xaf, 0xaf, 0xbb,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x0f, 0xc9, 0xc9, 0xc9, 0x6c, 0xad, 0xad, 0xad, 0xdb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfb, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x03, 0xef, 0xef, 0xef, 0x31, 0xad, 0xad, 0xad, 0xaf, 0xae, 0xae, 0xae, 0xf5, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfb, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x10, 0xc9, 0xc9, 0xc9, 0x6d, 0xae, 0xae, 0xae, 0xdc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x1c, 0x1c, 0x1c, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x1a, 0x1a, 0x1a, 0xfa, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x02, 0xf9, 0xf9, 0xf9, 0x28, 0xb3, 0xb3, 0xb3, 0xa0, 0xae, 0xae, 0xae, 0xef, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0x7d, 0x7d, 0x7d, 0xfe, 0x1c, 0x1c, 0x1c, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfe, 0x01, 0x01, 0x01, 0xfd, 0x01, 0x01, 0x01, 0xfd, 0x1c, 0x1c, 0x1c, 0xfc, 0x77, 0x77, 0x77, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x09, 0xe1, 0xe1, 0xe1, 0x4d, 0xae, 0xae, 0xae, 0xc3, 0xae, 0xae, 0xae, 0xf7, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x15, 0xc3, 0xc3, 0xc3, 0x73, 0xae, 0xae, 0xae, 0xd8, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x02, 0xf8, 0xf8, 0xf8, 0x23, 0xbb, 0xbb, 0xbb, 0x87, 0xaf, 0xaf, 0xaf, 0xe1, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x04, 0xf3, 0xf3, 0xf3, 0x2a, 0xb6, 0xb6, 0xb6, 0x93, 0xae, 0xae, 0xae, 0xe5, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x06, 0xeb, 0xeb, 0xeb, 0x34, 0xb3, 0xb3, 0xb3, 0x9d, 0xae, 0xae, 0xae, 0xea, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x09, 0xe6, 0xe6, 0xe6, 0x3d, 0xaf, 0xaf, 0xaf, 0xa9, 0xae, 0xae, 0xae, 0xed, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x0c, 0xe0, 0xe0, 0xe0, 0x49, 0xae, 0xae, 0xae, 0xb0, 0xae, 0xae, 0xae, 0xee, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x0f, 0xd8, 0xd8, 0xd8, 0x4e, 0xae, 0xae, 0xae, 0xad, 0xae, 0xae, 0xae, 0xea, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x01, 0xff, 0xff, 0xff, 0x0f, 0xda, 0xda, 0xda, 0x44, 0xae, 0xae, 0xae, 0x9b, 0xae, 0xae, 0xae, 0xdf, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x09, 0xee, 0xee, 0xee, 0x2e, 0xb8, 0xb8, 0xb8, 0x82, 0xae, 0xae, 0xae, 0xd3, 0xae, 0xae, 0xae, 0xf6, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x04, 0xf7, 0xf7, 0xf7, 0x1f, 0xc4, 0xc4, 0xc4, 0x6c, 0xae, 0xae, 0xae, 0xbf, 0xae, 0xae, 0xae, 0xef, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x02, 0xff, 0xff, 0xff, 0x15, 0xd8, 0xd8, 0xd8, 0x4e, 0xaf, 0xaf, 0xaf, 0xa3, 0xae, 0xae, 0xae, 0xe2, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xbd,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x01, 0xff, 0xff, 0xff, 0x0b, 0xeb, 0xeb, 0xeb, 0x33, 0xb7, 0xb7, 0xb7, 0x7f, 0xae, 0xae, 0xae, 0xc0, 0xae, 0xae, 0xae, 0xe9, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xbc,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x04, 0xff, 0xff, 0xff, 0x18, 0xd8, 0xd8, 0xd8, 0x48, 0xb4, 0xb4, 0xb4, 0x8b, 0xae, 0xae, 0xae, 0xc4, 0xae, 0xae, 0xae, 0xec, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xba,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x07, 0xf6, 0xf6, 0xf6, 0x1c, 0xd7, 0xd7, 0xd7, 0x4c, 0xb3, 0xb3, 0xb3, 0x91, 0xae, 0xae, 0xae, 0xc9, 0xae, 0xae, 0xae, 0xed, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xf7, 0xad, 0xad, 0xad, 0xf4, 0xae, 0xae, 0xae, 0xb3,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x08, 0xf6, 0xf6, 0xf6, 0x1c, 0xd8, 0xd8, 0xd8, 0x4e, 0xb3, 0xb3, 0xb3, 0x93, 0xaf, 0xaf, 0xaf, 0xcb, 0xae, 0xae, 0xae, 0xee, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xf7, 0xae, 0xae, 0xae, 0xf2, 0xae, 0xae, 0xae, 0xea, 0xae, 0xae, 0xae, 0xdd, 0xac, 0xac, 0xac, 0x94,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x08, 0xf6, 0xf6, 0xf6, 0x1b, 0xd7, 0xd7, 0xd7, 0x4d, 0xb2, 0xb2, 0xb2, 0x91, 0xae, 0xae, 0xae, 0xbc, 0xae, 0xae, 0xae, 0xd7, 0xae, 0xae, 0xae, 0xee, 0xae, 0xae, 0xae, 0xf9, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfe, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfd, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xf8, 0xad, 0xad, 0xad, 0xf4, 0xae, 0xae, 0xae, 0xec, 0xae, 0xae, 0xae, 0xdf, 0xae, 0xae, 0xae, 0xca, 0xad, 0xad, 0xad, 0xac, 0xae, 0xae, 0xae, 0x8b, 0xb2, 0xb2, 0xb2, 0x4c,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0x16, 0xe4, 0xe4, 0xe4, 0x30, 0xcd, 0xcd, 0xcd, 0x56, 0xb1, 0xb1, 0xb1, 0x8a, 0xae, 0xae, 0xae, 0xb1, 0xae, 0xae, 0xae, 0xca, 0xae, 0xae, 0xae, 0xe0, 0xae, 0xae, 0xae, 0xf1, 0xae, 0xae, 0xae, 0xf8, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfc, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfb, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xfa, 0xae, 0xae, 0xae, 0xf8, 0xae, 0xae, 0xae, 0xf7, 0xad, 0xad, 0xad, 0xf4, 0xae, 0xae, 0xae, 0xf1, 0xae, 0xae, 0xae, 0xea, 0xae, 0xae, 0xae, 0xda, 0xae, 0xae, 0xae, 0xc1, 0xae, 0xae, 0xae, 0xa7, 0xae, 0xae, 0xae, 0x8b, 0xb3, 0xb3, 0xb3, 0x68, 0xcb, 0xcb, 0xcb, 0x40, 0xe6, 0xe6, 0xe6, 0x1f, 0xff, 0xff, 0xff, 0x0a,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x02, 0xff, 0xff, 0xff, 0x09, 0xff, 0xff, 0xff, 0x14, 0xeb, 0xeb, 0xeb, 0x26, 0xd6, 0xd6, 0xd6, 0x3e, 0xc3, 0xc3, 0xc3, 0x62, 0xb3, 0xb3, 0xb3, 0x89, 0xae, 0xae, 0xae, 0xa3, 0xae, 0xae, 0xae, 0xb3, 0xae, 0xae, 0xae, 0xc1, 0xaf, 0xaf, 0xaf, 0xce, 0xae, 0xae, 0xae, 0xdc, 0xae, 0xae, 0xae, 0xe8, 0xae, 0xae, 0xae, 0xf0, 0xae, 0xae, 0xae, 0xf3, 0xae, 0xae, 0xae, 0xf5, 0xae, 0xae, 0xae, 0xf6, 0xae, 0xae, 0xae, 0xf5, 0xae, 0xae, 0xae, 0xf2, 0xae, 0xae, 0xae, 0xec, 0xae, 0xae, 0xae, 0xe0, 0xaf, 0xaf, 0xaf, 0xce, 0xae, 0xae, 0xae, 0xbd, 0xae, 0xae, 0xae, 0xad, 0xae, 0xae, 0xae, 0x9e, 0xae, 0xae, 0xae, 0x8b, 0xb3, 0xb3, 0xb3, 0x6e, 0xc4, 0xc4, 0xc4, 0x49, 0xd6, 0xd6, 0xd6, 0x2c, 0xec, 0xec, 0xec, 0x1b, 0xff, 0xff, 0xff, 0x10, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x01, 0xff, 0xff, 0xff, 0x03, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0x0d, 0xf2, 0xf2, 0xf2, 0x14, 0xe6, 0xe6, 0xe6, 0x1f, 0xd5, 0xd5, 0xd5, 0x30, 0xd1, 0xd1, 0xd1, 0x43, 0xc1, 0xc1, 0xc1, 0x57, 0xba, 0xba, 0xba, 0x67, 0xb8, 0xb8, 0xb8, 0x73, 0xb9, 0xb9, 0xb9, 0x79, 0xad, 0xad, 0xad, 0x7d, 0xaf, 0xaf, 0xaf, 0x80, 0xad, 0xad, 0xad, 0x7f, 0xb7, 0xb7, 0xb7, 0x79, 0xb9, 0xb9, 0xb9, 0x6d, 0xb7, 0xb7, 0xb7, 0x59, 0xc2, 0xc2, 0xc2, 0x3f, 0xce, 0xce, 0xce, 0x2a, 0xdc, 0xdc, 0xdc, 0x1d, 0xe6, 0xe6, 0xe6, 0x14, 0xff, 0xff, 0xff, 0x0d, 0xff, 0xff, 0xff, 0x09, 0xff, 0xff, 0xff, 0x04, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+#endif
+};
+
+const lv_img_dsc_t file_icon = {
+  .header.cf = LV_IMG_CF_TRUE_COLOR_ALPHA,
+  .header.always_zero = 0,
+  .header.reserved = 0,
+  .header.w = 62,
+  .header.h = 62,
+  .data_size = 3844 * LV_IMG_PX_SIZE_ALPHA_BYTE,
+  .data = file_icon_map,
+};

+ 242 - 0
projects/hmi-board-soem/board/lvgl/demo/video/img/ui_img_audio_wave_1_png.c

@@ -0,0 +1,242 @@
+// SquareLine LVGL GENERATED FILE
+// EDITOR VERSION: SquareLine Studio 1.2.1
+// LVGL VERSION: 8.2.0
+// PROJECT: audio_mixer
+
+#include "lvgl.h"
+
+#ifndef LV_ATTRIBUTE_MEM_ALIGN
+    #define LV_ATTRIBUTE_MEM_ALIGN
+#endif
+
+// IMAGE DATA: assets\audio_wave_1.png
+const LV_ATTRIBUTE_MEM_ALIGN uint8_t ui_img_audio_wave_1_png_data[] = {
+    0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07,
+    0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x87, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07,
+    0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07,
+    0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07,
+    0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0x07,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x8D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x28, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xA8, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x17, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x26, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xCC, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1C, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0x8D, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0x17, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5D, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x5D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x28, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5D, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xB2, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x5D, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x07,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x58,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x26, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB9, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0xA8, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x9D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41,
+    0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0x1C, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x33,
+    0xFF, 0xFF, 0x49, 0xFF, 0xFF, 0x5D, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x5A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x8D, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x87, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x46,
+    0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xE6,
+    0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x48, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x48, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x9D, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5D, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x26, 0xFF, 0xFF, 0x5D, 0xFF, 0xFF, 0xA8, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x48, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0x48, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0A,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xA8, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x49, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0x49, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xB9, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0xB2, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x1B,
+    0xFF, 0xFF, 0x87, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0x26, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5A, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0x7B,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1C, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x5A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x48, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xA2, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xB2, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0x26, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xA8, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x49, 0xFF, 0xFF, 0x9D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xA2, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A,
+    0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0x5D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x9D, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x49, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x17, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xBB,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xB2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x87, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xCC, 0xFF, 0xFF, 0xCC, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0xB9, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0xB9, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0xB2,
+    0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0xA2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0x26, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x17, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x28, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x9D,
+    0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C,
+    0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x26, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xB2, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1C, 0xFF, 0xFF, 0xCC, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x17, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x49, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xA2, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x67,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0xCC, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0xB9, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0xB2, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xA8, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0x49, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xA8, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xA8, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x26, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xA2, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x26, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x63,
+    0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x17, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0x8D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0x9D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x28, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x5D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0xCC, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xB2, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xB9, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0xA2,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0x49, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0x49, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xA8, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x9D, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x26, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x17, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0x8D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0x5D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x26, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x5A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D,
+    0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xCC, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xB2, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0xB2, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0xB9, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xA8, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x8D, 0xFF, 0xFF, 0x49, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x17, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2A,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x5A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0xC2,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0x13,
+    0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0x8D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xCC, 0xFF, 0xFF, 0xCC, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xB2, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xCC, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0xB2, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0xA8, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x0A,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB2, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x0B,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x35,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xD4, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xCC, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0x49, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0xCC, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xB2, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x49, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x95,
+    0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xA2, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x28, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xB2, 0xFF, 0xFF, 0xB2, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x48, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x5A,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0xCC, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xB9, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB9, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x5D, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x9D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x25,
+    0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x48, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0x44,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x48, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xB9, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC6, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0x8D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x8D, 0xFF, 0xFF, 0x28, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3B, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1C, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80,
+    0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x8D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0xAC, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xBB, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x5D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0x28, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x49, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x4D, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x26, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0x44, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1C, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x5A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x55, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xA2, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xA2, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x22, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x35, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5D, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xCC, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x46, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1C, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0x1C, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0x0D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB2, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x1D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x5D, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5D, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1C, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x8D, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF7, 0xFF, 0xFF, 0x36, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5D, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF,
+    0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB9, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xEA, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6E, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xF2, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x16, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0x48, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x17, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x74, 0xFF, 0xFF, 0x63,
+    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0x38, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x23, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x85, 0xFF, 0xFF, 0x69, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x50, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x52, 0xFF, 0xFF, 0x72, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x13, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x87, 0xFF, 0xFF, 0x3D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x3E, 0xFF, 0xFF, 0x9A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1A, 0xFF, 0xFF, 0x7B, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5D,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xD7, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x1B, 0xFF, 0xFF, 0x08, 0xFF, 0xFF, 0x31, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x8D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x28, 0xFF, 0xFF, 0x9D, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x2A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x95, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xB9, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x09, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x91, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x1F, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0x8D, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x67, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0xFF, 0xFF, 0xA8, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x63, 0xFF, 0xFF, 0x25, 0xFF, 0xFF, 0x58, 0xFF, 0xFF, 0x04, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5F, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x06, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,
+    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E,
+    0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E,
+    0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E,
+    0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E,
+    0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0C, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x05, 0xFF, 0xFF, 0x0A, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E, 0xFF, 0xFF, 0x0E,
+};
+const lv_img_dsc_t ui_img_audio_wave_1_png = {
+    .header.always_zero = 0,
+    .header.w = 286,
+    .header.h = 49,
+    .data_size = sizeof(ui_img_audio_wave_1_png_data),
+    .header.cf = LV_IMG_CF_TRUE_COLOR_ALPHA,
+    .data = ui_img_audio_wave_1_png_data
+};
+

+ 154 - 0
projects/hmi-board-soem/board/lvgl/demo/video/img/ui_img_indicator_ver_png.c

@@ -0,0 +1,154 @@
+// SquareLine LVGL GENERATED FILE
+// EDITOR VERSION: SquareLine Studio 1.2.1
+// LVGL VERSION: 8.2.0
+// PROJECT: audio_mixer
+
+#include "lvgl.h"
+
+#ifndef LV_ATTRIBUTE_MEM_ALIGN
+    #define LV_ATTRIBUTE_MEM_ALIGN
+#endif
+
+// IMAGE DATA: assets\indicator_ver.png
+const LV_ATTRIBUTE_MEM_ALIGN uint8_t ui_img_indicator_ver_png_data[] = {
+    0x61, 0xF8, 0x00, 0x61, 0xF8, 0x56, 0x61, 0xF8, 0xD4, 0x61, 0xF8, 0xFC, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFC, 0x61, 0xF8, 0xD4, 0x61, 0xF8, 0x56, 0x61, 0xF8, 0x00, 0x61, 0xF8, 0x54, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0x56, 0x61, 0xF8, 0xD4, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF,
+    0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xD4, 0x61, 0xF8, 0xF9, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xFF, 0x61, 0xF8, 0xF9, 0x81, 0xF8, 0xD4, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF,
+    0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xD4, 0x81, 0xF8, 0x55, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0xFF, 0x81, 0xF8, 0x57, 0xA1, 0xF8, 0x00, 0xA1, 0xF8, 0x57, 0xA1, 0xF8, 0xD6, 0xA1, 0xF8, 0xFC, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF,
+    0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFF, 0xA1, 0xF8, 0xFD, 0xA1, 0xF8, 0xD6, 0xA1, 0xF8, 0x57, 0xA1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xC1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00,
+    0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0xE1, 0xF8, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x01, 0xF9, 0x00, 0x21, 0xF9, 0x00, 0x21, 0xF9, 0x56, 0x21, 0xF9, 0xD4, 0x21, 0xF9, 0xFC, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFF, 0x21, 0xF9, 0xFC, 0x21, 0xF9, 0xD4, 0x21, 0xF9, 0x56, 0x21, 0xF9, 0x00, 0x41, 0xF9, 0x54,
+    0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0xFF, 0x41, 0xF9, 0x56, 0x61, 0xF9, 0xD4, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xFF, 0x61, 0xF9, 0xD4, 0x81, 0xF9, 0xF9, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF,
+    0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xFF, 0x81, 0xF9, 0xF9, 0xA1, 0xF9, 0xD4, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xFF, 0xA1, 0xF9, 0xD4, 0xC1, 0xF9, 0x55, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF,
+    0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0xFF, 0xC1, 0xF9, 0x57, 0x01, 0xFA, 0x00, 0x01, 0xFA, 0x57, 0x01, 0xFA, 0xD6, 0x01, 0xFA, 0xFC, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFF, 0x01, 0xFA, 0xFD, 0x01, 0xFA, 0xD6, 0x01, 0xFA, 0x57, 0x01, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00,
+    0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x21, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x41, 0xFA, 0x00, 0x81, 0xFA, 0x00, 0x61, 0xFA, 0x00, 0x61, 0xFA, 0x00, 0x81, 0xFA, 0x00, 0x61, 0xFA, 0x00, 0x81, 0xFA, 0x00, 0x81, 0xFA, 0x00, 0x81, 0xFA, 0x00, 0x81, 0xFA, 0x00, 0x81, 0xFA, 0x00, 0x61, 0xFA, 0x00, 0x61, 0xFA, 0x00, 0x61, 0xFA, 0x00, 0x81, 0xFA, 0x00, 0x81, 0xFA, 0x00, 0x61, 0xFA, 0x00, 0x61, 0xFA, 0x00, 0x61, 0xFA, 0x00, 0x61, 0xFA, 0x00, 0x61, 0xFA, 0x00, 0x81, 0xFA, 0x00, 0x61, 0xFA, 0x00, 0x61, 0xFA, 0x00, 0x61, 0xFA, 0x00, 0x81, 0xFA, 0x00,
+    0x61, 0xFA, 0x00, 0x81, 0xFA, 0x00, 0x61, 0xFA, 0x00, 0x81, 0xFA, 0x00, 0xA1, 0xFA, 0x00, 0xA1, 0xFA, 0x56, 0xA1, 0xFA, 0xD4, 0xA1, 0xFA, 0xFC, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFF, 0xA1, 0xFA, 0xFC, 0xA1, 0xFA, 0xD4, 0xA1, 0xFA, 0x56, 0xA1, 0xFA, 0x00, 0xC1, 0xFA, 0x54, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0xFF, 0xC1, 0xFA, 0x56, 0x01, 0xFB, 0xD4, 0x01, 0xFB, 0xFF,
+    0xE1, 0xFA, 0xFF, 0xE1, 0xFA, 0xFF, 0xE1, 0xFA, 0xFF, 0x01, 0xFB, 0xFF, 0x01, 0xFB, 0xFF, 0x01, 0xFB, 0xFF, 0x01, 0xFB, 0xFF, 0xE1, 0xFA, 0xFF, 0x01, 0xFB, 0xFF, 0xE1, 0xFA, 0xFF, 0x01, 0xFB, 0xFF, 0xE1, 0xFA, 0xFF, 0x01, 0xFB, 0xFF, 0x01, 0xFB, 0xFF, 0x01, 0xFB, 0xFF, 0x01, 0xFB, 0xFF, 0x01, 0xFB, 0xFF, 0xE1, 0xFA, 0xFF, 0xE1, 0xFA, 0xFF, 0x01, 0xFB, 0xFF, 0x01, 0xFB, 0xFF, 0x01, 0xFB, 0xFF, 0x01, 0xFB, 0xFF, 0x01, 0xFB, 0xFF, 0xE1, 0xFA, 0xFF, 0xE1, 0xFA, 0xFF, 0x01, 0xFB, 0xD4, 0x21, 0xFB, 0xF9, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xFF, 0x21, 0xFB, 0xF9, 0x61, 0xFB, 0xD4, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x41, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF,
+    0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x41, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x41, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xFF, 0x61, 0xFB, 0xD4, 0x81, 0xFB, 0x55, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0xFF, 0x81, 0xFB, 0x57, 0xA1, 0xFB, 0x00, 0xA1, 0xFB, 0x57, 0xA1, 0xFB, 0xD6, 0xA1, 0xFB, 0xFC, 0xA1, 0xFB, 0xFF, 0xA1, 0xFB, 0xFF, 0xA1, 0xFB, 0xFF, 0xC1, 0xFB, 0xFF, 0xA1, 0xFB, 0xFF, 0xA1, 0xFB, 0xFF, 0xA1, 0xFB, 0xFF, 0xC1, 0xFB, 0xFF, 0xA1, 0xFB, 0xFF, 0xA1, 0xFB, 0xFF,
+    0xC1, 0xFB, 0xFF, 0xA1, 0xFB, 0xFF, 0xA1, 0xFB, 0xFF, 0xA1, 0xFB, 0xFF, 0xA1, 0xFB, 0xFF, 0xC1, 0xFB, 0xFF, 0xC1, 0xFB, 0xFF, 0xC1, 0xFB, 0xFF, 0xA1, 0xFB, 0xFF, 0xA1, 0xFB, 0xFF, 0xA1, 0xFB, 0xFF, 0xA1, 0xFB, 0xFD, 0xA1, 0xFB, 0xD6, 0xA1, 0xFB, 0x57, 0xA1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0xE1, 0xFB, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00,
+    0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x41, 0xFC, 0x00, 0x61, 0xFC, 0x00, 0x61, 0xFC, 0x56, 0x61, 0xFC, 0xD4, 0x61, 0xFC, 0xFC, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFF, 0x61, 0xFC, 0xFC,
+    0x61, 0xFC, 0xD4, 0x61, 0xFC, 0x56, 0x61, 0xFC, 0x00, 0xA1, 0xFC, 0x54, 0x81, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0x81, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0x81, 0xFC, 0xFF, 0x81, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0x81, 0xFC, 0xFF, 0x81, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0xFF, 0xA1, 0xFC, 0x56, 0xC1, 0xFC, 0xD4, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xFF, 0xC1, 0xFC, 0xD4, 0x01, 0xFD, 0xF9, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF,
+    0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xFF, 0x01, 0xFD, 0xF9, 0x21, 0xFD, 0xD4, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xFF, 0x21, 0xFD, 0xD4, 0x61, 0xFD, 0x55, 0x41, 0xFD, 0xFF, 0x41, 0xFD, 0xFF, 0x61, 0xFD, 0xFF, 0x41, 0xFD, 0xFF, 0x41, 0xFD, 0xFF, 0x41, 0xFD, 0xFF, 0x41, 0xFD, 0xFF, 0x61, 0xFD, 0xFF,
+    0x61, 0xFD, 0xFF, 0x41, 0xFD, 0xFF, 0x61, 0xFD, 0xFF, 0x61, 0xFD, 0xFF, 0x61, 0xFD, 0xFF, 0x61, 0xFD, 0xFF, 0x41, 0xFD, 0xFF, 0x41, 0xFD, 0xFF, 0x61, 0xFD, 0xFF, 0x41, 0xFD, 0xFF, 0x61, 0xFD, 0xFF, 0x41, 0xFD, 0xFF, 0x41, 0xFD, 0xFF, 0x61, 0xFD, 0xFF, 0x61, 0xFD, 0xFF, 0x61, 0xFD, 0xFF, 0x41, 0xFD, 0xFF, 0x61, 0xFD, 0xFF, 0x41, 0xFD, 0xFF, 0x61, 0xFD, 0x57, 0x81, 0xFD, 0x00, 0x81, 0xFD, 0x57, 0x81, 0xFD, 0xD6, 0x81, 0xFD, 0xFC, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFF, 0x81, 0xFD, 0xFD, 0x81, 0xFD, 0xD6, 0x81, 0xFD, 0x57, 0x81, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00,
+    0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xA1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xC1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xC1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xC1, 0xFD, 0x00, 0xC1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xC1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xC1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0xE1, 0xFD, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00,
+    0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x21, 0xFE, 0x00, 0x21, 0xFE, 0x56, 0x21, 0xFE, 0xD4, 0x21, 0xFE, 0xFC, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFF, 0x21, 0xFE, 0xFC, 0x21, 0xFE, 0xD4, 0x21, 0xFE, 0x56, 0x21, 0xFE, 0x00, 0x61, 0xFE, 0x54, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF, 0x61, 0xFE, 0xFF,
+    0x61, 0xFE, 0xFF, 0x61, 0xFE, 0x56, 0x81, 0xFE, 0xD4, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x81, 0xFE, 0xD4, 0xA1, 0xFE, 0xF9, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xFF, 0xA1, 0xFE, 0xF9, 0xC1, 0xFE, 0xD4, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF,
+    0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xFF, 0xC1, 0xFE, 0xD4, 0xE1, 0xFE, 0x55, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0xFF, 0xE1, 0xFE, 0x57, 0x01, 0xFF, 0x00, 0x01, 0xFF, 0x57, 0x01, 0xFF, 0xD6, 0x01, 0xFF, 0xFC, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF,
+    0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFF, 0x01, 0xFF, 0xFD, 0x01, 0xFF, 0xD6, 0x01, 0xFF, 0x57, 0x01, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x21, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00,
+    0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x41, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x81, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x81, 0xFF, 0x00, 0x81, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x81, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x81, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x61, 0xFF, 0x00, 0x81, 0xFF, 0x00, 0x81, 0xFF, 0x56, 0x81, 0xFF, 0xD4, 0x81, 0xFF, 0xFC, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF,
+    0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFC, 0x81, 0xFF, 0xD4, 0x81, 0xFF, 0x56, 0x81, 0xFF, 0x00, 0xA1, 0xFF, 0x54, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0xFF, 0xA1, 0xFF, 0x56, 0xC1, 0xFF, 0xD4, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF,
+    0xC1, 0xFF, 0xD4, 0xC1, 0xFF, 0xF9, 0xE1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xC1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xC1, 0xFF, 0xF9, 0xE1, 0xFF, 0xD4, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xD4, 0xE1, 0xFF, 0x55, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF,
+    0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0x57, 0xE1, 0xFF, 0x00, 0xE1, 0xFF, 0x57, 0xE1, 0xFF, 0xD6, 0xE1, 0xFF, 0xFC, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFF, 0xE1, 0xFF, 0xFD, 0xE1, 0xFF, 0xD6, 0xE1, 0xFF, 0x57, 0xE1, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE1, 0xFF, 0x00,
+    0xE1, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE1, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00,
+    0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x56, 0xE2, 0xFF, 0xD4, 0xE2, 0xFF, 0xFC, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFC, 0xE2, 0xFF, 0xD4, 0xE2, 0xFF, 0x56, 0xE2, 0xFF, 0x00, 0xE2, 0xFF, 0x54, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF,
+    0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0x56, 0xE2, 0xFF, 0xD4, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xD4, 0xE2, 0xFF, 0xF9, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xF9,
+    0xE2, 0xFF, 0xD4, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE2, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE2, 0xFF, 0xD4, 0xE3, 0xFF, 0x55, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0x57, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x57, 0xE3, 0xFF, 0xD6, 0xE3, 0xFF, 0xFC, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF,
+    0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xE3, 0xFF, 0xFD, 0xE3, 0xFF, 0xD6, 0xE3, 0xFF, 0x57, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00,
+    0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE4, 0xFF, 0x00, 0xE4, 0xFF, 0x00, 0xE4, 0xFF, 0x00, 0xE4, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE4, 0xFF, 0x00, 0xE4, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE4, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE4, 0xFF, 0x00, 0xE4, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE4, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE4, 0xFF, 0x00, 0xE4, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE4, 0xFF, 0x00, 0xE4, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE4, 0xFF, 0x00, 0xE3, 0xFF, 0x00, 0xE4, 0xFF, 0x00, 0xE4, 0xFF, 0x56, 0xE4, 0xFF, 0xD4, 0xE4, 0xFF, 0xFC, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF,
+    0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFC, 0xE4, 0xFF, 0xD4, 0xE4, 0xFF, 0x56, 0xE4, 0xFF, 0x00, 0xE4, 0xFF, 0x54, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0x56, 0xE4, 0xFF, 0xD4, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF,
+    0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xD4, 0xE4, 0xFF, 0xF9, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xFF, 0xE4, 0xFF, 0xF9, 0xE5, 0xFF, 0xD4, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xD4, 0xE5, 0xFF, 0x55,
+    0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0x57, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x57, 0xE5, 0xFF, 0xD6, 0xE5, 0xFF, 0xFC, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFF, 0xE5, 0xFF, 0xFD, 0xE5, 0xFF, 0xD6, 0xE5, 0xFF, 0x57, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00,
+    0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE5, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00,
+    0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x56, 0xE6, 0xFF, 0xD4, 0xE6, 0xFF, 0xFC, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFC, 0xE6, 0xFF, 0xD4, 0xE6, 0xFF, 0x56, 0xE6, 0xFF, 0x00, 0xE6, 0xFF, 0x54, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF,
+    0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0x56, 0xE6, 0xFF, 0xD4, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xFF, 0xE6, 0xFF, 0xD4, 0xE7, 0xFF, 0xF9, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF,
+    0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xF9, 0xE7, 0xFF, 0xD4, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xD4, 0xE7, 0xFF, 0x55, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0x57, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x57,
+    0xE7, 0xFF, 0xD6, 0xE7, 0xFF, 0xFC, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xE7, 0xFF, 0xFD, 0xE7, 0xFF, 0xD6, 0xE7, 0xFF, 0x57, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE7, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00,
+    0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x56, 0xE8, 0xFF, 0xD4, 0xE8, 0xFF, 0xFC, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF,
+    0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFC, 0xE8, 0xFF, 0xD4, 0xE8, 0xFF, 0x56, 0xE8, 0xFF, 0x00, 0xE8, 0xFF, 0x54, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0x56, 0xE8, 0xFF, 0xD4, 0xE9, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF,
+    0xE9, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xD4, 0xE9, 0xFF, 0xF9, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xF9, 0xE9, 0xFF, 0xD4, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF,
+    0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xD4, 0xE9, 0xFF, 0x55, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0x57, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x57, 0xE9, 0xFF, 0xD6, 0xE9, 0xFF, 0xFC, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFF, 0xE9, 0xFF, 0xFD, 0xE9, 0xFF, 0xD6, 0xE9, 0xFF, 0x57, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00,
+    0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xE9, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00,
+    0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xFF, 0x00, 0xEA, 0xF7, 0x00, 0xEA, 0xF7, 0x56, 0xEA, 0xF7, 0xD4, 0xEA, 0xF7, 0xFC, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFF, 0xEA, 0xF7, 0xFC, 0xEA, 0xF7, 0xD4, 0xEA, 0xF7, 0x56, 0xEA, 0xF7, 0x00, 0xEB, 0xEF, 0x54, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF,
+    0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0xFF, 0xEB, 0xEF, 0x56, 0xEB, 0xE7, 0xD4, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xFF, 0xEB, 0xE7, 0xD4, 0xEB, 0xDF, 0xF9, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF,
+    0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xFF, 0xEB, 0xDF, 0xF9, 0xEB, 0xD7, 0xD4, 0xEB, 0xD7, 0xFF, 0xEB, 0xD7, 0xFF, 0xEB, 0xD7, 0xFF, 0xEB, 0xD7, 0xFF, 0xEB, 0xD7, 0xFF, 0xEB, 0xD7, 0xFF, 0xEB, 0xD7, 0xFF, 0xEC, 0xD7, 0xFF, 0xEC, 0xD7, 0xFF, 0xEB, 0xD7, 0xFF, 0xEC, 0xD7, 0xFF, 0xEC, 0xD7, 0xFF, 0xEC, 0xD7, 0xFF, 0xEB, 0xD7, 0xFF, 0xEB, 0xD7, 0xFF, 0xEC, 0xD7, 0xFF, 0xEC, 0xD7, 0xFF, 0xEB, 0xD7, 0xFF, 0xEC, 0xD7, 0xFF, 0xEB, 0xD7, 0xFF, 0xEC, 0xD7, 0xFF, 0xEB, 0xD7, 0xFF, 0xEB, 0xD7, 0xFF, 0xEC, 0xD7, 0xFF, 0xEB, 0xD7, 0xFF, 0xEB, 0xD7, 0xFF, 0xEB, 0xD7, 0xFF, 0xEC, 0xD7, 0xD4, 0xEC, 0xCF, 0x55, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0xFF,
+    0xEC, 0xCF, 0xFF, 0xEC, 0xCF, 0x57, 0xEC, 0xC7, 0x00, 0xEC, 0xC7, 0x57, 0xEC, 0xC7, 0xD6, 0xEC, 0xC7, 0xFC, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFF, 0xEC, 0xC7, 0xFD, 0xEC, 0xC7, 0xD6, 0xEC, 0xC7, 0x57, 0xEC, 0xC7, 0x00, 0xEC, 0xBF, 0x00, 0xED, 0xBF, 0x00, 0xEC, 0xB7, 0x00, 0xEC, 0xB7, 0x00, 0xED, 0xBF, 0x00, 0xEC, 0xBF, 0x00, 0xEC, 0xBF, 0x00, 0xEC, 0xB7, 0x00, 0xEC, 0xB7, 0x00, 0xEC, 0xBF, 0x00, 0xED, 0xBF, 0x00, 0xEC, 0xB7, 0x00, 0xEC, 0xBF, 0x00, 0xEC, 0xBF, 0x00, 0xEC, 0xB7, 0x00, 0xEC, 0xB7, 0x00, 0xEC, 0xBF, 0x00, 0xEC, 0xB7, 0x00, 0xEC, 0xBF, 0x00, 0xEC, 0xBF, 0x00, 0xEC, 0xBF, 0x00, 0xEC, 0xBF, 0x00, 0xEC, 0xB7, 0x00, 0xEC, 0xBF, 0x00, 0xED, 0xBF, 0x00, 0xEC, 0xBF, 0x00, 0xEC, 0xBF, 0x00, 0xEC, 0xBF, 0x00, 0xEC, 0xB7, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00,
+    0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xAF, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0xA7, 0x00, 0xED, 0x9F, 0x00, 0xED, 0x9F, 0x56, 0xED, 0x9F, 0xD4, 0xED, 0x9F, 0xFC, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF,
+    0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFF, 0xED, 0x9F, 0xFC, 0xED, 0x9F, 0xD4, 0xED, 0x9F, 0x56, 0xED, 0x9F, 0x00, 0xED, 0x97, 0x54, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xED, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xED, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xED, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xED, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xEE, 0x97, 0xFF, 0xED, 0x97, 0xFF, 0xEE, 0x97, 0x56, 0xEE, 0x87, 0xD4, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF,
+    0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x87, 0xFF, 0xEE, 0x8F, 0xFF, 0xEE, 0x87, 0xD4, 0xEE, 0x7F, 0xF9, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xFF, 0xEE, 0x7F, 0xF9, 0xEE, 0x77, 0xD4, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF,
+    0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xFF, 0xEE, 0x77, 0xD4, 0xEE, 0x6F, 0x55, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0xFF, 0xEE, 0x6F, 0x57, 0xEF, 0x67, 0x00, 0xEF, 0x67, 0x57, 0xEF, 0x67, 0xD6, 0xEF, 0x67, 0xFC, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFF, 0xEF, 0x67, 0xFD, 0xEF, 0x67, 0xD6, 0xEF, 0x67, 0x57,
+    0xEF, 0x67, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x5F, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56,
+    0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56,
+    0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00,
+    0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x54, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x56, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xF9, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF,
+    0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xD4, 0xEF, 0x57, 0x55, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0xD6, 0xEF, 0x57, 0xFC, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFF, 0xEF, 0x57, 0xFD,
+    0xEF, 0x57, 0xD6, 0xEF, 0x57, 0x57, 0xEF, 0x57, 0x00,
+};
+const lv_img_dsc_t ui_img_indicator_ver_png = {
+    .header.always_zero = 0,
+    .header.w = 29,
+    .header.h = 287,
+    .data_size = sizeof(ui_img_indicator_ver_png_data),
+    .header.cf = LV_IMG_CF_TRUE_COLOR_ALPHA,
+    .data = ui_img_indicator_ver_png_data
+};
+

+ 43 - 0
projects/hmi-board-soem/board/lvgl/demo/video/img/ui_img_next_png.c

@@ -0,0 +1,43 @@
+// SquareLine LVGL GENERATED FILE
+// EDITOR VERSION: SquareLine Studio 1.2.1
+// LVGL VERSION: 8.3.3
+// PROJECT: SquareLine_Project
+
+#include "lvgl.h"
+
+#ifndef LV_ATTRIBUTE_MEM_ALIGN
+    #define LV_ATTRIBUTE_MEM_ALIGN
+#endif
+
+// IMAGE DATA: assets\next.png
+const LV_ATTRIBUTE_MEM_ALIGN uint8_t ui_img_next_png_data[] = {
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x31, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0x95, 0xBB, 0x14, 0xAA, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xAA, 0xBB, 0x14, 0x95, 0xBB, 0x14, 0x80, 0xDB, 0x14, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0x14, 0x19, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xCE, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC5,
+    0xBB, 0x14, 0x80, 0xDC, 0x14, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xE5, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xD7, 0xBB, 0x14, 0x9C, 0xBB, 0x14, 0x6E, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0x6E, 0xBB, 0x14, 0x9C, 0xBB, 0x14, 0xD2, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE5, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xAA, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xDC, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x2F, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xDC, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC2, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xDF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x68, 0xBA, 0x14, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBA, 0x14, 0x0C, 0xBB, 0x14, 0x68, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xEB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xEB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x2E, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x49, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xDF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xC2, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xAA, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80,
+    0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x49, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x9F, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x9F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x2E, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0x14, 0x19, 0xBB, 0x14, 0xE5, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xC8, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x68, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE5, 0xDC, 0x14, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xDC, 0xBA, 0x14, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x49, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x70, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0x72, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x4D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBA, 0x14, 0x0C, 0xBB, 0x14, 0xDC, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xC5, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x7C, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xDB, 0x14, 0x34, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x3E, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x88, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xCE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x2A, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xDB, 0x14, 0x2F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xB0, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xCD, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xD3, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x38, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xD2, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x1F, 0xBB, 0x14, 0xE4, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x91, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x9E, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFD, 0xBB, 0x14, 0x38,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xD7, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x95, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xAE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x54, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x55, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x75, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x9C, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x95, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xAA, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x97, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x89,
+    0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xB2, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x6E, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xAA, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBE, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xF0, 0xBB, 0x14, 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xAA, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x97, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x26, 0xBB, 0x14, 0x7D, 0xBB, 0x14, 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x6E, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xAA, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x95, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xAE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x9C, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x95, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF,
+    0xBB, 0x14, 0xD2, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xC6, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xD7, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x2A, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xDB, 0x14, 0x2F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x49, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x73, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0x74, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x4A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x38, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x31,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xC5, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x7C, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x44, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xCE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xDC, 0xBA, 0x14, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xB0, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE3, 0x5B, 0x14, 0x0D, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x0E, 0xBB, 0x14, 0xE5, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xB5, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0xBA, 0x14, 0x0C, 0xBB, 0x14, 0xDC, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0x14, 0x19, 0xBB, 0x14, 0xE5, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xE4, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xB1, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xB6, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xEB, 0xBB, 0x14, 0x26, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x68, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE5, 0xDC, 0x14, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x49, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x33, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x5D,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x2E, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xC2, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x6E, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x94, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xAA, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xEB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x2E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0xBB, 0x14, 0xA9, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xCB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x49, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xDF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xDF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x68, 0xBA, 0x14, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xDC, 0x14, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBA, 0x14, 0x0C, 0xBB, 0x14, 0x68, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xEB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xAA,
+    0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xDC, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x2F, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xDC, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC2, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xE5, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xD7, 0xBB, 0x14, 0xAE, 0xBB, 0x14, 0x97, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0x97, 0xBB, 0x14, 0xAE, 0xBB, 0x14, 0xD2, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE5, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0x14, 0x19, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xCE, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC5, 0xBB, 0x14, 0x80, 0xDC, 0x14, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x31, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0x95, 0xBB, 0x14, 0xAA, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xAA, 0xBB, 0x14, 0x95, 0xBB, 0x14, 0x80, 0xDB, 0x14, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+};
+const lv_img_dsc_t ui_img_next_png = {
+    .header.always_zero = 0,
+    .header.w = 35,
+    .header.h = 35,
+    .data_size = sizeof(ui_img_next_png_data),
+    .header.cf = LV_IMG_CF_TRUE_COLOR_ALPHA,
+    .data = ui_img_next_png_data
+};
+

+ 43 - 0
projects/hmi-board-soem/board/lvgl/demo/video/img/ui_img_pause_png.c

@@ -0,0 +1,43 @@
+// SquareLine LVGL GENERATED FILE
+// EDITOR VERSION: SquareLine Studio 1.2.1
+// LVGL VERSION: 8.3.3
+// PROJECT: SquareLine_Project
+
+#include "lvgl.h"
+
+#ifndef LV_ATTRIBUTE_MEM_ALIGN
+    #define LV_ATTRIBUTE_MEM_ALIGN
+#endif
+
+// IMAGE DATA: assets\pause.png
+const LV_ATTRIBUTE_MEM_ALIGN uint8_t ui_img_pause_png_data[] = {
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x1E, 0xBB, 0x14, 0x63, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xD4, 0xBB, 0x14, 0xEA, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xEA, 0xBB, 0x14, 0xD4, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0x63, 0x9B, 0x14, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x55, 0xBB, 0x14, 0xB3, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF,
+    0xBB, 0x14, 0xB3, 0xBB, 0x14, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x5C, 0xBB, 0x14, 0xC6, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xDC, 0xBB, 0x14, 0x97, 0xBB, 0x14, 0x51, 0xBB, 0x14, 0x2E, 0xDB, 0x14, 0x17, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x17, 0xBB, 0x14, 0x2E, 0xBB, 0x14, 0x51, 0xBB, 0x14, 0x97, 0xBB, 0x14, 0xDC, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC6, 0xBB, 0x14, 0x5C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x7F, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xCC, 0xBB, 0x14, 0x66, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x66, 0xBB, 0x14, 0xCC, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x7A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x7A, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x55, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x3B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x3B, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x55, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x24, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xC6,
+    0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x6D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x6D, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x55, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xCC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xCC, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xB3, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x66, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x66, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xB3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x0C, 0x22, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xE0, 0xBB, 0x14, 0xFF, 0xBB, 0x0C, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x71, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xA3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xA3, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x71, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF,
+    0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x55, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xD4, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x2E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x2E, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xD4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xEA, 0xBB, 0x14, 0xFF, 0xDB, 0x14, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x17, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xEA, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xEA, 0xBB, 0x14, 0xFF, 0xDB, 0x14, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x17, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xEA, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xD4, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x2E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x2E, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xD4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF,
+    0xBB, 0x14, 0x51, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x51, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x63, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x97, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x97, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x63,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x1E, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xDC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xDC, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xB3, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x66, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x66, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xB3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x55, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xCC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xCC, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xC6, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x7A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40,
+    0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x7A, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x5C, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x3B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x3B, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x5C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x24, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x6D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x6D, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x55, 0xBB, 0x14, 0xFF,
+    0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xCC, 0xBB, 0x14, 0x66, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x66, 0xBB, 0x14, 0xCC, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x55, 0xBB, 0x14, 0xC6, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE0, 0xBB, 0x14, 0xA3, 0xBB, 0x14, 0x55, 0xBB, 0x14, 0x2E, 0xDB, 0x14, 0x17, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x17, 0xBB, 0x14, 0x2E, 0xBB, 0x14, 0x55, 0xBB, 0x14, 0xA3, 0xBB, 0x14, 0xE0, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC6, 0xBB, 0x14, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x55, 0xBB, 0x14, 0xB3, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xB3, 0xBB, 0x14, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x0C, 0x22, 0xBB, 0x14, 0x71, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xD4, 0xBB, 0x14, 0xEA, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xEA, 0xBB, 0x14, 0xD4, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0x71, 0xBB, 0x0C, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+};
+const lv_img_dsc_t ui_img_pause_png = {
+    .header.always_zero = 0,
+    .header.w = 35,
+    .header.h = 35,
+    .data_size = sizeof(ui_img_pause_png_data),
+    .header.cf = LV_IMG_CF_TRUE_COLOR_ALPHA,
+    .data = ui_img_pause_png_data
+};
+

+ 43 - 0
projects/hmi-board-soem/board/lvgl/demo/video/img/ui_img_prev_png.c

@@ -0,0 +1,43 @@
+// SquareLine LVGL GENERATED FILE
+// EDITOR VERSION: SquareLine Studio 1.2.1
+// LVGL VERSION: 8.3.3
+// PROJECT: SquareLine_Project
+
+#include "lvgl.h"
+
+#ifndef LV_ATTRIBUTE_MEM_ALIGN
+    #define LV_ATTRIBUTE_MEM_ALIGN
+#endif
+
+// IMAGE DATA: assets\prev.png
+const LV_ATTRIBUTE_MEM_ALIGN uint8_t ui_img_prev_png_data[] = {
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x2A, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0x95, 0xBB, 0x14, 0xAA, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xAA, 0xBB, 0x14, 0x95, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0x14, 0x19, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xC5, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xCE,
+    0xBB, 0x14, 0x80, 0xDC, 0x14, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xE5, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xD2, 0xBB, 0x14, 0xAE, 0xBB, 0x14, 0x97, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0x97, 0xBB, 0x14, 0xAE, 0xBB, 0x14, 0xD7, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE5, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xC2, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xDC, 0xBB, 0x14, 0x80, 0xDB, 0x14, 0x2F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x38, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xDC, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xAA, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xEB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x68, 0xBA, 0x14, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0x14, 0x19, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBA, 0x14, 0x0C, 0xBB, 0x14, 0x68, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xDF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xDF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x49, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xCB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xA9, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x2E, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xEB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xAA, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x94, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x6E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC2, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80,
+    0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x2E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x5D, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x33, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x49, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0x14, 0x19, 0xBB, 0x14, 0xE5, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x26, 0xBB, 0x14, 0xEB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xB6, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xB1, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x68, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE5, 0xDC, 0x14, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xDC, 0xBA, 0x14, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xB5, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE5, 0x9B, 0x14, 0x0E, 0x00, 0x00, 0x00, 0x5B, 0x14, 0x0D, 0xBB, 0x14, 0xE3, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBA, 0x14, 0x0C, 0xBB, 0x14, 0xDC, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xCE, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x7C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC5, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x31, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x4A, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x74, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0x73, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x49, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x2F, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xDB, 0x14, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xD7, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xC6, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF,
+    0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xD2, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x95, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x9C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xAE, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x95, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xAA, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x6E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0xBB, 0x14, 0x48, 0xBB, 0x14, 0x7D, 0xDB, 0x14, 0x26, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x97, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xAA, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x1D, 0xBB, 0x14, 0xF0, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xAA, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x6E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xB2, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x89, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x97, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xAA, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x95, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x9C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x75, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x55, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xDB, 0x14, 0x54, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xAE, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x95, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF,
+    0xBB, 0x14, 0xD7, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x38, 0xBB, 0x14, 0xFD, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x9E, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x91, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE4, 0xBB, 0x14, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xD2, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x31, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xC3, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xD3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xCD, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x2F, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xDB, 0x14, 0x2A,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xCE, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x88, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x3E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x34, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x7C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC5, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xDC, 0xBA, 0x14, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x4D, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x72, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0x70, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x49, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0xBA, 0x14, 0x0C, 0xBB, 0x14, 0xDC, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0x14, 0x19, 0xBB, 0x14, 0xE5, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xC8, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x68, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE5, 0xDC, 0x14, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x2E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x9F, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF,
+    0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x9F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x49, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xAA, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC2, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xDF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x49, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x2E, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xEB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xEB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x68, 0xBA, 0x14, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBA, 0x14, 0x0C, 0xBB, 0x14, 0x68, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xDF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xC2,
+    0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xDC, 0xBB, 0x14, 0x80, 0xDB, 0x14, 0x2F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x38, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xDC, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xAA, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xE5, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xD2, 0xBB, 0x14, 0x9C, 0xBB, 0x14, 0x6E, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0x6E, 0xBB, 0x14, 0x9C, 0xBB, 0x14, 0xD7, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE5, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0x14, 0x19, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xC5, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xCE, 0xBB, 0x14, 0x80, 0xDC, 0x14, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x2A, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0x95, 0xBB, 0x14, 0xAA, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xAA, 0xBB, 0x14, 0x95, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+};
+const lv_img_dsc_t ui_img_prev_png = {
+    .header.always_zero = 0,
+    .header.w = 35,
+    .header.h = 35,
+    .data_size = sizeof(ui_img_prev_png_data),
+    .header.cf = LV_IMG_CF_TRUE_COLOR_ALPHA,
+    .data = ui_img_prev_png_data
+};
+

+ 55 - 0
projects/hmi-board-soem/board/lvgl/demo/video/img/ui_img_run_png.c

@@ -0,0 +1,55 @@
+// SquareLine LVGL GENERATED FILE
+// EDITOR VERSION: SquareLine Studio 1.2.1
+// LVGL VERSION: 8.3.3
+// PROJECT: SquareLine_Project
+
+#include "lvgl.h"
+
+#ifndef LV_ATTRIBUTE_MEM_ALIGN
+    #define LV_ATTRIBUTE_MEM_ALIGN
+#endif
+
+// IMAGE DATA: assets\run.png
+const LV_ATTRIBUTE_MEM_ALIGN uint8_t ui_img_run_png_data[] = {
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBA, 0x14, 0x0C, 0xBB, 0x14, 0x65, 0xBB, 0x14, 0x8C, 0xBB, 0x14, 0x9D, 0xBB, 0x14, 0xAE, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xAE, 0xBB, 0x14, 0x9D, 0xBB, 0x14, 0x8C, 0xBB, 0x14, 0x65, 0xBA, 0x14, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x49, 0xBB, 0x14, 0x97, 0xBB, 0x14, 0xFA, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFA, 0xBB, 0x14, 0x97, 0xBB, 0x14, 0x49, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x5C, 0xBB, 0x14, 0xBB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBB, 0xBB, 0x14, 0x5C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x48, 0xBB, 0x14, 0xCB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xDD, 0xBB, 0x14, 0x8E, 0x9B, 0x14, 0x40, 0xDB, 0x14, 0x2A, 0x9B, 0x0C, 0x15, 0x00, 0x00, 0x00, 0x9B, 0x0C, 0x15, 0xDB, 0x14, 0x2A, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0x8E, 0xBB, 0x14, 0xDD, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xCB, 0xBB, 0x14, 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x67, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBB, 0xDB, 0x14, 0x4D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x4D, 0xBB, 0x14, 0xBB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x67, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xD3, 0xBB, 0x14, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x60, 0xBB, 0x14, 0xD3, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x44, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBF, 0xDC, 0x14, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0x14, 0x19, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x34, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x34, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xCB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x9D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x9D, 0xBB, 0x14, 0xFF,
+    0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xCB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x5C, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xCF, 0x7B, 0x14, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7B, 0x14, 0x10, 0xBB, 0x14, 0xCF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x5C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x60,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x30, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xAE, 0xBB, 0x14, 0x27, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x60, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x4B, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xAF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE2, 0xBB, 0x14, 0x5A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x4B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xA3, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xDB, 0x14, 0x4D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x8E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x4D, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xA3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x9B, 0x14, 0x0E, 0xBB, 0x14, 0xFB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE1, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xC1, 0xDB, 0x14, 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xE1, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFB, 0x9B, 0x14, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x69, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x9C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF,
+    0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xF4, 0xBB, 0x14, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x9C, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x8C, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x9E, 0x5A, 0x05, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x8C,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x9D, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xDB, 0x14, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xD4, 0xBB, 0x14, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x2A, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x9D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xAE, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x0C, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x72, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x0C, 0x15, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xAE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x0C, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xAE, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x0C, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xEA, 0x5A, 0x14, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x0C, 0x15, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xAE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x9D, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xDB, 0x14, 0x2A,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xD4, 0xBB, 0x14, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x2A, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x9D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x8C, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0x9B, 0x14, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF,
+    0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x9B, 0xFB, 0x24, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x8C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x65, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x8E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xF8, 0xBB, 0x14, 0x62, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x8E, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBA, 0x14, 0x0C, 0xBB, 0x14, 0xFA, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xDD, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xDD, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFA, 0xBA, 0x14, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x97, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xDB, 0x14, 0x4D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF,
+    0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x88, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x4D, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x97, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x49, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE4, 0xBB, 0x14, 0x58, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF,
+    0xBB, 0x14, 0x49, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x99, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xB0, 0xBB, 0x14, 0x27, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x60, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x5C, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xD3, 0xDC, 0x14, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFC, 0x0C, 0x12, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0x14, 0x19, 0xBB, 0x14, 0xD3, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x5C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xCB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xCB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x48, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x67, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x9D, 0x7B, 0x14, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7B, 0x14, 0x10, 0xBB, 0x14, 0x9D, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x67, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x80, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xCF, 0xBB, 0x14, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x60, 0xBB, 0x14, 0xCF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x44, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBB, 0xDB, 0x14, 0x4D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDB, 0x14, 0x4D, 0xBB, 0x14, 0xBB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x34, 0xBB, 0x14, 0xCB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xE1, 0xBB, 0x14, 0x9C, 0x9B, 0x14, 0x40, 0xDB, 0x14, 0x2A, 0x9B, 0x0C, 0x15, 0x00, 0x00, 0x00, 0x9B, 0x0C, 0x15, 0xDB, 0x14, 0x2A, 0x9B, 0x14, 0x40, 0xBB, 0x14, 0x9C, 0xBB, 0x14, 0xE1, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xCB, 0x9B, 0x14, 0x34, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x5C, 0xBB, 0x14, 0xBB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF,
+    0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xBB, 0xBB, 0x14, 0x5C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBB, 0x14, 0x4B, 0xBB, 0x14, 0xA3, 0xBB, 0x14, 0xFB, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFF, 0xBB, 0x14, 0xFB, 0xBB, 0x14, 0xA3, 0xBB, 0x14, 0x4B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x14, 0x0E, 0xBB, 0x14, 0x69, 0xBB, 0x14, 0x8C, 0xBB, 0x14, 0x9D, 0xBB, 0x14, 0xAE, 0xBB, 0x14, 0xBF, 0xBB, 0x14, 0xAE, 0xBB, 0x14, 0x9D, 0xBB, 0x14, 0x8C, 0xBB, 0x14, 0x69, 0x9B, 0x14, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+};
+const lv_img_dsc_t ui_img_run_png = {
+    .header.always_zero = 0,
+    .header.w = 45,
+    .header.h = 45,
+    .data_size = sizeof(ui_img_run_png_data),
+    .header.cf = LV_IMG_CF_TRUE_COLOR_ALPHA,
+    .data = ui_img_run_png_data
+};
+

+ 412 - 0
projects/hmi-board-soem/board/lvgl/demo/video/lv_demo_video.c

@@ -0,0 +1,412 @@
+/*
+ * Copyright (c) 2006-2023, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author        Notes
+ * 2023-03-09     Rbb666        First version
+ */
+#include <rtthread.h>
+#include <lcd_port.h>
+#include "lvgl.h"
+#include "drv_jpeg.h"
+#include "lv_demo_video.h"
+
+#include "ui_helpers.h"
+#include "ui_anim.h"
+#include "player.h"
+
+#define JPEG_WIDTH  400
+#define JPEG_HEIGHT 240
+
+#define MY_CLASS &lv_media_class
+
+lv_obj_t *win_obj;
+lv_obj_t *avi_obj;
+lv_obj_t *file_explorer_panel;
+lv_obj_t *file_ImgButton;
+
+lv_obj_t *ui_ImgButton1;
+lv_obj_t *ui_ImgButton2;
+lv_obj_t *ui_ImgButton3;
+lv_obj_t *ui_Indicator_Left;
+lv_obj_t *ui_Audio_Wave;
+
+static decode_drv_t decode;
+static uint8_t *jpeg_outbuffer;
+
+const lv_obj_class_t lv_media_class =
+{
+    .width_def = LV_SIZE_CONTENT,
+    .height_def = LV_SIZE_CONTENT,
+    .instance_size = sizeof(lv_media_obj_t),
+    .base_class = &lv_obj_class
+};
+
+static rt_bool_t btn_state_change = RT_FALSE;
+static rt_bool_t play_state_change = RT_FALSE;
+static uint16_t lv_show_buffer[JPEG_WIDTH * JPEG_HEIGHT] BSP_ALIGN_VARIABLE(16) BSP_PLACE_IN_SECTION(".bss");
+struct player v_player;
+
+static void func_button_create(lv_obj_t *parent);
+
+void lv_media_set_state(lv_obj_t *obj, lv_mdeia_state_t state)
+{
+    lv_media_obj_t *media = (lv_media_obj_t *)obj;
+    media->state = state;
+}
+
+lv_mdeia_state_t lv_media_get_state(lv_obj_t *obj, lv_mdeia_state_t state)
+{
+    LV_ASSERT_OBJ(obj, MY_CLASS);
+
+    lv_media_obj_t *media = (lv_media_obj_t *)obj;
+
+    return media->state;
+}
+
+void lv_media_set_fn(lv_obj_t *obj, char *fn)
+{
+    LV_ASSERT_OBJ(obj, MY_CLASS);
+
+    lv_media_obj_t *fd = (lv_media_obj_t *)obj;
+
+    uint16_t fn_len = strlen(fn);
+
+    if ((!fn) || (fn_len == 0)) return;
+
+    if (fd->cur_fn)
+    {
+        lv_mem_free(fd->cur_fn);
+        fd->cur_fn = NULL;
+    }
+
+    fd->cur_fn = lv_mem_alloc(fn_len + 1);
+    LV_ASSERT_MALLOC(fd->cur_fn);
+
+    if (fd->cur_fn == NULL) return;
+    strcpy(fd->cur_fn, fn);
+}
+
+char *lv_media_get_fn(lv_obj_t *obj)
+{
+    LV_ASSERT_OBJ(obj, MY_CLASS);
+
+    lv_media_obj_t *media = (lv_media_obj_t *)obj;
+
+    return media->cur_fn;
+}
+
+static void file_explorer_event_cb(lv_event_t *e)
+{
+    lv_event_code_t code = lv_event_get_code(e);
+    lv_obj_t *file_explorer = lv_event_get_target(e);
+    lv_obj_t *file = lv_event_get_user_data(e);
+
+    if (code == LV_EVENT_VALUE_CHANGED)
+    {
+        const char *path = lv_file_explorer_get_current_path(file_explorer);
+        const char *fn = lv_file_explorer_get_selected_file_name(file_explorer);
+
+        uint16_t path_len = strlen(path);
+        uint16_t fn_len = strlen(fn);
+
+        if ((path_len + fn_len) <= LV_FILE_EXPLORER_PATH_MAX_LEN)
+        {
+            char sel_fn[LV_FILE_EXPLORER_PATH_MAX_LEN];
+
+            strcpy(sel_fn, path);
+            strcat(sel_fn, fn);
+
+            if (strstr(sel_fn, ".avi") == NULL)
+                return;
+
+            lv_media_set_fn(file, sel_fn);
+            /* send event to take back file panel */
+            lv_event_send(file_ImgButton, LV_EVENT_RELEASED, NULL);
+
+            player_control(&v_player, PLAYER_CMD_INIT, sel_fn);
+
+            /* delete button */
+            lv_obj_del(file_ImgButton);
+            lv_obj_del_delayed(file_explorer_panel, 1000);
+
+            func_button_create(win_obj);
+        }
+    }
+}
+
+#define set_pause_picture lv_imgbtn_set_src(ui_ImgButton2, LV_IMGBTN_STATE_RELEASED, NULL, &ui_img_pause_png, NULL)
+#define set_play_picture lv_imgbtn_set_src(ui_ImgButton2, LV_IMGBTN_STATE_RELEASED, NULL, &ui_img_run_png, NULL)
+
+void Button_event(lv_event_t *e)
+{
+    lv_event_code_t event_code = lv_event_get_code(e);
+    lv_obj_t *target = lv_event_get_target(e);
+
+    if (target == file_ImgButton)
+    {
+        if (event_code == LV_EVENT_RELEASED)
+        {
+            btn_state_change = !btn_state_change;
+
+            btn_state_change == LV_FILE_EXPLORER_OPEN ?         \
+            roll_out_Animation(file_explorer_panel, 0) :    \
+            take_back_Animation(file_explorer_panel, 0);
+            \
+        }
+    }
+    // pause
+    if (target == ui_ImgButton2)
+    {
+        if (event_code == LV_EVENT_RELEASED)
+        {
+            play_state_change = !play_state_change;
+            play_state_change == LV_MUSIC_PLAY ?                                        \
+            player_control(&v_player, PLAYER_CMD_PLAY, RT_NULL), set_play_picture :  \
+            player_control(&v_player, PLAYER_CMD_STOP, RT_NULL), set_pause_picture;
+            \
+        }
+    }
+    // next
+    if (target == ui_ImgButton1)
+    {
+        if (event_code == LV_EVENT_RELEASED)
+        {
+            if (v_player.status == PLAYER_STOP)
+                player_control(&v_player, PLAYER_CMD_PLAY, RT_NULL);
+            player_control(&v_player, PLAYER_CMD_NEXT, RT_NULL);
+        }
+    }
+    // prev
+    if (target == ui_ImgButton3)
+    {
+        if (event_code == LV_EVENT_RELEASED)
+        {
+            if (v_player.status == PLAYER_STOP)
+                player_control(&v_player, PLAYER_CMD_PLAY, RT_NULL);
+            player_control(&v_player, PLAYER_CMD_LAST, RT_NULL);
+        }
+    }
+}
+
+static void slider_event_cb(lv_event_t *event)
+{
+    int16_t volume;
+    lv_obj_t *slider = lv_event_get_target(event);
+    volume = lv_slider_get_value(slider);
+    player_control(&v_player, PLAYER_CMD_SET_VOL, &volume);
+}
+
+static lv_obj_t *lv_media_page_create(lv_obj_t *parent)
+{
+    LV_LOG_INFO("begin");
+    lv_obj_t *obj = lv_obj_class_create_obj(MY_CLASS, parent);
+    lv_obj_class_init_obj(obj);
+    return obj;
+}
+
+void file_explorer_create(lv_obj_t *parent)
+{
+    lv_obj_set_style_border_width(lv_scr_act(), 0, LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_color(lv_scr_act(), lv_color_black(), LV_STATE_DEFAULT);
+    lv_obj_set_size(parent, LCD_WIDTH, LCD_HEIGHT);
+    lv_obj_center(parent);
+
+    file_explorer_panel = lv_file_explorer_create(parent);
+    lv_obj_set_size(file_explorer_panel, 370, 200);
+    lv_obj_center(file_explorer_panel);
+
+    lv_file_explorer_set_sort(file_explorer_panel, LV_EXPLORER_SORT_NONE);
+    lv_file_explorer_open_dir(file_explorer_panel, "/");
+
+    lv_obj_add_event_cb(file_explorer_panel, file_explorer_event_cb, LV_EVENT_VALUE_CHANGED, parent);
+}
+
+static void file_ImgButton_create(lv_obj_t *parent)
+{
+    LV_IMG_DECLARE(file_icon);
+
+    file_ImgButton = lv_imgbtn_create(parent);
+    lv_imgbtn_set_src(file_ImgButton, LV_IMGBTN_STATE_RELEASED, NULL, &file_icon, NULL);
+    lv_obj_set_size(file_ImgButton, 62, 62);
+    lv_obj_align(file_ImgButton, LV_ALIGN_TOP_RIGHT, 0, 0);
+
+    lv_obj_add_event_cb(file_ImgButton, Button_event, LV_EVENT_ALL, NULL);
+}
+
+static void func_button_create(lv_obj_t *parent)
+{
+    ui_ImgButton3 = lv_imgbtn_create(parent);
+    lv_imgbtn_set_src(ui_ImgButton3, LV_IMGBTN_STATE_RELEASED, NULL, &ui_img_prev_png, NULL);
+    lv_obj_set_width(ui_ImgButton3, 35);
+    lv_obj_set_height(ui_ImgButton3, 35);
+    lv_obj_set_x(ui_ImgButton3, 220);
+    lv_obj_set_y(ui_ImgButton3, -69);
+    lv_obj_set_align(ui_ImgButton3, LV_ALIGN_CENTER);
+
+    ui_ImgButton1 = lv_imgbtn_create(parent);
+    lv_imgbtn_set_src(ui_ImgButton1, LV_IMGBTN_STATE_RELEASED, NULL, &ui_img_next_png, NULL);
+    lv_obj_set_width(ui_ImgButton1, 35);
+    lv_obj_set_height(ui_ImgButton1, 35);
+    lv_obj_set_x(ui_ImgButton1, 220);
+    lv_obj_set_y(ui_ImgButton1, 56);
+    lv_obj_set_align(ui_ImgButton1, LV_ALIGN_CENTER);
+
+    ui_ImgButton2 = lv_imgbtn_create(parent);
+    lv_imgbtn_set_src(ui_ImgButton2, LV_IMGBTN_STATE_RELEASED, NULL, &ui_img_pause_png, NULL);
+    lv_obj_set_width(ui_ImgButton2, 35);
+    lv_obj_set_height(ui_ImgButton2, 35);
+    lv_obj_set_x(ui_ImgButton2, 220);
+    lv_obj_set_y(ui_ImgButton2, -7);
+    lv_obj_set_align(ui_ImgButton2, LV_ALIGN_CENTER);
+
+    btn1_comein_Animation(ui_ImgButton1, 0);
+    btn2_comein_Animation(ui_ImgButton2, 0);
+    btn3_comein_Animation(ui_ImgButton3, 0);
+
+    lv_obj_add_event_cb(ui_ImgButton1, Button_event, LV_EVENT_ALL, NULL);
+    lv_obj_add_event_cb(ui_ImgButton2, Button_event, LV_EVENT_ALL, NULL);
+    lv_obj_add_event_cb(ui_ImgButton3, Button_event, LV_EVENT_ALL, NULL);
+}
+
+static void sound_slider_create(lv_obj_t *parent)
+{
+    ui_Indicator_Left = lv_slider_create(parent);
+    lv_slider_set_range(ui_Indicator_Left, -16, 16);
+    lv_slider_set_mode(ui_Indicator_Left, LV_SLIDER_MODE_SYMMETRICAL);
+    lv_obj_set_width(ui_Indicator_Left, 20);
+    lv_obj_set_height(ui_Indicator_Left, 200);
+    lv_obj_set_align(ui_Indicator_Left, LV_ALIGN_LEFT_MID);
+    lv_obj_set_style_radius(ui_Indicator_Left, 4, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_color(ui_Indicator_Left, lv_color_hex(0x272A33), LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_opa(ui_Indicator_Left, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_main_stop(ui_Indicator_Left, 0, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_grad_stop(ui_Indicator_Left, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_border_width(ui_Indicator_Left, 0, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_pad_left(ui_Indicator_Left, 2, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_pad_right(ui_Indicator_Left, 2, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_pad_top(ui_Indicator_Left, 0, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_pad_bottom(ui_Indicator_Left, 0, LV_PART_MAIN | LV_STATE_DEFAULT);
+
+    lv_obj_set_style_radius(ui_Indicator_Left, 4, LV_PART_INDICATOR | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_color(ui_Indicator_Left, lv_color_hex(0xFFFFFF), LV_PART_INDICATOR | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_opa(ui_Indicator_Left, 0, LV_PART_INDICATOR | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_main_stop(ui_Indicator_Left, 0, LV_PART_INDICATOR | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_grad_stop(ui_Indicator_Left, 255, LV_PART_INDICATOR | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_img_src(ui_Indicator_Left, &ui_img_indicator_ver_png, LV_PART_INDICATOR | LV_STATE_DEFAULT);
+
+    lv_obj_set_style_bg_color(ui_Indicator_Left, lv_color_hex(0xFFFFFF), LV_PART_KNOB | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_opa(ui_Indicator_Left, 0, LV_PART_KNOB | LV_STATE_DEFAULT);
+
+    lv_obj_add_event_cb(ui_Indicator_Left, slider_event_cb, LV_EVENT_VALUE_CHANGED, NULL);
+}
+
+static void lv_audio_wave_create(lv_obj_t *parent)
+{
+    ui_Audio_Wave = lv_slider_create(parent);
+    lv_slider_set_value(ui_Audio_Wave, 0, LV_ANIM_OFF);
+    if (lv_slider_get_mode(ui_Audio_Wave) == LV_SLIDER_MODE_RANGE) lv_slider_set_left_value(ui_Audio_Wave, 0, LV_ANIM_OFF);
+    lv_obj_set_width(ui_Audio_Wave, 310);
+    lv_obj_set_height(ui_Audio_Wave, 10);
+    lv_obj_set_align(ui_Audio_Wave, LV_ALIGN_BOTTOM_MID);
+    lv_obj_set_style_bg_color(ui_Audio_Wave, lv_color_hex(0xFFFFFF), LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_opa(ui_Audio_Wave, 0, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_main_stop(ui_Audio_Wave, 0, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_grad_stop(ui_Audio_Wave, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_img_src(ui_Audio_Wave, &ui_img_audio_wave_1_png, LV_PART_MAIN | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_img_opa(ui_Audio_Wave, 50, LV_PART_MAIN | LV_STATE_DEFAULT);
+
+    lv_obj_set_style_bg_color(ui_Audio_Wave, lv_color_hex(0xFFFFFF), LV_PART_INDICATOR | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_opa(ui_Audio_Wave, 0, LV_PART_INDICATOR | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_main_stop(ui_Audio_Wave, 0, LV_PART_INDICATOR | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_grad_stop(ui_Audio_Wave, 255, LV_PART_INDICATOR | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_img_src(ui_Audio_Wave, &ui_img_audio_wave_1_png, LV_PART_INDICATOR | LV_STATE_DEFAULT);
+
+    lv_obj_set_style_bg_color(ui_Audio_Wave, lv_color_hex(0xFFFFFF), LV_PART_KNOB | LV_STATE_DEFAULT);
+    lv_obj_set_style_bg_opa(ui_Audio_Wave, 0, LV_PART_KNOB | LV_STATE_DEFAULT);
+}
+
+void set_audio_wave_value(int32_t value)
+{
+    lv_slider_set_value(ui_Audio_Wave, value, LV_ANIM_OFF);
+}
+
+static void lv_avi_window_create(lv_obj_t *parent)
+{
+    avi_obj = lv_img_create(parent);
+    lv_obj_set_size(avi_obj, JPEG_WIDTH, JPEG_HEIGHT);
+    lv_obj_align(avi_obj, LV_ALIGN_CENTER, 0, 0);
+}
+
+void lv_avi_player_draw(int32_t x, int32_t y, const void *pInBuffer, int32_t xSize, int32_t ySize)
+{
+    static lv_img_dsc_t img_dsc =
+    {
+        .header.always_zero = 0,
+        .header.w = JPEG_WIDTH,
+        .header.h = JPEG_HEIGHT,
+        .header.cf = LV_IMG_CF_TRUE_COLOR,
+        .data_size = JPEG_WIDTH * JPEG_HEIGHT * sizeof(lv_color16_t),
+        .data = NULL,
+    };
+
+    uint16_t *fbp16 = (uint16_t *)lv_show_buffer;
+    long int location = 0;
+
+    location = x + y * JPEG_WIDTH;
+    rt_memcpy(&fbp16[location], pInBuffer, (ySize * JPEG_WIDTH * sizeof(lv_color16_t)));
+
+    if (y == JPEG_HEIGHT - 16)
+    {
+        img_dsc.data_size = ySize * xSize * sizeof(lv_color16_t);
+        img_dsc.data = (const uint8_t *)fbp16;
+        lv_img_set_src(avi_obj, &img_dsc);
+    }
+}
+
+static void auto_run_video_timer_cb(lv_timer_t *timer)
+{
+    /* send event to take back file panel */
+    lv_event_send(file_ImgButton, LV_EVENT_RELEASED, NULL);
+
+    player_control(&v_player, PLAYER_CMD_INIT, v_player.video_list[0]);
+
+    /* delete button */
+    lv_obj_del(file_ImgButton);
+    lv_obj_del_delayed(file_explorer_panel, 1000);
+    func_button_create(win_obj);
+
+    lv_timer_del(timer);
+}
+
+int player_init(void)
+{
+    jpeg_outbuffer = rt_malloc_align(DCODE_BUFFER_SIZE, 8);
+    RT_ASSERT(jpeg_outbuffer != NULL)
+    rt_memset(jpeg_outbuffer, 0x00, DCODE_BUFFER_SIZE);
+
+    v_player.decode = &decode;
+    v_player.decode->jpeg_out_buf = jpeg_outbuffer;
+    v_player.decode->decode_read = lv_avi_player_draw;
+
+    player_start(&v_player);
+
+    return 0;
+}
+
+void lv_video_gui_init(void)
+{
+    win_obj = lv_media_page_create(lv_scr_act());
+    lv_avi_window_create(win_obj);
+    file_explorer_create(win_obj);
+    file_ImgButton_create(win_obj);
+    sound_slider_create(win_obj);
+    lv_audio_wave_create(win_obj);
+
+    lv_timer_t *t = lv_timer_create(auto_run_video_timer_cb, 2000, NULL);
+    lv_timer_ready(t);
+
+    player_init();
+}

+ 50 - 0
projects/hmi-board-soem/board/lvgl/demo/video/lv_demo_video.h

@@ -0,0 +1,50 @@
+
+#ifndef _LV_DEMO_VIDEO_H
+#define _LV_DEMO_VIDEO_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "lvgl.h"
+#include "lv_file_explorer.h"
+
+typedef enum {
+    LV_MEDIA_STATE_NORMAL,
+    LV_MEDIA_STATE_PAUSE,
+    LV_MEDIA_STATE_PLAY,
+    LV_MEDIA_STATE_NEXT,
+    LV_MEDIA_STATE_PREV,
+} lv_mdeia_state_t;
+
+typedef enum {
+    LV_FILE_EXPLORER_OPEN,
+    LV_FILE_EXPLORER_CLOSE,
+} lv_file_btn_starte_t;
+
+typedef enum {
+    LV_MUSIC_PLAY,
+    LV_MUSIC_STOP,
+} play_btn_starte_t;
+
+typedef struct
+{
+    lv_obj_t obj;
+    char *cur_fn;
+    lv_mdeia_state_t state;
+} lv_media_obj_t;
+
+LV_IMG_DECLARE(ui_img_prev_png);
+LV_IMG_DECLARE(ui_img_next_png);
+LV_IMG_DECLARE(ui_img_pause_png);
+LV_IMG_DECLARE(ui_img_run_png);
+LV_IMG_DECLARE(ui_img_indicator_ver_png);
+LV_IMG_DECLARE(ui_img_audio_wave_1_png);
+
+void set_audio_wave_value(int32_t value);
+
+#ifdef __cplusplus
+} /*extern "C"*/
+#endif
+
+#endif

+ 177 - 0
projects/hmi-board-soem/board/lvgl/demo/video/ui_anim.h

@@ -0,0 +1,177 @@
+#include "lvgl.h"
+
+void roll_out_Animation(lv_obj_t *TargetObject, int delay)
+{
+    lv_anim_t PropertyAnimation_0;
+    lv_anim_init(&PropertyAnimation_0);
+    lv_anim_set_time(&PropertyAnimation_0, 600);
+    lv_anim_set_user_data(&PropertyAnimation_0, TargetObject);
+    lv_anim_set_custom_exec_cb(&PropertyAnimation_0, _ui_anim_callback_set_y);
+    lv_anim_set_values(&PropertyAnimation_0, -200, 0);
+    lv_anim_set_path_cb(&PropertyAnimation_0, lv_anim_path_ease_out);
+    lv_anim_set_delay(&PropertyAnimation_0, delay + 0);
+    lv_anim_set_playback_time(&PropertyAnimation_0, 0);
+    lv_anim_set_playback_delay(&PropertyAnimation_0, 0);
+    lv_anim_set_repeat_count(&PropertyAnimation_0, 0);
+    lv_anim_set_repeat_delay(&PropertyAnimation_0, 0);
+    lv_anim_set_early_apply(&PropertyAnimation_0, false);
+    lv_anim_start(&PropertyAnimation_0);
+    lv_anim_t PropertyAnimation_1;
+    lv_anim_init(&PropertyAnimation_1);
+    lv_anim_set_time(&PropertyAnimation_1, 600);
+    lv_anim_set_user_data(&PropertyAnimation_1, TargetObject);
+    lv_anim_set_custom_exec_cb(&PropertyAnimation_1, _ui_anim_callback_set_x);
+    lv_anim_set_values(&PropertyAnimation_1, 300, 0);
+    lv_anim_set_path_cb(&PropertyAnimation_1, lv_anim_path_ease_out);
+    lv_anim_set_delay(&PropertyAnimation_1, delay + 0);
+    lv_anim_set_playback_time(&PropertyAnimation_1, 0);
+    lv_anim_set_playback_delay(&PropertyAnimation_1, 0);
+    lv_anim_set_repeat_count(&PropertyAnimation_1, 0);
+    lv_anim_set_repeat_delay(&PropertyAnimation_1, 0);
+    lv_anim_set_early_apply(&PropertyAnimation_1, false);
+    lv_anim_start(&PropertyAnimation_1);
+    lv_anim_t PropertyAnimation_2;
+    lv_anim_init(&PropertyAnimation_2);
+    lv_anim_set_time(&PropertyAnimation_2, 600);
+    lv_anim_set_user_data(&PropertyAnimation_2, TargetObject);
+    lv_anim_set_custom_exec_cb(&PropertyAnimation_2, _ui_anim_callback_set_width);
+    lv_anim_set_values(&PropertyAnimation_2, 0, 370);
+    lv_anim_set_path_cb(&PropertyAnimation_2, lv_anim_path_linear);
+    lv_anim_set_delay(&PropertyAnimation_2, delay + 0);
+    lv_anim_set_playback_time(&PropertyAnimation_2, 0);
+    lv_anim_set_playback_delay(&PropertyAnimation_2, 0);
+    lv_anim_set_repeat_count(&PropertyAnimation_2, 0);
+    lv_anim_set_repeat_delay(&PropertyAnimation_2, 0);
+    lv_anim_set_early_apply(&PropertyAnimation_2, false);
+    lv_anim_start(&PropertyAnimation_2);
+    lv_anim_t PropertyAnimation_3;
+    lv_anim_init(&PropertyAnimation_3);
+    lv_anim_set_time(&PropertyAnimation_3, 600);
+    lv_anim_set_user_data(&PropertyAnimation_3, TargetObject);
+    lv_anim_set_custom_exec_cb(&PropertyAnimation_3, _ui_anim_callback_set_height);
+    lv_anim_set_values(&PropertyAnimation_3, 0, 200);
+    lv_anim_set_path_cb(&PropertyAnimation_3, lv_anim_path_linear);
+    lv_anim_set_delay(&PropertyAnimation_3, delay + 0);
+    lv_anim_set_playback_time(&PropertyAnimation_3, 0);
+    lv_anim_set_playback_delay(&PropertyAnimation_3, 0);
+    lv_anim_set_repeat_count(&PropertyAnimation_3, 0);
+    lv_anim_set_repeat_delay(&PropertyAnimation_3, 0);
+    lv_anim_set_early_apply(&PropertyAnimation_3, false);
+    lv_anim_start(&PropertyAnimation_3);
+}
+
+void take_back_Animation(lv_obj_t *TargetObject, int delay)
+{
+    lv_anim_t PropertyAnimation_0;
+    lv_anim_init(&PropertyAnimation_0);
+    lv_anim_set_time(&PropertyAnimation_0, 600);
+    lv_anim_set_user_data(&PropertyAnimation_0, TargetObject);
+    lv_anim_set_custom_exec_cb(&PropertyAnimation_0, _ui_anim_callback_set_x);
+    lv_anim_set_values(&PropertyAnimation_0, 0, 300);
+    lv_anim_set_path_cb(&PropertyAnimation_0, lv_anim_path_ease_out);
+    lv_anim_set_delay(&PropertyAnimation_0, delay + 0);
+    lv_anim_set_playback_time(&PropertyAnimation_0, 0);
+    lv_anim_set_playback_delay(&PropertyAnimation_0, 0);
+    lv_anim_set_repeat_count(&PropertyAnimation_0, 0);
+    lv_anim_set_repeat_delay(&PropertyAnimation_0, 0);
+    lv_anim_set_early_apply(&PropertyAnimation_0, false);
+    lv_anim_start(&PropertyAnimation_0);
+    lv_anim_t PropertyAnimation_1;
+    lv_anim_init(&PropertyAnimation_1);
+    lv_anim_set_time(&PropertyAnimation_1, 600);
+    lv_anim_set_user_data(&PropertyAnimation_1, TargetObject);
+    lv_anim_set_custom_exec_cb(&PropertyAnimation_1, _ui_anim_callback_set_y);
+    lv_anim_set_values(&PropertyAnimation_1, 0, -200);
+    lv_anim_set_path_cb(&PropertyAnimation_1, lv_anim_path_ease_out);
+    lv_anim_set_delay(&PropertyAnimation_1, delay + 0);
+    lv_anim_set_playback_time(&PropertyAnimation_1, 0);
+    lv_anim_set_playback_delay(&PropertyAnimation_1, 0);
+    lv_anim_set_repeat_count(&PropertyAnimation_1, 0);
+    lv_anim_set_repeat_delay(&PropertyAnimation_1, 0);
+    lv_anim_set_early_apply(&PropertyAnimation_1, false);
+    lv_anim_start(&PropertyAnimation_1);
+    lv_anim_t PropertyAnimation_2;
+    lv_anim_init(&PropertyAnimation_2);
+    lv_anim_set_time(&PropertyAnimation_2, 600);
+    lv_anim_set_user_data(&PropertyAnimation_2, TargetObject);
+    lv_anim_set_custom_exec_cb(&PropertyAnimation_2, _ui_anim_callback_set_width);
+    lv_anim_set_values(&PropertyAnimation_2, 370, 0);
+    lv_anim_set_path_cb(&PropertyAnimation_2, lv_anim_path_ease_out);
+    lv_anim_set_delay(&PropertyAnimation_2, delay + 0);
+    lv_anim_set_playback_time(&PropertyAnimation_2, 0);
+    lv_anim_set_playback_delay(&PropertyAnimation_2, 0);
+    lv_anim_set_repeat_count(&PropertyAnimation_2, 0);
+    lv_anim_set_repeat_delay(&PropertyAnimation_2, 0);
+    lv_anim_set_early_apply(&PropertyAnimation_2, false);
+    lv_anim_start(&PropertyAnimation_2);
+    lv_anim_t PropertyAnimation_3;
+    lv_anim_init(&PropertyAnimation_3);
+    lv_anim_set_time(&PropertyAnimation_3, 600);
+    lv_anim_set_user_data(&PropertyAnimation_3, TargetObject);
+    lv_anim_set_custom_exec_cb(&PropertyAnimation_3, _ui_anim_callback_set_height);
+    lv_anim_set_values(&PropertyAnimation_3, 200, 0);
+    lv_anim_set_path_cb(&PropertyAnimation_3, lv_anim_path_ease_out);
+    lv_anim_set_delay(&PropertyAnimation_3, delay + 0);
+    lv_anim_set_playback_time(&PropertyAnimation_3, 0);
+    lv_anim_set_playback_delay(&PropertyAnimation_3, 0);
+    lv_anim_set_repeat_count(&PropertyAnimation_3, 0);
+    lv_anim_set_repeat_delay(&PropertyAnimation_3, 0);
+    lv_anim_set_early_apply(&PropertyAnimation_3, false);
+    lv_anim_start(&PropertyAnimation_3);
+}
+
+void btn3_comein_Animation(lv_obj_t *TargetObject, int delay)
+{
+    lv_anim_t PropertyAnimation_0;
+    lv_anim_init(&PropertyAnimation_0);
+    lv_anim_set_time(&PropertyAnimation_0, 500);
+    lv_anim_set_user_data(&PropertyAnimation_0, TargetObject);
+    lv_anim_set_custom_exec_cb(&PropertyAnimation_0, _ui_anim_callback_set_y);
+    lv_anim_set_values(&PropertyAnimation_0, 240, 0);
+    lv_anim_set_path_cb(&PropertyAnimation_0, lv_anim_path_ease_out);
+    lv_anim_set_delay(&PropertyAnimation_0, delay + 0);
+    lv_anim_set_playback_time(&PropertyAnimation_0, 0);
+    lv_anim_set_playback_delay(&PropertyAnimation_0, 0);
+    lv_anim_set_repeat_count(&PropertyAnimation_0, 0);
+    lv_anim_set_repeat_delay(&PropertyAnimation_0, 0);
+    lv_anim_set_early_apply(&PropertyAnimation_0, false);
+    lv_anim_set_get_value_cb(&PropertyAnimation_0, &_ui_anim_callback_get_y);
+    lv_anim_start(&PropertyAnimation_0);
+}
+void btn2_comein_Animation(lv_obj_t *TargetObject, int delay)
+{
+    lv_anim_t PropertyAnimation_0;
+    lv_anim_init(&PropertyAnimation_0);
+    lv_anim_set_time(&PropertyAnimation_0, 650);
+    lv_anim_set_user_data(&PropertyAnimation_0, TargetObject);
+    lv_anim_set_custom_exec_cb(&PropertyAnimation_0, _ui_anim_callback_set_y);
+    lv_anim_set_values(&PropertyAnimation_0, 240, 0);
+    lv_anim_set_path_cb(&PropertyAnimation_0, lv_anim_path_ease_out);
+    lv_anim_set_delay(&PropertyAnimation_0, delay + 0);
+    lv_anim_set_playback_time(&PropertyAnimation_0, 0);
+    lv_anim_set_playback_delay(&PropertyAnimation_0, 0);
+    lv_anim_set_repeat_count(&PropertyAnimation_0, 0);
+    lv_anim_set_repeat_delay(&PropertyAnimation_0, 0);
+    lv_anim_set_early_apply(&PropertyAnimation_0, false);
+    lv_anim_set_get_value_cb(&PropertyAnimation_0, &_ui_anim_callback_get_y);
+    lv_anim_start(&PropertyAnimation_0);
+}
+
+void btn1_comein_Animation(lv_obj_t *TargetObject, int delay)
+{
+    lv_anim_t PropertyAnimation_0;
+    lv_anim_init(&PropertyAnimation_0);
+    lv_anim_set_time(&PropertyAnimation_0, 800);
+    lv_anim_set_user_data(&PropertyAnimation_0, TargetObject);
+    lv_anim_set_custom_exec_cb(&PropertyAnimation_0, _ui_anim_callback_set_y);
+    lv_anim_set_values(&PropertyAnimation_0, 240, 0);
+    lv_anim_set_path_cb(&PropertyAnimation_0, lv_anim_path_ease_out);
+    lv_anim_set_delay(&PropertyAnimation_0, delay + 0);
+    lv_anim_set_playback_time(&PropertyAnimation_0, 0);
+    lv_anim_set_playback_delay(&PropertyAnimation_0, 0);
+    lv_anim_set_repeat_count(&PropertyAnimation_0, 0);
+    lv_anim_set_repeat_delay(&PropertyAnimation_0, 0);
+    lv_anim_set_early_apply(&PropertyAnimation_0, false);
+    lv_anim_set_get_value_cb(&PropertyAnimation_0, &_ui_anim_callback_get_y);
+    lv_anim_start(&PropertyAnimation_0);
+}

+ 215 - 0
projects/hmi-board-soem/board/lvgl/demo/video/ui_helpers.c

@@ -0,0 +1,215 @@
+// SquareLine LVGL GENERATED FILE
+// EDITOR VERSION: SquareLine Studio 1.2.1
+// LVGL VERSION: 8.3.3
+// PROJECT: SquareLine_Project
+
+#include "ui_helpers.h"
+
+void _ui_bar_set_property(lv_obj_t *target, int id, int val)
+{
+    if (id == _UI_BAR_PROPERTY_VALUE_WITH_ANIM)
+        lv_bar_set_value(target, val, LV_ANIM_ON);
+    if (id == _UI_BAR_PROPERTY_VALUE)
+        lv_bar_set_value(target, val, LV_ANIM_OFF);
+}
+
+void _ui_basic_set_property(lv_obj_t *target, int id, int val)
+{
+    if (id == _UI_BASIC_PROPERTY_POSITION_X)
+        lv_obj_set_x(target, val);
+    if (id == _UI_BASIC_PROPERTY_POSITION_Y)
+        lv_obj_set_y(target, val);
+    if (id == _UI_BASIC_PROPERTY_WIDTH)
+        lv_obj_set_width(target, val);
+    if (id == _UI_BASIC_PROPERTY_HEIGHT)
+        lv_obj_set_height(target, val);
+}
+
+void _ui_dropdown_set_property(lv_obj_t *target, int id, int val)
+{
+    if (id == _UI_DROPDOWN_PROPERTY_SELECTED)
+        lv_dropdown_set_selected(target, val);
+}
+
+void _ui_image_set_property(lv_obj_t *target, int id, uint8_t *val)
+{
+    if (id == _UI_IMAGE_PROPERTY_IMAGE)
+        lv_img_set_src(target, val);
+}
+
+void _ui_label_set_property(lv_obj_t *target, int id, char *val)
+{
+    if (id == _UI_LABEL_PROPERTY_TEXT)
+        lv_label_set_text(target, val);
+}
+
+void _ui_roller_set_property(lv_obj_t *target, int id, int val)
+{
+    if (id == _UI_ROLLER_PROPERTY_SELECTED_WITH_ANIM)
+        lv_roller_set_selected(target, val, LV_ANIM_ON);
+    if (id == _UI_ROLLER_PROPERTY_SELECTED)
+        lv_roller_set_selected(target, val, LV_ANIM_OFF);
+}
+
+void _ui_slider_set_property(lv_obj_t *target, int id, int val)
+{
+    if (id == _UI_SLIDER_PROPERTY_VALUE_WITH_ANIM)
+        lv_slider_set_value(target, val, LV_ANIM_ON);
+    if (id == _UI_SLIDER_PROPERTY_VALUE)
+        lv_slider_set_value(target, val, LV_ANIM_OFF);
+}
+
+void _ui_screen_change(lv_obj_t *target, lv_scr_load_anim_t fademode, int spd, int delay)
+{
+    lv_scr_load_anim(target, fademode, spd, delay, false);
+}
+
+void _ui_arc_increment(lv_obj_t *target, int val)
+{
+    int old = lv_arc_get_value(target);
+    lv_arc_set_value(target, old + val);
+    lv_event_send(target, LV_EVENT_VALUE_CHANGED, 0);
+}
+
+void _ui_bar_increment(lv_obj_t *target, int val, int anm)
+{
+    int old = lv_bar_get_value(target);
+    lv_bar_set_value(target, old + val, anm);
+}
+
+void _ui_slider_increment(lv_obj_t *target, int val, int anm)
+{
+    int old = lv_slider_get_value(target);
+    lv_slider_set_value(target, old + val, anm);
+    lv_event_send(target, LV_EVENT_VALUE_CHANGED, 0);
+}
+
+void _ui_keyboard_set_target(lv_obj_t *keyboard, lv_obj_t *textarea)
+{
+    lv_keyboard_set_textarea(keyboard, textarea);
+}
+
+void _ui_flag_modify(lv_obj_t *target, int32_t flag, int value)
+{
+    if (value == _UI_MODIFY_FLAG_TOGGLE)
+    {
+        if (lv_obj_has_flag(target, flag))
+            lv_obj_clear_flag(target, flag);
+        else
+            lv_obj_add_flag(target, flag);
+    }
+    else if (value == _UI_MODIFY_FLAG_ADD)
+        lv_obj_add_flag(target, flag);
+    else
+        lv_obj_clear_flag(target, flag);
+}
+void _ui_state_modify(lv_obj_t *target, int32_t state, int value)
+{
+    if (value == _UI_MODIFY_STATE_TOGGLE)
+    {
+        if (lv_obj_has_state(target, state))
+            lv_obj_clear_state(target, state);
+        else
+            lv_obj_add_state(target, state);
+    }
+    else if (value == _UI_MODIFY_STATE_ADD)
+        lv_obj_add_state(target, state);
+    else
+        lv_obj_clear_state(target, state);
+}
+
+void _ui_opacity_set(lv_obj_t *target, int val)
+{
+    lv_obj_set_style_opa(target, val, 0);
+}
+
+void _ui_anim_callback_set_x(lv_anim_t *a, int32_t v)
+{
+    lv_obj_set_x((lv_obj_t *)a->user_data, v);
+}
+
+void _ui_anim_callback_set_y(lv_anim_t *a, int32_t v)
+{
+    lv_obj_set_y((lv_obj_t *)a->user_data, v);
+}
+
+void _ui_anim_callback_set_width(lv_anim_t *a, int32_t v)
+{
+    lv_obj_set_width((lv_obj_t *)a->user_data, v);
+}
+
+void _ui_anim_callback_set_height(lv_anim_t *a, int32_t v)
+{
+    lv_obj_set_height((lv_obj_t *)a->user_data, v);
+}
+
+void _ui_anim_callback_set_opacity(lv_anim_t *a, int32_t v)
+{
+    lv_obj_set_style_opa((lv_obj_t *)a->user_data, v, 0);
+}
+
+void _ui_anim_callback_set_image_zoom(lv_anim_t *a, int32_t v)
+{
+    lv_img_set_zoom((lv_obj_t *)a->user_data, v);
+}
+
+void _ui_anim_callback_set_image_angle(lv_anim_t *a, int32_t v)
+{
+    lv_img_set_angle((lv_obj_t *)a->user_data, v);
+}
+
+int32_t _ui_anim_callback_get_x(lv_anim_t *a)
+{
+    return lv_obj_get_x_aligned((lv_obj_t *)a->user_data);
+}
+
+int32_t _ui_anim_callback_get_y(lv_anim_t *a)
+{
+    return lv_obj_get_y_aligned((lv_obj_t *)a->user_data);
+}
+
+int32_t _ui_anim_callback_get_width(lv_anim_t *a)
+{
+    return lv_obj_get_width((lv_obj_t *)a->user_data);
+}
+
+int32_t _ui_anim_callback_get_height(lv_anim_t *a)
+{
+    return lv_obj_get_height((lv_obj_t *)a->user_data);
+}
+
+int32_t _ui_anim_callback_get_opacity(lv_anim_t *a)
+{
+    return lv_obj_get_style_opa((lv_obj_t *)a->user_data, 0);
+}
+
+int32_t _ui_anim_callback_get_image_zoom(lv_anim_t *a)
+{
+    return lv_img_get_zoom((lv_obj_t *)a->user_data);
+}
+
+int32_t _ui_anim_callback_get_image_angle(lv_anim_t *a)
+{
+    return lv_img_get_angle((lv_obj_t *)a->user_data);
+}
+
+void _ui_arc_set_text_value(lv_obj_t *trg, lv_obj_t *src, char *prefix, char *postfix)
+{
+    char buf[_UI_TEMPORARY_STRING_BUFFER_SIZE];
+    lv_snprintf(buf, sizeof(buf), "%s%d%s", prefix, (int)lv_arc_get_value(src), postfix);
+    lv_label_set_text(trg, buf);
+}
+
+void _ui_slider_set_text_value(lv_obj_t *trg, lv_obj_t *src, char *prefix, char *postfix)
+{
+    char buf[_UI_TEMPORARY_STRING_BUFFER_SIZE];
+    lv_snprintf(buf, sizeof(buf), "%s%d%s", prefix, (int)lv_slider_get_value(src), postfix);
+    lv_label_set_text(trg, buf);
+}
+void _ui_checked_set_text_value(lv_obj_t *trg, lv_obj_t *src, char *txt_on, char *txt_off)
+{
+    if (lv_obj_has_state(src, LV_STATE_CHECKED))
+        lv_label_set_text(trg, txt_on);
+    else
+        lv_label_set_text(trg, txt_off);
+}

+ 95 - 0
projects/hmi-board-soem/board/lvgl/demo/video/ui_helpers.h

@@ -0,0 +1,95 @@
+// SquareLine LVGL GENERATED FILE
+// EDITOR VERSION: SquareLine Studio 1.2.1
+// LVGL VERSION: 8.3.3
+// PROJECT: SquareLine_Project
+
+#ifndef _SQUARELINE_PROJECT_UI_HELPERS_H
+#define _SQUARELINE_PROJECT_UI_HELPERS_H
+
+#include "lvgl.h"
+
+#define _UI_TEMPORARY_STRING_BUFFER_SIZE 32
+#define _UI_BAR_PROPERTY_VALUE 0
+#define _UI_BAR_PROPERTY_VALUE_WITH_ANIM 1
+void _ui_bar_set_property(lv_obj_t *target, int id, int val);
+
+#define _UI_BASIC_PROPERTY_POSITION_X 0
+#define _UI_BASIC_PROPERTY_POSITION_Y 1
+#define _UI_BASIC_PROPERTY_WIDTH 2
+#define _UI_BASIC_PROPERTY_HEIGHT 3
+void _ui_basic_set_property(lv_obj_t *target, int id, int val);
+
+#define _UI_DROPDOWN_PROPERTY_SELECTED 0
+void _ui_dropdown_set_property(lv_obj_t *target, int id, int val);
+
+#define _UI_IMAGE_PROPERTY_IMAGE 0
+void _ui_image_set_property(lv_obj_t *target, int id, uint8_t *val);
+
+#define _UI_LABEL_PROPERTY_TEXT 0
+void _ui_label_set_property(lv_obj_t *target, int id, char *val);
+
+#define _UI_ROLLER_PROPERTY_SELECTED 0
+#define _UI_ROLLER_PROPERTY_SELECTED_WITH_ANIM 1
+void _ui_roller_set_property(lv_obj_t *target, int id, int val);
+
+#define _UI_SLIDER_PROPERTY_VALUE 0
+#define _UI_SLIDER_PROPERTY_VALUE_WITH_ANIM 1
+void _ui_slider_set_property(lv_obj_t *target, int id, int val);
+
+void _ui_screen_change(lv_obj_t *target, lv_scr_load_anim_t fademode, int spd, int delay);
+
+void _ui_arc_increment(lv_obj_t *target, int val);
+
+void _ui_bar_increment(lv_obj_t *target, int val, int anm);
+
+void _ui_slider_increment(lv_obj_t *target, int val, int anm);
+
+void _ui_keyboard_set_target(lv_obj_t *keyboard, lv_obj_t *textarea);
+
+#define _UI_MODIFY_FLAG_ADD 0
+#define _UI_MODIFY_FLAG_REMOVE 1
+#define _UI_MODIFY_FLAG_TOGGLE 2
+void _ui_flag_modify(lv_obj_t *target, int32_t flag, int value);
+
+#define _UI_MODIFY_STATE_ADD 0
+#define _UI_MODIFY_STATE_REMOVE 1
+#define _UI_MODIFY_STATE_TOGGLE 2
+void _ui_state_modify(lv_obj_t *target, int32_t state, int value);
+
+void _ui_opacity_set(lv_obj_t *target, int val);
+
+void _ui_anim_callback_set_x(lv_anim_t *a, int32_t v);
+
+void _ui_anim_callback_set_y(lv_anim_t *a, int32_t v);
+
+void _ui_anim_callback_set_width(lv_anim_t *a, int32_t v);
+
+void _ui_anim_callback_set_height(lv_anim_t *a, int32_t v);
+
+void _ui_anim_callback_set_opacity(lv_anim_t *a, int32_t v);
+
+void _ui_anim_callback_set_image_zoom(lv_anim_t *a, int32_t v);
+
+void _ui_anim_callback_set_image_angle(lv_anim_t *a, int32_t v);
+
+int32_t _ui_anim_callback_get_x(lv_anim_t *a);
+
+int32_t _ui_anim_callback_get_y(lv_anim_t *a);
+
+int32_t _ui_anim_callback_get_width(lv_anim_t *a);
+
+int32_t _ui_anim_callback_get_height(lv_anim_t *a);
+
+int32_t _ui_anim_callback_get_opacity(lv_anim_t *a);
+
+int32_t _ui_anim_callback_get_image_zoom(lv_anim_t *a);
+
+int32_t _ui_anim_callback_get_image_angle(lv_anim_t *a);
+
+void _ui_arc_set_text_value(lv_obj_t *trg, lv_obj_t *src, char *prefix, char *postfix);
+
+void _ui_slider_set_text_value(lv_obj_t *trg, lv_obj_t *src, char *prefix, char *postfix);
+
+void _ui_checked_set_text_value(lv_obj_t *trg, lv_obj_t *src, char *txt_on, char *txt_off);
+
+#endif

+ 70 - 0
projects/hmi-board-soem/board/lvgl/lv_conf.h

@@ -0,0 +1,70 @@
+/*
+ * Copyright (c) 2006-2023, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author        Notes
+ * 2023-02-22     Rbb666        First version
+ */
+
+#ifndef LV_CONF_H
+#define LV_CONF_H
+
+#include <rtconfig.h>
+
+/* Enable additional color format support */
+#define DLG_LVGL_CF                 0
+
+#define LV_USE_GPU_RA6M3_G2D        1
+#define LV_GPU_RA6M3_G2D_INCLUDE    "hal_data.h"
+
+#define LV_USE_PERF_MONITOR         1
+#define LV_COLOR_DEPTH              16
+
+#ifdef PKG_USING_ILI9341
+    #define LV_HOR_RES_MAX          240
+    #define LV_VER_RES_MAX          320
+    #define LV_COLOR_16_SWAP        1
+    #define LV_DPI_DEF              99
+#else
+    #define LV_HOR_RES_MAX          480
+    #define LV_VER_RES_MAX          272
+    #define LV_DPI_DEF              89
+#endif
+
+#ifdef BSP_USING_LVGL_VIDEO_DEMO
+#define LV_USE_FILE_EXPLORER    1
+#if LV_USE_FILE_EXPLORER
+    /*Maximum length of path*/
+    #define LV_FILE_EXPLORER_PATH_MAX_LEN        (128)
+    /*Quick access bar, 1:use, 0:not use*/
+    /*Requires: lv_list*/
+    #define LV_FILE_EXPLORER_QUICK_ACCESS        0
+#endif
+
+#define LV_USE_FS_STDIO 1
+#if LV_USE_FS_STDIO
+    #define LV_FS_STDIO_LETTER '/'      /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
+    #define LV_FS_STDIO_PATH "/"        /*Set the working directory. File/directory paths will be appended to it.*/
+    #define LV_FS_STDIO_CACHE_SIZE  0   /*>0 to cache this number of bytes in lv_fs_read()*/
+#endif
+#endif
+
+#ifdef PKG_USING_LV_MUSIC_DEMO
+    /* music player demo */
+    #define LV_USE_DEMO_RTT_MUSIC       1
+    #define LV_DEMO_RTT_MUSIC_AUTO_PLAY 0
+    #define LV_FONT_MONTSERRAT_12       1
+    #define LV_FONT_MONTSERRAT_16       1
+    #define LV_COLOR_SCREEN_TRANSP      0
+#endif /* PKG_USING_LV_MUSIC_DEMO */
+
+#ifdef BSP_USING_LVGL_ETHERCAT_DEMO
+    #define LV_FONT_MONTSERRAT_14 1
+    #define LV_FONT_MONTSERRAT_16 1
+    #define LV_FONT_MONTSERRAT_18 1
+    #define LV_FONT_MONTSERRAT_20 1
+    #define LV_FONT_DEFAULT &lv_font_montserrat_14
+#endif
+#endif

+ 149 - 0
projects/hmi-board-soem/board/lvgl/lv_port_disp.c

@@ -0,0 +1,149 @@
+/*
+ * Copyright (c) 2006-2023, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2021-11-24     Rbb666       The first version
+ */
+#include <lvgl.h>
+#include "hal_data.h"
+
+#if LV_USE_GPU_RA6M3_G2D
+    #include "lv_gpu_d2_ra6m3.h"
+#endif
+
+#ifdef PKG_USING_ILI9341
+    #include "lcd_ili9341.h"
+#else
+    #include "lcd_port.h"
+#endif
+
+#define COLOR_BUFFER  (LV_HOR_RES_MAX * LV_VER_RES_MAX / 2)
+
+/*A static or global variable to store the buffers*/
+static lv_disp_draw_buf_t disp_buf;
+
+/*Descriptor of a display driver*/
+static lv_disp_drv_t disp_drv;
+static struct rt_device_graphic_info info;
+
+/*Static or global buffer(s). The second buffer is optional*/
+// 0x1FFE0000    0x20040000
+//lv_color_t buf_1[COLOR_BUFFER];
+//lv_color_t buf_2[COLOR_BUFFER];
+
+#if !LV_USE_GPU_RA6M3_G2D
+static void color_to16_maybe(lv_color16_t *dst, lv_color_t *src)
+{
+#if (LV_COLOR_DEPTH == 16)
+    dst->full = src->full;
+#else
+    dst->ch.blue = src->ch.blue;
+    dst->ch.green = src->ch.green;
+    dst->ch.red = src->ch.red;
+#endif
+}
+#endif
+
+void _ra_port_display_callback(display_callback_args_t *p_args)
+{
+    /* TFT-Callback */
+}
+
+static void disp_flush(lv_disp_drv_t *disp_drv, const lv_area_t *area, lv_color_t *color_p)
+{
+#ifdef PKG_USING_ILI9341
+    lcd_fill_array_spi(area->x1, area->y1, area->x2, area->y2, color_p);
+#elif LV_USE_GPU_RA6M3_G2D
+    lv_port_gpu_blit(area->x1, area->y1, color_p, area);
+#else
+    int x1, x2, y1, y2;
+
+    x1 = area->x1;
+    x2 = area->x2;
+    y1 = area->y1;
+    y2 = area->y2;
+
+    /*Return if the area is out the screen*/
+    if (x2 < 0)
+        return;
+    if (y2 < 0)
+        return;
+    if (x1 > info.width - 1)
+        return;
+    if (y1 > info.height - 1)
+        return;
+
+    /*Truncate the area to the screen*/
+    int32_t act_x1 = x1 < 0 ? 0 : x1;
+    int32_t act_y1 = y1 < 0 ? 0 : y1;
+    int32_t act_x2 = x2 > info.width - 1 ? info.width - 1 : x2;
+    int32_t act_y2 = y2 > info.height - 1 ? info.height - 1 : y2;
+
+    uint32_t x;
+    uint32_t y;
+    long int location = 0;
+
+    /* color_p is a buffer pointer; the buffer is provided by LVGL */
+    lv_color16_t *fbp16 = (lv_color16_t *)info.framebuffer;
+
+    for (y = act_y1; y <= act_y2; y++)
+    {
+        for (x = act_x1; x <= act_x2; x++)
+        {
+            location = (x) + (y) * info.width;
+            color_to16_maybe(&fbp16[location], color_p);
+            color_p++;
+        }
+
+        color_p += x2 - act_x2;
+    }
+#endif
+    lv_disp_flush_ready(disp_drv);
+}
+
+void lv_port_disp_init(void)
+{
+#ifdef PKG_USING_ILI9341
+    spi_lcd_init(20);
+#else
+    static rt_device_t device;
+    /* LCD Device Init */
+    device = rt_device_find("lcd");
+    RT_ASSERT(device != RT_NULL);
+
+    if (rt_device_open(device, RT_DEVICE_OFLAG_RDWR) == RT_EOK)
+    {
+        rt_device_control(device, RTGRAPHIC_CTRL_GET_INFO, &info);
+    }
+
+    RT_ASSERT(info.bits_per_pixel == 8 || info.bits_per_pixel == 16 ||
+              info.bits_per_pixel == 24 || info.bits_per_pixel == 32);
+#endif
+
+    lv_color_t *buf_1 = (lv_color_t *)rt_malloc(sizeof(lv_color_t) * COLOR_BUFFER);
+    /*Initialize `disp_buf` with the buffer(s). With only one buffer use NULL instead buf_2 */
+    lv_disp_draw_buf_init(&disp_buf, buf_1, NULL, COLOR_BUFFER);
+
+    lv_disp_drv_init(&disp_drv); /*Basic initialization*/
+
+    /*Set the resolution of the display*/
+    disp_drv.hor_res = LV_HOR_RES_MAX;
+    disp_drv.ver_res = LV_VER_RES_MAX;
+
+    /*Set a display buffer*/
+    disp_drv.draw_buf = &disp_buf;
+
+    /*Used to copy the buffer's content to the display*/
+    disp_drv.flush_cb = disp_flush;
+
+#if LV_USE_GPU_RA6M3_G2D
+    /* Initialize GPU module */
+    lv_draw_ra6m3_g2d_init();
+#endif /* LV_PORT_DISP_GPU_EN */
+
+    /*Finally register the driver*/
+    lv_disp_drv_register(&disp_drv);
+}

+ 140 - 0
projects/hmi-board-soem/board/lvgl/lv_port_indev.c

@@ -0,0 +1,140 @@
+/*
+ * Copyright (c) 2006-2023, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2023-03-09     Rbb666       The first version
+ */
+#include <lvgl.h>
+#include <rtdevice.h>
+
+#define DBG_TAG "lv_port_indev"
+#define DBG_LVL DBG_LOG
+#include <rtdbg.h>
+
+#ifdef BSP_USING_TOUCH
+#include "gt911.h"
+
+#include "hal_data.h"
+
+#define GT911_IRQ_PIN   BSP_IO_PORT_00_PIN_04
+#define GT911_RST_PIN   BSP_IO_PORT_08_PIN_01
+
+static rt_device_t touch_dev;
+static lv_indev_t *touch_indev;
+struct rt_touch_data *read_data;
+
+volatile static rt_uint8_t touch_detect_flag = 0;
+
+static void touchpad_read(lv_indev_drv_t *indev, lv_indev_data_t *data)
+{
+    if (touch_detect_flag != 1)
+        return;
+
+    rt_device_read(touch_dev, 0, read_data, 1);
+
+    if (read_data->event == RT_TOUCH_EVENT_NONE)
+        return;
+
+    data->point.x = read_data->x_coordinate;
+    data->point.y = read_data->y_coordinate;
+
+    if (read_data->event == RT_TOUCH_EVENT_DOWN)
+        data->state = LV_INDEV_STATE_PR;
+    if (read_data->event == RT_TOUCH_EVENT_MOVE)
+        data->state = LV_INDEV_STATE_PR;
+    if (read_data->event == RT_TOUCH_EVENT_UP)
+        data->state = LV_INDEV_STATE_REL;
+
+    touch_detect_flag = 0;
+    rt_device_control(touch_dev, RT_TOUCH_CTRL_ENABLE_INT, RT_NULL);
+}
+
+static rt_err_t rx_callback(rt_device_t dev, rt_size_t size)
+{
+    touch_detect_flag = 1;
+    rt_device_control(dev, RT_TOUCH_CTRL_DISABLE_INT, RT_NULL);
+    return 0;
+}
+
+rt_err_t gt911_probe(rt_uint16_t x, rt_uint16_t y)
+{
+    void *id;
+
+    touch_dev = rt_device_find("gt911");
+    if (touch_dev == RT_NULL)
+    {
+        rt_kprintf("can't find device gt911\n");
+        return -1;
+    }
+
+    if (rt_device_open(touch_dev, RT_DEVICE_FLAG_INT_RX) != RT_EOK)
+    {
+        rt_kprintf("open device failed!");
+        return -1;
+    }
+
+    id = rt_malloc(sizeof(rt_uint8_t) * 8);
+    rt_device_control(touch_dev, RT_TOUCH_CTRL_GET_ID, id);
+    rt_uint8_t *read_id = (rt_uint8_t *)id;
+    rt_kprintf("id = GT%d%d%d \n", read_id[0] - '0', read_id[1] - '0', read_id[2] - '0');
+
+    rt_device_control(touch_dev, RT_TOUCH_CTRL_SET_X_RANGE, &x);  /* if possible you can set your x y coordinate*/
+    rt_device_control(touch_dev, RT_TOUCH_CTRL_SET_Y_RANGE, &y);
+    rt_device_control(touch_dev, RT_TOUCH_CTRL_GET_INFO, id);
+    rt_kprintf("range_x = %d \n", (*(struct rt_touch_info *)id).range_x);
+    rt_kprintf("range_y = %d \n", (*(struct rt_touch_info *)id).range_y);
+    rt_kprintf("point_num = %d \n", (*(struct rt_touch_info *)id).point_num);
+    rt_free(id);
+
+    rt_device_set_rx_indicate(touch_dev, rx_callback);
+
+    read_data = (struct rt_touch_data *)rt_calloc(1, sizeof(struct rt_touch_data));
+    if (!read_data)
+    {
+        return -RT_ENOMEM;
+    }
+
+    return RT_EOK;
+}
+
+#define RST_PIN   "p801"
+#define INT_PIN   "p004"
+
+rt_err_t rt_hw_gt911_register(void)
+{
+    struct rt_touch_config cfg;
+    rt_base_t int_pin = rt_pin_get(INT_PIN);
+    rt_base_t rst_pin = rt_pin_get(RST_PIN);
+
+    cfg.dev_name = "i2c1";
+    cfg.irq_pin.pin = int_pin;
+    cfg.irq_pin.mode = PIN_MODE_INPUT_PULLDOWN;
+    cfg.user_data = &rst_pin;
+
+    rt_hw_gt911_init("gt911", &cfg);
+
+    gt911_probe(480, 272);
+
+    return RT_EOK;
+}
+#endif
+
+void lv_port_indev_init(void)
+{
+#ifdef BSP_USING_TOUCH
+    static lv_indev_drv_t indev_drv;         /* Descriptor of a input device driver */
+    lv_indev_drv_init(&indev_drv);           /* Basic initialization */
+    indev_drv.type = LV_INDEV_TYPE_POINTER;  /* Touch pad is a pointer-like device */
+    indev_drv.read_cb = touchpad_read;       /* Set your driver function */
+
+    /* Register the driver in LVGL and save the created input device object */
+    touch_indev = lv_indev_drv_register(&indev_drv);
+
+    /* Register touch device */
+    rt_err_t res = rt_hw_gt911_register();
+    RT_ASSERT(res == RT_EOK);
+#endif
+}

+ 16 - 0
projects/hmi-board-soem/board/ports/SConscript

@@ -0,0 +1,16 @@
+import os
+from building import *
+
+src = []
+objs = []
+cwd  = GetCurrentDir()
+CPPPATH = [cwd]
+
+objs = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH)
+
+list = os.listdir(cwd)
+for item in list:
+    if os.path.isfile(os.path.join(cwd, item, 'SConscript')):
+        objs = objs + SConscript(os.path.join(item, 'SConscript'))
+
+Return('objs')

+ 21 - 0
projects/hmi-board-soem/board/ports/audio/SConscript

@@ -0,0 +1,21 @@
+
+from building import *
+import rtconfig
+
+cwd = GetCurrentDir()
+
+src = []
+
+src += Glob('pwm_audio.c')
+
+CPPPATH = [cwd]
+LOCAL_CFLAGS = ''
+
+if rtconfig.PLATFORM in ['gcc', 'armclang']:
+    LOCAL_CFLAGS += ' -std=c99'
+elif rtconfig.PLATFORM in ['armcc']:
+    LOCAL_CFLAGS += ' --c99'
+
+group = DefineGroup('audio', src, depend = ['BSP_USING_LVGL_VIDEO_DEMO'], CPPPATH = CPPPATH, LOCAL_CFLAGS = LOCAL_CFLAGS)
+
+Return('group')

+ 670 - 0
projects/hmi-board-soem/board/ports/audio/pwm_audio.c

@@ -0,0 +1,670 @@
+/*
+ * Copyright (c) 2006-2023, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author        Notes
+ * 2023-02-14     Rbb666        first version
+ */
+#include <rtthread.h>
+#include "hal_data.h"
+#include <rtdevice.h>
+#include <rthw.h>
+
+#include "pwm_audio.h"
+
+#define BUFFER_MIN_SIZE     (256UL)
+#define SAMPLE_RATE_MAX     (48000)
+#define SAMPLE_RATE_MIN     (8000)
+#define CHANNEL_LEFT_INDEX  (0)
+#define CHANNEL_RIGHT_INDEX (1)
+#define CHANNEL_LEFT_MASK   (0x01)
+#define CHANNEL_RIGHT_MASK  (0x02)
+#define VOLUME_0DB          (16)
+
+typedef struct
+{
+    char *buf;                         /**< Original pointer */
+    uint32_t volatile head;            /**< ending pointer */
+    uint32_t volatile tail;            /**< Read pointer */
+    uint32_t size;                     /**< Buffer size */
+    uint32_t is_give;                  /**< semaphore give flag */
+    rt_sem_t semaphore_rb;             /**< Semaphore for ringbuffer */
+
+} ringBuf;
+typedef ringBuf *ringbuf_handle_t;
+
+typedef struct
+{
+    pwm_audio_config_t    config;                          /**< pwm audio config struct */
+    timer_cfg_t           pwm_timer_cfg;                   /**< ledc timer config  */
+    timer_cfg_t           gen_timer_cfg;                   /**< general timer config  */
+    gpt_instance_ctrl_t   *pwm_timer_ctrl;                 /**< timer group register pointer */
+    gpt_instance_ctrl_t   *gen_timer_ctrl;                 /**< timer group register pointer */
+    ringbuf_handle_t      ringbuf;                         /**< audio ringbuffer pointer */
+    uint32_t              channel_mask;                    /**< channel gpio mask */
+    uint32_t              channel_set_num;                 /**< channel audio set number */
+    int32_t               framerate;                       /*!< frame rates in Hz */
+    int32_t               bits_per_sample;                 /*!< bits per sample (8, 16, 32) */
+    int32_t               volume;                          /*!< the volume(-VOLUME_0DB ~ VOLUME_0DB) */
+    rt_sem_t              sem_complete;                    /**< Semaphore for play complete */
+
+    pwm_audio_status_t status;
+} pwm_audio_handle;
+typedef pwm_audio_handle *pwm_audio_handle_t;
+
+/**< pwm audio handle pointer */
+static pwm_audio_handle_t g_pwm_audio_handle = NULL;
+
+/**
+ * Ringbuffer for pwm audio
+ */
+static rt_err_t rb_destroy(ringbuf_handle_t rb)
+{
+    if (rb == NULL)
+    {
+        return RT_ERROR;
+    }
+
+    if (rb->buf)
+    {
+        rt_free(rb->buf);
+        rb->buf = NULL;
+    }
+
+    if (rb->semaphore_rb)
+    {
+        rt_sem_delete(rb->semaphore_rb);
+    }
+
+    rt_free(rb);
+    return RT_EOK;
+}
+
+static ringbuf_handle_t rb_create(uint32_t size)
+{
+    if (size < (BUFFER_MIN_SIZE << 2))
+    {
+        rt_kprintf("Invalid buffer size, Minimum = %d", (int32_t)(BUFFER_MIN_SIZE << 2));
+        return NULL;
+    }
+
+    ringbuf_handle_t rb = NULL;
+    char *buf = NULL;
+
+    do
+    {
+        bool _success =
+            (
+                (rb                 = rt_malloc(sizeof(ringBuf)))   &&
+                (buf                = rt_malloc(size))              &&
+                (rb->semaphore_rb   = rt_sem_create("rb_sem", 0, RT_IPC_FLAG_PRIO))
+
+            );
+
+        if (!_success)
+        {
+            break;
+        }
+
+        rb->is_give = 0;
+        rb->buf = buf;
+        rb->head = rb->tail = 0;
+        rb->size = size;
+        return rb;
+
+    }
+    while (0);
+
+    rb_destroy(rb);
+    return NULL;
+}
+
+static uint32_t rb_get_count(ringbuf_handle_t rb)
+{
+    uint32_t tail = rb->tail;
+
+    if (rb->head >= tail)
+    {
+        return (rb->head - tail);
+    }
+
+    return (rb->size - (tail - rb->head));
+}
+
+static uint32_t rb_get_free(ringbuf_handle_t rb)
+{
+    /** < Free a byte to judge the ringbuffer direction */
+    return (rb->size - rb_get_count(rb) - 1);
+}
+
+static rt_err_t rb_flush(ringbuf_handle_t rb)
+{
+    rb->tail = rb->head = 0;
+    return RT_EOK;
+}
+
+static rt_err_t rb_read_byte(ringbuf_handle_t rb, uint8_t *outdata)
+{
+    uint32_t tail = rb->tail;
+
+    if (tail == rb->head)
+    {
+        return RT_ERROR;
+    }
+
+    // Send a byte from the buffer
+    *outdata = rb->buf[tail];
+
+    // Update tail position
+    tail++;
+
+    if (tail == rb->size)
+    {
+        tail = 0;
+    }
+
+    rb->tail = tail;
+    return RT_EOK;
+}
+
+static rt_err_t rb_write_byte(ringbuf_handle_t rb, const uint8_t indata)
+{
+    // Calculate next head
+    uint32_t next_head = rb->head + 1;
+
+    if (next_head == rb->size)
+    {
+        next_head = 0;
+    }
+
+    if (next_head == rb->tail)
+    {
+        return RT_ERROR;
+    }
+
+    // Store data and advance head
+    rb->buf[rb->head] = indata;
+    rb->head = next_head;
+    return RT_EOK;
+}
+
+static rt_err_t rb_wait_semaphore(ringbuf_handle_t rb, rt_tick_t ticks_to_wait)
+{
+    rb->is_give = 0; /**< As long as it's written, it's allowed to give semaphore again */
+
+    if (rt_sem_take(rb->semaphore_rb, ticks_to_wait) == RT_EOK)
+    {
+        return RT_EOK;
+    }
+
+    return RT_ERROR;
+}
+
+rt_err_t pwm_audio_wait_complete(rt_tick_t ticks_to_wait)
+{
+    pwm_audio_handle_t handle = g_pwm_audio_handle;
+
+    if (rt_sem_take(handle->sem_complete, ticks_to_wait) == RT_EOK)
+    {
+        return RT_EOK;
+    }
+
+    return RT_ERROR;
+}
+
+rt_err_t pwm_audio_init(const pwm_audio_config_t *cfg)
+{
+    rt_err_t res = RT_EOK;
+
+    pwm_audio_handle_t handle = NULL;
+
+    int level = rt_hw_interrupt_disable();
+
+    handle = rt_malloc(sizeof(pwm_audio_handle));
+    RT_ASSERT(handle != NULL);
+    memset(handle, 0, sizeof(pwm_audio_handle));
+
+    handle->ringbuf = rb_create(cfg->ringbuf_len);
+    RT_ASSERT(handle->ringbuf != NULL);
+
+    handle->sem_complete = rt_sem_create("pwm_cpl_sem", 0, RT_IPC_FLAG_PRIO);
+    RT_ASSERT(handle->sem_complete != NULL);
+
+    handle->config = *cfg;
+    g_pwm_audio_handle = handle;
+
+    handle->channel_mask = 0;
+
+    if (handle->config.gpio_num_left >= 0)
+    {
+        handle->channel_mask |= CHANNEL_LEFT_MASK;
+    }
+
+    if (handle->config.gpio_num_right >= 0)
+    {
+        handle->channel_mask |= CHANNEL_RIGHT_MASK;
+    }
+
+    RT_ASSERT(0 != handle->channel_mask);
+
+    //
+    handle->pwm_timer_cfg = g_timer6_cfg;
+    handle->pwm_timer_ctrl = &g_timer6_ctrl;
+
+    R_GPT_Open(handle->pwm_timer_ctrl, &handle->pwm_timer_cfg);
+    R_GPT_Start(handle->pwm_timer_ctrl);
+    //
+
+    /**< set a initial parameter */
+//    res = pwm_audio_set_param(16000, 8, 2);
+
+    handle->status = PWM_AUDIO_STATUS_IDLE;
+
+    rt_hw_interrupt_enable(level);
+
+    return res;
+}
+
+rt_err_t pwm_audio_set_param(int rate, uint8_t bits, int ch)
+{
+    rt_err_t res = RT_EOK;
+
+    RT_ASSERT(g_pwm_audio_handle->status != PWM_AUDIO_STATUS_BUSY);
+    RT_ASSERT(rate <= SAMPLE_RATE_MAX && rate >= SAMPLE_RATE_MIN);
+    RT_ASSERT(bits == 32 || bits == 16 || bits == 8);
+    RT_ASSERT(ch <= 2 && ch >= 1);
+
+    pwm_audio_handle_t handle = g_pwm_audio_handle;
+
+    handle->framerate = rate;
+    handle->bits_per_sample = bits;
+    handle->channel_set_num = ch;
+
+    handle->gen_timer_cfg = g_timer2_cfg;
+    handle->gen_timer_ctrl = &g_timer2_ctrl;
+
+    timer_cfg_t *config = NULL;
+    config = (struct st_timer_cfg *)&g_timer2_cfg;
+
+    R_GPT_Open(handle->gen_timer_ctrl, &handle->gen_timer_cfg);
+    R_GPT_Start(handle->gen_timer_ctrl);
+
+    return res;
+}
+
+rt_err_t pwm_audio_set_volume(int8_t volume)
+{
+    if (volume < 0)
+    {
+        RT_ASSERT(-volume <= VOLUME_0DB);
+    }
+    else
+    {
+        RT_ASSERT(volume <= VOLUME_0DB);
+    }
+
+    pwm_audio_handle_t handle = g_pwm_audio_handle;
+    handle->volume = volume + VOLUME_0DB;
+
+    rt_kprintf("set volume to:%d\n", handle->volume);
+    return RT_EOK;
+}
+
+rt_err_t pwm_audio_write(uint8_t *inbuf, size_t inbuf_len, size_t *bytes_written, rt_tick_t ticks_to_wait)
+{
+    rt_err_t res = RT_EOK;
+    pwm_audio_handle_t handle = g_pwm_audio_handle;
+
+    RT_ASSERT(inbuf != NULL && bytes_written != NULL && inbuf_len != 0);
+
+    *bytes_written = 0;
+    ringbuf_handle_t rb = handle->ringbuf;
+    rt_tick_t start_ticks = rt_tick_get();
+
+    while (inbuf_len)
+    {
+        if (RT_EOK == rb_wait_semaphore(rb, ticks_to_wait))
+        {
+            uint32_t free = rb_get_free(rb);
+            uint32_t bytes_can_write = inbuf_len;
+
+            if (inbuf_len > free)
+            {
+                bytes_can_write = free;
+            }
+
+            bytes_can_write &= 0xfffffffc;  /**< Aligned data, bytes_can_write should be an integral multiple of 4 */
+
+            if (0 == bytes_can_write)
+            {
+                *bytes_written += inbuf_len;    /**< Discard the last misaligned bytes of data directly */
+                return RT_EOK;
+            }
+
+            /**< Get the difference between PWM resolution and audio samplewidth */
+            int8_t shift = handle->bits_per_sample - handle->config.duty_resolution;
+            uint32_t len = bytes_can_write;
+
+            switch (handle->bits_per_sample)
+            {
+            case 8:
+            {
+                if (shift < 0)
+                {
+                    /**< When the PWM resolution is greater than 8 bits, the value needs to be expanded */
+                    uint16_t value;
+                    uint8_t temp;
+                    shift = -shift;
+                    len >>= 1;
+                    bytes_can_write >>= 1;
+
+                    for (size_t i = 0; i < len; i++)
+                    {
+                        temp = (inbuf[i] * handle->volume / VOLUME_0DB) + 0x7f; /**< offset */
+                        value = temp << shift;
+                        rb_write_byte(rb, value);
+                        rb_write_byte(rb, value >> 8);
+                    }
+                }
+                else
+                {
+                    uint8_t value;
+
+                    for (size_t i = 0; i < len; i++)
+                    {
+                        value = (inbuf[i] * handle->volume / VOLUME_0DB) + 0x7f; /**< offset */
+                        rb_write_byte(rb, value);
+                    }
+                }
+            }
+            break;
+
+            case 16:
+            {
+                len >>= 1;
+                uint16_t *buf_16b = (uint16_t *)inbuf;
+                static uint16_t value_16b;
+                int16_t temp;
+
+                if (handle->config.duty_resolution > 8)
+                {
+                    for (size_t i = 0; i < len; i++)
+                    {
+                        temp = buf_16b[i];
+                        temp = temp * handle->volume / VOLUME_0DB;
+                        value_16b = temp + 0x7fff; /**< offset */
+                        value_16b >>= shift;
+                        rb_write_byte(rb, value_16b);
+                        rb_write_byte(rb, value_16b >> 8);
+                    }
+                }
+                else
+                {
+                    /**
+                     * When the PWM resolution is 8 bit, only one byte is transmitted
+                     */
+                    for (size_t i = 0; i < len; i++)
+                    {
+                        temp = buf_16b[i];
+                        temp = temp * handle->volume / VOLUME_0DB;
+                        value_16b = temp + 0x7fff; /**< offset */
+                        value_16b >>= shift;
+                        rb_write_byte(rb, value_16b);
+                    }
+                }
+            }
+            break;
+
+            case 32:
+            {
+                len >>= 2;
+                uint32_t *buf_32b = (uint32_t *)inbuf;
+                uint32_t value;
+                int32_t temp;
+
+                if (handle->config.duty_resolution > 8)
+                {
+                    for (size_t i = 0; i < len; i++)
+                    {
+                        temp = buf_32b[i];
+                        temp = temp * handle->volume / VOLUME_0DB;
+                        value = temp + 0x7fffffff; /**< offset */
+                        value >>= shift;
+                        rb_write_byte(rb, value);
+                        rb_write_byte(rb, value >> 8);
+                    }
+                }
+                else
+                {
+                    /**
+                     * When the PWM resolution is 8 bit, only one byte is transmitted
+                     */
+                    for (size_t i = 0; i < len; i++)
+                    {
+                        temp = buf_32b[i];
+                        temp = temp * handle->volume / VOLUME_0DB;
+                        value = temp + 0x7fffffff; /**< offset */
+                        value >>= shift;
+                        rb_write_byte(rb, value);
+                    }
+                }
+            }
+            break;
+            default:
+                break;
+            }
+
+            inbuf += bytes_can_write;
+            inbuf_len -= bytes_can_write;
+            *bytes_written += bytes_can_write;
+        }
+        else
+        {
+            res = RT_ERROR;
+        }
+
+        if ((rt_tick_get() - start_ticks) >= ticks_to_wait)
+        {
+            return res;
+        }
+    }
+
+    return res;
+}
+
+/*
+ * Note:
+ * In order to improve efficiency, register is operated directly
+ */
+static inline void ledc_set_left_duty_fast(uint32_t duty_val)
+{
+    pwm_audio_handle_t handle = g_pwm_audio_handle;
+//    *g_ledc_left_duty_val = (duty_val) << 4; /* Discard decimal part */
+    R_GPT_DutyCycleSet(handle->pwm_timer_ctrl, duty_val, GPT_IO_PIN_GTIOCA);
+}
+
+static inline void ledc_set_right_duty_fast(uint32_t duty_val)
+{
+    pwm_audio_handle_t handle = g_pwm_audio_handle;
+//    *g_ledc_right_duty_val = (duty_val) << 4; /* Discard decimal part */
+    R_GPT_DutyCycleSet(handle->pwm_timer_ctrl, duty_val, GPT_IO_PIN_GTIOCB);
+}
+
+void cb_timer2(timer_callback_args_t *p_args)
+{
+    rt_interrupt_enter();
+
+    pwm_audio_handle_t handle = g_pwm_audio_handle;
+
+    if (handle == NULL)
+    {
+        rt_kprintf("pwm audio not initialized\n");
+        return;
+    }
+
+    static uint8_t wave_h, wave_l;
+    static uint16_t value;
+    ringbuf_handle_t rb = handle->ringbuf;
+
+    /**
+     * It is believed that the channel configured with GPIO needs to output sound
+    */
+    if (handle->channel_mask & CHANNEL_LEFT_MASK)
+    {
+        if (handle->config.duty_resolution > 8)
+        {
+            if (rb_get_count(rb) > 1)
+            {
+                rb_read_byte(rb, &wave_l);
+                rb_read_byte(rb, &wave_h);
+                value = ((wave_h << 8) | wave_l);
+                ledc_set_left_duty_fast(value);/**< set the PWM duty */
+            }
+        }
+        else
+        {
+            if (RT_EOK == rb_read_byte(rb, &wave_h))
+            {
+                ledc_set_left_duty_fast(wave_h);/**< set the PWM duty */
+            }
+        }
+    }
+
+    /**
+     * If two gpios are configured, but the audio data has only one channel, copy the data to the right channel
+     * Instead, the right channel data is discarded
+    */
+    if (handle->channel_mask & CHANNEL_RIGHT_MASK)
+    {
+        if (handle->channel_set_num == 1)
+        {
+            if (handle->config.duty_resolution > 8)
+            {
+                ledc_set_right_duty_fast(value);/**< set the PWM duty */
+            }
+            else
+            {
+                ledc_set_right_duty_fast(wave_h);/**< set the PWM duty */
+            }
+        }
+        else
+        {
+            if (handle->config.duty_resolution > 8)
+            {
+                if (rb_get_count(rb) > 1)
+                {
+                    rb_read_byte(rb, &wave_l);
+                    rb_read_byte(rb, &wave_h);
+                    value = ((wave_h << 8) | wave_l);
+                    ledc_set_right_duty_fast(value);/**< set the PWM duty */
+                }
+            }
+            else
+            {
+                if (RT_EOK == rb_read_byte(rb, &wave_h))
+                {
+                    ledc_set_right_duty_fast(wave_h);/**< set the PWM duty */
+                }
+            }
+        }
+    }
+    else
+    {
+        if (handle->channel_set_num == 2)
+        {
+            /**
+             * Discard the right channel data only if the right channel is configured but the audio data is stereo
+             * Read buffer but do nothing
+             */
+            if (handle->config.duty_resolution > 8)
+            {
+                if (rb_get_count(rb) > 1)
+                {
+                    rb_read_byte(rb, &wave_h);
+                    rb_read_byte(rb, &wave_h);
+                }
+            }
+            else
+            {
+                rb_read_byte(rb, &wave_h);
+            }
+
+            rb_read_byte(rb, &wave_l);
+        }
+    }
+
+    /**
+     * Send semaphore when buffer free is more than BUFFER_MIN_SIZE
+     */
+    if (0 == rb->is_give && rb_get_free(rb) > BUFFER_MIN_SIZE)
+    {
+        /**< The execution time of the following code is 2.71 microsecond */
+        rb->is_give = 1; /**< To prevent multiple give semaphores */
+
+        int err = -RT_ERROR;
+
+        rt_interrupt_enter();
+        err = rt_sem_release(rb->semaphore_rb);
+        rt_interrupt_leave();
+
+        if (rb_get_count(rb) <= 1)
+        {
+            rt_interrupt_enter();
+            err = rt_sem_release(handle->sem_complete);
+            rt_interrupt_leave();
+        }
+        if (err != RT_ERROR)
+        {
+            rt_thread_yield();
+        }
+    }
+
+    rt_interrupt_leave();
+}
+
+rt_err_t pwm_audio_start(void)
+{
+    pwm_audio_handle_t handle = g_pwm_audio_handle;
+    RT_ASSERT(NULL != handle);
+    RT_ASSERT(handle->status == PWM_AUDIO_STATUS_IDLE);
+
+    handle->status = PWM_AUDIO_STATUS_BUSY;
+
+    /**< timer enable interrupt */
+    int level = rt_hw_interrupt_disable();
+    R_GPT_Start(handle->gen_timer_ctrl);
+    rt_hw_interrupt_enable(level);
+
+    return RT_EOK;
+}
+
+rt_err_t pwm_audio_stop(void)
+{
+    pwm_audio_handle_t handle = g_pwm_audio_handle;
+
+    /**< just disable timer ,keep pwm output to reduce switching nosie */
+    /**< timer disable interrupt */
+    int level = rt_hw_interrupt_disable();
+    R_GPT_Stop(handle->gen_timer_ctrl);
+    rt_hw_interrupt_enable(level);
+
+    rb_flush(handle->ringbuf);  /**< flush ringbuf, avoid play noise */
+    handle->status = PWM_AUDIO_STATUS_IDLE;
+    return RT_EOK;
+}
+
+rt_err_t pwm_audio_deinit(void)
+{
+    pwm_audio_handle_t handle = g_pwm_audio_handle;
+    RT_ASSERT(handle != NULL);
+
+    handle->status = PWM_AUDIO_STATUS_UN_INIT;
+    R_GPT_Close(handle->pwm_timer_ctrl);
+    R_GPT_Close(handle->gen_timer_ctrl);
+    rt_sem_delete(handle->sem_complete);
+    rb_destroy(handle->ringbuf);
+    rt_free(handle);
+    return RT_EOK;
+}

+ 147 - 0
projects/hmi-board-soem/board/ports/audio/pwm_audio.h

@@ -0,0 +1,147 @@
+#ifndef _PWM_AUDIO_H_
+#define _PWM_AUDIO_H_
+
+#include <rtthread.h>
+
+/**
+ * @brief Configuration parameters of pwm audio for pwm_audio_init function
+ */
+typedef struct
+{
+    int gpio_num_left;                  /*!< the LEDC output gpio_num, Left channel */
+    int gpio_num_right;                 /*!< the LEDC output gpio_num, Right channel */
+//    ledc_channel_t ledc_channel_left;   /*!< LEDC channel (0 - 7), Corresponding to left channel*/
+//    ledc_channel_t ledc_channel_right;  /*!< LEDC channel (0 - 7), Corresponding to right channel*/
+//    ledc_timer_t ledc_timer_sel;        /*!< Select the timer source of channel (0 - 3) */
+    uint8_t duty_resolution;            /*!< ledc pwm bits */
+    uint32_t ringbuf_len;               /*!< ringbuffer size */
+
+} pwm_audio_config_t;
+
+/**
+ * @brief pwm audio status
+ */
+typedef enum
+{
+    PWM_AUDIO_STATUS_UN_INIT = 0, /*!< PWM ?????? */
+    PWM_AUDIO_STATUS_IDLE = 1, /*!< pwm audio idle */
+    PWM_AUDIO_STATUS_BUSY = 2, /*!< pwm audio busy */
+} pwm_audio_status_t;
+
+/**
+ * @brief Initializes and configure the pwm audio.
+ *        Configure pwm audio with the given source.
+ *
+ * @param cfg Pointer of pwm_audio_config_t struct
+ *
+ * @return
+ *     - ESP_OK Success
+ */
+rt_err_t pwm_audio_init(const pwm_audio_config_t *cfg);
+
+
+rt_err_t pwm_audio_wait_complete(rt_tick_t ticks_to_wait);
+
+/**
+ * @brief Start audio play
+ *
+ * @return
+ *     - ESP_OK Success
+ */
+rt_err_t pwm_audio_start(void);
+
+/**
+ * @brief Write data
+ *
+ * @param inbuf
+ * @param len
+ * @param bytes_written
+ * @param ticks_to_wait
+ *
+ * @return
+ *     - ESP_OK Success
+ */
+rt_err_t pwm_audio_write(uint8_t *inbuf, size_t len, size_t *bytes_written, rt_tick_t ticks_to_wait);
+
+/**
+ * @brief stop audio play
+ *
+ * @return
+ *     - ESP_OK Success
+ */
+rt_err_t pwm_audio_stop(void);
+
+/**
+ * @brief Deinit pwm, timer and gpio
+ *
+ * @return
+ *     - ESP_OK Success
+ */
+rt_err_t pwm_audio_deinit(void);
+
+/**
+ * @brief Set parameter for pwm audio.
+ *
+ * Similar to pwm_audio_set_sample_rate(), but also sets bit width.
+ *
+ * @param rate sample rate (ex: 8000, 44100...)
+ * @param bits bit width
+ * @param ch channel number
+ *
+ * @return
+ *     - ESP_OK              Success
+ *     - ESP_ERR_INVALID_ARG Parameter error
+ */
+rt_err_t pwm_audio_set_param(int rate, uint8_t bits, int ch);
+
+/**
+ * @brief Set samplerate for pwm audio.
+ *
+ * @param rate sample rate (ex: 8000, 44100...)
+ *
+ * @return
+ *     - ESP_OK              Success
+ *     - ESP_ERR_INVALID_ARG Parameter error
+ */
+rt_err_t pwm_audio_set_sample_rate(int rate);
+
+/**
+ * @brief Set volume for pwm audio.
+ *        !!!Using volume greater than 0 may cause variable overflow and distortion!!!
+ *        Usually you should enter a volume less than or equal to 0
+ *
+ * @param volume Volume to set (-16 ~ 16), see Macro VOLUME_0DB
+ *        Set to 0 for original output;
+ *        Set to less then 0 for attenuation, and -16 is mute;
+ *        Set to more than 0 for enlarge, and 16 is double output
+ *
+ * @return
+ *     - ESP_OK              Success
+ *     - ESP_ERR_INVALID_ARG Parameter error
+ */
+rt_err_t pwm_audio_set_volume(int8_t volume);
+
+/**
+ * @brief Get parameter for pwm audio.
+ *
+ * @param rate sample rate
+ * @param bits bit width
+ * @param ch channel number
+ *
+ * @return
+ *     - ESP_OK              Success
+ *     - ESP_ERR_INVALID_ARG Parameter error
+ */
+rt_err_t pwm_audio_get_param(int *rate, int *bits, int *ch);
+
+/**
+ * @brief get pwm audio status
+ *
+ * @param status current pwm_audio status
+ *
+ * @return
+ *     - ESP_OK Success
+ */
+rt_err_t pwm_audio_get_status(pwm_audio_status_t *status);
+
+#endif

+ 23 - 0
projects/hmi-board-soem/board/ports/avi/SConscript

@@ -0,0 +1,23 @@
+from building import *
+import os
+
+group = []
+cwd = GetCurrentDir()
+src = Glob('*.c')
+
+CPPPATH = [cwd]
+LOCAL_CFLAGS = ''
+
+if rtconfig.PLATFORM in ['gcc', 'armclang']:
+    LOCAL_CFLAGS += ' -std=c99'
+elif rtconfig.PLATFORM in ['armcc']:
+    LOCAL_CFLAGS += ' --c99'
+
+list = os.listdir(cwd)
+for d in list:
+    path = os.path.join(cwd, d)
+    if os.path.isfile(os.path.join(path, 'SConscript')):
+        group = group + SConscript(os.path.join(d, 'SConscript'))
+
+group = group + DefineGroup('player', src, depend = ['BSP_USING_LVGL_VIDEO_DEMO'], CPPPATH = CPPPATH, LOCAL_CFLAGS = LOCAL_CFLAGS)
+Return('group')

+ 133 - 0
projects/hmi-board-soem/board/ports/avi/avi_def.h

@@ -0,0 +1,133 @@
+#ifndef _AVI_DEFINE_H_
+#define _AVI_DEFINE_H_
+
+#include "stdint.h"
+
+/**
+ * reference links: https://www.cnblogs.com/songhe364826110/p/7619949.html
+ * AVIFileFormat: https://web.archive.org/web/20170411001412/http://www.alexander-noe.com/video/documentation/avi.pdf
+ * OpenDML AVI File Format Extensions: https://web.archive.org/web/20070112225112/http://www.the-labs.com/Video/odmlff2-avidef.pdf
+ */
+typedef struct
+{
+    uint32_t FourCC;
+    uint32_t size;   //块大小,等于之后数据的大小
+    /* 数据 uint8_t _data[size]; */
+} AVI_CHUNK_HEAD;
+
+typedef struct
+{
+    uint32_t List;   //固定为"LIST",如果是 RIFF List 则为 "RIFF"
+    uint32_t size;   //块大小,等于之后数据的大小
+    uint32_t FourCC;
+    /* 数据 uint8_t _data[size-4]; */
+} AVI_LIST_HEAD;
+
+typedef struct
+{
+    uint32_t FourCC;            //块ID,固定为avih
+    uint32_t size;              //块大小,等于struct avi_avih_chunk去掉id和size的大小
+    uint32_t us_per_frame;      //视频帧间隔时间(以微秒为单位)
+    uint32_t max_bytes_per_sec; //AVI文件的最大数据率
+    uint32_t padding;           //设为0即可
+    uint32_t flags;             //AVI文件全局属性,如是否含有索引块、音视频数据是否交叉存储等
+    uint32_t total_frames;      //总帧数
+    uint32_t init_frames;       //为交互格式指定初始帧数(非交互格式应该指定为0)
+    uint32_t streams;           //文件包含的流的个数,仅有视频流时为1
+    uint32_t suggest_buff_size; //指定读取本文件建议使用的缓冲区大小,通常为存储一桢图像以及同步声音所需的数据之和,不指定时设为0
+    uint32_t width;             //视频主窗口宽度(单位:像素)
+    uint32_t height;            //视频主窗口高度(单位:像素)
+    uint32_t reserved[4];       //保留值dwScale,dwRate,dwStart,dwLength
+} AVI_AVIH_CHUNK;
+
+typedef struct
+{
+    int16_t left;
+    int16_t top;
+    int16_t right;
+    int16_t bottom;
+} AVI_RECT_FRAME;
+
+typedef struct
+{
+    uint32_t FourCC;            //块ID,固定为strh
+    uint32_t size;              //块大小,等于struct avi_strh_chunk去掉id和size的大小
+    uint32_t fourcc_type;       //流的类型,vids表示视频流,auds表示音频流
+    uint32_t fourcc_codec;      //指定处理这个流需要的解码器,如JPEG
+    uint32_t flags;             //标记,如是否允许这个流输出、调色板是否变化等,一般设为0即可
+    uint16_t priority;          //流的优先级,视频流设为0即可
+    uint16_t language;          //音频语言代号,视频流设为0即可
+    uint32_t init_frames;       //为交互格式指定初始帧数(非交互格式应该指定为0)
+    uint32_t scale;             //
+    uint32_t rate;              //对于视频流,rate / scale = 帧率fps
+    uint32_t start;             //对于视频流,设为0即可
+    uint32_t length;            //对于视频流,length即总帧数
+    uint32_t suggest_buff_size; //读取这个流数据建议使用的缓冲区大小
+    uint32_t quality;           //流数据的质量指标
+    uint32_t sample_size;       //音频采样大小,视频流设为0即可
+    AVI_RECT_FRAME rcFrame;     //这个流在视频主窗口中的显示位置,设为{0,0,width,height}即可
+} AVI_STRH_CHUNK;
+
+/*对于视频流,strf块结构如下*/
+typedef struct
+{
+    uint32_t FourCC;             //块ID,固定为strf
+    uint32_t size;               //块大小,等于struct avi_strf_chunk去掉id和size的大小
+    uint32_t size1;              //size1含义和值同size一样
+    uint32_t width;              //视频主窗口宽度(单位:像素)
+    uint32_t height;             //视频主窗口高度(单位:像素)
+    uint16_t planes;             //始终为1
+    uint16_t bitcount;           //每个像素占的位数,只能是1、4、8、16、24和32中的一个
+    uint32_t fourcc_compression; //视频流编码格式,如"JPEG"、"MJPG"等
+    uint32_t image_size;         //视频图像大小,等于width * height * bitcount / 8
+    uint32_t x_pixels_per_meter; //显示设备的水平分辨率,设为0即可
+    uint32_t y_pixels_per_meter; //显示设备的垂直分辨率,设为0即可
+    uint32_t num_colors;         //含义不清楚,设为0即可
+    uint32_t imp_colors;         //含义不清楚,设为0即可
+} AVI_VIDS_STRF_CHUNK;
+
+/*对于音频流,strf块结构如下*/
+typedef struct __attribute__((packed))
+{
+    uint32_t FourCC;             //块ID,固定为strf
+    uint32_t size;               //块大小,等于struct avi_strf_chunk去掉id和size的大小
+    uint16_t format_tag;
+    uint16_t channels;
+    uint32_t samples_per_sec;
+    uint32_t avg_bytes_per_sec;
+    uint16_t block_align;
+    uint32_t bits_per_sample;
+}
+AVI_AUDS_STRF_CHUNK;
+
+typedef struct
+{
+    AVI_LIST_HEAD strl;
+    AVI_STRH_CHUNK strh;
+    AVI_VIDS_STRF_CHUNK strf;
+} AVI_STRL_LIST;
+
+typedef struct
+{
+    AVI_LIST_HEAD hdrl;
+    AVI_AVIH_CHUNK avih;
+    AVI_STRL_LIST  strl;
+} AVI_HDRL_LIST;
+
+typedef struct
+{
+    uint32_t FourCC; //块ID,固定为 "idx1"
+    uint32_t flags;
+    uint32_t chunkoffset;
+    uint32_t chunklength;
+} AVI_IDX1;
+
+/**
+"db":未压缩的视频帧(RGB数据流);
+"dc":压缩的视频帧;
+"wb":音频未压缩数据(Wave数据流);
+"wc":音频压缩数据(压缩的Wave数据流);
+"pc":改用新的调色板。(新的调色板使用一个数据结构AVIPALCHANGE来定义。如果一个流的调色板中途可能改变,则应在这个流格式的描述中,也就是AVISTREAMHEADER结构的dwFlags中包含一个AVISF_VIDEO_PALCHANGES标记。)
+*/
+
+#endif

+ 229 - 0
projects/hmi-board-soem/board/ports/avi/avifile.c

@@ -0,0 +1,229 @@
+#include <stdio.h>
+#include <string.h>
+#include <rtthread.h>
+#include "avifile.h"
+
+//#define DEBUGINFO
+
+AVI_TypeDef AVI_file;
+
+#define MAKE_FOURCC(a, b, c, d) ((uint32_t)(d)<<24 | (uint32_t)(c)<<16 | (uint32_t)(b)<<8 | (uint32_t)(a))
+#define READ_WORD(a) ((uint32_t)*(a)<<24 | (uint32_t)*(a)<<16 | (uint32_t)*(a)<<8 | (uint32_t)*(a))
+
+static uint32_t _REV(uint32_t value)
+{
+    return (value & 0x000000FFU) << 24 | (value & 0x0000FF00U) << 8 |
+           (value & 0x00FF0000U) >> 8 | (value & 0xFF000000U) >> 24;
+}
+
+static int search_fourcc(uint32_t fourcc, const uint8_t *buffer, uint32_t length)
+{
+    uint32_t i, j;
+    uint32_t *pdata;
+    j = length - 4;
+    rt_kprintf("movi index:%d\n\n", j);
+    for (i = 0; i < j; i++)
+    {
+        pdata = (uint32_t *)(buffer + i);
+        if (fourcc == *pdata)
+        {
+            rt_kprintf("==>find movi:%#x,%d\n", pdata, i);
+            return i;
+        }
+    }
+    return -1;
+}
+
+static int Strl_Parser(const uint8_t *buffer, uint32_t length, uint32_t *list_length)
+{
+    /**
+     * TODO: how to deal with the list is not complete in the buffer
+     */
+    const uint8_t *pdata = buffer;
+    // strl(stream list), include "strh" and "strf"
+    AVI_LIST_HEAD *strl = (AVI_LIST_HEAD *)pdata;
+    if (strl->List != LIST_ID || strl->FourCC != strl_ID)
+    {
+        return -1;
+    }
+    pdata += sizeof(AVI_LIST_HEAD);
+    *list_length = strl->size + 8; //return the entire size of list
+
+    // strh
+    AVI_STRH_CHUNK *strh = (AVI_STRH_CHUNK *)pdata;
+    if (strh->FourCC != strh_ID || strh->size + 8 != sizeof(AVI_STRH_CHUNK))
+    {
+        return -5;
+    }
+#ifdef DEBUGINFO
+    rt_kprintf("-----strh info------\r\n");
+    rt_kprintf("fourcc_type:0x%x\r\n", strh->fourcc_type);
+    rt_kprintf("fourcc_codec:0x%x\r\n", strh->fourcc_codec);
+    rt_kprintf("flags:%d\r\n", strh->flags);
+    rt_kprintf("Priority:%d\r\n", strh->priority);
+    rt_kprintf("Language:%d\r\n", strh->language);
+    rt_kprintf("InitFrames:%d\r\n", strh->init_frames);
+    rt_kprintf("Scale:%d\r\n", strh->scale);
+    rt_kprintf("Rate:%d\r\n", strh->rate);
+    rt_kprintf("Start:%d\r\n", strh->start);
+    rt_kprintf("Length:%d\r\n", strh->length);
+    rt_kprintf("RefBufSize:%d\r\n", strh->suggest_buff_size);
+    rt_kprintf("Quality:%d\r\n", strh->quality);
+    rt_kprintf("SampleSize:%d\r\n", strh->sample_size);
+    rt_kprintf("FrameLeft:%d\r\n", strh->rcFrame.left);
+    rt_kprintf("FrameTop:%d\r\n", strh->rcFrame.top);
+    rt_kprintf("FrameRight:%d\r\n", strh->rcFrame.right);
+    rt_kprintf("FrameBottom:%d\r\n\n", strh->rcFrame.bottom);
+#endif
+    pdata += sizeof(AVI_STRH_CHUNK);
+
+    if (vids_ID == strh->fourcc_type)
+    {
+        rt_kprintf("Find a video stream\n");
+        if (mjpg_ID != strh->fourcc_codec)
+        {
+            rt_kprintf("only support mjpeg decoder, but needed is 0x%x\n", strh->fourcc_codec);
+            return -1;
+        }
+        AVI_VIDS_STRF_CHUNK *strf = (AVI_VIDS_STRF_CHUNK *)pdata;
+        if (strf->FourCC != strf_ID || strf->size + 8 != sizeof(AVI_VIDS_STRF_CHUNK))
+        {
+            return -5;
+        }
+#ifdef DEBUGINFO
+        rt_kprintf("-----video strf info------\r\n");
+        rt_kprintf("本结构体大小:%d\r\n", strf->size1);
+        rt_kprintf("图像宽:%d\r\n", strf->width);
+        rt_kprintf("图像高:%d\r\n", strf->height);
+        rt_kprintf("平面数:%d\r\n", strf->planes);
+        rt_kprintf("像素位数:%d\r\n", strf->bitcount);
+        rt_kprintf("压缩类型:0x%x\r\n", strf->fourcc_compression);
+        rt_kprintf("图像大小:%d\r\n", strf->image_size);
+        rt_kprintf("水平分辨率:%d\r\n", strf->x_pixels_per_meter);
+        rt_kprintf("垂直分辨率:%d\r\n", strf->y_pixels_per_meter);
+        rt_kprintf("使用调色板颜色数:%d\r\n", strf->num_colors);
+        rt_kprintf("重要颜色:%d\r\n\n", strf->imp_colors);
+#endif
+        AVI_file.vids_fps = strh->rate / strh->scale;
+        AVI_file.vids_width = strf->width;
+        AVI_file.vids_height = strf->height;
+        pdata += sizeof(AVI_VIDS_STRF_CHUNK);
+
+    }
+    else if (auds_ID == strh->fourcc_type)
+    {
+        rt_kprintf("Find a audio stream\n");
+        AVI_AUDS_STRF_CHUNK *strf = (AVI_AUDS_STRF_CHUNK *)pdata;
+        if (strf->FourCC != strf_ID || (strf->size + 8 != sizeof(AVI_AUDS_STRF_CHUNK) && strf->size + 10 != sizeof(AVI_AUDS_STRF_CHUNK)))
+        {
+            rt_kprintf("FourCC=0x%x|%x, size=%d|%d\n", strf->FourCC, strf_ID, strf->size, sizeof(AVI_AUDS_STRF_CHUNK));
+            return -5;
+        }
+#ifdef DEBUGINFO
+        rt_kprintf("-----audio strf info------\r\n");
+        rt_kprintf("strf数据块信息(音频流):");
+        rt_kprintf("格式标志:%d\r\n", strf->format_tag);
+        rt_kprintf("声道数:%d\r\n", strf->channels);
+        rt_kprintf("采样率:%d\r\n", strf->samples_per_sec);
+        rt_kprintf("波特率:%d\r\n", strf->avg_bytes_per_sec);
+        rt_kprintf("块对齐:%d\r\n", strf->block_align);
+        rt_kprintf("采样位宽:%d\r\n\n", (uint8_t)strf->bits_per_sample);
+#endif
+        AVI_file.auds_channels = strf->channels;
+        AVI_file.auds_sample_rate = strf->samples_per_sec;
+        AVI_file.auds_bits = strf->bits_per_sample;
+        pdata += sizeof(AVI_AUDS_STRF_CHUNK);
+    }
+    else
+    {
+        rt_kprintf("Unsupport stream 0x%x\n", strh->fourcc_type);
+    }
+    return 0;
+}
+
+int AVI_Parser(const uint8_t *buffer, uint32_t length)
+{
+    const uint8_t *pdata = buffer;
+    AVI_LIST_HEAD *riff = (AVI_LIST_HEAD *)pdata;
+    if (riff->List != RIFF_ID || riff->FourCC != AVI_ID)
+    {
+        return -1;
+    }
+    AVI_file.RIFFchunksize = riff->size; //RIFF数据块长度
+    pdata += sizeof(AVI_LIST_HEAD);
+
+    AVI_LIST_HEAD *list = (AVI_LIST_HEAD *)pdata;
+    if (list->List != LIST_ID || list->FourCC != hdrl_ID)
+    {
+        return -3;
+    }
+    AVI_file.LISTchunksize = list->size; //LIST数据块长度
+    pdata += sizeof(AVI_LIST_HEAD);
+
+    // avih chunk
+    AVI_AVIH_CHUNK *avih = (AVI_AVIH_CHUNK *)pdata;
+    if (avih->FourCC != avih_ID || avih->size + 8 != sizeof(AVI_AVIH_CHUNK))
+    {
+        return -5;
+    }
+    AVI_file.avihsize = avih->size; //avih数据块长度
+
+    AVI_file.avi_hd.avih.us_per_frame = avih->us_per_frame;
+    AVI_file.avi_hd.avih.max_bytes_per_sec = avih->max_bytes_per_sec;
+    AVI_file.avi_hd.avih.total_frames = avih->total_frames;
+    AVI_file.avi_hd.avih.init_frames = avih->init_frames;
+
+#ifdef DEBUGINFO
+    rt_kprintf("\r\n-----avih info------\r\n");
+    rt_kprintf("显示一帧所需时间:%dus\r\n", avih->us_per_frame);
+    rt_kprintf("最大数据传输率:%d\r\n", avih->max_bytes_per_sec);
+    rt_kprintf("视频总帧数:%d\r\n", avih->total_frames);
+    rt_kprintf("开始播放前需要帧数:%d\r\n", avih->init_frames);
+    rt_kprintf("数据流个数:%d\r\n", avih->streams);
+    rt_kprintf("缓冲区的大小:%d\r\n", avih->suggest_buff_size);
+    rt_kprintf("主窗口宽度:%d\r\n", avih->width);
+    rt_kprintf("主窗口高度:%d\r\n\n", avih->height);
+#endif
+    if ((avih->width > 800) || (avih->height > 480))
+    {
+        rt_kprintf("The size of video is too large\n");
+        return -6;    //视频尺寸不支持
+    }
+    pdata += sizeof(AVI_AVIH_CHUNK);
+
+    // process all streams in turn
+    for (size_t i = 0; i < avih->streams; i++)
+    {
+        uint32_t strl_size = 0;
+        int ret = Strl_Parser(pdata, length - (pdata - buffer), &strl_size);
+        if (0 > ret)
+        {
+            rt_kprintf("strl of stream%d prase failed\n", i);
+            break;
+            /**
+             * TODO: how to deal this error? maybe we should search for the next strl.
+             */
+        }
+        pdata += strl_size;
+    }
+
+    rt_kprintf("MAKE_FOURCC:%d\n\n", MAKE_FOURCC('m', 'o', 'v', 'i'));
+    int movi_offset = search_fourcc(MAKE_FOURCC('m', 'o', 'v', 'i'), pdata, length - (pdata - buffer));
+    if (0 > movi_offset)
+    {
+        rt_kprintf("can't find \"movi\" list\n");
+        return -7;
+    }
+    AVI_file.movi_start = movi_offset + 4  + pdata - buffer;
+    pdata += movi_offset - 8; // back to the list head
+    AVI_LIST_HEAD *movi = (AVI_LIST_HEAD *)pdata;
+    if (movi->List != LIST_ID || movi->FourCC != movi_ID)
+    {
+        return -8;
+    }
+    AVI_file.movi_size = movi->size; //LIST数据块长度
+    pdata += sizeof(AVI_LIST_HEAD);
+    rt_kprintf("movi pos:%d, size:%d\n", AVI_file.movi_start, AVI_file.movi_size);
+
+    return 0;
+}

+ 67 - 0
projects/hmi-board-soem/board/ports/avi/avifile.h

@@ -0,0 +1,67 @@
+#ifndef __AVIFILE_H
+#define __AVIFILE_H
+
+#include "avi_def.h"
+
+//#define DEBUGINFO //信息打印开关
+
+/** big_endian */
+// #define RIFF_ID      0x52494646
+// #define AVI_ID       0x41564920
+// #define LIST_ID      0x4c495354
+// #define hdrl_ID      0x6864726c
+// #define avih_ID      0x61766968
+// #define strl_ID      0x7374726c
+// #define strh_ID      0x73747268
+// #define strf_ID      0x73747266
+// #define movi_ID      0x6d6f7669
+// #define mjpg_ID     0x4D4A5047
+// #define vids_ID     0x76696473
+// #define auds_ID     0x61756473
+
+/** little_endian */
+#define RIFF_ID     _REV(0x52494646)
+#define AVI_ID      _REV(0x41564920)
+#define LIST_ID     _REV(0x4c495354)
+#define hdrl_ID     _REV(0x6864726c)
+#define avih_ID     _REV(0x61766968)
+#define strl_ID     _REV(0x7374726c)
+#define strh_ID     _REV(0x73747268)
+#define strf_ID     _REV(0x73747266)
+#define movi_ID     _REV(0x6d6f7669)
+#define mjpg_ID     _REV(0x4D4A5047)
+#define vids_ID     _REV(0x76696473)
+#define auds_ID     _REV(0x61756473)
+
+typedef struct
+{
+    uint32_t  RIFFchunksize;
+    uint32_t  LISTchunksize;
+    uint32_t  avihsize;
+    uint32_t  strlsize;
+    uint32_t  strhsize;
+
+    uint32_t movi_start; //数据块的起始位置
+    uint32_t movi_size;
+
+    uint16_t vids_fps;
+    uint16_t vids_width;
+    uint16_t vids_height;
+
+    uint16_t auds_channels;
+    uint16_t auds_sample_rate;
+    uint16_t auds_bits;
+
+    AVI_HDRL_LIST avi_hd;
+} AVI_TypeDef;
+
+#define  MAKEWORD(ptr)  (uint32_t)(((uint32_t)*((uint8_t*)(ptr))<<8)|(uint32_t)*(uint8_t*)((ptr)+1))
+#define  MAKEuint32_t(ptr)  (uint32_t)(((uint32_t)*(uint8_t*)(ptr)|(((uint32_t)*(uint8_t*)(ptr+1))<<8)|\
+                        (((uint32_t)*(uint8_t*)(ptr+2))<<16)|(((uint32_t)*(uint8_t*)(ptr+3))<<24)))
+
+
+int AVI_Parser(const uint8_t *buffer, uint32_t length);
+uint8_t AVIH_Parser(uint8_t *buffer);
+
+#endif
+

+ 17 - 0
projects/hmi-board-soem/board/ports/avi/player/SConscript

@@ -0,0 +1,17 @@
+from building import *
+import os
+
+cwd = GetCurrentDir()
+group = []
+src = Glob('*.c')
+CPPPATH = [cwd]
+
+list = os.listdir(cwd)
+for d in list:
+    path = os.path.join(cwd, d)
+    if os.path.isfile(os.path.join(path, 'SConscript')):
+        group = group + SConscript(os.path.join(d, 'SConscript'))
+
+group = group + DefineGroup('player', src, depend = ['BSP_USING_LVGL_VIDEO_DEMO'], CPPPATH = CPPPATH)
+
+Return('group')

+ 523 - 0
projects/hmi-board-soem/board/ports/avi/player/player.c

@@ -0,0 +1,523 @@
+#include "player.h"
+#include "avifile.h"
+#include "pwm_audio.h"
+
+#include <dfs_file.h>
+#include <unistd.h>
+#include <sys/stat.h>
+#include <sys/statfs.h>
+#include "lv_demo_video.h"
+#include "drv_jpeg.h"
+
+#define DBG_TAG    "player"
+#define DBG_LVL    DBG_INFO
+#include <rtdbg.h>
+
+#define T_vids  _REV(0x30306463)
+#define T_auds  _REV(0x30317762)
+
+#define __Map(x, in_min, in_max, out_min, out_max) \
+    (((x) - (in_min)) * ((out_max) - (out_min)) / ((in_max) - (in_min)) + (out_min))
+
+struct avi_file_info
+{
+    uint32_t Strsize;
+    uint32_t Strtype;
+    size_t BytesRD;
+    uint32_t cur_time;
+    uint32_t alltime;
+} avi_file;
+
+extern AVI_TypeDef AVI_file;
+static uint8_t *v_pbuffer;
+
+static uint32_t _REV(uint32_t value)
+{
+    return (value & 0x000000FFU) << 24 | (value & 0x0000FF00U) << 8 |
+           (value & 0x00FF0000U) >> 8 | (value & 0xFF000000U) >> 24;
+}
+
+static void audio_init(player_t player)
+{
+    pwm_audio_config_t pac;
+    pac.duty_resolution    = 10;
+    pac.gpio_num_left      = 1;
+    pac.gpio_num_right     = -1;
+    pac.ringbuf_len        = 1024 * 8;
+
+    pwm_audio_init(&pac);
+
+    /* set default volume:-16 -- +16*/
+    pwm_audio_set_volume(player->volume);
+}
+
+static uint32_t read_video_frame(int fd, uint8_t *buffer, uint32_t length, uint32_t *fourcc)
+{
+    AVI_CHUNK_HEAD head;
+    read(fd, &head, sizeof(AVI_CHUNK_HEAD));
+    if (head.FourCC)
+    {
+        /* code */
+    }
+    *fourcc = head.FourCC;
+    if (head.size % 2)
+    {
+        head.size++;
+    }
+    if (length < head.size)
+    {
+        rt_kprintf("frame size too large\n");
+        return 0;
+    }
+
+    read(fd, buffer, head.size);
+    return head.size;
+}
+
+static int video_start_parser(player_t player, int fd, char *filename)
+{
+    int ret;
+    uint32_t alltime;
+
+    fd = open(filename, O_WRONLY);
+
+    avi_file.BytesRD = read(fd, v_pbuffer, 20480);
+    ret = AVI_Parser(v_pbuffer, avi_file.BytesRD);
+    if (0 > ret)
+    {
+        LOG_E("parse failed (%d)\n", ret);
+        return RT_ERROR;
+    }
+
+    /* Audio Init */
+    audio_init(player);
+    pwm_audio_set_param(AVI_file.auds_sample_rate, AVI_file.auds_bits, AVI_file.auds_channels);
+
+    alltime = (AVI_file.avi_hd.avih.us_per_frame / 1000) * AVI_file.avi_hd.avih.total_frames;
+    alltime /= 1000; /* s */
+    player->song_time_all = alltime;
+    LOG_I("video total time:%02d:%02d:%02d\n", alltime / 3600, (alltime % 3600) / 60, alltime % 60);
+
+    lseek(fd, AVI_file.movi_start, SEEK_SET);
+    avi_file.Strsize = read_video_frame(fd, v_pbuffer, DCODE_BUFFER_SIZE, &avi_file.Strtype);
+    avi_file.BytesRD = avi_file.Strsize + 8;
+
+    return fd;
+}
+
+static void search_files(player_t player, const char *dir_path, const char *ext)
+{
+    struct dirent *dirp;
+
+    DIR *dir = opendir(dir_path);
+    if (dir == NULL)
+    {
+        LOG_E("open directory error!");
+        return;
+    }
+    while ((dirp = readdir(dir)))
+    {
+        if (dirp->d_type == DT_DIR)
+        {
+            if (rt_strcmp(dirp->d_name, ".") == 0 || strcmp(dirp->d_name, "..") == 0)
+            {
+                continue;
+            }
+            char subdir_path[64];
+            rt_snprintf(subdir_path, sizeof(subdir_path), "%s/%s", dir_path, dirp->d_name);
+            search_files(player, subdir_path, ext);
+        }
+        else
+        {
+            char *file_ext = strrchr(dirp->d_name, '.');
+            if (file_ext != NULL && strcmp(file_ext, ext) == 0)
+            {
+                char file_path[64];
+                rt_snprintf(file_path, sizeof(file_path), "%s/%s", dir_path, dirp->d_name);
+                LOG_I("%s\n", file_path);
+
+                player->video_list[player->video_num] = rt_strdup(file_path);
+                LOG_E("video_list[%d]:%s", player->video_num, player->video_list[player->video_num]);
+                player->video_num ++;
+            }
+        }
+    }
+    closedir(dir);
+}
+
+static uint8_t add_video_player(player_t player)
+{
+    uint8_t video_index = 0;
+
+    if (player->video_num == 0)
+    {
+        player->video_list[player->song_current] = rt_strdup(player->video_name);
+        LOG_I("Add first res to player list:%s", player->video_list[player->song_current]);
+        player->song_current ++;
+        player->video_num++;
+    }
+    else
+    {
+        rt_bool_t flag = RT_FALSE;
+        /* find in list*/
+        for (int index = 0; index < player->video_num; index++)
+        {
+            char *video_name = player->video_list[index];
+            if (rt_strcmp(player->video_name, video_name))
+            {
+                flag = RT_TRUE;
+            }
+            else
+            {
+                flag = RT_FALSE;
+                video_index = index;
+                LOG_I("Find name to the list,index:%d", video_index);
+                break;
+            }
+        }
+        if (flag)
+        {
+            player->video_list[player->song_current] = rt_strdup(player->video_name);
+            LOG_I("Add [%s] to player list", player->video_list[player->song_current]);
+            player->song_current ++;
+            player->video_num ++;
+            /* free currnet player,to play next video */
+            player_delete(player);
+        }
+    }
+    /* show player */
+    player_show(player);
+
+    return video_index;
+}
+
+int player_show(player_t player)
+{
+    uint8_t i;
+    uint16_t percent;
+
+    rt_kprintf("*********** video Player ***********\n");
+
+    /* print now video */
+    for (i = 0; i < player->video_num; i++)
+    {
+        rt_kprintf("%02d. %s\n", i + 1, (char *)player->video_list[i]);
+    }
+
+    /* print now player status */
+    if (PLAYER_RUNNING == player->status)
+    {
+        rt_kprintf("<---  current player:");
+    }
+    else
+    {
+        rt_kprintf("<---  stop player:");
+    }
+
+    /* print current player */
+    rt_kprintf("%s", (char *)player->video_list[player->song_current]);
+    rt_kprintf("--->\n");
+
+    /*  print player process */
+    percent = player->song_time_pass * 100 / player->song_time_all;
+    rt_kprintf("Player Progress:%02d%%  Volume level:%02d%%\n", percent, player->volume);
+    rt_kprintf("***********************************\n");
+
+    return 0;
+}
+
+static int player_init(player_t player)
+{
+    rt_uint32_t level;
+
+    if (player->status != PLAYER_RUNNING)
+    {
+        level = rt_hw_interrupt_disable();
+
+        player->status = PLAYER_READY;
+
+        player->song_current = add_video_player(player) + 1;
+
+        rt_hw_interrupt_enable(level);
+
+        rt_sem_release(player->sem_play);
+    }
+
+    return 0;
+}
+
+static int player_play(player_t player)
+{
+    rt_uint32_t level;
+
+    if (player->status != PLAYER_RUNNING)
+    {
+        level = rt_hw_interrupt_disable();
+
+        player->status = PLAYER_RUNNING;
+
+        rt_hw_interrupt_enable(level);
+
+        rt_sem_release(player->sem_play);
+    }
+
+    return 0;
+}
+
+static int player_stop(player_t player)
+{
+    rt_uint32_t level;
+
+    if (player->status == PLAYER_RUNNING)
+    {
+        level = rt_hw_interrupt_disable();
+
+        player->status = PLAYER_STOP;
+
+        rt_hw_interrupt_enable(level);
+    }
+
+    return 0;
+}
+
+int player_delete(player_t player)
+{
+    rt_uint32_t level;
+
+    if (player->status == PLAYER_RUNNING)
+    {
+        level = rt_hw_interrupt_disable();
+
+        player->status = PLAYER_DELETE;
+
+        rt_hw_interrupt_enable(level);
+    }
+
+    return 0;
+}
+
+static int player_last(player_t player)
+{
+    rt_uint32_t level;
+
+    level = rt_hw_interrupt_disable();
+
+    if (player->song_current > 1)
+    {
+        player->song_current --;
+    }
+    else
+    {
+        player->song_current = player->video_num;
+    }
+
+    rt_hw_interrupt_enable(level);
+
+    player->status = PLAYER_LAST;
+
+    level = rt_hw_interrupt_disable();
+
+    rt_hw_interrupt_enable(level);
+
+    return 0;
+}
+
+static int player_next(player_t player)
+{
+    rt_uint32_t level;
+
+    level = rt_hw_interrupt_disable();
+
+    if (player->song_current < player->video_num)
+    {
+        player->song_current ++;
+    }
+    else
+    {
+        player->song_current = 1;
+    }
+
+    rt_hw_interrupt_enable(level);
+
+    player->status = PLAYER_NEXT;
+
+    level = rt_hw_interrupt_disable();
+
+    rt_hw_interrupt_enable(level);
+
+    return 0;
+}
+
+int player_control(player_t player, int cmd, void *arg)
+{
+    rt_uint32_t level;
+
+    switch (cmd)
+    {
+    case PLAYER_CMD_INIT:
+        LOG_I("Rec res name:%s len:%d", (char *)arg, rt_strlen(arg));
+        rt_memset(player->video_name, 0x00, rt_strlen(arg));
+        rt_strcpy(player->video_name, arg);
+        player_init(player);
+        break;
+    case PLAYER_CMD_PLAY:
+        player_play(player);
+        break;
+    case PLAYER_CMD_STOP:
+        player_stop(player);
+        break;
+    case PLAYER_CMD_LAST:
+        player_last(player);
+        break;
+    case PLAYER_CMD_NEXT:
+        player_next(player);
+        break;
+    case PLAYER_CMD_SET_VOL:
+        level = rt_hw_interrupt_disable();
+        player->volume = *(int16_t *)arg;
+        rt_hw_interrupt_enable(level);
+        pwm_audio_set_volume(player->volume);
+        break;
+    case PLAYER_CMD_GET_VOL:
+        *(uint8_t *)arg = player->volume;
+        break;
+    case PLAYER_CMD_GET_STATUS:
+        *(uint8_t *)arg = player->status;
+        break;
+    }
+    return 0;
+}
+
+static void player_entry(void *parameter)
+{
+    int fd = -1;
+    int32_t process;
+    player_t player = (player_t)parameter;
+
+    while (1)
+    {
+        if (player->status == PLAYER_READY)
+        {
+            fd = video_start_parser(player, fd, player->video_list[player->song_current - 1]);
+            LOG_I("Player:%s ready decode\n", player->video_list[player->song_current - 1]);
+
+            player->status = PLAYER_RUNNING;
+        }
+        if (player->status == PLAYER_RUNNING)
+        {
+            avi_file.cur_time = ((float)avi_file.BytesRD / AVI_file.movi_size) * avi_file.alltime;
+
+            if (avi_file.Strtype == T_vids)
+            {
+                JPEG_Draw_frame(player->decode, v_pbuffer, 0x00, 0x00);
+            }
+            /* audio output */
+            else if (avi_file.Strtype == T_auds)
+            {
+                size_t cnt;
+                pwm_audio_write((uint8_t *)v_pbuffer, avi_file.Strsize, &cnt, 500);
+            }
+            else
+            {
+                LOG_E("Unknow frame\n");
+                break;
+            }
+
+            /* read frame */
+            avi_file.Strsize = read_video_frame(fd, v_pbuffer, DCODE_BUFFER_SIZE, &avi_file.Strtype);
+            avi_file.BytesRD += avi_file.Strsize + 8;
+            player->song_time_pass = ((double)avi_file.BytesRD / AVI_file.movi_size) * player->song_time_all;
+
+            process = __Map((int32_t)player->song_time_pass, 0, player->song_time_all, 0, 100);
+            set_audio_wave_value(process);
+
+            /* if video was play over,play next video */
+            if (avi_file.BytesRD >= AVI_file.movi_size)
+            {
+                set_audio_wave_value(0);
+                player_show(player);
+                player_next(player);
+            }
+        }
+        if (player->status == PLAYER_STOP)
+        {
+            LOG_I("Stop player");
+
+            pwm_audio_stop();
+
+            rt_sem_take(player->sem_play, RT_WAITING_FOREVER);
+
+            pwm_audio_start();
+        }
+        if (player->status == PLAYER_DELETE)
+        {
+            close(fd);
+            pwm_audio_deinit();
+            player->status = PLAYER_IDLE;
+            LOG_I("Free %s resources", player->video_list[player->song_current - 1]);
+        }
+        if (player->status == PLAYER_LAST)
+        {
+            close(fd);
+            pwm_audio_deinit();
+            player->status = PLAYER_READY;
+            LOG_I("Free %s resources", player->video_list[player->song_current - 1]);
+        }
+        if (player->status == PLAYER_NEXT)
+        {
+            close(fd);
+            pwm_audio_deinit();
+            player->status = PLAYER_READY;
+            LOG_I("Free %s resources", player->video_list[player->song_current - 1]);
+        }
+        if (player->status == PLAYER_IDLE)
+        {
+            rt_sem_take(player->sem_play, RT_WAITING_FOREVER);
+        }
+    }
+}
+
+int player_start(player_t player)
+{
+    static rt_uint8_t inited = 0;
+
+    if (inited == 1)
+    {
+        return -RT_ERROR;
+    }
+
+    v_pbuffer = rt_malloc(DCODE_BUFFER_SIZE);
+    RT_ASSERT(v_pbuffer != NULL)
+    rt_memset(v_pbuffer, 0x00, DCODE_BUFFER_SIZE);
+
+    /* read filesystem */
+    search_files(player, "/", ".avi");
+
+    player->status = PLAYER_IDLE;
+    player->volume = PLAYER_SOUND_SIZE_DEFAULT;
+    player->song_current = 0;
+    player->song_time_pass = 0;
+
+    player->sem_play = rt_sem_create("sem_play", 0, RT_IPC_FLAG_FIFO);
+    if (player->sem_play == RT_NULL)
+    {
+        return -RT_ERROR;
+    }
+
+    player->play_thread = rt_thread_create("player",
+                                           player_entry, player,
+                                           2 * 1024, 18, 20);
+    if (player->play_thread != RT_NULL)
+    {
+        rt_thread_startup(player->play_thread);
+    }
+    else
+    {
+        rt_sem_delete(player->sem_play);
+        return -RT_ERROR;
+    }
+
+    inited = 1;
+
+    return 0;
+}

+ 88 - 0
projects/hmi-board-soem/board/ports/avi/player/player.h

@@ -0,0 +1,88 @@
+/*
+* Copyright (c) 2006-2023, RT-Thread Development Team
+*
+* SPDX-License-Identifier: Apache-2.0
+*
+* Change Logs:
+* Date           Author       Notes
+* 2023-03-29     Rbb666       the first version
+*/
+
+#ifndef PLAYER_H
+#define PLAYER_H
+
+#include <rtthread.h>
+#include <rthw.h>
+
+#include "drv_jpeg.h"
+
+#define PLAYER_SOUND_SIZE_DEFAULT     0
+#define PLAYER_SONG_NUM_MAX          20
+#define PLAYER_SONG_NAME_LEN_MAX     32
+
+enum PLAYER_STATUS
+{
+    PLAYER_IDLE,
+    PLAYER_READY,
+    PLAYER_RUNNING,
+    PLAYER_STOP,
+    PLAYER_DELETE,
+    PLAYER_LAST,
+    PLAYER_NEXT,
+};
+enum PLAYER_CMD
+{
+    PLAYER_CMD_INIT,
+    PLAYER_CMD_PLAY,
+    PLAYER_CMD_STOP,
+    PLAYER_CMD_LAST,
+    PLAYER_CMD_NEXT,
+    PLAYER_CMD_SET_VOL,
+    PLAYER_CMD_GET_VOL,
+    PLAYER_CMD_GET_STATUS
+};
+enum AUDIO_OPS_CMD
+{
+    AUDIO_OPS_CMD_SET_VOL
+};
+enum DECODE_OPS_CMD
+{
+    DECODE_OPS_CMD_GET_NAME,
+    DECODE_OPS_CMD_GET_LEN
+};
+
+struct audio_ops
+{
+    int (*init)(void);
+    int (*open)(void);
+    int (*close)(void);
+    int (*control)(int cmd, void *arg);
+    int (*write)(void *buffer, int size);
+};
+
+struct player
+{
+    enum PLAYER_STATUS  status;             /*state*/
+    int16_t             volume;             /*Sound Size*/
+    uint8_t             song_current;       /*Playing video*/
+    uint8_t             video_num;          /*Total number of videos*/
+    uint16_t            song_time_pass;     /*Played time*/
+    uint16_t            song_time_all;      /*Played all time*/
+    char  *             video_list[PLAYER_SONG_NUM_MAX];
+    char                video_name[PLAYER_SONG_NAME_LEN_MAX];
+
+    rt_sem_t            sem_play;
+    rt_thread_t         play_thread;
+
+    struct audio_ops    *audio;
+    decode_drv_t        *decode;
+};
+typedef struct player *player_t;
+
+int player_add_song(player_t player, void *song);
+int player_start(player_t player);
+int player_control(player_t player, int cmd, void *arg);
+int player_show(player_t player);
+int player_delete(player_t player);
+
+#endif

+ 146 - 0
projects/hmi-board-soem/board/ports/can_test.c

@@ -0,0 +1,146 @@
+/*
+ * 程序清单:这是一个 CAN 设备使用例程
+ * 例程导出了 can_sample 命令到控制终端
+ * 命令调用格式:can_sample can1
+ * 命令解释:命令第二个参数是要使用的 CAN 设备名称,为空则使用默认的 CAN 设备
+ * 程序功能:通过 CAN 设备发送一帧,并创建一个线程接收数据然后打印输出。
+ */
+
+#include <rtthread.h>
+#include "rtdevice.h"
+#include "drivers/can.h"
+
+#ifdef BSP_USING_CAN0
+#define CAN_DEV_NAME "can0" /* CAN 设备名称 */
+
+static struct rt_semaphore rx_sem; /* 用于接收消息的信号量 */
+static rt_device_t can_dev;        /* CAN 设备句柄 */
+
+/* 接收数据回调函数 */
+static rt_err_t can_rx_call(rt_device_t dev, rt_size_t size)
+{
+    /* CAN 接收到数据后产生中断,调用此回调函数,然后发送接收信号量 */
+    rt_sem_release(&rx_sem);
+
+    return RT_EOK;
+}
+
+static void can_rx_thread(void *parameter)
+{
+    int i;
+    rt_err_t res;
+    struct rt_can_msg rxmsg = {0};
+
+    /* 设置接收回调函数 */
+    rt_device_set_rx_indicate(can_dev, can_rx_call);
+    rt_kprintf("can_rx_thread\n");
+#ifdef RT_CAN_USING_HDR
+    struct rt_can_filter_item items[5] =
+        {
+            RT_CAN_FILTER_ITEM_INIT(0x100, 0, 0, 0, 0x700, RT_NULL, RT_NULL), /* std,match ID:0x100~0x1ff,hdr 为 - 1,设置默认过滤表 */
+            RT_CAN_FILTER_ITEM_INIT(0x300, 0, 0, 0, 0x700, RT_NULL, RT_NULL), /* std,match ID:0x300~0x3ff,hdr 为 - 1 */
+            RT_CAN_FILTER_ITEM_INIT(0x211, 0, 0, 0, 0x7ff, RT_NULL, RT_NULL), /* std,match ID:0x211,hdr 为 - 1 */
+            RT_CAN_FILTER_STD_INIT(0x486, RT_NULL, RT_NULL),                  /* std,match ID:0x486,hdr 为 - 1 */
+            {
+                0x555,
+                0,
+                0,
+                0,
+                0x7ff,
+                7,
+            } /* std,match ID:0x555,hdr 为 7,指定设置 7 号过滤表 */
+        };
+    struct rt_can_filter_config cfg = {5, 1, items}; /* 一共有 5 个过滤表 */
+    /* 设置硬件过滤表 */
+    res = rt_device_control(can_dev, RT_CAN_CMD_SET_FILTER, &cfg);
+    RT_ASSERT(res == RT_EOK);
+#endif
+
+    while (1)
+    {
+        /* hdr 值为 - 1,表示直接从 uselist 链表读取数据 */
+        rxmsg.hdr_index = -1;
+        /* 阻塞等待接收信号量 */
+        rt_sem_take(&rx_sem, RT_WAITING_FOREVER);
+        /* 从 CAN 读取一帧数据 */
+        rt_device_read(can_dev, 0, &rxmsg, sizeof(rxmsg));
+        /* 打印数据 ID 及内容 */
+        rt_kprintf("ID:%x", rxmsg.id);
+        for (i = 0; i < 8; i++)
+        {
+            rt_kprintf("%2x", rxmsg.data[i]);
+        }
+
+        rt_kprintf("\n");
+    }
+}
+
+int can_sample(int argc, char *argv[])
+{
+    struct rt_can_msg msg = {0};
+    rt_err_t res;
+    rt_size_t size;
+    rt_thread_t thread;
+    char can_name[RT_NAME_MAX];
+
+    if (argc == 2)
+    {
+        rt_strncpy(can_name, argv[1], RT_NAME_MAX);
+    }
+    else
+    {
+        rt_strncpy(can_name, CAN_DEV_NAME, RT_NAME_MAX);
+    }
+    /* 查找 CAN 设备 */
+    can_dev = rt_device_find(can_name);
+    if (!can_dev)
+    {
+        rt_kprintf("find %s failed!\n", can_name);
+        return RT_ERROR;
+    }
+
+    /* 初始化 CAN 接收信号量 */
+    rt_sem_init(&rx_sem, "rx_sem", 0, RT_IPC_FLAG_FIFO);
+
+    /* 以中断接收及发送方式打开 CAN 设备 */
+    res = rt_device_open(can_dev, RT_DEVICE_FLAG_INT_TX | RT_DEVICE_FLAG_INT_RX);
+    RT_ASSERT(res == RT_EOK);
+    /* 创建数据接收线程 */
+    thread = rt_thread_create("can_rx", can_rx_thread, RT_NULL, 1024, 25, 10);
+    if (thread != RT_NULL)
+    {
+        rt_thread_startup(thread);
+    }
+    else
+    {
+        rt_kprintf("create can_rx thread failed!\n");
+    }
+
+    msg.id = 0x78;          /* ID 为 0x78 */
+    msg.ide = RT_CAN_STDID; /* 标准格式 */
+    msg.rtr = RT_CAN_DTR;   /* 数据帧 */
+    msg.len = 8;            /* 数据长度为 8 */
+    /* 待发送的 8 字节数据 */
+    msg.data[0] = 0x00;
+    msg.data[1] = 0x11;
+    msg.data[2] = 0x22;
+    msg.data[3] = 0x33;
+    msg.data[4] = 0x44;
+    msg.data[5] = 0x55;
+    msg.data[6] = 0x66;
+    msg.data[7] = 0x77;
+    /* 发送一帧 CAN 数据 */
+    {
+        size = rt_device_write(can_dev, 0, &msg, sizeof(msg));
+        if (size == 0)
+        {
+            rt_kprintf("can dev write data failed!\n");
+        }
+        rt_thread_mdelay(1000);
+    }
+
+    return res;
+}
+/* 导出到 msh 命令列表中 */
+MSH_CMD_EXPORT(can_sample, can device sample);
+#endif

+ 217 - 0
projects/hmi-board-soem/board/ports/drv_g2d.c

@@ -0,0 +1,217 @@
+/*
+ * Copyright (c) 2006-2023, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2022-12-10     Rbb666       the first version
+ */
+#include <rtthread.h>
+#include <lcd_port.h>
+#include <stdlib.h>
+
+#include "drv_g2d.h"
+
+#ifdef BSP_USING_G2D
+
+static d2_device *_d2_handle;
+static d2_renderbuffer *renderbuffer;
+
+static uint32_t _GetD2Mode(void)
+{
+    uint32_t r;
+    r = d2_mode_rgb565;
+
+    return r;
+}
+
+int G2d_Drv_HWInit(void)
+{
+    d2_s32 d2_err;
+
+    // Initialize D/AVE 2D driver
+    _d2_handle = (d2_device *)rt_malloc(sizeof(_d2_handle));
+    _d2_handle = d2_opendevice(0);
+
+    d2_err = d2_inithw(_d2_handle, 0);
+    if (d2_err != D2_OK)
+    {
+        rt_kprintf("Could NOT d2_inithw\n");
+        d2_closedevice(_d2_handle);
+        return RT_ERROR;
+    }
+
+    // Clear both buffers
+    d2_framebuffer(_d2_handle,
+                   &fb_background[0],
+                   480,
+                   480,
+                   272,
+                   (d2_s32) _GetD2Mode());
+    d2_clear(_d2_handle, 0x000000);
+
+    // Set various D2 parameters
+    d2_setalphablendmode(_d2_handle, d2_bm_one, d2_bm_one_minus_alpha);
+    d2_setblendmode(_d2_handle, d2_bm_alpha, d2_bm_one_minus_alpha);
+
+    d2_setalphamode(_d2_handle, d2_am_constant);
+    d2_setalpha(_d2_handle, UINT8_MAX);
+    d2_setantialiasing(_d2_handle, 1);
+    d2_setlinecap(_d2_handle, d2_lc_butt);
+    d2_setlinejoin(_d2_handle, d2_lj_miter);
+
+    renderbuffer = d2_newrenderbuffer(_d2_handle, 20, 20);
+    if (!renderbuffer)
+    {
+        rt_kprintf("NO renderbuffer\n");
+        d2_closedevice(_d2_handle);
+    }
+
+    return RT_EOK;
+}
+
+void _GraphicsHWDeInit(void)
+{
+    // Stop graphics LCD controller
+    while (FSP_SUCCESS != R_GLCDC_Stop(g_display0.p_ctrl))
+    {
+        /* Wait for GLCDC register update to complete before closing driver. */
+    }
+
+    R_GLCDC_Close(g_display0.p_ctrl);
+
+    // Deinitialize D/AVE 2D driver
+    d2_freerenderbuffer(_d2_handle, renderbuffer);
+    d2_deinithw(_d2_handle);
+    d2_closedevice(_d2_handle);
+}
+
+static int32_t _CircleAA(int32_t x0, int32_t y0, int32_t r, int32_t w)
+{
+    uint32_t         Mode;
+    int32_t          ret;
+
+    Mode = _GetD2Mode();
+
+    // Generate render operations
+    d2_framebuffer(_d2_handle,
+                   (uint16_t *)&fb_background[0],
+                   LCD_WIDTH,
+                   LCD_WIDTH,
+                   LCD_HEIGHT,
+                   (d2_s32) Mode);
+    d2_selectrenderbuffer(_d2_handle, renderbuffer);
+    d2_setcolor(_d2_handle, 0, 0xF800);    // green
+    d2_cliprect(_d2_handle, 0, 0, LCD_WIDTH, LCD_HEIGHT);
+    ret = d2_rendercircle(_d2_handle,
+                          (d2_point)(x0 << 4),
+                          (d2_point)(y0 << 4),
+                          (d2_width)(r << 4),
+                          (d2_width)(w << 4));
+
+    // Execute render operations
+    d2_executerenderbuffer(_d2_handle, renderbuffer, 0);
+    d2_flushframe(_d2_handle);
+    while (d2_commandspending(_d2_handle))
+    {
+        /* Do nothing */
+    }
+
+    return ret;
+}
+
+int G2D_Test_Draw_Circle()
+{
+    _CircleAA(240, 100, 50, 10);
+
+    return 0;
+}
+MSH_CMD_EXPORT(G2D_Test_Draw_Circle, G2D_Draw_Circle);
+
+#ifdef PKG_USING_LVGL
+void lv_port_gpu_blit(int32_t      x,
+                      int32_t      y,
+                      const void  *p,
+                      const lv_area_t *area)
+{
+    uint32_t Mode;
+    uint32_t ModeSrc;
+
+    Mode    = _GetD2Mode();
+    ModeSrc = d2_mode_rgb565;
+
+    lv_coord_t img_w, img_h;
+    img_w = lv_area_get_width(area);
+    img_h = lv_area_get_height(area);
+
+    // Generate render operations
+    d2_framebuffer(_d2_handle,
+                   (uint16_t *)&fb_background[0],
+                   LCD_WIDTH,
+                   LCD_WIDTH,
+                   LCD_HEIGHT,
+                   (d2_s32) Mode);
+
+    d2_selectrenderbuffer(_d2_handle, renderbuffer);
+    d2_cliprect(_d2_handle, 0, 0, LCD_WIDTH, LCD_HEIGHT);
+    d2_setblitsrc(_d2_handle, (void *) p, img_w, img_w, img_h, ModeSrc);
+    d2_blitcopy(_d2_handle, img_w, img_h, 0, 0, (d2_width)(img_w << 4), (d2_width)(img_h << 4),
+                (d2_point)(x << 4), (d2_point)(y << 4), 0);
+
+    // Execute render operations
+    d2_executerenderbuffer(_d2_handle, renderbuffer, 0);
+
+    // In single-buffered mode always wait for DRW to finish before returning
+    d2_flushframe(_d2_handle);
+}
+#endif
+
+void _LCD_FillRect(int32_t x0, int32_t y0, int32_t x1, int32_t y1, uint32_t color)
+{
+    uint32_t         Mode;
+    int32_t          xSize;
+    int32_t          ySize;
+
+    Mode = _GetD2Mode();
+
+    // Generate render operations
+    d2_framebuffer(_d2_handle,
+                   (uint16_t *)&fb_background[0],
+                   LCD_WIDTH,
+                   LCD_WIDTH,
+                   LCD_HEIGHT,
+                   (d2_s32) Mode);
+    d2_selectrenderbuffer(_d2_handle, renderbuffer);
+    d2_setcolor(_d2_handle, 0, (uint16_t)color);
+    d2_setalpha(_d2_handle, 0xff);
+    d2_cliprect(_d2_handle, x0, y0, x1, y1);
+    xSize = (x1 - x0) + 1;
+    ySize = (y1 - y0) + 1;
+    d2_renderbox(_d2_handle, (d2_point)(x0 << 4), (d2_point)(y0 << 4), (d2_width)(xSize << 4),
+                 (d2_width)(ySize << 4));
+
+    rt_kprintf("color:%#x\n", color);
+
+    // Execute render operations
+    d2_executerenderbuffer(_d2_handle, renderbuffer, 0);
+    d2_flushframe(_d2_handle);
+    d2_setalpha(_d2_handle, UINT8_MAX);
+
+    d2_u8 fillmode_bkup = d2_getfillmode(_d2_handle);
+    d2_setfillmode(_d2_handle, fillmode_bkup);
+}
+
+int G2D_Test_Draw_FillRect(int argc, const char *argv[])
+{
+    if (argc > 0)
+    {
+        _LCD_FillRect(100, 100, 150, 150, 0x00F800);
+        _LCD_FillRect(100, 100, 120, 120, 0x0000FF);
+        rt_kprintf("x0:%d y0:%d x1:%d y1:%d\n", atoi(argv[1]), atoi(argv[2]), atoi(argv[3]), atoi(argv[4]));
+    }
+
+    return 0;
+}
+MSH_CMD_EXPORT(G2D_Test_Draw_FillRect, G2D_Test_Draw_FillRect);
+#endif

+ 16 - 0
projects/hmi-board-soem/board/ports/drv_g2d.h

@@ -0,0 +1,16 @@
+#ifndef __DRV_G2D_H__
+#define __DRV_G2D_H__
+
+#include <rtthread.h>
+#include "hal_data.h"
+
+int G2d_Drv_HWInit(void);
+
+#ifdef PKG_USING_LVGL
+#include "lvgl.h"
+void lv_port_gpu_blit(int32_t      x,
+                      int32_t      y,
+                      const void  *p,
+                      const lv_area_t *area);
+#endif
+#endif

+ 223 - 0
projects/hmi-board-soem/board/ports/drv_jpeg.c

@@ -0,0 +1,223 @@
+/*
+ * Copyright (c) 2006-2023, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2022-12-15     Rbb666       the first version
+ */
+#include <rtthread.h>
+#include "rthw.h"
+
+#include "drv_g2d.h"
+#include "drv_jpeg.h"
+
+#ifdef BSP_USING_JPEG
+
+static rt_sem_t _SemaphoreJPEG = RT_NULL;
+volatile static jpeg_status_t g_jpeg_status = JPEG_STATUS_NONE;
+
+static int32_t _WaitForCallbackTimed(uint32_t TimeOut)
+{
+    return rt_sem_take(_SemaphoreJPEG, TimeOut) ? RT_ETIMEOUT : RT_EOK;
+}
+
+static void _decode_read(decode_drv_t *decode, int32_t x, int32_t y, void *pInBuffer, int32_t xSize, int32_t ySize)
+{
+    decode->decode_read(x, y, pInBuffer, xSize, ySize);
+}
+
+int JPEG_Draw_frame(decode_drv_t *decode, void *pbuffer, int32_t x0, int32_t y0)
+{
+    int32_t x;
+    int32_t y;
+    int32_t Error;
+    int32_t xSize;
+    int32_t ySize;
+    int32_t OutBufferSize;
+    uint32_t LinesDecoded;
+    jpeg_color_space_t ColorSpace;
+
+    void *pOutBuffer;
+    void *_aInBuffer;
+
+    Error = 0;
+    xSize = 0;
+    ySize = 0;
+    x = x0;
+    y = y0;
+
+    g_jpeg_status = JPEG_STATUS_NONE;
+
+    fsp_err_t err = FSP_SUCCESS;
+    /* Initialize JPEG Codec Driver */
+    err = R_JPEG_Open(&g_jpeg0_ctrl, &g_jpeg0_cfg);
+    /* Handle error */
+    if (FSP_SUCCESS != err)
+    {
+        /* JPEG Codec initialization failed  */
+        rt_kprintf("JPEG Codec driver initialization FAILED\n");
+    }
+
+    _aInBuffer = (uint8_t *)pbuffer;
+
+    while (!(g_jpeg_status & JPEG_STATUS_ERROR))
+    {
+        /* Set in-buffer to get some information about the JPEG */
+        if (R_JPEG_InputBufferSet(&g_jpeg0_ctrl, _aInBuffer,
+                                  DCODE_BUFFER_SIZE) != FSP_SUCCESS)
+        {
+            Error = 2;
+            break;
+        }
+
+        /* Wait for callback */
+        if (_WaitForCallbackTimed(JPEG_TIMEOUT) == RT_ETIMEOUT)
+        {
+            Error = 3;
+            break;
+        }
+
+        if (g_jpeg_status & JPEG_STATUS_IMAGE_SIZE_READY)
+        {
+            break;
+        }
+
+        /* Move pointer to next block of input data (if needed) */
+        // _aInBuffer = (uint8_t *)((uint32_t) _aInBuffer + DCODE_BUFFER_SIZE);
+    }
+
+    if (!Error)
+    {
+        /* Get image dimensions */
+        if (R_JPEG_DecodeImageSizeGet(&g_jpeg0_ctrl, (uint16_t *) &xSize,
+                                      (uint16_t *) &ySize) != FSP_SUCCESS)
+        {
+            Error = 4;
+        }
+    }
+
+    if (!Error)
+    {
+        /* Get color space and check dimensions accordingly */
+        R_JPEG_DecodePixelFormatGet(&g_jpeg0_ctrl, &ColorSpace);
+        if (g_jpeg_status & JPEG_STATUS_ERROR)
+        {
+            /* Image dimensions incompatible with JPEG Codec */
+            Error = 5;
+        }
+    }
+
+    if (!Error)
+    {
+        /* Set up out buffer */
+        // xSize * 16 * 2
+        OutBufferSize = xSize * 16 * 2;
+        pOutBuffer    = (void *) decode->jpeg_out_buf;
+
+        /* Set stride value */
+        if (R_JPEG_DecodeHorizontalStrideSet(&g_jpeg0_ctrl, (uint32_t) xSize) != FSP_SUCCESS)
+        {
+            Error = 6;
+        }
+    }
+
+    if (!Error)
+    {
+        /* Start decoding process by setting out-buffer */
+        if (R_JPEG_OutputBufferSet(&g_jpeg0_ctrl, pOutBuffer, (uint32_t) OutBufferSize) != FSP_SUCCESS)
+        {
+            Error = 7;
+        }
+    }
+
+    if (!Error)
+    {
+        while (!(g_jpeg_status & JPEG_STATUS_ERROR))
+        {
+            if (_WaitForCallbackTimed(JPEG_TIMEOUT) == RT_ETIMEOUT)
+            {
+                Error = 8;
+                break;
+            }
+
+            if ((g_jpeg_status & JPEG_STATUS_OUTPUT_PAUSE) || (g_jpeg_status & JPEG_STATUS_OPERATION_COMPLETE))
+            {
+                /* Draw the JPEG work buffer to the framebuffer */
+                R_JPEG_DecodeLinesDecodedGet(&g_jpeg0_ctrl, &LinesDecoded);
+
+                _decode_read(decode, x, y, (void *) pOutBuffer, xSize, (int32_t)LinesDecoded);
+
+                y = y + (int32_t)LinesDecoded;
+
+                if (!(g_jpeg_status & JPEG_STATUS_OPERATION_COMPLETE))
+                {
+                    /* Set the output buffer to the next 16-line block */
+                    if (R_JPEG_OutputBufferSet(&g_jpeg0_ctrl, pOutBuffer,
+                                               (uint32_t) OutBufferSize) != FSP_SUCCESS)
+                    {
+                        Error = 10;
+                        break;
+                    }
+                }
+            }
+
+            if (g_jpeg_status & JPEG_STATUS_INPUT_PAUSE)
+            {
+                /* Get next block of input data */
+                /* Set the new input buffer pointer */
+                if (R_JPEG_InputBufferSet(&g_jpeg0_ctrl, (void *) _aInBuffer,
+                                          DCODE_BUFFER_SIZE) != FSP_SUCCESS)
+                {
+                    Error = 9;
+                    break;
+                }
+            }
+
+            if (g_jpeg_status & JPEG_STATUS_OPERATION_COMPLETE)
+            {
+                break;
+            }
+        }
+    }
+
+    if ((g_jpeg_status & JPEG_STATUS_ERROR) && (!Error))
+    {
+        Error = 1;
+    }
+
+    R_JPEG_Close(&g_jpeg0_ctrl);
+
+    return Error;
+}
+
+int rt_hw_jpeg_init(void)
+{
+    _SemaphoreJPEG = rt_sem_create("jpeg_sem", 0, RT_IPC_FLAG_PRIO);
+    if (_SemaphoreJPEG == RT_NULL)
+    {
+        rt_kprintf("create jpeg decode semphr failed.\n");
+        return RT_ERROR;
+    }
+
+    return RT_EOK;
+}
+INIT_DEVICE_EXPORT(rt_hw_jpeg_init);
+
+/*******************************************************************************************************************//**
+ * @brief Decode callback function.
+ * @param[in]  p_args
+ * @retval     None
+ **********************************************************************************************************************/
+void decode_callback(jpeg_callback_args_t *p_args)
+{
+    rt_interrupt_enter();
+
+    g_jpeg_status = p_args->status;
+
+    rt_sem_release(_SemaphoreJPEG);
+
+    rt_interrupt_leave();
+}
+#endif

+ 18 - 0
projects/hmi-board-soem/board/ports/drv_jpeg.h

@@ -0,0 +1,18 @@
+#ifndef __DRVJPEG_H__
+#define __DRVJPEG_H__
+
+#include <rtthread.h>
+#include "hal_data.h"
+
+#define DCODE_BUFFER_SIZE           (30 * 1024)
+#define JPEG_TIMEOUT                (100)
+
+typedef struct _decode_drv_t
+{
+    void *jpeg_out_buf;
+    void (*decode_read)(int32_t x, int32_t y, const void *pInBuffer, int32_t xSize, int32_t ySize);
+}decode_drv_t;
+
+int JPEG_Draw_frame(decode_drv_t *decode, void *pbuffer, int32_t x0, int32_t y0);
+
+#endif

+ 82 - 0
projects/hmi-board-soem/board/ports/gpio_cfg.h

@@ -0,0 +1,82 @@
+/*
+ * Copyright (c) 2006-2023, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author            Notes
+ * 2022-01-19     Sherman           first version
+ */
+
+/* Number of IRQ channels on the device */
+#define RA_IRQ_MAX  16
+
+/* PIN to IRQx table */
+#define PIN2IRQX_TABLE(pin)                 \
+{                                           \
+    switch (pin)                            \
+    {                                       \
+    case BSP_IO_PORT_04_PIN_00:             \
+    case BSP_IO_PORT_02_PIN_06:             \
+    case BSP_IO_PORT_01_PIN_05:             \
+        return 0;                           \
+    case BSP_IO_PORT_02_PIN_05:             \
+    case BSP_IO_PORT_01_PIN_01:             \
+    case BSP_IO_PORT_01_PIN_04:             \
+        return 1;                           \
+    case BSP_IO_PORT_02_PIN_03:             \
+    case BSP_IO_PORT_01_PIN_00:             \
+    case BSP_IO_PORT_02_PIN_13:             \
+        return 2;                           \
+    case BSP_IO_PORT_02_PIN_02:             \
+    case BSP_IO_PORT_01_PIN_10:             \
+    case BSP_IO_PORT_02_PIN_12:             \
+        return 3;                           \
+    case BSP_IO_PORT_04_PIN_02:             \
+    case BSP_IO_PORT_01_PIN_11:             \
+    case BSP_IO_PORT_04_PIN_11:             \
+        return 4;                           \
+    case BSP_IO_PORT_04_PIN_01:             \
+    case BSP_IO_PORT_03_PIN_02:             \
+    case BSP_IO_PORT_04_PIN_10:             \
+        return 5;                           \
+    case BSP_IO_PORT_03_PIN_01:             \
+    case BSP_IO_PORT_00_PIN_00:             \
+    case BSP_IO_PORT_04_PIN_09:             \
+        return 6;                           \
+    case BSP_IO_PORT_00_PIN_01:             \
+    case BSP_IO_PORT_04_PIN_08:             \
+        return 7;                           \
+    case BSP_IO_PORT_00_PIN_02:             \
+    case BSP_IO_PORT_03_PIN_05:             \
+    case BSP_IO_PORT_04_PIN_15:             \
+        return 8;                           \
+    case BSP_IO_PORT_00_PIN_04:             \
+    case BSP_IO_PORT_03_PIN_04:             \
+    case BSP_IO_PORT_04_PIN_14:             \
+        return 9;                           \
+    case BSP_IO_PORT_00_PIN_05:             \
+    case BSP_IO_PORT_07_PIN_09:             \
+        return 10;                          \
+    case BSP_IO_PORT_05_PIN_01:             \
+    case BSP_IO_PORT_00_PIN_06:             \
+    case BSP_IO_PORT_07_PIN_08:             \
+        return 11;                          \
+    case BSP_IO_PORT_05_PIN_02:             \
+    case BSP_IO_PORT_00_PIN_08:             \
+        return 12;                          \
+    case BSP_IO_PORT_00_PIN_15:             \
+    case BSP_IO_PORT_00_PIN_09:             \
+        return 13;                          \
+    case BSP_IO_PORT_04_PIN_03:             \
+    case BSP_IO_PORT_05_PIN_12:             \
+    case BSP_IO_PORT_05_PIN_05:             \
+        return 14;                          \
+    case BSP_IO_PORT_04_PIN_04:             \
+    case BSP_IO_PORT_05_PIN_11:             \
+    case BSP_IO_PORT_05_PIN_06:             \
+        return 15;                          \
+    default  :                              \
+        return -1;                          \
+    }                                       \
+}

+ 34 - 0
projects/hmi-board-soem/board/ports/lcd_port.h

@@ -0,0 +1,34 @@
+/*
+ * Copyright (c) 2006-2023, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author         Notes
+ * 2018-07-28     liu2guang      the first version for STM32F469NI-Discovery.
+ */
+
+#ifndef __DRV_LCD_H_
+#define __DRV_LCD_H_
+
+#include <rtthread.h>
+#include <rtdevice.h>
+#include <board.h>
+
+typedef enum
+{
+    ROTATION_ZERO = 0,
+    ROTATION_090 = 90,
+    ROTATION_180 = 180,
+    ROTATION_270 = 270,
+} bsp_rotation;
+
+#define LCD_WIDTH           DISPLAY_HSIZE_INPUT0
+#define LCD_HEIGHT          DISPLAY_VSIZE_INPUT0
+#define LCD_BITS_PER_PIXEL  DISPLAY_BITS_PER_PIXEL_INPUT1
+#define LCD_PIXEL_FORMAT    RTGRAPHIC_PIXEL_FORMAT_RGB565
+#define LCD_BUF_SIZE        (LCD_WIDTH * LCD_HEIGHT * LCD_BITS_PER_PIXEL / 8)
+
+#define LCD_BL_PIN  BSP_IO_PORT_01_PIN_00
+
+#endif

+ 130 - 0
projects/hmi-board-soem/board/ports/mnt.c

@@ -0,0 +1,130 @@
+#include <rtthread.h>
+#include "hal_data.h"
+
+#ifdef BSP_USING_FS
+
+#include <dfs_fs.h>
+
+#define DBG_TAG "app.filesystem"
+#define DBG_LVL DBG_INFO
+#include <rtdbg.h>
+
+#ifdef BSP_USING_SDCARD_FS
+#include <drv_sdhi.h>
+
+/* SD Card hot plug detection pin */
+#define SD_CHECK_PIN  "p405"
+
+static rt_base_t sd_check_pin = 0;
+
+static void _sdcard_mount(void)
+{
+    rt_device_t device;
+
+    device = rt_device_find("sd");
+    rt_kprintf("rt_device_find %x \r\n", device);
+    if (device == NULL)
+    {
+        mmcsd_wait_cd_changed(0);
+        sdcard_change();
+        mmcsd_wait_cd_changed(RT_WAITING_FOREVER);
+        device = rt_device_find("sd");
+    }
+
+    if (device != RT_NULL)
+    {
+        if (dfs_mount("sd", "/", "elm", 0, 0) == RT_EOK)
+        {
+            LOG_I("sd card mount to '/'");
+        }
+        else
+        {
+            LOG_W("sd card mount to '/' failed!");
+        }
+    }
+}
+
+static void _sdcard_unmount(void)
+{
+    rt_thread_mdelay(200);
+    dfs_unmount("/sdcard");
+    LOG_I("Unmount \"/sdcard\"");
+
+    mmcsd_wait_cd_changed(0);
+    sdcard_change();
+    mmcsd_wait_cd_changed(RT_WAITING_FOREVER);
+}
+
+static void sd_auto_mount(void *parameter)
+{
+    rt_uint8_t re_sd_check_pin = 1;
+    rt_thread_mdelay(20);
+
+    if (!(re_sd_check_pin = rt_pin_read(sd_check_pin)))
+    {
+        _sdcard_mount();
+    }
+
+    while (1)
+    {
+        rt_thread_mdelay(200);
+
+        if (re_sd_check_pin && (re_sd_check_pin = rt_pin_read(sd_check_pin)) == 0)
+        {
+            _sdcard_mount();
+        }
+
+        if (!re_sd_check_pin && (re_sd_check_pin = rt_pin_read(sd_check_pin)) != 0)
+        {
+            _sdcard_unmount();
+        }
+    }
+}
+
+static void sd_mount(void)
+{
+    rt_thread_t tid;
+
+    sd_check_pin = rt_pin_get(SD_CHECK_PIN);
+    rt_pin_mode(sd_check_pin, PIN_MODE_INPUT_PULLUP);
+
+    tid = rt_thread_create("sd_mount", sd_auto_mount, RT_NULL,
+                           2048, RT_THREAD_PRIORITY_MAX - 2, 20);
+    if (tid != RT_NULL)
+    {
+        rt_thread_startup(tid);
+    }
+    else
+    {
+        LOG_E("create sd_mount thread err!");
+        return;
+    }
+}
+
+#else
+#include <spi_msd.h>
+#include "drv_sci_spi.h"
+int sd_mount(void)
+{
+    uint32_t cs_pin = BSP_IO_PORT_06_PIN_11;
+    rt_hw_sci_spi_device_attach("scpi7", "scpi70", cs_pin);
+    msd_init("sd0", "scpi70");
+    if (dfs_mount("sd0", "/", "elm", 0, 0) == 0)
+    {
+        LOG_I("Mount \"/dev/sd0\" on \"/\"\n");
+    }
+    else
+    {
+        LOG_W("sd card mount to '/' failed!");
+    }
+    return 0;
+}
+#endif /* BSP_USING_SDCARD_FS */
+
+int mount_init(void)
+{
+    sd_mount();
+    return RT_EOK;
+}
+INIT_ENV_EXPORT(mount_init);
+#endif

+ 22 - 0
projects/hmi-board-soem/board/ports/touch/SConscript

@@ -0,0 +1,22 @@
+from building import *
+import os
+
+group = []
+cwd = GetCurrentDir()
+src = Glob('*.c')
+
+CPPPATH = [cwd]
+LOCAL_CFLAGS = ''
+
+if rtconfig.PLATFORM in ['gcc', 'armclang']:
+    LOCAL_CFLAGS += ' -std=c99'
+elif rtconfig.PLATFORM in ['armcc']:
+    LOCAL_CFLAGS += ' --c99'
+
+list = os.listdir(cwd)
+for d in list:
+    path = os.path.join(cwd, d)
+    if os.path.isfile(os.path.join(path, 'SConscript')):
+        group = group + SConscript(os.path.join(d, 'SConscript'))
+
+Return('group')

+ 52 - 0
projects/hmi-board-soem/board/ports/touch/gt911/.gitignore

@@ -0,0 +1,52 @@
+# Prerequisites
+*.d
+
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Linker output
+*.ilk
+*.map
+*.exp
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# Debug files
+*.dSYM/
+*.su
+*.idb
+*.pdb
+
+# Kernel Module Compile Results
+*.mod*
+*.cmd
+.tmp_versions/
+modules.order
+Module.symvers
+Mkfile.old
+dkms.conf

+ 201 - 0
projects/hmi-board-soem/board/ports/touch/gt911/LICENSE

@@ -0,0 +1,201 @@
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.

+ 73 - 0
projects/hmi-board-soem/board/ports/touch/gt911/README.md

@@ -0,0 +1,73 @@
+# GT911
+GT911 是专为 7”~8”设计的新一代 5 点电容触控方案,拥有 26 个驱动通道和 14 个感应 通道,以满足更高的 touch 精度要求,本软件包已经对接到了Touch框架,通过 Touch 框架,开发者可以快速的将此触摸芯片驱动起来。
+
+## 支持情况
+
+| 包含设备 | 触摸芯片 |
+|----------|----------|
+| **通讯接口** |  |
+| IIC | √ |
+| **工作模式** |  |
+| 中断 | √ |
+| 轮询 | √ |
+
+## 使用说明
+
+### 依赖
+- RT-Thread 4.0.0+
+- Touch 框架
+- I2C 驱动:gt911设备使用 I2C 进行数据通讯
+
+### 获取软件包
+
+使用 gt911软件包需要在 RT-Thread 的包管理中选中它,具体路径如下:
+
+```
+RT-Thread online packages  --->
+  peripheral libraries and drivers  --->
+    touch drivers  --->
+      GT911 touch driver package  --->
+              Version (latest)  --->
+```
+
+### 使用软件包
+
+gt911软件包初始化函数如下所示:
+
+```
+int rt_hw_gt911_init(const char *name, struct rt_touch_config *cfg)
+```
+
+该函数需要由用户调用,函数主要完成的功能有,
+
+- 设备配置和初始化(根据传入的配置信息,配置接口设备和中断引脚);
+- 注册相应的传感器设备,完成 gt911设备的注册;
+
+#### 初始化示例
+
+```.c
+int rt_hw_gt911_port(void)
+{
+    struct rt_touch_config cfg;
+    rt_uint8_t rst_pin;
+
+    rst_pin = GT911_RST_PIN;
+    cfg.dev_name = "i2c2";
+    cfg.irq_pin.pin = GT911_IRQ_PIN;
+    cfg.irq_pin.mode = PIN_MODE_INPUT_PULLDOWN;
+    cfg.user_data = &rst_pin;
+
+    rt_hw_gt911_init("gt911", &cfg);
+
+    return 0;
+}
+INIT_ENV_EXPORT(rt_hw_gt911_port);
+```
+
+## 联系人信息
+
+维护人:
+
+- [RiceChen](https://github.com/RiceChen) 
+
+- 邮箱:980307037@qq.com

+ 17 - 0
projects/hmi-board-soem/board/ports/touch/gt911/SConscript

@@ -0,0 +1,17 @@
+from building import *
+Import('rtconfig')
+
+src   = []
+cwd   = GetCurrentDir()
+
+# add gt911 src files.
+if GetDepend('BSP_USING_TOUCH'):
+    src += Glob('src/gt911.c')
+
+# add gt911 include path.
+path  = [cwd + '/inc']
+
+# add src and include to group.
+group = DefineGroup('gt911', src, depend = ['BSP_USING_TOUCH'], CPPPATH = path)
+
+Return('group')

+ 41 - 0
projects/hmi-board-soem/board/ports/touch/gt911/inc/gt911.h

@@ -0,0 +1,41 @@
+/*
+ * Copyright (c) 2006-2018, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2021-01-13     RiceChen     the first version
+ */
+
+#ifndef __GT911_H__
+#define __GT911_H__
+
+#include "rtdevice.h"
+
+#define GT911_ADDR_LEN          2
+#define GT911_REGITER_LEN       2
+#define GT911_MAX_TOUCH         5
+#define GT911_POINT_INFO_NUM    5
+
+#define GT911_ADDRESS_HIGH      0x5D
+#define GT911_ADDRESS_LOW       0x14
+
+#define GT911_COMMAND_REG       0x8040
+#define GT911_CONFIG_REG        0x8047
+
+#define GT911_PRODUCT_ID        0x8140
+#define GT911_VENDOR_ID         0x814A
+#define GT911_READ_STATUS       0x814E
+
+#define GT911_POINT1_REG        0x814F
+#define GT911_POINT2_REG        0x8157
+#define GT911_POINT3_REG        0x815F
+#define GT911_POINT4_REG        0x8167
+#define GT911_POINT5_REG        0x816F
+
+#define GT911_CHECK_SUM         0x80FF
+
+int rt_hw_gt911_init(const char *name, struct rt_touch_config *cfg);
+
+#endif /* gt911.h */

+ 513 - 0
projects/hmi-board-soem/board/ports/touch/gt911/src/gt911.c

@@ -0,0 +1,513 @@
+/*
+ * Copyright (c) 2006-2018, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2021-01-13     RiceChen     the first version
+ */
+
+#include <rtthread.h>
+#include <rtdevice.h>
+
+#include <string.h>
+
+#define DBG_TAG "gt911"
+#define DBG_LVL DBG_INFO
+#include <rtdbg.h>
+
+#include "gt911.h"
+
+static struct rt_i2c_client gt911_client;
+
+/* hardware section */
+static rt_uint8_t GT911_CFG_TBL[] =
+{
+    0x6b, 0x00, 0x04, 0x58, 0x02, 0x05, 0x0d, 0x00, 0x01, 0x0f,
+    0x28, 0x0f, 0x50, 0x32, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8a, 0x2a, 0x0c,
+    0x45, 0x47, 0x0c, 0x08, 0x00, 0x00, 0x00, 0x40, 0x03, 0x2c,
+    0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x64, 0x32, 0x00, 0x00,
+    0x00, 0x28, 0x64, 0x94, 0xd5, 0x02, 0x07, 0x00, 0x00, 0x04,
+    0x95, 0x2c, 0x00, 0x8b, 0x34, 0x00, 0x82, 0x3f, 0x00, 0x7d,
+    0x4c, 0x00, 0x7a, 0x5b, 0x00, 0x7a, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x18, 0x16, 0x14, 0x12, 0x10, 0x0e, 0x0c, 0x0a,
+    0x08, 0x06, 0x04, 0x02, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x16, 0x18, 0x1c, 0x1d, 0x1e, 0x1f, 0x20, 0x21,
+    0x22, 0x24, 0x13, 0x12, 0x10, 0x0f, 0x0a, 0x08, 0x06, 0x04,
+    0x02, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00, 0x79, 0x01,
+};
+
+static rt_err_t gt911_write_reg(struct rt_i2c_client *dev, rt_uint8_t *data, rt_uint8_t len)
+{
+    struct rt_i2c_msg msgs;
+
+    msgs.addr  = dev->client_addr;
+    msgs.flags = RT_I2C_WR;
+    msgs.buf   = data;
+    msgs.len   = len;
+
+    if (rt_i2c_transfer(dev->bus, &msgs, 1) == 1)
+    {
+        return RT_EOK;
+    }
+    else
+    {
+        return -RT_ERROR;
+    }
+}
+
+static rt_err_t gt911_read_regs(struct rt_i2c_client *dev, rt_uint8_t *reg, rt_uint8_t *data, rt_uint8_t len)
+{
+    struct rt_i2c_msg msgs[2];
+
+    msgs[0].addr  = dev->client_addr;
+    msgs[0].flags = RT_I2C_WR;
+    msgs[0].buf   = reg;
+    msgs[0].len   = GT911_REGITER_LEN;
+
+    msgs[1].addr  = dev->client_addr;
+    msgs[1].flags = RT_I2C_RD;
+    msgs[1].buf   = data;
+    msgs[1].len   = len;
+
+    if (rt_i2c_transfer(dev->bus, msgs, 2) == 2)
+    {
+        return RT_EOK;
+    }
+    else
+    {
+        return -RT_ERROR;
+    }
+}
+
+static rt_err_t gt911_get_product_id(struct rt_i2c_client *dev, rt_uint8_t *data, rt_uint8_t len)
+{
+    rt_uint8_t reg[2];
+
+    reg[0] = (rt_uint8_t)(GT911_PRODUCT_ID >> 8);
+    reg[1] = (rt_uint8_t)(GT911_PRODUCT_ID & 0xff);
+
+    if (gt911_read_regs(dev, reg, data, len) != RT_EOK)
+    {
+        LOG_E("read id failed");
+        return -RT_ERROR;
+    }
+    return RT_EOK;
+}
+
+static rt_err_t gt911_get_info(struct rt_i2c_client *dev, struct rt_touch_info *info)
+{
+    rt_uint8_t reg[2];
+    rt_uint8_t out_info[7];
+    rt_uint8_t out_len = 7;
+
+    reg[0] = (rt_uint8_t)(GT911_CONFIG_REG >> 8);
+    reg[1] = (rt_uint8_t)(GT911_CONFIG_REG & 0xFF);
+
+    if (gt911_read_regs(dev, reg, out_info, out_len) != RT_EOK)
+    {
+        LOG_E("read info failed");
+        return -RT_ERROR;
+    }
+
+    info->range_x = (out_info[2] << 8) | out_info[1];
+    info->range_y = (out_info[4] << 8) | out_info[3];
+    info->point_num = out_info[5] & 0x0f;
+
+    return RT_EOK;
+}
+
+__attribute__((unused)) static rt_err_t gt911_soft_reset(struct rt_i2c_client *dev)
+{
+    rt_uint8_t buf[3];
+
+    buf[0] = (rt_uint8_t)(GT911_COMMAND_REG >> 8);
+    buf[1] = (rt_uint8_t)(GT911_COMMAND_REG & 0xFF);
+    buf[2] = 0x02;
+
+    if (gt911_write_reg(dev, buf, 3) != RT_EOK)
+    {
+        LOG_E("soft reset failed");
+        return -RT_ERROR;
+    }
+    return RT_EOK;
+}
+
+static int16_t pre_x[GT911_MAX_TOUCH] = {-1, -1, -1, -1, -1};
+static int16_t pre_y[GT911_MAX_TOUCH] = {-1, -1, -1, -1, -1};
+static int16_t pre_w[GT911_MAX_TOUCH] = {-1, -1, -1, -1, -1};
+static rt_uint8_t s_tp_dowm[GT911_MAX_TOUCH];
+static struct rt_touch_data *read_data;
+
+static void gt911_touch_up(void *buf, int8_t id)
+{
+    read_data = (struct rt_touch_data *)buf;
+
+    if (s_tp_dowm[id] == 1)
+    {
+        s_tp_dowm[id] = 0;
+        read_data[id].event = RT_TOUCH_EVENT_UP;
+    }
+    else
+    {
+        read_data[id].event = RT_TOUCH_EVENT_NONE;
+    }
+
+    read_data[id].timestamp = rt_touch_get_ts();
+    read_data[id].width = pre_w[id];
+    read_data[id].x_coordinate = pre_x[id];
+    read_data[id].y_coordinate = pre_y[id];
+    read_data[id].track_id = id;
+
+    pre_x[id] = -1;  /* last point is none */
+    pre_y[id] = -1;
+    pre_w[id] = -1;
+}
+
+static void gt911_touch_down(void *buf, int8_t id, int16_t x, int16_t y, int16_t w)
+{
+    read_data = (struct rt_touch_data *)buf;
+
+    if (s_tp_dowm[id] == 1)
+    {
+        read_data[id].event = RT_TOUCH_EVENT_MOVE;
+
+    }
+    else
+    {
+        read_data[id].event = RT_TOUCH_EVENT_DOWN;
+        s_tp_dowm[id] = 1;
+    }
+
+    read_data[id].timestamp = rt_touch_get_ts();
+    read_data[id].width = w;
+    read_data[id].x_coordinate = x;
+    read_data[id].y_coordinate = y;
+    read_data[id].track_id = id;
+
+    pre_x[id] = x; /* save last point */
+    pre_y[id] = y;
+    pre_w[id] = w;
+}
+
+static rt_size_t gt911_read_point(struct rt_touch_device *touch, void *buf, rt_size_t read_num)
+{
+    rt_uint8_t point_status = 0;
+    rt_uint8_t touch_num = 0;
+    rt_uint8_t write_buf[3];
+    rt_uint8_t cmd[2];
+    rt_uint8_t read_buf[8 * GT911_MAX_TOUCH] = {0};
+    rt_uint8_t read_index;
+    int8_t read_id = 0;
+    int16_t input_x = 0;
+    int16_t input_y = 0;
+    int16_t input_w = 0;
+
+    static rt_uint8_t pre_touch = 0;
+    static int8_t pre_id[GT911_MAX_TOUCH] = {0};
+
+    /* point status register */
+    cmd[0] = (rt_uint8_t)((GT911_READ_STATUS >> 8) & 0xFF);
+    cmd[1] = (rt_uint8_t)(GT911_READ_STATUS & 0xFF);
+
+    if (gt911_read_regs(&gt911_client, cmd, &point_status, 1) != RT_EOK)
+    {
+        LOG_D("read point failed\n");
+        read_num = 0;
+        goto exit_;
+    }
+
+    if (point_status == 0)             /* no data */
+    {
+        read_num = 0;
+        goto exit_;
+    }
+
+    if ((point_status & 0x80) == 0)    /* data is not ready */
+    {
+        read_num = 0;
+        goto exit_;
+    }
+
+    touch_num = point_status & 0x0f;  /* get point num */
+
+    if (touch_num > GT911_MAX_TOUCH) /* point num is not correct */
+    {
+        read_num = 0;
+        goto exit_;
+    }
+
+    cmd[0] = (rt_uint8_t)((GT911_POINT1_REG >> 8) & 0xFF);
+    cmd[1] = (rt_uint8_t)(GT911_POINT1_REG & 0xFF);
+
+    /* read point num is touch_num */
+    if (gt911_read_regs(&gt911_client, cmd, read_buf, read_num * GT911_POINT_INFO_NUM) != RT_EOK)
+    {
+        LOG_D("read point failed\n");
+        read_num = 0;
+        goto exit_;
+    }
+
+    if (pre_touch > touch_num)                                      /* point up */
+    {
+        for (read_index = 0; read_index < pre_touch; read_index++)
+        {
+            rt_uint8_t j;
+
+            for (j = 0; j < touch_num; j++)                          /* this time touch num */
+            {
+                read_id = read_buf[j * 8] & 0x0F;
+
+                if (read_id > 0) continue;
+
+                if (pre_id[read_index] == read_id)                   /* this id is not free */
+                    break;
+
+                if (j >= touch_num - 1)
+                {
+                    rt_uint8_t up_id;
+                    up_id = pre_id[read_index];
+                    gt911_touch_up(buf, up_id);
+                }
+            }
+        }
+    }
+
+    if (touch_num)                                                /* point down */
+    {
+        rt_uint8_t off_set;
+
+        for (read_index = 0; read_index < touch_num; read_index++)
+        {
+            off_set = read_index * 8;
+            read_id = read_buf[off_set] & 0x0f;
+
+            if (read_id > 0) continue;
+
+            pre_id[read_index] = read_id;
+            input_x = read_buf[off_set + 1] | (read_buf[off_set + 2] << 8); /* x */
+            input_y = read_buf[off_set + 3] | (read_buf[off_set + 4] << 8); /* y */
+            input_w = read_buf[off_set + 5] | (read_buf[off_set + 6] << 8); /* size */
+
+            gt911_touch_down(buf, read_id, input_x, input_y, input_w);
+        }
+    }
+    else if (pre_touch)
+    {
+        for (read_index = 0; read_index < pre_touch; read_index++)
+        {
+            gt911_touch_up(buf, pre_id[read_index]);
+        }
+    }
+
+    pre_touch = touch_num;
+
+exit_:
+    write_buf[0] = (rt_uint8_t)((GT911_READ_STATUS >> 8) & 0xFF);
+    write_buf[1] = (rt_uint8_t)(GT911_READ_STATUS & 0xFF);
+    write_buf[2] = 0x00;
+    gt911_write_reg(&gt911_client, write_buf, 3);
+
+    return read_num;
+}
+
+static rt_err_t gt911_control(struct rt_touch_device *touch, int cmd, void *arg)
+{
+    if (cmd == RT_TOUCH_CTRL_GET_ID)
+    {
+        return gt911_get_product_id(&gt911_client, arg, 6);
+    }
+
+    if (cmd == RT_TOUCH_CTRL_GET_INFO)
+    {
+        return gt911_get_info(&gt911_client, arg);
+    }
+
+    rt_uint8_t buf[4];
+    rt_uint8_t i = 0;
+    rt_uint8_t *config;
+
+    config = (rt_uint8_t *)rt_calloc(1, sizeof(GT911_CFG_TBL) + GT911_REGITER_LEN);
+    if (config == RT_NULL)
+    {
+        LOG_D("malloc config memory failed\n");
+        return -RT_ERROR;
+    }
+
+    config[0] = (rt_uint8_t)((GT911_CONFIG_REG >> 8) & 0xFF);
+    config[1] = (rt_uint8_t)(GT911_CONFIG_REG & 0xFF);
+
+    memcpy(&config[2], GT911_CFG_TBL, sizeof(GT911_CFG_TBL));
+
+    switch (cmd)
+    {
+    case RT_TOUCH_CTRL_SET_X_RANGE:
+    {
+        rt_uint16_t x_range;
+
+        x_range = *(rt_uint16_t *)arg;
+        config[4] = (rt_uint8_t)(x_range >> 8);
+        config[3] = (rt_uint8_t)(x_range & 0xff);
+
+        GT911_CFG_TBL[2] = config[4];
+        GT911_CFG_TBL[1] = config[3];
+        break;
+    }
+    case RT_TOUCH_CTRL_SET_Y_RANGE:
+    {
+        rt_uint16_t y_range;
+
+        y_range = *(rt_uint16_t *)arg;
+        config[6] = (rt_uint8_t)(y_range >> 8);
+        config[5] = (rt_uint8_t)(y_range & 0xff);
+
+        GT911_CFG_TBL[4] = config[6];
+        GT911_CFG_TBL[3] = config[5];
+        break;
+    }
+    case RT_TOUCH_CTRL_SET_X_TO_Y:
+    {
+        config[8] ^= (1 << 3);
+        break;
+    }
+    case RT_TOUCH_CTRL_SET_MODE:
+    {
+        rt_uint16_t trig_type;
+        trig_type = *(rt_uint16_t *)arg;
+
+        switch (trig_type)
+        {
+        case RT_DEVICE_FLAG_INT_RX:
+            config[8] &= 0xFC;
+            break;
+        case RT_DEVICE_FLAG_RDONLY:
+            config[8] &= 0xFC;
+            config[8] |= 0x02;
+            break;
+        default:
+            break;
+        }
+        break;
+    }
+    default:
+    {
+        break;
+    }
+    }
+
+    if (gt911_write_reg(&gt911_client, config, sizeof(GT911_CFG_TBL) + GT911_ADDR_LEN) != RT_EOK)
+    {
+        LOG_D("send config failed");
+        return -1;
+    }
+
+    buf[0] = (rt_uint8_t)((GT911_CHECK_SUM >> 8) & 0xFF);
+    buf[1] = (rt_uint8_t)(GT911_CHECK_SUM & 0xFF);
+    buf[2] = 0;
+
+    for (i = GT911_ADDR_LEN; i < sizeof(GT911_CFG_TBL) + GT911_ADDR_LEN; i++)
+    {
+        buf[GT911_ADDR_LEN] += config[i];
+    }
+
+    buf[2] = (~buf[2]) + 1;
+    buf[3] = 1;
+
+    gt911_write_reg(&gt911_client, buf, 4);
+    rt_free(config);
+
+    return RT_EOK;
+}
+
+static struct rt_touch_ops gt911_touch_ops =
+{
+    .touch_readpoint = gt911_read_point,
+    .touch_control = gt911_control,
+};
+
+int gt911_i2c_probe(struct rt_i2c_bus_device *i2c_bus, char addr)
+{
+    unsigned char cmd[1];
+    cmd[0] = 0;
+
+    struct rt_i2c_msg msgs;
+    msgs.addr = addr;
+    msgs.flags = RT_I2C_WR;
+    msgs.buf = cmd;
+    msgs.len = 0;
+
+    return rt_i2c_transfer(i2c_bus, &msgs, 1);
+}
+
+int rt_hw_gt911_init(const char *name, struct rt_touch_config *cfg)
+{
+    struct rt_touch_device *touch_device = RT_NULL;
+
+    touch_device = (struct rt_touch_device *)rt_malloc(sizeof(struct rt_touch_device));
+    if (touch_device == RT_NULL)
+    {
+        LOG_E("touch device malloc fail");
+        return -RT_ERROR;
+    }
+    rt_memset((void *)touch_device, 0, sizeof(struct rt_touch_device));
+
+    /* hw init*/
+    rt_pin_mode(*(rt_uint8_t *)cfg->user_data, PIN_MODE_OUTPUT);
+    rt_pin_mode(cfg->irq_pin.pin, PIN_MODE_OUTPUT);
+    rt_pin_write(*(rt_uint8_t *)cfg->user_data, PIN_LOW);
+    rt_thread_delay(200);
+    rt_pin_write(*(rt_uint8_t *)cfg->user_data, PIN_HIGH);
+    rt_thread_delay(10);
+    rt_pin_write(cfg->irq_pin.pin, PIN_MODE_INPUT);
+    rt_thread_delay(100);
+
+    gt911_client.bus = (struct rt_i2c_bus_device *)rt_device_find(cfg->dev_name);
+
+    if (gt911_client.bus == RT_NULL)
+    {
+        LOG_E("Can't find %s device", cfg->dev_name);
+        return -RT_ERROR;
+    }
+
+    if (rt_device_open((rt_device_t)gt911_client.bus, RT_DEVICE_FLAG_RDWR) != RT_EOK)
+    {
+        LOG_E("open %s device failed", cfg->dev_name);
+        return -RT_ERROR;
+    }
+
+    int res;
+    res = gt911_i2c_probe(gt911_client.bus, GT911_ADDRESS_LOW);
+    if (res == 1)
+    {
+        LOG_I("GT911 ADDRESS SET LOW");
+        gt911_client.client_addr = GT911_ADDRESS_LOW;
+        LOG_I("gt911 id:%x", GT911_ADDRESS_LOW);
+    }
+    else
+    {
+        LOG_I("GT911 ADDRESS SET HIGH");
+        gt911_client.client_addr = GT911_ADDRESS_HIGH;
+        LOG_I("gt911 id:%x", GT911_ADDRESS_HIGH);
+    }
+//    gt911_soft_reset(&gt911_client);
+
+    /* register touch device */
+    touch_device->info.type = RT_TOUCH_TYPE_CAPACITANCE;
+    touch_device->info.vendor = RT_TOUCH_VENDOR_GT;
+    rt_memcpy(&touch_device->config, cfg, sizeof(struct rt_touch_config));
+    touch_device->ops = &gt911_touch_ops;
+
+    rt_hw_touch_register(touch_device, name, RT_DEVICE_FLAG_INT_RX, RT_NULL);
+
+    LOG_I("touch device gt911 init success");
+
+    return RT_EOK;
+}

+ 22 - 0
projects/hmi-board-soem/board/ports/wifi/SConscript

@@ -0,0 +1,22 @@
+
+from building import *
+import rtconfig
+
+cwd = GetCurrentDir()
+
+src = []
+
+if GetDepend(['BSP_USING_RW007']):
+    src += Glob('drv_rw007.c')
+
+CPPPATH = [cwd]
+LOCAL_CFLAGS = ''
+
+if rtconfig.PLATFORM in ['gcc', 'armclang']:
+    LOCAL_CFLAGS += ' -std=c99'
+elif rtconfig.PLATFORM in ['armcc']:
+    LOCAL_CFLAGS += ' --c99'
+
+group = DefineGroup('Drivers', src, depend = [], CPPPATH = CPPPATH, LOCAL_CFLAGS = LOCAL_CFLAGS)
+
+Return('group')

+ 65 - 0
projects/hmi-board-soem/board/ports/wifi/drv_rw007.c

@@ -0,0 +1,65 @@
+#include <rtthread.h>
+#include <rtdbg.h>
+#ifdef BSP_USING_RW007
+#include <rtdevice.h>
+#include <drv_sci_spi.h>
+#include <board.h>
+#include <spi_wifi_rw007.h>
+
+extern void spi_wifi_isr(int vector);
+
+static void rw007_gpio_init(void)
+{
+    /* Configure IO */
+    rt_pin_mode(RA_RW007_RST_PIN, PIN_MODE_OUTPUT);
+    rt_pin_mode(RA_RW007_INT_BUSY_PIN, PIN_MODE_INPUT_PULLDOWN);
+
+    /* Reset rw007 and config mode */
+    rt_pin_write(RA_RW007_RST_PIN, PIN_LOW);
+    rt_thread_delay(rt_tick_from_millisecond(100));
+    rt_pin_write(RA_RW007_RST_PIN, PIN_HIGH);
+
+    /* Wait rw007 ready(exit busy stat) */
+    while (!rt_pin_read(RA_RW007_INT_BUSY_PIN))
+    {
+        rt_thread_delay(5);
+    }
+
+    rt_thread_delay(rt_tick_from_millisecond(200));
+    rt_pin_mode(RA_RW007_INT_BUSY_PIN, PIN_MODE_INPUT_PULLUP);
+}
+
+int wifi_spi_device_init(void)
+{
+    char sn_version[32];
+    uint32_t cs_pin = RA_RW007_CS_PIN;
+
+    rw007_gpio_init();
+    rt_hw_sci_spi_device_attach(RA_RW007_SPI_BUS_NAME, "wspi", cs_pin);
+    rt_hw_wifi_init("wspi");
+
+    rt_wlan_set_mode(RT_WLAN_DEVICE_STA_NAME, RT_WLAN_STATION);
+    rt_wlan_set_mode(RT_WLAN_DEVICE_AP_NAME, RT_WLAN_AP);
+
+    rw007_sn_get(sn_version);
+    rt_kprintf("\nrw007  sn: [%s]\n", sn_version);
+    rw007_version_get(sn_version);
+    rt_kprintf("rw007 ver: [%s]\n\n", sn_version);
+
+    return 0;
+}
+INIT_APP_EXPORT(wifi_spi_device_init);
+
+static void int_wifi_irq(void *p)
+{
+    ((void)p);
+    spi_wifi_isr(0);
+}
+
+void spi_wifi_hw_init(void)
+{
+    rt_pin_attach_irq(RA_RW007_INT_BUSY_PIN, PIN_IRQ_MODE_FALLING, int_wifi_irq, 0);
+    rt_pin_irq_enable(RA_RW007_INT_BUSY_PIN, RT_TRUE);
+}
+
+#endif /* BSP_USING_RW007 */

+ 42 - 0
projects/hmi-board-soem/board/ra6m3_it.c

@@ -0,0 +1,42 @@
+#include <rtthread.h>
+#include "hal_data.h"
+
+rt_weak void can0_callback(can_callback_args_t *p_args)
+{
+}
+
+rt_weak void sci_spi3_callback(spi_callback_args_t *p_args)
+{
+}
+
+rt_weak void sci_spi4_callback(spi_callback_args_t *p_args)
+{
+}
+
+rt_weak void sci_spi6_callback(spi_callback_args_t *p_args)
+{
+}
+
+rt_weak void sci_spi7_callback(spi_callback_args_t *p_args)
+{
+}
+
+rt_weak void cb_timer2(timer_callback_args_t *p_args)
+{
+}
+
+rt_weak void user_ether0_callback(ether_callback_args_t *p_args)
+{
+}
+
+rt_weak void i2s_callback(i2s_callback_args_t *p_args)
+{
+}
+
+rt_weak void decode_callback(jpeg_callback_args_t *p_args)
+{
+}
+
+rt_weak void _ra_port_display_callback(display_callback_args_t *p_args)
+{
+}

+ 255 - 0
projects/hmi-board-soem/buildinfo.gpdsc

@@ -0,0 +1,255 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<package xmlns:xs="http://www.w3.org/2001/XMLSchema-instance">
+  <vendor>Renesas</vendor>
+  <name>Project Content</name>
+  <description>Project content managed by the Renesas Smart Configurator</description>
+  <url/>
+  <releases>
+    <release version="1.0.0"/>
+  </releases>
+  <generators>
+    <generator id="Renesas RA Smart Configurator">
+      <project_files>
+        <file category="include" name="src/"/>
+        <file category="source" name="src/hal_entry.c"/>
+      </project_files>
+    </generator>
+  </generators>
+  <components generator="Renesas RA Smart Configurator">
+    <component Cclass="Flex Software" Cgroup="Components" Csub="ra">
+      <files>
+        <file category="include" name="ra/arm/CMSIS_5/CMSIS/Core/Include/"/>
+        <file category="include" name="ra/fsp/inc/"/>
+        <file category="include" name="ra/fsp/inc/api/"/>
+        <file category="include" name="ra/fsp/inc/instances/"/>
+        <file category="include" name="ra/tes/dave2d/inc/"/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/cachel1_armv7.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/cmsis_armcc.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/cmsis_armclang.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/cmsis_armclang_ltm.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/cmsis_compiler.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/cmsis_gcc.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/cmsis_iccarm.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/cmsis_version.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/core_armv81mml.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/core_armv8mbl.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/core_armv8mml.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm0.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm0plus.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm1.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm23.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm3.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm33.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm35p.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm4.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm55.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm7.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/core_sc000.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/core_sc300.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/mpu_armv7.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/mpu_armv8.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/pmu_armv8.h" path=""/>
+        <file category="header" name="ra/arm/CMSIS_5/CMSIS/Core/Include/tz_context.h" path=""/>
+        <file category="other" name="ra/arm/CMSIS_5/LICENSE.txt"/>
+        <file category="header" name="ra/board/ra6m3/board.h" path=""/>
+        <file category="header" name="ra/board/ra6m3/board_ethernet_phy.h" path=""/>
+        <file category="source" name="ra/board/ra6m3/board_init.c"/>
+        <file category="header" name="ra/board/ra6m3/board_init.h" path=""/>
+        <file category="source" name="ra/board/ra6m3/board_leds.c"/>
+        <file category="header" name="ra/board/ra6m3/board_leds.h" path=""/>
+        <file category="header" name="ra/fsp/inc/api/bsp_api.h" path=""/>
+        <file category="header" name="ra/fsp/inc/api/r_can_api.h" path=""/>
+        <file category="header" name="ra/fsp/inc/api/r_display_api.h" path=""/>
+        <file category="header" name="ra/fsp/inc/api/r_elc_api.h" path=""/>
+        <file category="header" name="ra/fsp/inc/api/r_ether_api.h" path=""/>
+        <file category="header" name="ra/fsp/inc/api/r_ether_phy_api.h" path=""/>
+        <file category="header" name="ra/fsp/inc/api/r_external_irq_api.h" path=""/>
+        <file category="header" name="ra/fsp/inc/api/r_i2s_api.h" path=""/>
+        <file category="header" name="ra/fsp/inc/api/r_ioport_api.h" path=""/>
+        <file category="header" name="ra/fsp/inc/api/r_jpeg_api.h" path=""/>
+        <file category="header" name="ra/fsp/inc/api/r_sdmmc_api.h" path=""/>
+        <file category="header" name="ra/fsp/inc/api/r_spi_api.h" path=""/>
+        <file category="header" name="ra/fsp/inc/api/r_timer_api.h" path=""/>
+        <file category="header" name="ra/fsp/inc/api/r_transfer_api.h" path=""/>
+        <file category="header" name="ra/fsp/inc/api/r_uart_api.h" path=""/>
+        <file category="header" name="ra/fsp/inc/fsp_common_api.h" path=""/>
+        <file category="header" name="ra/fsp/inc/fsp_features.h" path=""/>
+        <file category="header" name="ra/fsp/inc/fsp_version.h" path=""/>
+        <file category="header" name="ra/fsp/inc/instances/r_can.h" path=""/>
+        <file category="header" name="ra/fsp/inc/instances/r_dmac.h" path=""/>
+        <file category="header" name="ra/fsp/inc/instances/r_dtc.h" path=""/>
+        <file category="header" name="ra/fsp/inc/instances/r_ether.h" path=""/>
+        <file category="header" name="ra/fsp/inc/instances/r_ether_phy.h" path=""/>
+        <file category="header" name="ra/fsp/inc/instances/r_glcdc.h" path=""/>
+        <file category="header" name="ra/fsp/inc/instances/r_gpt.h" path=""/>
+        <file category="header" name="ra/fsp/inc/instances/r_icu.h" path=""/>
+        <file category="header" name="ra/fsp/inc/instances/r_ioport.h" path=""/>
+        <file category="header" name="ra/fsp/inc/instances/r_jpeg.h" path=""/>
+        <file category="header" name="ra/fsp/inc/instances/r_sci_spi.h" path=""/>
+        <file category="header" name="ra/fsp/inc/instances/r_sci_uart.h" path=""/>
+        <file category="header" name="ra/fsp/inc/instances/r_sdhi.h" path=""/>
+        <file category="header" name="ra/fsp/inc/instances/r_ssi.h" path=""/>
+        <file category="header" name="ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/base_addresses.h" path=""/>
+        <file category="header" name="ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/renesas.h" path=""/>
+        <file category="header" name="ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/system.h" path=""/>
+        <file category="source" name="ra/fsp/src/bsp/cmsis/Device/RENESAS/Source/startup.c"/>
+        <file category="source" name="ra/fsp/src/bsp/cmsis/Device/RENESAS/Source/system.c"/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/all/bsp_arm_exceptions.h" path=""/>
+        <file category="source" name="ra/fsp/src/bsp/mcu/all/bsp_clocks.c"/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/all/bsp_clocks.h" path=""/>
+        <file category="source" name="ra/fsp/src/bsp/mcu/all/bsp_common.c"/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/all/bsp_common.h" path=""/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/all/bsp_compiler_support.h" path=""/>
+        <file category="source" name="ra/fsp/src/bsp/mcu/all/bsp_delay.c"/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/all/bsp_delay.h" path=""/>
+        <file category="source" name="ra/fsp/src/bsp/mcu/all/bsp_group_irq.c"/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/all/bsp_group_irq.h" path=""/>
+        <file category="source" name="ra/fsp/src/bsp/mcu/all/bsp_guard.c"/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/all/bsp_guard.h" path=""/>
+        <file category="source" name="ra/fsp/src/bsp/mcu/all/bsp_io.c"/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/all/bsp_io.h" path=""/>
+        <file category="source" name="ra/fsp/src/bsp/mcu/all/bsp_irq.c"/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/all/bsp_irq.h" path=""/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/all/bsp_mcu_api.h" path=""/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/all/bsp_module_stop.h" path=""/>
+        <file category="source" name="ra/fsp/src/bsp/mcu/all/bsp_register_protection.c"/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/all/bsp_register_protection.h" path=""/>
+        <file category="source" name="ra/fsp/src/bsp/mcu/all/bsp_rom_registers.c"/>
+        <file category="source" name="ra/fsp/src/bsp/mcu/all/bsp_sbrk.c"/>
+        <file category="source" name="ra/fsp/src/bsp/mcu/all/bsp_security.c"/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/all/bsp_security.h" path=""/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/all/bsp_tfu.h" path=""/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/ra6m3/bsp_elc.h" path=""/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/ra6m3/bsp_feature.h" path=""/>
+        <file category="header" name="ra/fsp/src/bsp/mcu/ra6m3/bsp_mcu_info.h" path=""/>
+        <file category="source" name="ra/fsp/src/r_can/r_can.c"/>
+        <file category="source" name="ra/fsp/src/r_dmac/r_dmac.c"/>
+        <file category="source" name="ra/fsp/src/r_drw/r_drw_base.c"/>
+        <file category="header" name="ra/fsp/src/r_drw/r_drw_base.h" path=""/>
+        <file category="source" name="ra/fsp/src/r_drw/r_drw_irq.c"/>
+        <file category="source" name="ra/fsp/src/r_drw/r_drw_memory.c"/>
+        <file category="source" name="ra/fsp/src/r_dtc/r_dtc.c"/>
+        <file category="source" name="ra/fsp/src/r_ether/r_ether.c"/>
+        <file category="source" name="ra/fsp/src/r_ether_phy/r_ether_phy.c"/>
+        <file category="source" name="ra/fsp/src/r_ether_phy/targets/DP83620/r_ether_phy_target_dp83620.c"/>
+        <file category="source" name="ra/fsp/src/r_ether_phy/targets/KSZ8041/r_ether_phy_target_ksz8041.c"/>
+        <file category="source" name="ra/fsp/src/r_ether_phy/targets/KSZ8091RNB/r_ether_phy_target_ksz8091rnb.c"/>
+        <file category="source" name="ra/fsp/src/r_glcdc/r_glcdc.c"/>
+        <file category="source" name="ra/fsp/src/r_gpt/r_gpt.c"/>
+        <file category="source" name="ra/fsp/src/r_icu/r_icu.c"/>
+        <file category="source" name="ra/fsp/src/r_ioport/r_ioport.c"/>
+        <file category="source" name="ra/fsp/src/r_jpeg/r_jpeg.c"/>
+        <file category="source" name="ra/fsp/src/r_sci_spi/r_sci_spi.c"/>
+        <file category="source" name="ra/fsp/src/r_sci_uart/r_sci_uart.c"/>
+        <file category="source" name="ra/fsp/src/r_sdhi/r_sdhi.c"/>
+        <file category="header" name="ra/fsp/src/r_sdhi/r_sdhi_private.h" path=""/>
+        <file category="source" name="ra/fsp/src/r_ssi/r_ssi.c"/>
+        <file category="other" name="ra/SConscript"/>
+        <file category="header" name="ra/tes/dave2d/inc/dave_base.h" path=""/>
+        <file category="header" name="ra/tes/dave2d/inc/dave_driver.h" path=""/>
+        <file category="header" name="ra/tes/dave2d/inc/dave_errorcodes.h" path=""/>
+        <file category="header" name="ra/tes/dave2d/inc/dave_math.h" path=""/>
+        <file category="header" name="ra/tes/dave2d/inc/dave_types.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_64bitoperation.c"/>
+        <file category="source" name="ra/tes/dave2d/src/dave_base.c"/>
+        <file category="source" name="ra/tes/dave2d/src/dave_blit.c"/>
+        <file category="source" name="ra/tes/dave2d/src/dave_box.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_box.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_circle.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_circle.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_context.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_context.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_curve.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_curve.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_dlist.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_dlist.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_driver.c"/>
+        <file category="source" name="ra/tes/dave2d/src/dave_edge.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_edge.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_errorcodes.c"/>
+        <file category="source" name="ra/tes/dave2d/src/dave_gradient.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_gradient.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_hardware.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_hardware.h" path=""/>
+        <file category="header" name="ra/tes/dave2d/src/dave_intern.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_line.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_line.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_math.c"/>
+        <file category="source" name="ra/tes/dave2d/src/dave_memory.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_memory.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_pattern.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_pattern.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_perfcount.c"/>
+        <file category="source" name="ra/tes/dave2d/src/dave_polyline.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_polyline.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_quad.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_quad.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_rbuffer.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_rbuffer.h" path=""/>
+        <file category="header" name="ra/tes/dave2d/src/dave_registermap.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_render.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_render.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_texture.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_texture.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_triangle.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_triangle.h" path=""/>
+        <file category="header" name="ra/tes/dave2d/src/dave_triarray.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_utility.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_utility.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_viewport.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_viewport.h" path=""/>
+        <file category="source" name="ra/tes/dave2d/src/dave_wedge.c"/>
+        <file category="header" name="ra/tes/dave2d/src/dave_wedge.h" path=""/>
+      </files>
+    </component>
+    <component Cclass="Flex Software" Cgroup="Build Configuration">
+      <files>
+        <file category="include" name="ra_cfg/fsp_cfg/"/>
+        <file category="include" name="ra_cfg/fsp_cfg/bsp/"/>
+        <file category="header" name="ra_cfg/fsp_cfg/bsp/board_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/bsp/bsp_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/bsp/bsp_mcu_device_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/bsp/bsp_mcu_device_pn_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/bsp/bsp_mcu_family_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/bsp/bsp_pin_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/r_can_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/r_dmac_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/r_drw_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/r_dtc_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/r_ether_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/r_ether_phy_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/r_glcdc_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/r_gpt_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/r_icu_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/r_ioport_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/r_jpeg_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/r_sci_spi_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/r_sci_uart_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/r_sdhi_cfg.h" path=""/>
+        <file category="header" name="ra_cfg/fsp_cfg/r_ssi_cfg.h" path=""/>
+        <file category="other" name="ra_cfg/SConscript"/>
+      </files>
+    </component>
+    <component Cclass="Flex Software" Cgroup="Generated Data">
+      <files>
+        <file category="include" name="ra_gen/"/>
+        <file category="header" name="ra_gen/bsp_clock_cfg.h" path=""/>
+        <file category="source" name="ra_gen/common_data.c"/>
+        <file category="header" name="ra_gen/common_data.h" path=""/>
+        <file category="source" name="ra_gen/hal_data.c"/>
+        <file category="header" name="ra_gen/hal_data.h" path=""/>
+        <file category="source" name="ra_gen/main.c"/>
+        <file category="source" name="ra_gen/pin_data.c"/>
+        <file category="other" name="ra_gen/SConscript"/>
+        <file category="source" name="ra_gen/vector_data.c"/>
+        <file category="header" name="ra_gen/vector_data.h" path=""/>
+      </files>
+    </component>
+    <component Cclass="Flex Software" Cgroup="Linker Script">
+      <files>
+        <file category="linkerScript" name="script/fsp.scat"/>
+        <file category="other" name="script/ac6/fsp_keep.via"/>
+      </files>
+    </component>
+  </components>
+</package>

+ 1493 - 0
projects/hmi-board-soem/configuration.xml

@@ -0,0 +1,1493 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<raConfiguration version="7">
+  <generalSettings>
+    <option key="#Board#" value="board.custom"/>
+    <option key="CPU" value="RA6M3"/>
+    <option key="#TargetName#" value="R7FA6M3AH3CFB"/>
+    <option key="#TargetARCHITECTURE#" value="cortex-m4"/>
+    <option key="#DeviceCommand#" value="R7FA6M3AH"/>
+    <option key="#RTOS#" value="_none"/>
+    <option key="#pinconfiguration#" value="R7FA6M3AH3CFB.pincfg"/>
+    <option key="#FSPVersion#" value="3.5.0"/>
+    <option key="#SELECTED_TOOLCHAIN#" value="com.arm.toolchain"/>
+  </generalSettings>
+  <raBspConfiguration>
+    <config id="config.bsp.ra6m3.R7FA6M3AH3CFB">
+      <property id="config.bsp.part_number" value="config.bsp.part_number.value"/>
+      <property id="config.bsp.rom_size_bytes" value="config.bsp.rom_size_bytes.value"/>
+      <property id="config.bsp.rom_size_bytes_hidden" value="2097152"/>
+      <property id="config.bsp.ram_size_bytes" value="config.bsp.ram_size_bytes.value"/>
+      <property id="config.bsp.data_flash_size_bytes" value="config.bsp.data_flash_size_bytes.value"/>
+      <property id="config.bsp.package_style" value="config.bsp.package_style.value"/>
+      <property id="config.bsp.package_pins" value="config.bsp.package_pins.value"/>
+    </config>
+    <config id="config.bsp.ra6m3">
+      <property id="config.bsp.series" value="config.bsp.series.value"/>
+    </config>
+    <config id="config.bsp.ra6m3.fsp">
+      <property id="config.bsp.fsp.OFS0.iwdt_start_mode" value="config.bsp.fsp.OFS0.iwdt_start_mode.disabled"/>
+      <property id="config.bsp.fsp.OFS0.iwdt_timeout" value="config.bsp.fsp.OFS0.iwdt_timeout.2048"/>
+      <property id="config.bsp.fsp.OFS0.iwdt_divisor" value="config.bsp.fsp.OFS0.iwdt_divisor.128"/>
+      <property id="config.bsp.fsp.OFS0.iwdt_window_end" value="config.bsp.fsp.OFS0.iwdt_window_end.0"/>
+      <property id="config.bsp.fsp.OFS0.iwdt_window_start" value="config.bsp.fsp.OFS0.iwdt_window_start.100"/>
+      <property id="config.bsp.fsp.OFS0.iwdt_reset_interrupt" value="config.bsp.fsp.OFS0.iwdt_reset_interrupt.Reset"/>
+      <property id="config.bsp.fsp.OFS0.iwdt_stop_control" value="config.bsp.fsp.OFS0.iwdt_stop_control.stops"/>
+      <property id="config.bsp.fsp.OFS0.wdt_start_mode" value="config.bsp.fsp.OFS0.wdt_start_mode.register"/>
+      <property id="config.bsp.fsp.OFS0.wdt_timeout" value="config.bsp.fsp.OFS0.wdt_timeout.16384"/>
+      <property id="config.bsp.fsp.OFS0.wdt_divisor" value="config.bsp.fsp.OFS0.wdt_divisor.128"/>
+      <property id="config.bsp.fsp.OFS0.wdt_window_end" value="config.bsp.fsp.OFS0.wdt_window_end.0"/>
+      <property id="config.bsp.fsp.OFS0.wdt_window_start" value="config.bsp.fsp.OFS0.wdt_window_start.100"/>
+      <property id="config.bsp.fsp.OFS0.wdt_reset_interrupt" value="config.bsp.fsp.OFS0.wdt_reset_interrupt.Reset"/>
+      <property id="config.bsp.fsp.OFS0.wdt_stop_control" value="config.bsp.fsp.OFS0.wdt_stop_control.stops"/>
+      <property id="config.bsp.fsp.OFS1.voltage_detection0.start" value="config.bsp.fsp.OFS1.voltage_detection0.start.disabled"/>
+      <property id="config.bsp.fsp.OFS1.voltage_detection0_level" value="config.bsp.fsp.OFS1.voltage_detection0_level.280"/>
+      <property id="config.bsp.fsp.OFS1.hoco_osc" value="config.bsp.fsp.OFS1.hoco_osc.disabled"/>
+      <property id="config.bsp.fsp.mpu_pc0_enable" value="config.bsp.fsp.mpu_pc0_enable.disabled"/>
+      <property id="config.bsp.fsp.mpu_pc0_start" value="0xFFFFFFFC"/>
+      <property id="config.bsp.fsp.mpu_pc0_end" value="0xFFFFFFFF"/>
+      <property id="config.bsp.fsp.mpu_pc1_enable" value="config.bsp.fsp.mpu_pc1_enable.disabled"/>
+      <property id="config.bsp.fsp.mpu_pc1_start" value="0xFFFFFFFC"/>
+      <property id="config.bsp.fsp.mpu_pc1_end" value="0xFFFFFFFF"/>
+      <property id="config.bsp.fsp.mpu_reg0_enable" value="config.bsp.fsp.mpu_reg0_enable.disabled"/>
+      <property id="config.bsp.fsp.mpu_reg0_start" value="0x00FFFFFC"/>
+      <property id="config.bsp.fsp.mpu_reg0_end" value="0x00FFFFFF"/>
+      <property id="config.bsp.fsp.mpu_reg1_enable" value="config.bsp.fsp.mpu_reg1_enable.disabled"/>
+      <property id="config.bsp.fsp.mpu_reg1_start" value="0x200FFFFC"/>
+      <property id="config.bsp.fsp.mpu_reg1_end" value="0x200FFFFF"/>
+      <property id="config.bsp.fsp.mpu_reg2_enable" value="config.bsp.fsp.mpu_reg2_enable.disabled"/>
+      <property id="config.bsp.fsp.mpu_reg2_start" value="0x407FFFFC"/>
+      <property id="config.bsp.fsp.mpu_reg2_end" value="0x407FFFFF"/>
+      <property id="config.bsp.fsp.mpu_reg3_enable" value="config.bsp.fsp.mpu_reg3_enable.disabled"/>
+      <property id="config.bsp.fsp.mpu_reg3_start" value="0x400DFFFC"/>
+      <property id="config.bsp.fsp.mpu_reg3_end" value="0x400DFFFF"/>
+      <property id="config.bsp.fsp.hoco_fll" value="config.bsp.fsp.hoco_fll.disabled"/>
+      <property id="config.bsp.common.main_osc_wait" value="config.bsp.common.main_osc_wait.wait_8163"/>
+      <property id="config.bsp.fsp.mcu.adc.max_freq_hz" value="60000000"/>
+      <property id="config.bsp.fsp.mcu.sci_uart.max_baud" value="20000000"/>
+      <property id="config.bsp.fsp.mcu.adc.sample_and_hold" value="1"/>
+      <property id="config.bsp.fsp.mcu.sci_spi.max_bitrate" value="30000000"/>
+      <property id="config.bsp.fsp.mcu.spi.max_bitrate" value="30000000"/>
+      <property id="config.bsp.fsp.mcu.iic_master.rate.rate_fastplus" value="1"/>
+      <property id="config.bsp.fsp.mcu.sci_uart.cstpen_channels" value="0x0"/>
+      <property id="config.bsp.fsp.mcu.gpt.pin_count_source_channels" value="0xFFFF"/>
+      <property id="config.bsp.common.id_mode" value="config.bsp.common.id_mode.unlocked"/>
+      <property id="config.bsp.common.id_code" value="FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"/>
+      <property id="config.bsp.common.id1" value=""/>
+      <property id="config.bsp.common.id2" value=""/>
+      <property id="config.bsp.common.id3" value=""/>
+      <property id="config.bsp.common.id4" value=""/>
+      <property id="config.bsp.common.id_fixed" value=""/>
+    </config>
+    <config id="config.bsp.ra">
+      <property id="config.bsp.common.main" value="0x400"/>
+      <property id="config.bsp.common.heap" value="0"/>
+      <property id="config.bsp.common.vcc" value="3300"/>
+      <property id="config.bsp.common.checking" value="config.bsp.common.checking.disabled"/>
+      <property id="config.bsp.common.assert" value="config.bsp.common.assert.none"/>
+      <property id="config.bsp.common.error_log" value="config.bsp.common.error_log.none"/>
+      <property id="config.bsp.common.soft_reset" value="config.bsp.common.soft_reset.disabled"/>
+      <property id="config.bsp.common.main_osc_populated" value="config.bsp.common.main_osc_populated.enabled"/>
+      <property id="config.bsp.common.pfs_protect" value="config.bsp.common.pfs_protect.enabled"/>
+      <property id="config.bsp.common.c_runtime_init" value="config.bsp.common.c_runtime_init.enabled"/>
+      <property id="config.bsp.common.early_init" value="config.bsp.common.early_init.disabled"/>
+      <property id="config.bsp.common.main_osc_clock_source" value="config.bsp.common.main_osc_clock_source.crystal"/>
+      <property id="config.bsp.common.subclock_populated" value="config.bsp.common.subclock_populated.enabled"/>
+      <property id="config.bsp.common.subclock_drive" value="config.bsp.common.subclock_drive.standard"/>
+      <property id="config.bsp.common.subclock_stabilization_ms" value="1000"/>
+    </config>
+  </raBspConfiguration>
+  <raClockConfiguration>
+    <node id="board.clock.xtal.freq" mul="24000000" option="_edit"/>
+    <node id="board.clock.usbmclk.freq" option="board.clock.usbmclk.freq"/>
+    <node id="board.clock.pll.source" option="board.clock.pll.source.xtal"/>
+    <node id="board.clock.hoco.freq" option="board.clock.hoco.freq.20m"/>
+    <node id="board.clock.loco.freq" option="board.clock.loco.freq.32768"/>
+    <node id="board.clock.moco.freq" option="board.clock.moco.freq.8m"/>
+    <node id="board.clock.subclk.freq" option="board.clock.subclk.freq.32768"/>
+    <node id="board.clock.pll.div" option="board.clock.pll.div.2"/>
+    <node id="board.clock.pll.mul" option="board.clock.pll.mul.200"/>
+    <node id="board.clock.pll.display" option="board.clock.pll.display.value"/>
+    <node id="board.clock.clock.source" option="board.clock.clock.source.pll"/>
+    <node id="board.clock.iclk.div" option="board.clock.iclk.div.2"/>
+    <node id="board.clock.iclk.display" option="board.clock.iclk.display.value"/>
+    <node id="board.clock.pclka.div" option="board.clock.pclka.div.2"/>
+    <node id="board.clock.pclka.display" option="board.clock.pclka.display.value"/>
+    <node id="board.clock.pclkb.div" option="board.clock.pclkb.div.4"/>
+    <node id="board.clock.pclkb.display" option="board.clock.pclkb.display.value"/>
+    <node id="board.clock.pclkc.div" option="board.clock.pclkc.div.4"/>
+    <node id="board.clock.pclkc.display" option="board.clock.pclkc.display.value"/>
+    <node id="board.clock.pclkd.div" option="board.clock.pclkd.div.2"/>
+    <node id="board.clock.pclkd.display" option="board.clock.pclkd.display.value"/>
+    <node id="board.clock.sdclkout.div" option="board.clock.sdclkout.div.1"/>
+    <node id="board.clock.sdclkout.display" option="board.clock.sdclkout.display.value"/>
+    <node id="board.clock.bclk.div" option="board.clock.bclk.div.2"/>
+    <node id="board.clock.bclk.display" option="board.clock.bclk.display.value"/>
+    <node id="board.clock.bclkout.div" option="board.clock.bclkout.div.2"/>
+    <node id="board.clock.bclkout.display" option="board.clock.bclkout.display.value"/>
+    <node id="board.clock.uclk.div" option="board.clock.uclk.div.5"/>
+    <node id="board.clock.uclk.display" option="board.clock.uclk.display.value"/>
+    <node id="board.clock.fclk.div" option="board.clock.fclk.div.4"/>
+    <node id="board.clock.fclk.display" option="board.clock.fclk.display.value"/>
+    <node id="board.clock.clkout.source" option="board.clock.clkout.source.disabled"/>
+    <node id="board.clock.clkout.div" option="board.clock.clkout.div.1"/>
+    <node id="board.clock.clkout.display" option="board.clock.clkout.display.value"/>
+  </raClockConfiguration>
+  <raComponentSelection>
+    <component apiversion="" class="Common" condition="" group="all" subgroup="fsp_common" variant="" vendor="Renesas" version="3.5.0">
+      <description>Board Support Package Common Files</description>
+      <originalPack>Renesas.RA.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="HAL Drivers" condition="" group="all" subgroup="r_ioport" variant="" vendor="Renesas" version="3.5.0">
+      <description>I/O Port</description>
+      <originalPack>Renesas.RA.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="CMSIS" condition="" group="CMSIS5" subgroup="CoreM" variant="" vendor="Arm" version="5.8.0+renesas.0.fsp.3.5.0">
+      <description>Arm CMSIS Version 5 - Core (M)</description>
+      <originalPack>Arm.CMSIS5.5.8.0+renesas.0.fsp.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="BSP" condition="" group="ra6m3" subgroup="device" variant="R7FA6M3AH3CFB" vendor="Renesas" version="3.5.0">
+      <description>Board support package for R7FA6M3AH3CFB</description>
+      <originalPack>Renesas.RA_mcu_ra6m3.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="BSP" condition="" group="ra6m3" subgroup="device" variant="" vendor="Renesas" version="3.5.0">
+      <description>Board support package for RA6M3</description>
+      <originalPack>Renesas.RA_mcu_ra6m3.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="BSP" condition="" group="ra6m3" subgroup="fsp" variant="" vendor="Renesas" version="3.5.0">
+      <description>Board support package for RA6M3 - FSP Data</description>
+      <originalPack>Renesas.RA_mcu_ra6m3.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="BSP" condition="" group="Board" subgroup="custom" variant="" vendor="Renesas" version="3.5.0">
+      <description>Custom Board Support Files</description>
+      <originalPack>Renesas.RA_board_custom.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="HAL Drivers" condition="" group="all" subgroup="r_sci_uart" variant="" vendor="Renesas" version="3.5.0">
+      <description>SCI UART</description>
+      <originalPack>Renesas.RA.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="HAL Drivers" condition="" group="all" subgroup="r_dmac" variant="" vendor="Renesas" version="3.5.0">
+      <description>Direct Memory Access Controller</description>
+      <originalPack>Renesas.RA.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="HAL Drivers" condition="" group="all" subgroup="r_sdhi" variant="" vendor="Renesas" version="3.5.0">
+      <description>SD/MMC Host Interface</description>
+      <originalPack>Renesas.RA.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="HAL Drivers" condition="" group="all" subgroup="r_glcdc" variant="" vendor="Renesas" version="3.5.0">
+      <description>Graphics LCD Controller</description>
+      <originalPack>Renesas.RA.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="TES" condition="" group="all" subgroup="dave2d" variant="" vendor="Renesas" version="3.8.0+fsp.3.5.0">
+      <description>TES DAVE 2D Drawing Engine</description>
+      <originalPack>TES.Dave2D.3.8.0+fsp.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="HAL Drivers" condition="" group="all" subgroup="r_drw" variant="" vendor="Renesas" version="3.5.0">
+      <description>TES D/AVE 2D Port</description>
+      <originalPack>Renesas.RA.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="HAL Drivers" condition="" group="all" subgroup="r_jpeg" variant="" vendor="Renesas" version="3.5.0">
+      <description>JPEG Codec</description>
+      <originalPack>Renesas.RA.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="HAL Drivers" condition="" group="all" subgroup="r_gpt" variant="" vendor="Renesas" version="3.5.0">
+      <description>General PWM Timer</description>
+      <originalPack>Renesas.RA.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="HAL Drivers" condition="" group="all" subgroup="r_dtc" variant="" vendor="Renesas" version="3.5.0">
+      <description>Data Transfer Controller</description>
+      <originalPack>Renesas.RA.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="HAL Drivers" condition="" group="all" subgroup="r_sci_spi" variant="" vendor="Renesas" version="3.5.0">
+      <description>Serial Peripheral Interface on Serial Communications Interface</description>
+      <originalPack>Renesas.RA.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="HAL Drivers" condition="" group="all" subgroup="r_can" variant="" vendor="Renesas" version="3.5.0">
+      <description>Controller Area Network</description>
+      <originalPack>Renesas.RA.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="HAL Drivers" condition="" group="all" subgroup="r_icu" variant="" vendor="Renesas" version="3.5.0">
+      <description>External Interrupt</description>
+      <originalPack>Renesas.RA.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="HAL Drivers" condition="" group="all" subgroup="r_ether_phy" variant="" vendor="Renesas" version="3.5.0">
+      <description>Ethernet PHY</description>
+      <originalPack>Renesas.RA.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="HAL Drivers" condition="" group="all" subgroup="r_ether" variant="" vendor="Renesas" version="3.5.0">
+      <description>Ethernet</description>
+      <originalPack>Renesas.RA.3.5.0.pack</originalPack>
+    </component>
+    <component apiversion="" class="HAL Drivers" condition="" group="all" subgroup="r_ssi" variant="" vendor="Renesas" version="3.5.0">
+      <description>Serial Sound Interface</description>
+      <originalPack>Renesas.RA.3.5.0.pack</originalPack>
+    </component>
+  </raComponentSelection>
+  <raElcConfiguration/>
+  <raIcuConfiguration/>
+  <raModuleConfiguration>
+    <module id="module.driver.ioport_on_ioport.0">
+      <property id="module.driver.ioport.name" value="g_ioport"/>
+      <property id="module.driver.ioport.elc_trigger_ioport1" value="_disabled"/>
+      <property id="module.driver.ioport.elc_trigger_ioport2" value="_disabled"/>
+      <property id="module.driver.ioport.elc_trigger_ioport3" value="_disabled"/>
+      <property id="module.driver.ioport.elc_trigger_ioport4" value="_disabled"/>
+      <property id="module.driver.ioport.elc_trigger_ioportb" value="_disabled"/>
+      <property id="module.driver.ioport.elc_trigger_ioportc" value="_disabled"/>
+      <property id="module.driver.ioport.elc_trigger_ioportd" value="_disabled"/>
+      <property id="module.driver.ioport.elc_trigger_ioporte" value="_disabled"/>
+      <property id="module.driver.ioport.pincfg" value="g_bsp_pin_cfg"/>
+    </module>
+    <module id="module.driver.uart_on_sci_uart.552817864">
+      <property id="module.driver.uart.name" value="g_uart9"/>
+      <property id="module.driver.uart.channel" value="9"/>
+      <property id="module.driver.uart.data_bits" value="module.driver.uart.data_bits.data_bits_8"/>
+      <property id="module.driver.uart.parity" value="module.driver.uart.parity.parity_off"/>
+      <property id="module.driver.uart.stop_bits" value="module.driver.uart.stop_bits.stop_bits_1"/>
+      <property id="module.driver.uart.baud" value="115200"/>
+      <property id="module.driver.uart.baudrate_modulation" value="module.driver.uart.baudrate_modulation.disabled"/>
+      <property id="module.driver.uart.baudrate_max_err" value="5"/>
+      <property id="module.driver.uart.flow_control" value="module.driver.uart.flow_control.rts"/>
+      <property id="module.driver.uart.pin_control_port" value="module.driver.uart.pin_control_port.PORT_DISABLE"/>
+      <property id="module.driver.uart.pin_control_pin" value="module.driver.uart.pin_control_pin.PIN_DISABLE"/>
+      <property id="module.driver.uart.clk_src" value="module.driver.uart.clk_src.int_clk"/>
+      <property id="module.driver.uart.rx_edge_start" value="module.driver.uart.rx_edge_start.falling_edge"/>
+      <property id="module.driver.uart.noisecancel_en" value="module.driver.uart.noisecancel_en.disabled"/>
+      <property id="module.driver.uart.rx_fifo_trigger" value="module.driver.uart.rx_fifo_trigger.max"/>
+      <property id="module.driver.uart.callback" value="user_uart9_callback"/>
+      <property id="module.driver.uart.rxi_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.uart.txi_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.uart.tei_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.uart.eri_ipl" value="board.icu.common.irq.priority12"/>
+    </module>
+    <module id="module.driver.sdmmc_on_sdmmc.1899873917">
+      <property id="module.driver.sdmmc.name" value="g_sdmmc1"/>
+      <property id="module.driver.sdmmc.channel" value="1"/>
+      <property id="module.driver.sdmmc.bus_width" value="module.driver.sdmmc.bus_width.bus_width_4_bits"/>
+      <property id="module.driver.sdmmc.block_size" value="512"/>
+      <property id="module.driver.sdmmc.card_detect" value="module.driver.sdmmc.card_detect.card_detect_cd"/>
+      <property id="module.driver.sdmmc.write_protect" value="module.driver.sdmmc.write_protect.write_protect_none"/>
+      <property id="module.driver.sdmmc.p_callback" value="NULL"/>
+      <property id="module.driver.sdmmc.access_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.sdmmc.card_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.sdmmc.dma_req_ipl" value="_disabled"/>
+    </module>
+    <module id="module.driver.transfer_on_dmac.1942704265">
+      <property id="module.driver.transfer.name" value="g_transfer0"/>
+      <property id="module.driver.transfer.channel" value="0"/>
+      <property id="module.driver.transfer.mode" value="module.driver.transfer.mode.mode_normal"/>
+      <property id="module.driver.transfer.size" value="module.driver.transfer.size.size_2_byte"/>
+      <property id="module.driver.transfer.dest_addr_mode" value="module.driver.transfer.dest_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.src_addr_mode" value="module.driver.transfer.src_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.repeat_area" value="module.driver.transfer.repeat_area.repeat_area_source"/>
+      <property id="module.driver.transfer.p_dest" value="NULL"/>
+      <property id="module.driver.transfer.p_src" value="NULL"/>
+      <property id="module.driver.transfer.length" value="1"/>
+      <property id="module.driver.transfer.num_blocks" value="0"/>
+      <property id="module.driver.transfer.activation_event" value="enum.elc_none.none"/>
+      <property id="module.driver.transfer.p_callback" value="NULL"/>
+      <property id="module.driver.transfer.p_context" value="NULL"/>
+      <property id="module.driver.transfer.ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.transfer.interrupt" value="module.driver.transfer.interrupt.interrupt_end"/>
+      <property id="module.driver.transfer.offset" value="1"/>
+      <property id="module.driver.transfer.src.buffer" value="1"/>
+    </module>
+    <module id="module.driver.display_on_glcdc.1398055999">
+      <property id="module.driver.display.name" value="g_display0"/>
+      <property id="module.driver.display.callback" value="_ra_port_display_callback"/>
+      <property id="module.driver.display.line_detect_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.display.underflow_1_ipl" value="_disabled"/>
+      <property id="module.driver.display.underflow_2_ipl" value="_disabled"/>
+      <property id="module.driver.display.input0.enable" value="module.driver.display.input0.enable.true"/>
+      <property id="module.driver.display.input0.hsize" value="480"/>
+      <property id="module.driver.display.input0.vsize" value="272"/>
+      <property id="module.driver.display.layer0.coordinate.x" value="0"/>
+      <property id="module.driver.display.layer0.coordinate.y" value="0"/>
+      <property id="module.driver.display.layer0.color.byte.a" value="255"/>
+      <property id="module.driver.display.layer0.color.byte.r" value="255"/>
+      <property id="module.driver.display.layer0.color.byte.g" value="255"/>
+      <property id="module.driver.display.layer0.color.byte.b" value="255"/>
+      <property id="module.driver.display.input0.buffer_name" value="fb_background"/>
+      <property id="module.driver.display.input0.buffer_number" value="1"/>
+      <property id="module.driver.display.input0.section" value=".bss"/>
+      <property id="module.driver.display.input0.format" value="module.driver.display.input0.format.in_format_16bits_rgb565"/>
+      <property id="module.driver.display.input0.line_descending_enable" value="module.driver.display.input0.line_descending_enable.false"/>
+      <property id="module.driver.display.input0.lines_repeat_enable" value="module.driver.display.input0.lines_repeat_enable.false"/>
+      <property id="module.driver.display.input0.lines_repeat_times" value="0"/>
+      <property id="module.driver.display.layer0.fade_control" value="module.driver.display.layer0.fade_control.fade_control_none"/>
+      <property id="module.driver.display.layer0.fade_speed" value="0"/>
+      <property id="module.driver.display.input1.enable" value="module.driver.display.input1.enable.false"/>
+      <property id="module.driver.display.input1.hsize" value="480"/>
+      <property id="module.driver.display.input1.vsize" value="272"/>
+      <property id="module.driver.display.layer1.coordinate.x" value="0"/>
+      <property id="module.driver.display.layer1.coordinate.y" value="0"/>
+      <property id="module.driver.display.layer1.color.byte.a" value="255"/>
+      <property id="module.driver.display.layer1.color.byte.r" value="255"/>
+      <property id="module.driver.display.layer1.color.byte.g" value="255"/>
+      <property id="module.driver.display.layer1.color.byte.b" value="255"/>
+      <property id="module.driver.display.input1.buffer_name" value="fb_foreground"/>
+      <property id="module.driver.display.input1.buffer_number" value="2"/>
+      <property id="module.driver.display.input1.section" value=".bss"/>
+      <property id="module.driver.display.input1.format" value="module.driver.display.input1.format.in_format_16bits_rgb565"/>
+      <property id="module.driver.display.input1.line_descending_enable" value="module.driver.display.input1.line_descending_enable.false"/>
+      <property id="module.driver.display.input1.lines_repeat_enable" value="module.driver.display.input1.lines_repeat_enable.false"/>
+      <property id="module.driver.display.input1.lines_repeat_times" value="0"/>
+      <property id="module.driver.display.layer1.fade_control" value="module.driver.display.layer1.fade_control.fade_control_none"/>
+      <property id="module.driver.display.layer1.fade_speed" value="0"/>
+      <property id="module.driver.display.output.htiming.total_cyc" value="525"/>
+      <property id="module.driver.display.output.htiming.display_cyc" value="480"/>
+      <property id="module.driver.display.output.htiming.back_porch" value="40"/>
+      <property id="module.driver.display.output.htiming.sync_width" value="1"/>
+      <property id="module.driver.display.output.htiming.sync_polarity" value="module.driver.display.output.htiming.sync_polarity.signal_polarity_loactive"/>
+      <property id="module.driver.display.output.vtiming.total_cyc" value="316"/>
+      <property id="module.driver.display.output.vtiming.display_cyc" value="272"/>
+      <property id="module.driver.display.output.vtiming.back_porch" value="8"/>
+      <property id="module.driver.display.output.vtiming.sync_width" value="1"/>
+      <property id="module.driver.display.output.vtiming.sync_polarity" value="module.driver.display.output.vtiming.sync_polarity.signal_polarity_loactive"/>
+      <property id="module.driver.display.output.data_enable_polarity" value="module.driver.display.output.data_enable_polarity.signal_polarity_hiactive"/>
+      <property id="module.driver.display.output.sync_edge" value="module.driver.display.output.sync_edge.signal_sync_edge_rising"/>
+      <property id="module.driver.display.output.format" value="module.driver.display.output.format.out_format_16bits_rgb565"/>
+      <property id="module.driver.display.output.color_order" value="module.driver.display.output.color_order.color_order_bgr"/>
+      <property id="module.driver.display.output.endian" value="module.driver.display.output.endian.endian_little"/>
+      <property id="module.driver.display.output.bg_color.byte.a" value="255"/>
+      <property id="module.driver.display.output.bg_color.byte.r" value="0"/>
+      <property id="module.driver.display.output.bg_color.byte.g" value="0"/>
+      <property id="module.driver.display.output.bg_color.byte.b" value="0"/>
+      <property id="module.driver.display.clut.enable" value="module.driver.display.clut.enable.false"/>
+      <property id="module.driver.display.clut.size" value="256"/>
+      <property id="module.driver.display.tcon_hsync" value="module.driver.display.tcon_hsync.tcon_pin_0"/>
+      <property id="module.driver.display.tcon_vsync" value="module.driver.display.tcon_vsync.tcon_pin_1"/>
+      <property id="module.driver.display.tcon_de" value="module.driver.display.tcon_de.tcon_pin_2"/>
+      <property id="module.driver.display.clksrc" value="module.driver.display.clksrc.clk_src_internal"/>
+      <property id="module.driver.display.clock_div_ratio" value="module.driver.display.clock_div_ratio.panel_clk_divisor_24"/>
+      <property id="module.driver.display.correction_proc_order" value="module.driver.display.correction_proc_order.correction_proc_order_brightness_contrast2gamma"/>
+      <property id="module.driver.display.output.brightness.enable" value="module.driver.display.output.brightness.false"/>
+      <property id="module.driver.display.output.brightness.r" value="512"/>
+      <property id="module.driver.display.output.brightness.g" value="512"/>
+      <property id="module.driver.display.output.brightness.b" value="512"/>
+      <property id="module.driver.display.output.contrast.enable" value="module.driver.display.output.contrast.false"/>
+      <property id="module.driver.display.output.contrast.r" value="128"/>
+      <property id="module.driver.display.output.contrast.g" value="128"/>
+      <property id="module.driver.display.output.contrast.b" value="128"/>
+      <property id="module.driver.display.output.gamma.r.enable" value="module.driver.display.output.gamma.r.enable.off"/>
+      <property id="module.driver.display.output.gamma.g.enable" value="module.driver.display.output.gamma.g.enable.off"/>
+      <property id="module.driver.display.output.gamma.b.enable" value="module.driver.display.output.gamma.b.enable.off"/>
+      <property id="module.driver.display.output.gamma.table_mode" value="module.driver.display.output.gamma.table_mode.variable"/>
+      <property id="module.driver.display.gamma.r.gain.0" value="1024"/>
+      <property id="module.driver.display.gamma.r.gain.1" value="1024"/>
+      <property id="module.driver.display.gamma.r.gain.2" value="1024"/>
+      <property id="module.driver.display.gamma.r.gain.3" value="1024"/>
+      <property id="module.driver.display.gamma.r.gain.4" value="1024"/>
+      <property id="module.driver.display.gamma.r.gain.5" value="1024"/>
+      <property id="module.driver.display.gamma.r.gain.6" value="1024"/>
+      <property id="module.driver.display.gamma.r.gain.7" value="1024"/>
+      <property id="module.driver.display.gamma.r.gain.8" value="1024"/>
+      <property id="module.driver.display.gamma.r.gain.9" value="1024"/>
+      <property id="module.driver.display.gamma.r.gain.10" value="1024"/>
+      <property id="module.driver.display.gamma.r.gain.11" value="1024"/>
+      <property id="module.driver.display.gamma.r.gain.12" value="1024"/>
+      <property id="module.driver.display.gamma.r.gain.13" value="1024"/>
+      <property id="module.driver.display.gamma.r.gain.14" value="1024"/>
+      <property id="module.driver.display.gamma.r.gain.15" value="1024"/>
+      <property id="module.driver.display.gamma.r.threshold.1" value="64"/>
+      <property id="module.driver.display.gamma.r.threshold.2" value="128"/>
+      <property id="module.driver.display.gamma.r.threshold.3" value="192"/>
+      <property id="module.driver.display.gamma.r.threshold.4" value="256"/>
+      <property id="module.driver.display.gamma.r.threshold.5" value="320"/>
+      <property id="module.driver.display.gamma.r.threshold.6" value="384"/>
+      <property id="module.driver.display.gamma.r.threshold.7" value="448"/>
+      <property id="module.driver.display.gamma.r.threshold.8" value="512"/>
+      <property id="module.driver.display.gamma.r.threshold.9" value="576"/>
+      <property id="module.driver.display.gamma.r.threshold.10" value="640"/>
+      <property id="module.driver.display.gamma.r.threshold.11" value="704"/>
+      <property id="module.driver.display.gamma.r.threshold.12" value="768"/>
+      <property id="module.driver.display.gamma.r.threshold.13" value="832"/>
+      <property id="module.driver.display.gamma.r.threshold.14" value="896"/>
+      <property id="module.driver.display.gamma.r.threshold.15" value="960"/>
+      <property id="module.driver.display.gamma.g.gain.0" value="1024"/>
+      <property id="module.driver.display.gamma.g.gain.1" value="1024"/>
+      <property id="module.driver.display.gamma.g.gain.2" value="1024"/>
+      <property id="module.driver.display.gamma.g.gain.3" value="1024"/>
+      <property id="module.driver.display.gamma.g.gain.4" value="1024"/>
+      <property id="module.driver.display.gamma.g.gain.5" value="1024"/>
+      <property id="module.driver.display.gamma.g.gain.6" value="1024"/>
+      <property id="module.driver.display.gamma.g.gain.7" value="1024"/>
+      <property id="module.driver.display.gamma.g.gain.8" value="1024"/>
+      <property id="module.driver.display.gamma.g.gain.9" value="1024"/>
+      <property id="module.driver.display.gamma.g.gain.10" value="1024"/>
+      <property id="module.driver.display.gamma.g.gain.11" value="1024"/>
+      <property id="module.driver.display.gamma.g.gain.12" value="1024"/>
+      <property id="module.driver.display.gamma.g.gain.13" value="1024"/>
+      <property id="module.driver.display.gamma.g.gain.14" value="1024"/>
+      <property id="module.driver.display.gamma.g.gain.15" value="1024"/>
+      <property id="module.driver.display.gamma.g.threshold.1" value="64"/>
+      <property id="module.driver.display.gamma.g.threshold.2" value="128"/>
+      <property id="module.driver.display.gamma.g.threshold.3" value="192"/>
+      <property id="module.driver.display.gamma.g.threshold.4" value="256"/>
+      <property id="module.driver.display.gamma.g.threshold.5" value="320"/>
+      <property id="module.driver.display.gamma.g.threshold.6" value="384"/>
+      <property id="module.driver.display.gamma.g.threshold.7" value="448"/>
+      <property id="module.driver.display.gamma.g.threshold.8" value="512"/>
+      <property id="module.driver.display.gamma.g.threshold.9" value="576"/>
+      <property id="module.driver.display.gamma.g.threshold.10" value="640"/>
+      <property id="module.driver.display.gamma.g.threshold.11" value="704"/>
+      <property id="module.driver.display.gamma.g.threshold.12" value="768"/>
+      <property id="module.driver.display.gamma.g.threshold.13" value="832"/>
+      <property id="module.driver.display.gamma.g.threshold.14" value="896"/>
+      <property id="module.driver.display.gamma.g.threshold.15" value="960"/>
+      <property id="module.driver.display.gamma.b.gain.0" value="1024"/>
+      <property id="module.driver.display.gamma.b.gain.1" value="1024"/>
+      <property id="module.driver.display.gamma.b.gain.2" value="1024"/>
+      <property id="module.driver.display.gamma.b.gain.3" value="1024"/>
+      <property id="module.driver.display.gamma.b.gain.4" value="1024"/>
+      <property id="module.driver.display.gamma.b.gain.5" value="1024"/>
+      <property id="module.driver.display.gamma.b.gain.6" value="1024"/>
+      <property id="module.driver.display.gamma.b.gain.7" value="1024"/>
+      <property id="module.driver.display.gamma.b.gain.8" value="1024"/>
+      <property id="module.driver.display.gamma.b.gain.9" value="1024"/>
+      <property id="module.driver.display.gamma.b.gain.10" value="1024"/>
+      <property id="module.driver.display.gamma.b.gain.11" value="1024"/>
+      <property id="module.driver.display.gamma.b.gain.12" value="1024"/>
+      <property id="module.driver.display.gamma.b.gain.13" value="1024"/>
+      <property id="module.driver.display.gamma.b.gain.14" value="1024"/>
+      <property id="module.driver.display.gamma.b.gain.15" value="1024"/>
+      <property id="module.driver.display.gamma.b.threshold.1" value="64"/>
+      <property id="module.driver.display.gamma.b.threshold.2" value="128"/>
+      <property id="module.driver.display.gamma.b.threshold.3" value="192"/>
+      <property id="module.driver.display.gamma.b.threshold.4" value="256"/>
+      <property id="module.driver.display.gamma.b.threshold.5" value="320"/>
+      <property id="module.driver.display.gamma.b.threshold.6" value="384"/>
+      <property id="module.driver.display.gamma.b.threshold.7" value="448"/>
+      <property id="module.driver.display.gamma.b.threshold.8" value="512"/>
+      <property id="module.driver.display.gamma.b.threshold.9" value="576"/>
+      <property id="module.driver.display.gamma.b.threshold.10" value="640"/>
+      <property id="module.driver.display.gamma.b.threshold.11" value="704"/>
+      <property id="module.driver.display.gamma.b.threshold.12" value="768"/>
+      <property id="module.driver.display.gamma.b.threshold.13" value="832"/>
+      <property id="module.driver.display.gamma.b.threshold.14" value="896"/>
+      <property id="module.driver.display.gamma.b.threshold.15" value="960"/>
+      <property id="module.driver.display.output.dithering_on" value="module.driver.display.output.dithering_on.false"/>
+      <property id="module.driver.display.dithering_mode" value="module.driver.display.dithering_mode.dithering_mode_trancate"/>
+      <property id="module.driver.display.dithering_pattern_A" value="module.driver.display.dithering_pattern_A.dithering_pattern_11"/>
+      <property id="module.driver.display.dithering_pattern_B" value="module.driver.display.dithering_pattern_B.dithering_pattern_11"/>
+      <property id="module.driver.display.dithering_pattern_C" value="module.driver.display.dithering_pattern_C.dithering_pattern_11"/>
+      <property id="module.driver.display.dithering_pattern_D" value="module.driver.display.dithering_pattern_D.dithering_pattern_11"/>
+    </module>
+    <module id="module.driver.drw.1262281304">
+      <property id="module.driver.drw.handle_name" value="d2_handle0"/>
+      <property id="module.driver.drw.int_ipl" value="board.icu.common.irq.priority2"/>
+    </module>
+    <module id="module.driver.tes.dave2d.456187875"/>
+    <module id="module.driver.jpeg.1241812806">
+      <property id="module.driver.jpeg.name" value="g_jpeg0"/>
+      <property id="module.driver.jpeg.default_mode" value="module.driver.jpeg.default_mode.decode"/>
+      <property id="module.driver.jpeg.decode.input_data_order" value="module.driver.jpeg.decode.input_data_order.normal"/>
+      <property id="module.driver.jpeg.decode.output_data_order" value="module.driver.jpeg.byte_swap.normal"/>
+      <property id="module.driver.jpeg.decode.pixel_format" value="module.driver.jpeg.decode.pixel_format.rgb565"/>
+      <property id="module.driver.jpeg.decode.alpha_value" value="255"/>
+      <property id="module.driver.jpeg.decode.p_callback" value="decode_callback"/>
+      <property id="module.driver.jpeg.encode.horizontal_resolution" value="480"/>
+      <property id="module.driver.jpeg.encode.vertical_resolution" value="272"/>
+      <property id="module.driver.jpeg.encode.horizontal_stride_pixels" value="480"/>
+      <property id="module.driver.jpeg.encode.input_data_order" value="module.driver.jpeg.byte_swap.normal"/>
+      <property id="module.driver.jpeg.encode.output_data_order" value="module.driver.jpeg.byte_swap.normal"/>
+      <property id="module.driver.jpeg.encode.DRI" value="512"/>
+      <property id="module.driver.jpeg.encode.quality" value="50"/>
+      <property id="module.driver.jpeg.encode.p_callback" value="NULL"/>
+      <property id="module.driver.jpeg.jedi_ipl" value="board.icu.common.irq.priority8"/>
+      <property id="module.driver.jpeg.jdti_ipl" value="board.icu.common.irq.priority8"/>
+    </module>
+    <module id="module.driver.timer_on_gpt.1145119156">
+      <property id="module.driver.timer.name" value="g_timer6"/>
+      <property id="module.driver.timer.channel" value="6"/>
+      <property id="module.driver.timer.mode" value="module.driver.timer.mode.mode_periodic"/>
+      <property id="module.driver.timer.period" value="78"/>
+      <property id="module.driver.timer.unit" value="module.driver.timer.unit.unit_frequency_khz"/>
+      <property id="module.driver.timer.gtior.gtioa.initial_output_level" value="module.driver.timer.gtior.gtioa.initial_output_level.low"/>
+      <property id="module.driver.timer.gtior.gtioa.cycle_end_output_level" value="module.driver.timer.gtior.gtioa.cycle_end_output_level.retain"/>
+      <property id="module.driver.timer.gtior.gtioa.compare_match_output_level" value="module.driver.timer.gtior.gtioa.compare_match_output_level.retain"/>
+      <property id="module.driver.timer.gtior.gtioa.count_stop_retain" value="module.driver.timer.gtior.gtioa.count_stop_retain.disabled"/>
+      <property id="module.driver.timer.gtior.gtiob.initial_output_level" value="module.driver.timer.gtior.gtiob.initial_output_level.low"/>
+      <property id="module.driver.timer.gtior.gtiob.cycle_end_output_level" value="module.driver.timer.gtior.gtiob.cycle_end_output_level.retain"/>
+      <property id="module.driver.timer.gtior.gtiob.compare_match_output_level" value="module.driver.timer.gtior.gtiob.compare_match_output_level.retain"/>
+      <property id="module.driver.timer.gtior.gtiob.count_stop_retain" value="module.driver.timer.gtior.gtiob.count_stop_retain.disabled"/>
+      <property id="module.driver.timer.gtior.custom_waveform_enable" value="module.driver.timer.gtior.custom_waveform_enable.disabled"/>
+      <property id="module.driver.timer.duty_cycle" value="50"/>
+      <property id="module.driver.timer.gtioca_output_enabled" value="module.driver.timer.gtioca_output_enabled.true"/>
+      <property id="module.driver.timer.gtioca_stop_level" value="module.driver.timer.gtioca_stop_level.pin_level_low"/>
+      <property id="module.driver.timer.gtiocb_output_enabled" value="module.driver.timer.gtiocb_output_enabled.true"/>
+      <property id="module.driver.timer.gtiocb_stop_level" value="module.driver.timer.gtiocb_stop_level.pin_level_low"/>
+      <property id="module.driver.timer.count_up_source" value=""/>
+      <property id="module.driver.timer.count_down_source" value=""/>
+      <property id="module.driver.timer.start_source" value=""/>
+      <property id="module.driver.timer.stop_source" value=""/>
+      <property id="module.driver.timer.clear_source" value=""/>
+      <property id="module.driver.timer.capture_a_source" value=""/>
+      <property id="module.driver.timer.capture_b_source" value=""/>
+      <property id="module.driver.timer.gtioca_filter" value="module.driver.timer.gtioc_filter.gtioc_filter_none"/>
+      <property id="module.driver.timer.gtiocb_filter" value="module.driver.timer.gtioc_filter.gtioc_filter_none"/>
+      <property id="module.driver.timer.p_callback" value="NULL"/>
+      <property id="module.driver.timer.ipl" value="_disabled"/>
+      <property id="module.driver.timer.capture_a_ipl" value="_disabled"/>
+      <property id="module.driver.timer.capture_b_ipl" value="_disabled"/>
+      <property id="module.driver.timer.trough_ipl" value="_disabled"/>
+      <property id="module.driver.timer.extra" value="module.driver.timer.extra.disabled"/>
+      <property id="module.driver.timer.poeg_link" value="module.driver.timer.poeg_link.poeg_link_poeg0"/>
+      <property id="module.driver.timer.output_disable" value=""/>
+      <property id="module.driver.timer.adc_trigger" value=""/>
+      <property id="module.driver.timer.dead_time_count_up" value="0"/>
+      <property id="module.driver.timer.dead_time_count_down" value="0"/>
+      <property id="module.driver.timer.adc_a_compare_match" value="0"/>
+      <property id="module.driver.timer.adc_b_compare_match" value="0"/>
+      <property id="module.driver.timer.interrupt_skip.source" value="module.driver.timer.interrupt_skip.source.none"/>
+      <property id="module.driver.timer.interrupt_skip.count" value="module.driver.timer.interrupt_skip.count.count_0"/>
+      <property id="module.driver.timer.interrupt_skip.adc" value="module.driver.timer.interrupt_skip.adc.none"/>
+      <property id="module.driver.timer.gtioca_disable_setting" value="module.driver.timer.gtioca_disable_setting.gtioc_disable_prohibited"/>
+      <property id="module.driver.timer.gtiocb_disable_setting" value="module.driver.timer.gtiocb_disable_setting.gtioc_disable_prohibited"/>
+    </module>
+    <module id="module.driver.timer_on_gpt.429251600">
+      <property id="module.driver.timer.name" value="g_timer2"/>
+      <property id="module.driver.timer.channel" value="2"/>
+      <property id="module.driver.timer.mode" value="module.driver.timer.mode.mode_periodic"/>
+      <property id="module.driver.timer.period" value="48"/>
+      <property id="module.driver.timer.unit" value="module.driver.timer.unit.unit_frequency_khz"/>
+      <property id="module.driver.timer.gtior.gtioa.initial_output_level" value="module.driver.timer.gtior.gtioa.initial_output_level.low"/>
+      <property id="module.driver.timer.gtior.gtioa.cycle_end_output_level" value="module.driver.timer.gtior.gtioa.cycle_end_output_level.retain"/>
+      <property id="module.driver.timer.gtior.gtioa.compare_match_output_level" value="module.driver.timer.gtior.gtioa.compare_match_output_level.retain"/>
+      <property id="module.driver.timer.gtior.gtioa.count_stop_retain" value="module.driver.timer.gtior.gtioa.count_stop_retain.disabled"/>
+      <property id="module.driver.timer.gtior.gtiob.initial_output_level" value="module.driver.timer.gtior.gtiob.initial_output_level.low"/>
+      <property id="module.driver.timer.gtior.gtiob.cycle_end_output_level" value="module.driver.timer.gtior.gtiob.cycle_end_output_level.retain"/>
+      <property id="module.driver.timer.gtior.gtiob.compare_match_output_level" value="module.driver.timer.gtior.gtiob.compare_match_output_level.retain"/>
+      <property id="module.driver.timer.gtior.gtiob.count_stop_retain" value="module.driver.timer.gtior.gtiob.count_stop_retain.disabled"/>
+      <property id="module.driver.timer.gtior.custom_waveform_enable" value="module.driver.timer.gtior.custom_waveform_enable.disabled"/>
+      <property id="module.driver.timer.duty_cycle" value="50"/>
+      <property id="module.driver.timer.gtioca_output_enabled" value="module.driver.timer.gtioca_output_enabled.false"/>
+      <property id="module.driver.timer.gtioca_stop_level" value="module.driver.timer.gtioca_stop_level.pin_level_low"/>
+      <property id="module.driver.timer.gtiocb_output_enabled" value="module.driver.timer.gtiocb_output_enabled.false"/>
+      <property id="module.driver.timer.gtiocb_stop_level" value="module.driver.timer.gtiocb_stop_level.pin_level_low"/>
+      <property id="module.driver.timer.count_up_source" value=""/>
+      <property id="module.driver.timer.count_down_source" value=""/>
+      <property id="module.driver.timer.start_source" value=""/>
+      <property id="module.driver.timer.stop_source" value=""/>
+      <property id="module.driver.timer.clear_source" value=""/>
+      <property id="module.driver.timer.capture_a_source" value=""/>
+      <property id="module.driver.timer.capture_b_source" value=""/>
+      <property id="module.driver.timer.gtioca_filter" value="module.driver.timer.gtioc_filter.gtioc_filter_none"/>
+      <property id="module.driver.timer.gtiocb_filter" value="module.driver.timer.gtioc_filter.gtioc_filter_none"/>
+      <property id="module.driver.timer.p_callback" value="cb_timer2"/>
+      <property id="module.driver.timer.ipl" value="board.icu.common.irq.priority8"/>
+      <property id="module.driver.timer.capture_a_ipl" value="_disabled"/>
+      <property id="module.driver.timer.capture_b_ipl" value="_disabled"/>
+      <property id="module.driver.timer.trough_ipl" value="_disabled"/>
+      <property id="module.driver.timer.extra" value="module.driver.timer.extra.disabled"/>
+      <property id="module.driver.timer.poeg_link" value="module.driver.timer.poeg_link.poeg_link_poeg0"/>
+      <property id="module.driver.timer.output_disable" value=""/>
+      <property id="module.driver.timer.adc_trigger" value=""/>
+      <property id="module.driver.timer.dead_time_count_up" value="0"/>
+      <property id="module.driver.timer.dead_time_count_down" value="0"/>
+      <property id="module.driver.timer.adc_a_compare_match" value="0"/>
+      <property id="module.driver.timer.adc_b_compare_match" value="0"/>
+      <property id="module.driver.timer.interrupt_skip.source" value="module.driver.timer.interrupt_skip.source.none"/>
+      <property id="module.driver.timer.interrupt_skip.count" value="module.driver.timer.interrupt_skip.count.count_0"/>
+      <property id="module.driver.timer.interrupt_skip.adc" value="module.driver.timer.interrupt_skip.adc.none"/>
+      <property id="module.driver.timer.gtioca_disable_setting" value="module.driver.timer.gtioca_disable_setting.gtioc_disable_prohibited"/>
+      <property id="module.driver.timer.gtiocb_disable_setting" value="module.driver.timer.gtiocb_disable_setting.gtioc_disable_prohibited"/>
+    </module>
+    <module id="module.driver.spi_on_sci_spi.539320293">
+      <property id="module.driver.spi.name" value="g_sci_spi6"/>
+      <property id="module.driver.spi.channel" value="6"/>
+      <property id="module.driver.spi.operating_mode" value="module.driver.spi.operating_mode.mode_master"/>
+      <property id="module.driver.spi.clk_phase" value="module.driver.spi.clk_phase.clk_phase_edge_odd"/>
+      <property id="module.driver.spi.clk_polarity" value="module.driver.spi.clk_polarity.clk_polarity_low"/>
+      <property id="module.driver.spi.mode_fault" value="module.driver.spi.mode_fault.mode_fault_error_disable"/>
+      <property id="module.driver.spi.bit_order" value="module.driver.spi.bit_order.bit_order_msb_first"/>
+      <property id="module.driver.spi.p_callback" value="sci_spi6_callback"/>
+      <property id="module.driver.spi.rxi_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.spi.txi_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.spi.tei_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.spi.eri_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.spi.bitrate" value="8000000"/>
+      <property id="module.driver.spi.bitrate_modulation" value="module.driver.spi.bitrate_modulation.enabled"/>
+    </module>
+    <module id="module.driver.transfer_on_dtc.775056991">
+      <property id="module.driver.transfer.name" value="g_transfer1"/>
+      <property id="module.driver.transfer.mode" value="module.driver.transfer.mode.mode_normal"/>
+      <property id="module.driver.transfer.size" value="module.driver.transfer.size.size_2_byte"/>
+      <property id="module.driver.transfer.dest_addr_mode" value="module.driver.transfer.dest_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.src_addr_mode" value="module.driver.transfer.src_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.repeat_area" value="module.driver.transfer.repeat_area.repeat_area_source"/>
+      <property id="module.driver.transfer.p_dest" value="NULL"/>
+      <property id="module.driver.transfer.p_src" value="NULL"/>
+      <property id="module.driver.transfer.interrupt" value="module.driver.transfer.interrupt.interrupt_end"/>
+      <property id="module.driver.transfer.length" value="0"/>
+      <property id="module.driver.transfer.num_blocks" value="0"/>
+      <property id="module.driver.transfer.activation_source" value="_disabled"/>
+    </module>
+    <module id="module.driver.transfer_on_dtc.1355714589">
+      <property id="module.driver.transfer.name" value="g_transfer2"/>
+      <property id="module.driver.transfer.mode" value="module.driver.transfer.mode.mode_normal"/>
+      <property id="module.driver.transfer.size" value="module.driver.transfer.size.size_2_byte"/>
+      <property id="module.driver.transfer.dest_addr_mode" value="module.driver.transfer.dest_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.src_addr_mode" value="module.driver.transfer.src_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.repeat_area" value="module.driver.transfer.repeat_area.repeat_area_source"/>
+      <property id="module.driver.transfer.p_dest" value="NULL"/>
+      <property id="module.driver.transfer.p_src" value="NULL"/>
+      <property id="module.driver.transfer.interrupt" value="module.driver.transfer.interrupt.interrupt_end"/>
+      <property id="module.driver.transfer.length" value="0"/>
+      <property id="module.driver.transfer.num_blocks" value="0"/>
+      <property id="module.driver.transfer.activation_source" value="_disabled"/>
+    </module>
+    <module id="module.driver.spi_on_sci_spi.465704887">
+      <property id="module.driver.spi.name" value="g_sci_spi3"/>
+      <property id="module.driver.spi.channel" value="3"/>
+      <property id="module.driver.spi.operating_mode" value="module.driver.spi.operating_mode.mode_master"/>
+      <property id="module.driver.spi.clk_phase" value="module.driver.spi.clk_phase.clk_phase_edge_odd"/>
+      <property id="module.driver.spi.clk_polarity" value="module.driver.spi.clk_polarity.clk_polarity_low"/>
+      <property id="module.driver.spi.mode_fault" value="module.driver.spi.mode_fault.mode_fault_error_disable"/>
+      <property id="module.driver.spi.bit_order" value="module.driver.spi.bit_order.bit_order_msb_first"/>
+      <property id="module.driver.spi.p_callback" value="sci_spi3_callback"/>
+      <property id="module.driver.spi.rxi_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.spi.txi_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.spi.tei_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.spi.eri_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.spi.bitrate" value="8000000"/>
+      <property id="module.driver.spi.bitrate_modulation" value="module.driver.spi.bitrate_modulation.enabled"/>
+    </module>
+    <module id="module.driver.transfer_on_dtc.1608838709">
+      <property id="module.driver.transfer.name" value="g_transfer3"/>
+      <property id="module.driver.transfer.mode" value="module.driver.transfer.mode.mode_normal"/>
+      <property id="module.driver.transfer.size" value="module.driver.transfer.size.size_2_byte"/>
+      <property id="module.driver.transfer.dest_addr_mode" value="module.driver.transfer.dest_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.src_addr_mode" value="module.driver.transfer.src_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.repeat_area" value="module.driver.transfer.repeat_area.repeat_area_source"/>
+      <property id="module.driver.transfer.p_dest" value="NULL"/>
+      <property id="module.driver.transfer.p_src" value="NULL"/>
+      <property id="module.driver.transfer.interrupt" value="module.driver.transfer.interrupt.interrupt_end"/>
+      <property id="module.driver.transfer.length" value="0"/>
+      <property id="module.driver.transfer.num_blocks" value="0"/>
+      <property id="module.driver.transfer.activation_source" value="_disabled"/>
+    </module>
+    <module id="module.driver.transfer_on_dtc.625556601">
+      <property id="module.driver.transfer.name" value="g_transfer4"/>
+      <property id="module.driver.transfer.mode" value="module.driver.transfer.mode.mode_normal"/>
+      <property id="module.driver.transfer.size" value="module.driver.transfer.size.size_2_byte"/>
+      <property id="module.driver.transfer.dest_addr_mode" value="module.driver.transfer.dest_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.src_addr_mode" value="module.driver.transfer.src_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.repeat_area" value="module.driver.transfer.repeat_area.repeat_area_source"/>
+      <property id="module.driver.transfer.p_dest" value="NULL"/>
+      <property id="module.driver.transfer.p_src" value="NULL"/>
+      <property id="module.driver.transfer.interrupt" value="module.driver.transfer.interrupt.interrupt_end"/>
+      <property id="module.driver.transfer.length" value="0"/>
+      <property id="module.driver.transfer.num_blocks" value="0"/>
+      <property id="module.driver.transfer.activation_source" value="_disabled"/>
+    </module>
+    <module id="module.driver.can_on_can.1928681568">
+      <property id="module.driver.can.name" value="g_can0"/>
+      <property id="module.driver.can.channel" value="0"/>
+      <property id="module.driver.can.clock_source" value="module.driver.can.clock_source.canmclk"/>
+      <property id="module.driver.can.sample_point" value="80"/>
+      <property id="module.driver.can.baud_rate" value="1000000"/>
+      <property id="module.driver.can.override_baud_setting" value="module.driver.can.override_baud_setting.disabled"/>
+      <property id="module.driver.can.baud_rate_prescaler" value="1"/>
+      <property id="module.driver.can.time_segment_1" value="module.driver.can.time_segment_1.tq4"/>
+      <property id="module.driver.can.time_segment_2" value="module.driver.can.time_segment_2.tq2"/>
+      <property id="module.driver.can.sync_jump_width" value="module.driver.can.sync_jump_width.tq1"/>
+      <property id="module.driver.can.p_callback" value="can0_callback"/>
+      <property id="module.driver.can.message_mode" value="module.driver.can.message_mode.overwrite"/>
+      <property id="module.driver.can.global_id_mode" value="module.driver.can.global_id_mode.standard"/>
+      <property id="module.driver.can.mailbox_count" value="module.driver.can.mailbox_count.32"/>
+      <property id="module.driver.can.rxfifo_id1.id" value="0"/>
+      <property id="module.driver.can.rxfifo_id2.id" value="0"/>
+      <property id="module.driver.can.mailbox0_id" value="0x100"/>
+      <property id="module.driver.can.mailbox1_id" value="1"/>
+      <property id="module.driver.can.mailbox2_id" value="2"/>
+      <property id="module.driver.can.mailbox3_id" value="3"/>
+      <property id="module.driver.can.mailbox4_id" value="4"/>
+      <property id="module.driver.can.mailbox5_id" value="5"/>
+      <property id="module.driver.can.mailbox6_id" value="6"/>
+      <property id="module.driver.can.mailbox7_id" value="7"/>
+      <property id="module.driver.can.mailbox8_id" value="8"/>
+      <property id="module.driver.can.mailbox9_id" value="9"/>
+      <property id="module.driver.can.mailbox10_id" value="10"/>
+      <property id="module.driver.can.mailbox11_id" value="11"/>
+      <property id="module.driver.can.mailbox12_id" value="12"/>
+      <property id="module.driver.can.mailbox13_id" value="13"/>
+      <property id="module.driver.can.mailbox14_id" value="14"/>
+      <property id="module.driver.can.mailbox15_id" value="15"/>
+      <property id="module.driver.can.mailbox16_id" value="16"/>
+      <property id="module.driver.can.mailbox17_id" value="17"/>
+      <property id="module.driver.can.mailbox18_id" value="18"/>
+      <property id="module.driver.can.mailbox19_id" value="19"/>
+      <property id="module.driver.can.mailbox20_id" value="20"/>
+      <property id="module.driver.can.mailbox21_id" value="21"/>
+      <property id="module.driver.can.mailbox22_id" value="22"/>
+      <property id="module.driver.can.mailbox23_id" value="23"/>
+      <property id="module.driver.can.mailbox24_id" value="24"/>
+      <property id="module.driver.can.mailbox25_id" value="25"/>
+      <property id="module.driver.can.mailbox26_id" value="26"/>
+      <property id="module.driver.can.mailbox27_id" value="27"/>
+      <property id="module.driver.can.mailbox28_id" value="28"/>
+      <property id="module.driver.can.mailbox29_id" value="29"/>
+      <property id="module.driver.can.mailbox30_id" value="30"/>
+      <property id="module.driver.can.mailbox31_id" value="31"/>
+      <property id="module.driver.can.rxfifo_id1.id_mode" value="module.driver.can.rxfifo_id1.id_mode.standard"/>
+      <property id="module.driver.can.rxfifo_id2.id_mode" value="module.driver.can.rxfifo_id2.id_mode.standard"/>
+      <property id="module.driver.can.mailbox0_id_mode" value="module.driver.can.mailbox0_id_mode.standard"/>
+      <property id="module.driver.can.mailbox1_id_mode" value="module.driver.can.mailbox1_id_mode.extended"/>
+      <property id="module.driver.can.mailbox2_id_mode" value="module.driver.can.mailbox2_id_mode.standard"/>
+      <property id="module.driver.can.mailbox3_id_mode" value="module.driver.can.mailbox3_id_mode.extended"/>
+      <property id="module.driver.can.mailbox4_id_mode" value="module.driver.can.mailbox4_id_mode.standard"/>
+      <property id="module.driver.can.mailbox5_id_mode" value="module.driver.can.mailbox5_id_mode.standard"/>
+      <property id="module.driver.can.mailbox6_id_mode" value="module.driver.can.mailbox6_id_mode.standard"/>
+      <property id="module.driver.can.mailbox7_id_mode" value="module.driver.can.mailbox7_id_mode.standard"/>
+      <property id="module.driver.can.mailbox8_id_mode" value="module.driver.can.mailbox8_id_mode.standard"/>
+      <property id="module.driver.can.mailbox9_id_mode" value="module.driver.can.mailbox9_id_mode.standard"/>
+      <property id="module.driver.can.mailbox10_id_mode" value="module.driver.can.mailbox10_id_mode.standard"/>
+      <property id="module.driver.can.mailbox11_id_mode" value="module.driver.can.mailbox11_id_mode.standard"/>
+      <property id="module.driver.can.mailbox12_id_mode" value="module.driver.can.mailbox12_id_mode.standard"/>
+      <property id="module.driver.can.mailbox13_id_mode" value="module.driver.can.mailbox13_id_mode.standard"/>
+      <property id="module.driver.can.mailbox14_id_mode" value="module.driver.can.mailbox14_id_mode.standard"/>
+      <property id="module.driver.can.mailbox15_id_mode" value="module.driver.can.mailbox15_id_mode.standard"/>
+      <property id="module.driver.can.mailbox16_id_mode" value="module.driver.can.mailbox16_id_mode.standard"/>
+      <property id="module.driver.can.mailbox17_id_mode" value="module.driver.can.mailbox17_id_mode.standard"/>
+      <property id="module.driver.can.mailbox18_id_mode" value="module.driver.can.mailbox18_id_mode.standard"/>
+      <property id="module.driver.can.mailbox19_id_mode" value="module.driver.can.mailbox19_id_mode.standard"/>
+      <property id="module.driver.can.mailbox20_id_mode" value="module.driver.can.mailbox20_id_mode.standard"/>
+      <property id="module.driver.can.mailbox21_id_mode" value="module.driver.can.mailbox21_id_mode.standard"/>
+      <property id="module.driver.can.mailbox22_id_mode" value="module.driver.can.mailbox22_id_mode.standard"/>
+      <property id="module.driver.can.mailbox23_id_mode" value="module.driver.can.mailbox23_id_mode.standard"/>
+      <property id="module.driver.can.mailbox24_id_mode" value="module.driver.can.mailbox24_id_mode.standard"/>
+      <property id="module.driver.can.mailbox25_id_mode" value="module.driver.can.mailbox25_id_mode.standard"/>
+      <property id="module.driver.can.mailbox26_id_mode" value="module.driver.can.mailbox26_id_mode.standard"/>
+      <property id="module.driver.can.mailbox27_id_mode" value="module.driver.can.mailbox27_id_mode.standard"/>
+      <property id="module.driver.can.mailbox28_id_mode" value="module.driver.can.mailbox28_id_mode.standard"/>
+      <property id="module.driver.can.mailbox29_id_mode" value="module.driver.can.mailbox29_id_mode.standard"/>
+      <property id="module.driver.can.mailbox30_id_mode" value="module.driver.can.mailbox30_id_mode.standard"/>
+      <property id="module.driver.can.mailbox31_id_mode" value="module.driver.can.mailbox31_id_mode.standard"/>
+      <property id="module.driver.can.mailbox0_type" value="module.driver.can.mailbox0_type.receive"/>
+      <property id="module.driver.can.mailbox1_type" value="module.driver.can.mailbox1_type.receive"/>
+      <property id="module.driver.can.mailbox2_type" value="module.driver.can.mailbox2_type.transmit"/>
+      <property id="module.driver.can.mailbox3_type" value="module.driver.can.mailbox3_type.transmit"/>
+      <property id="module.driver.can.mailbox4_type" value="module.driver.can.mailbox4_type.receive"/>
+      <property id="module.driver.can.mailbox5_type" value="module.driver.can.mailbox5_type.receive"/>
+      <property id="module.driver.can.mailbox6_type" value="module.driver.can.mailbox6_type.receive"/>
+      <property id="module.driver.can.mailbox7_type" value="module.driver.can.mailbox7_type.receive"/>
+      <property id="module.driver.can.mailbox8_type" value="module.driver.can.mailbox8_type.receive"/>
+      <property id="module.driver.can.mailbox9_type" value="module.driver.can.mailbox9_type.receive"/>
+      <property id="module.driver.can.mailbox10_type" value="module.driver.can.mailbox10_type.receive"/>
+      <property id="module.driver.can.mailbox11_type" value="module.driver.can.mailbox11_type.receive"/>
+      <property id="module.driver.can.mailbox12_type" value="module.driver.can.mailbox12_type.receive"/>
+      <property id="module.driver.can.mailbox13_type" value="module.driver.can.mailbox13_type.receive"/>
+      <property id="module.driver.can.mailbox14_type" value="module.driver.can.mailbox14_type.receive"/>
+      <property id="module.driver.can.mailbox15_type" value="module.driver.can.mailbox15_type.receive"/>
+      <property id="module.driver.can.mailbox16_type" value="module.driver.can.mailbox16_type.receive"/>
+      <property id="module.driver.can.mailbox17_type" value="module.driver.can.mailbox17_type.receive"/>
+      <property id="module.driver.can.mailbox18_type" value="module.driver.can.mailbox18_type.receive"/>
+      <property id="module.driver.can.mailbox19_type" value="module.driver.can.mailbox19_type.receive"/>
+      <property id="module.driver.can.mailbox20_type" value="module.driver.can.mailbox20_type.receive"/>
+      <property id="module.driver.can.mailbox21_type" value="module.driver.can.mailbox21_type.receive"/>
+      <property id="module.driver.can.mailbox22_type" value="module.driver.can.mailbox22_type.receive"/>
+      <property id="module.driver.can.mailbox23_type" value="module.driver.can.mailbox23_type.receive"/>
+      <property id="module.driver.can.mailbox24_type" value="module.driver.can.mailbox24_type.receive"/>
+      <property id="module.driver.can.mailbox25_type" value="module.driver.can.mailbox25_type.receive"/>
+      <property id="module.driver.can.mailbox26_type" value="module.driver.can.mailbox26_type.receive"/>
+      <property id="module.driver.can.mailbox27_type" value="module.driver.can.mailbox27_type.receive"/>
+      <property id="module.driver.can.mailbox28_type" value="module.driver.can.mailbox28_type.receive"/>
+      <property id="module.driver.can.mailbox29_type" value="module.driver.can.mailbox29_type.receive"/>
+      <property id="module.driver.can.mailbox30_type" value="module.driver.can.mailbox30_type.receive"/>
+      <property id="module.driver.can.mailbox31_type" value="module.driver.can.mailbox31_type.receive"/>
+      <property id="module.driver.can.rxfifo_id1.frame_type" value="module.driver.can.rxfifo_id1.frame_type.remote"/>
+      <property id="module.driver.can.rxfifo_id2.frame_type" value="module.driver.can.rxfifo_id2.frame_type.remote"/>
+      <property id="module.driver.can.mailbox0_frame_type" value="module.driver.can.mailbox0_frame_type.data"/>
+      <property id="module.driver.can.mailbox1_frame_type" value="module.driver.can.mailbox1_frame_type.data"/>
+      <property id="module.driver.can.mailbox2_frame_type" value="module.driver.can.mailbox2_frame_type.data"/>
+      <property id="module.driver.can.mailbox3_frame_type" value="module.driver.can.mailbox3_frame_type.data"/>
+      <property id="module.driver.can.mailbox4_frame_type" value="module.driver.can.mailbox4_frame_type.data"/>
+      <property id="module.driver.can.mailbox5_frame_type" value="module.driver.can.mailbox5_frame_type.data"/>
+      <property id="module.driver.can.mailbox6_frame_type" value="module.driver.can.mailbox6_frame_type.data"/>
+      <property id="module.driver.can.mailbox7_frame_type" value="module.driver.can.mailbox7_frame_type.data"/>
+      <property id="module.driver.can.mailbox8_frame_type" value="module.driver.can.mailbox8_frame_type.data"/>
+      <property id="module.driver.can.mailbox9_frame_type" value="module.driver.can.mailbox9_frame_type.data"/>
+      <property id="module.driver.can.mailbox10_frame_type" value="module.driver.can.mailbox10_frame_type.data"/>
+      <property id="module.driver.can.mailbox11_frame_type" value="module.driver.can.mailbox11_frame_type.data"/>
+      <property id="module.driver.can.mailbox12_frame_type" value="module.driver.can.mailbox12_frame_type.data"/>
+      <property id="module.driver.can.mailbox13_frame_type" value="module.driver.can.mailbox13_frame_type.data"/>
+      <property id="module.driver.can.mailbox14_frame_type" value="module.driver.can.mailbox14_frame_type.data"/>
+      <property id="module.driver.can.mailbox15_frame_type" value="module.driver.can.mailbox15_frame_type.data"/>
+      <property id="module.driver.can.mailbox16_frame_type" value="module.driver.can.mailbox16_frame_type.data"/>
+      <property id="module.driver.can.mailbox17_frame_type" value="module.driver.can.mailbox17_frame_type.data"/>
+      <property id="module.driver.can.mailbox18_frame_type" value="module.driver.can.mailbox18_frame_type.data"/>
+      <property id="module.driver.can.mailbox19_frame_type" value="module.driver.can.mailbox19_frame_type.data"/>
+      <property id="module.driver.can.mailbox20_frame_type" value="module.driver.can.mailbox20_frame_type.data"/>
+      <property id="module.driver.can.mailbox21_frame_type" value="module.driver.can.mailbox21_frame_type.data"/>
+      <property id="module.driver.can.mailbox22_frame_type" value="module.driver.can.mailbox22_frame_type.data"/>
+      <property id="module.driver.can.mailbox23_frame_type" value="module.driver.can.mailbox23_frame_type.data"/>
+      <property id="module.driver.can.mailbox24_frame_type" value="module.driver.can.mailbox24_frame_type.data"/>
+      <property id="module.driver.can.mailbox25_frame_type" value="module.driver.can.mailbox25_frame_type.data"/>
+      <property id="module.driver.can.mailbox26_frame_type" value="module.driver.can.mailbox26_frame_type.data"/>
+      <property id="module.driver.can.mailbox27_frame_type" value="module.driver.can.mailbox27_frame_type.data"/>
+      <property id="module.driver.can.mailbox28_frame_type" value="module.driver.can.mailbox28_frame_type.data"/>
+      <property id="module.driver.can.mailbox29_frame_type" value="module.driver.can.mailbox29_frame_type.data"/>
+      <property id="module.driver.can.mailbox30_frame_type" value="module.driver.can.mailbox30_frame_type.data"/>
+      <property id="module.driver.can.mailbox31_frame_type" value="module.driver.can.mailbox31_frame_type.data"/>
+      <property id="module.driver.can.rxfifo_id1.mask" value="0x1FFFFFFF"/>
+      <property id="module.driver.can.rxfifo_id2.mask" value="0x1FFFFFFF"/>
+      <property id="module.driver.can.mailbox_0_to_3_group_mask" value="0"/>
+      <property id="module.driver.can.mailbox_4_to_7_group_mask" value="0x1FFFFFFF"/>
+      <property id="module.driver.can.mailbox_8_to_11_group_mask" value="0x1FFFFFFF"/>
+      <property id="module.driver.can.mailbox_12_to_15_group_mask" value="0x1FFFFFFF"/>
+      <property id="module.driver.can.mailbox_16_to_19_group_mask" value="0x1FFFFFFF"/>
+      <property id="module.driver.can.mailbox_20_to_23_group_mask" value="0x1FFFFFFF"/>
+      <property id="module.driver.can.mailbox_24_to_27_group_mask" value="0x1FFFFFFF"/>
+      <property id="module.driver.can.mailbox_28_to_31_group_mask" value="0x1FFFFFFF"/>
+      <property id="module.driver.can.ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.can.txfifo_int_mode" value="module.driver.can.txfifo_int_mode.every_frame"/>
+    </module>
+    <module id="module.driver.spi_on_sci_spi.1463692023">
+      <property id="module.driver.spi.name" value="g_sci_spi7"/>
+      <property id="module.driver.spi.channel" value="7"/>
+      <property id="module.driver.spi.operating_mode" value="module.driver.spi.operating_mode.mode_master"/>
+      <property id="module.driver.spi.clk_phase" value="module.driver.spi.clk_phase.clk_phase_edge_odd"/>
+      <property id="module.driver.spi.clk_polarity" value="module.driver.spi.clk_polarity.clk_polarity_low"/>
+      <property id="module.driver.spi.mode_fault" value="module.driver.spi.mode_fault.mode_fault_error_disable"/>
+      <property id="module.driver.spi.bit_order" value="module.driver.spi.bit_order.bit_order_msb_first"/>
+      <property id="module.driver.spi.p_callback" value="sci_spi7_callback"/>
+      <property id="module.driver.spi.rxi_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.spi.txi_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.spi.tei_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.spi.eri_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.spi.bitrate" value="8000000"/>
+      <property id="module.driver.spi.bitrate_modulation" value="module.driver.spi.bitrate_modulation.disabled"/>
+    </module>
+    <module id="module.driver.transfer_on_dtc.1265745047">
+      <property id="module.driver.transfer.name" value="g_transfer5"/>
+      <property id="module.driver.transfer.mode" value="module.driver.transfer.mode.mode_normal"/>
+      <property id="module.driver.transfer.size" value="module.driver.transfer.size.size_2_byte"/>
+      <property id="module.driver.transfer.dest_addr_mode" value="module.driver.transfer.dest_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.src_addr_mode" value="module.driver.transfer.src_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.repeat_area" value="module.driver.transfer.repeat_area.repeat_area_source"/>
+      <property id="module.driver.transfer.p_dest" value="NULL"/>
+      <property id="module.driver.transfer.p_src" value="NULL"/>
+      <property id="module.driver.transfer.interrupt" value="module.driver.transfer.interrupt.interrupt_end"/>
+      <property id="module.driver.transfer.length" value="0"/>
+      <property id="module.driver.transfer.num_blocks" value="0"/>
+      <property id="module.driver.transfer.activation_source" value="_disabled"/>
+    </module>
+    <module id="module.driver.transfer_on_dtc.1228236560">
+      <property id="module.driver.transfer.name" value="g_transfer6"/>
+      <property id="module.driver.transfer.mode" value="module.driver.transfer.mode.mode_normal"/>
+      <property id="module.driver.transfer.size" value="module.driver.transfer.size.size_2_byte"/>
+      <property id="module.driver.transfer.dest_addr_mode" value="module.driver.transfer.dest_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.src_addr_mode" value="module.driver.transfer.src_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.repeat_area" value="module.driver.transfer.repeat_area.repeat_area_source"/>
+      <property id="module.driver.transfer.p_dest" value="NULL"/>
+      <property id="module.driver.transfer.p_src" value="NULL"/>
+      <property id="module.driver.transfer.interrupt" value="module.driver.transfer.interrupt.interrupt_end"/>
+      <property id="module.driver.transfer.length" value="0"/>
+      <property id="module.driver.transfer.num_blocks" value="0"/>
+      <property id="module.driver.transfer.activation_source" value="_disabled"/>
+    </module>
+    <module id="module.driver.external_irq_on_icu.2077810283">
+      <property id="module.driver.external_irq.name" value="g_external_irq10"/>
+      <property id="module.driver.external_irq.channel" value="10"/>
+      <property id="module.driver.external_irq.trigger" value="module.driver.external_irq.trigger.trig_both_edge"/>
+      <property id="module.driver.external_irq.filter_enable" value="module.driver.external_irq.filter_enable.false"/>
+      <property id="module.driver.external_irq.pclk_div" value="module.driver.external_irq.pclk_div.pclk_div_by_64"/>
+      <property id="module.driver.external_irq.p_callback" value="irq_callback"/>
+      <property id="module.driver.external_irq.ipl" value="board.icu.common.irq.priority12"/>
+    </module>
+    <module id="module.driver.external_irq_on_icu.1790771911">
+      <property id="module.driver.external_irq.name" value="g_external_irq11"/>
+      <property id="module.driver.external_irq.channel" value="11"/>
+      <property id="module.driver.external_irq.trigger" value="module.driver.external_irq.trigger.trig_both_edge"/>
+      <property id="module.driver.external_irq.filter_enable" value="module.driver.external_irq.filter_enable.false"/>
+      <property id="module.driver.external_irq.pclk_div" value="module.driver.external_irq.pclk_div.pclk_div_by_64"/>
+      <property id="module.driver.external_irq.p_callback" value="irq_callback"/>
+      <property id="module.driver.external_irq.ipl" value="board.icu.common.irq.priority12"/>
+    </module>
+    <module id="module.driver.external_irq_on_icu.1447642479">
+      <property id="module.driver.external_irq.name" value="g_external_irq13"/>
+      <property id="module.driver.external_irq.channel" value="13"/>
+      <property id="module.driver.external_irq.trigger" value="module.driver.external_irq.trigger.trig_rising"/>
+      <property id="module.driver.external_irq.filter_enable" value="module.driver.external_irq.filter_enable.false"/>
+      <property id="module.driver.external_irq.pclk_div" value="module.driver.external_irq.pclk_div.pclk_div_by_64"/>
+      <property id="module.driver.external_irq.p_callback" value="irq_callback"/>
+      <property id="module.driver.external_irq.ipl" value="board.icu.common.irq.priority12"/>
+    </module>
+    <module id="module.driver.external_irq_on_icu.2139909271">
+      <property id="module.driver.external_irq.name" value="g_external_irq9"/>
+      <property id="module.driver.external_irq.channel" value="9"/>
+      <property id="module.driver.external_irq.trigger" value="module.driver.external_irq.trigger.trig_rising"/>
+      <property id="module.driver.external_irq.filter_enable" value="module.driver.external_irq.filter_enable.false"/>
+      <property id="module.driver.external_irq.pclk_div" value="module.driver.external_irq.pclk_div.pclk_div_by_64"/>
+      <property id="module.driver.external_irq.p_callback" value="irq_callback"/>
+      <property id="module.driver.external_irq.ipl" value="board.icu.common.irq.priority6"/>
+    </module>
+    <module id="module.driver.spi_on_sci_spi.46665238">
+      <property id="module.driver.spi.name" value="g_sci_spi4"/>
+      <property id="module.driver.spi.channel" value="4"/>
+      <property id="module.driver.spi.operating_mode" value="module.driver.spi.operating_mode.mode_master"/>
+      <property id="module.driver.spi.clk_phase" value="module.driver.spi.clk_phase.clk_phase_edge_odd"/>
+      <property id="module.driver.spi.clk_polarity" value="module.driver.spi.clk_polarity.clk_polarity_low"/>
+      <property id="module.driver.spi.mode_fault" value="module.driver.spi.mode_fault.mode_fault_error_disable"/>
+      <property id="module.driver.spi.bit_order" value="module.driver.spi.bit_order.bit_order_msb_first"/>
+      <property id="module.driver.spi.p_callback" value="sci_spi4_callback"/>
+      <property id="module.driver.spi.rxi_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.spi.txi_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.spi.tei_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.spi.eri_ipl" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.spi.bitrate" value="8000000"/>
+      <property id="module.driver.spi.bitrate_modulation" value="module.driver.spi.bitrate_modulation.enabled"/>
+    </module>
+    <module id="module.driver.transfer_on_dtc.1413816465">
+      <property id="module.driver.transfer.name" value="g_transfer7"/>
+      <property id="module.driver.transfer.mode" value="module.driver.transfer.mode.mode_normal"/>
+      <property id="module.driver.transfer.size" value="module.driver.transfer.size.size_2_byte"/>
+      <property id="module.driver.transfer.dest_addr_mode" value="module.driver.transfer.dest_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.src_addr_mode" value="module.driver.transfer.src_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.repeat_area" value="module.driver.transfer.repeat_area.repeat_area_source"/>
+      <property id="module.driver.transfer.p_dest" value="NULL"/>
+      <property id="module.driver.transfer.p_src" value="NULL"/>
+      <property id="module.driver.transfer.interrupt" value="module.driver.transfer.interrupt.interrupt_end"/>
+      <property id="module.driver.transfer.length" value="0"/>
+      <property id="module.driver.transfer.num_blocks" value="0"/>
+      <property id="module.driver.transfer.activation_source" value="_disabled"/>
+    </module>
+    <module id="module.driver.transfer_on_dtc.202334009">
+      <property id="module.driver.transfer.name" value="g_transfer8"/>
+      <property id="module.driver.transfer.mode" value="module.driver.transfer.mode.mode_normal"/>
+      <property id="module.driver.transfer.size" value="module.driver.transfer.size.size_2_byte"/>
+      <property id="module.driver.transfer.dest_addr_mode" value="module.driver.transfer.dest_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.src_addr_mode" value="module.driver.transfer.src_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.repeat_area" value="module.driver.transfer.repeat_area.repeat_area_source"/>
+      <property id="module.driver.transfer.p_dest" value="NULL"/>
+      <property id="module.driver.transfer.p_src" value="NULL"/>
+      <property id="module.driver.transfer.interrupt" value="module.driver.transfer.interrupt.interrupt_end"/>
+      <property id="module.driver.transfer.length" value="0"/>
+      <property id="module.driver.transfer.num_blocks" value="0"/>
+      <property id="module.driver.transfer.activation_source" value="_disabled"/>
+    </module>
+    <module id="module.driver.ether_on_ether.2049066011">
+      <property id="module.driver.ether.name" value="g_ether0"/>
+      <property id="module.driver.ether.channel" value="module.driver.ether.channel.0"/>
+      <property id="module.driver.ether.mac_address" value="00:11:22:33:44:55"/>
+      <property id="module.driver.ether.zerocopy" value="module.driver.ether.zerocopy.0"/>
+      <property id="module.driver.ether.flow_control" value="module.driver.ether.flow_control.0"/>
+      <property id="module.driver.ether.multicast" value="module.driver.ether.multicast.1"/>
+      <property id="module.driver.ether.promiscuous" value="module.driver.ether.promiscuous.0"/>
+      <property id="module.driver.ether.broadcast_filter" value="0"/>
+      <property id="module.driver.ether.num_tx_descriptors" value="1"/>
+      <property id="module.driver.ether.num_rx_descriptors" value="1"/>
+      <property id="module.driver.ether.allocate_rx_buffer" value="module.driver.ether.allocate_rx_buffer.1"/>
+      <property id="module.driver.ether.ether_buffer_size" value="1514"/>
+      <property id="module.driver.ether.padding" value="module.driver.ether.padding.0"/>
+      <property id="module.driver.ether.padding_offset" value="0"/>
+      <property id="module.driver.ether.interrupt_priority" value="board.icu.common.irq.priority12"/>
+      <property id="module.driver.ether.p_callback" value="user_ether0_callback"/>
+    </module>
+    <module id="module.driver.ether_phy_on_ether_phy.86040930">
+      <property id="module.driver.ether_phy.name" value="g_ether_phy0"/>
+      <property id="module.driver.ether_phy.channel" value="module.driver.ether_phy.channel.0"/>
+      <property id="module.driver.ether_phy.phy_lsi_address" value="0"/>
+      <property id="module.driver.ether_phy.phy_reset_wait_time" value="0x00020000"/>
+      <property id="module.driver.ether_phy.mii_type" value="module.driver.mii_type.rmii"/>
+      <property id="module.driver.ether_phy.mii_bit_access_wait_time" value="8"/>
+      <property id="module.driver.ether_phy.flow_control" value="module.driver.ether_phy.flow_control.0"/>
+    </module>
+    <module id="module.driver.i2s_on_ssi.1780493809">
+      <property id="module.driver.i2s.name" value="g_i2s0"/>
+      <property id="module.driver.i2s.channel" value="0"/>
+      <property id="module.driver.i2s.pcm_width" value="module.driver.i2s.pcm_width.pcm_width_24"/>
+      <property id="module.driver.i2s.word_length" value="module.driver.i2s.word_length.word_length_32"/>
+      <property id="module.driver.i2s.ws_continue" value="module.driver.i2s.ws_continue.ws_continue_off"/>
+      <property id="module.driver.i2s.audio_clock" value="module.driver.i2s.audio_clock.audio_clock_gtioc1a"/>
+      <property id="module.driver.i2s.audio_clock_div" value="module.driver.i2s.audio_clock_div.1"/>
+      <property id="module.driver.i2s.callback" value="i2s_callback"/>
+      <property id="module.driver.i2s.txi_ipl" value="_disabled"/>
+      <property id="module.driver.i2s.rxi_ipl" value="board.icu.common.irq.priority2"/>
+      <property id="module.driver.i2s.idle_err_ipl" value="board.icu.common.irq.priority2"/>
+    </module>
+    <module id="module.driver.transfer_on_dtc.1549436881">
+      <property id="module.driver.transfer.name" value="g_transfer10"/>
+      <property id="module.driver.transfer.mode" value="module.driver.transfer.mode.mode_normal"/>
+      <property id="module.driver.transfer.size" value="module.driver.transfer.size.size_2_byte"/>
+      <property id="module.driver.transfer.dest_addr_mode" value="module.driver.transfer.dest_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.src_addr_mode" value="module.driver.transfer.src_addr_mode.addr_mode_fixed"/>
+      <property id="module.driver.transfer.repeat_area" value="module.driver.transfer.repeat_area.repeat_area_source"/>
+      <property id="module.driver.transfer.p_dest" value="NULL"/>
+      <property id="module.driver.transfer.p_src" value="NULL"/>
+      <property id="module.driver.transfer.interrupt" value="module.driver.transfer.interrupt.interrupt_end"/>
+      <property id="module.driver.transfer.length" value="0"/>
+      <property id="module.driver.transfer.num_blocks" value="0"/>
+      <property id="module.driver.transfer.activation_source" value="_disabled"/>
+    </module>
+    <module id="module.driver.timer_on_gpt.1627348316">
+      <property id="module.driver.timer.name" value="g_timer"/>
+      <property id="module.driver.timer.channel" value="1"/>
+      <property id="module.driver.timer.mode" value="module.driver.timer.mode.mode_periodic"/>
+      <property id="module.driver.timer.period" value="3072000"/>
+      <property id="module.driver.timer.unit" value="module.driver.timer.unit.unit_frequency_hz"/>
+      <property id="module.driver.timer.gtior.gtioa.initial_output_level" value="module.driver.timer.gtior.gtioa.initial_output_level.low"/>
+      <property id="module.driver.timer.gtior.gtioa.cycle_end_output_level" value="module.driver.timer.gtior.gtioa.cycle_end_output_level.retain"/>
+      <property id="module.driver.timer.gtior.gtioa.compare_match_output_level" value="module.driver.timer.gtior.gtioa.compare_match_output_level.retain"/>
+      <property id="module.driver.timer.gtior.gtioa.count_stop_retain" value="module.driver.timer.gtior.gtioa.count_stop_retain.disabled"/>
+      <property id="module.driver.timer.gtior.gtiob.initial_output_level" value="module.driver.timer.gtior.gtiob.initial_output_level.low"/>
+      <property id="module.driver.timer.gtior.gtiob.cycle_end_output_level" value="module.driver.timer.gtior.gtiob.cycle_end_output_level.retain"/>
+      <property id="module.driver.timer.gtior.gtiob.compare_match_output_level" value="module.driver.timer.gtior.gtiob.compare_match_output_level.retain"/>
+      <property id="module.driver.timer.gtior.gtiob.count_stop_retain" value="module.driver.timer.gtior.gtiob.count_stop_retain.disabled"/>
+      <property id="module.driver.timer.gtior.custom_waveform_enable" value="module.driver.timer.gtior.custom_waveform_enable.disabled"/>
+      <property id="module.driver.timer.duty_cycle" value="50"/>
+      <property id="module.driver.timer.gtioca_output_enabled" value="module.driver.timer.gtioca_output_enabled.true"/>
+      <property id="module.driver.timer.gtioca_stop_level" value="module.driver.timer.gtioca_stop_level.pin_level_low"/>
+      <property id="module.driver.timer.gtiocb_output_enabled" value="module.driver.timer.gtiocb_output_enabled.false"/>
+      <property id="module.driver.timer.gtiocb_stop_level" value="module.driver.timer.gtiocb_stop_level.pin_level_low"/>
+      <property id="module.driver.timer.count_up_source" value=""/>
+      <property id="module.driver.timer.count_down_source" value=""/>
+      <property id="module.driver.timer.start_source" value=""/>
+      <property id="module.driver.timer.stop_source" value=""/>
+      <property id="module.driver.timer.clear_source" value=""/>
+      <property id="module.driver.timer.capture_a_source" value=""/>
+      <property id="module.driver.timer.capture_b_source" value=""/>
+      <property id="module.driver.timer.gtioca_filter" value="module.driver.timer.gtioc_filter.gtioc_filter_none"/>
+      <property id="module.driver.timer.gtiocb_filter" value="module.driver.timer.gtioc_filter.gtioc_filter_none"/>
+      <property id="module.driver.timer.p_callback" value="NULL"/>
+      <property id="module.driver.timer.ipl" value="_disabled"/>
+      <property id="module.driver.timer.capture_a_ipl" value="_disabled"/>
+      <property id="module.driver.timer.capture_b_ipl" value="_disabled"/>
+      <property id="module.driver.timer.trough_ipl" value="_disabled"/>
+      <property id="module.driver.timer.extra" value="module.driver.timer.extra.disabled"/>
+      <property id="module.driver.timer.poeg_link" value="module.driver.timer.poeg_link.poeg_link_poeg0"/>
+      <property id="module.driver.timer.output_disable" value=""/>
+      <property id="module.driver.timer.adc_trigger" value=""/>
+      <property id="module.driver.timer.dead_time_count_up" value="0"/>
+      <property id="module.driver.timer.dead_time_count_down" value="0"/>
+      <property id="module.driver.timer.adc_a_compare_match" value="0"/>
+      <property id="module.driver.timer.adc_b_compare_match" value="0"/>
+      <property id="module.driver.timer.interrupt_skip.source" value="module.driver.timer.interrupt_skip.source.none"/>
+      <property id="module.driver.timer.interrupt_skip.count" value="module.driver.timer.interrupt_skip.count.count_0"/>
+      <property id="module.driver.timer.interrupt_skip.adc" value="module.driver.timer.interrupt_skip.adc.none"/>
+      <property id="module.driver.timer.gtioca_disable_setting" value="module.driver.timer.gtioca_disable_setting.gtioc_disable_prohibited"/>
+      <property id="module.driver.timer.gtiocb_disable_setting" value="module.driver.timer.gtiocb_disable_setting.gtioc_disable_prohibited"/>
+    </module>
+    <module id="module.driver.timer_on_gpt.1115238537">
+      <property id="module.driver.timer.name" value="g_timer5"/>
+      <property id="module.driver.timer.channel" value="5"/>
+      <property id="module.driver.timer.mode" value="module.driver.timer.mode.mode_pwm"/>
+      <property id="module.driver.timer.period" value="10000"/>
+      <property id="module.driver.timer.unit" value="module.driver.timer.unit.unit_period_raw_counts"/>
+      <property id="module.driver.timer.gtior.gtioa.initial_output_level" value="module.driver.timer.gtior.gtioa.initial_output_level.low"/>
+      <property id="module.driver.timer.gtior.gtioa.cycle_end_output_level" value="module.driver.timer.gtior.gtioa.cycle_end_output_level.retain"/>
+      <property id="module.driver.timer.gtior.gtioa.compare_match_output_level" value="module.driver.timer.gtior.gtioa.compare_match_output_level.retain"/>
+      <property id="module.driver.timer.gtior.gtioa.count_stop_retain" value="module.driver.timer.gtior.gtioa.count_stop_retain.disabled"/>
+      <property id="module.driver.timer.gtior.gtiob.initial_output_level" value="module.driver.timer.gtior.gtiob.initial_output_level.low"/>
+      <property id="module.driver.timer.gtior.gtiob.cycle_end_output_level" value="module.driver.timer.gtior.gtiob.cycle_end_output_level.retain"/>
+      <property id="module.driver.timer.gtior.gtiob.compare_match_output_level" value="module.driver.timer.gtior.gtiob.compare_match_output_level.retain"/>
+      <property id="module.driver.timer.gtior.gtiob.count_stop_retain" value="module.driver.timer.gtior.gtiob.count_stop_retain.disabled"/>
+      <property id="module.driver.timer.gtior.custom_waveform_enable" value="module.driver.timer.gtior.custom_waveform_enable.disabled"/>
+      <property id="module.driver.timer.duty_cycle" value="50"/>
+      <property id="module.driver.timer.gtioca_output_enabled" value="module.driver.timer.gtioca_output_enabled.true"/>
+      <property id="module.driver.timer.gtioca_stop_level" value="module.driver.timer.gtioca_stop_level.pin_level_low"/>
+      <property id="module.driver.timer.gtiocb_output_enabled" value="module.driver.timer.gtiocb_output_enabled.true"/>
+      <property id="module.driver.timer.gtiocb_stop_level" value="module.driver.timer.gtiocb_stop_level.pin_level_low"/>
+      <property id="module.driver.timer.count_up_source" value=""/>
+      <property id="module.driver.timer.count_down_source" value=""/>
+      <property id="module.driver.timer.start_source" value=""/>
+      <property id="module.driver.timer.stop_source" value=""/>
+      <property id="module.driver.timer.clear_source" value=""/>
+      <property id="module.driver.timer.capture_a_source" value=""/>
+      <property id="module.driver.timer.capture_b_source" value=""/>
+      <property id="module.driver.timer.gtioca_filter" value="module.driver.timer.gtioc_filter.gtioc_filter_none"/>
+      <property id="module.driver.timer.gtiocb_filter" value="module.driver.timer.gtioc_filter.gtioc_filter_none"/>
+      <property id="module.driver.timer.p_callback" value="NULL"/>
+      <property id="module.driver.timer.ipl" value="_disabled"/>
+      <property id="module.driver.timer.capture_a_ipl" value="_disabled"/>
+      <property id="module.driver.timer.capture_b_ipl" value="_disabled"/>
+      <property id="module.driver.timer.trough_ipl" value="_disabled"/>
+      <property id="module.driver.timer.extra" value="module.driver.timer.extra.disabled"/>
+      <property id="module.driver.timer.poeg_link" value="module.driver.timer.poeg_link.poeg_link_poeg0"/>
+      <property id="module.driver.timer.output_disable" value=""/>
+      <property id="module.driver.timer.adc_trigger" value=""/>
+      <property id="module.driver.timer.dead_time_count_up" value="0"/>
+      <property id="module.driver.timer.dead_time_count_down" value="0"/>
+      <property id="module.driver.timer.adc_a_compare_match" value="0"/>
+      <property id="module.driver.timer.adc_b_compare_match" value="0"/>
+      <property id="module.driver.timer.interrupt_skip.source" value="module.driver.timer.interrupt_skip.source.none"/>
+      <property id="module.driver.timer.interrupt_skip.count" value="module.driver.timer.interrupt_skip.count.count_0"/>
+      <property id="module.driver.timer.interrupt_skip.adc" value="module.driver.timer.interrupt_skip.adc.none"/>
+      <property id="module.driver.timer.gtioca_disable_setting" value="module.driver.timer.gtioca_disable_setting.gtioc_disable_prohibited"/>
+      <property id="module.driver.timer.gtiocb_disable_setting" value="module.driver.timer.gtiocb_disable_setting.gtioc_disable_prohibited"/>
+    </module>
+    <context id="_hal.0">
+      <stack module="module.driver.ioport_on_ioport.0"/>
+      <stack module="module.driver.uart_on_sci_uart.552817864"/>
+      <stack module="module.driver.sdmmc_on_sdmmc.1899873917">
+        <stack module="module.driver.transfer_on_dmac.1942704265" requires="module.driver.sdmmc_on_sdmmc.requires.transfer"/>
+      </stack>
+      <stack module="module.driver.display_on_glcdc.1398055999"/>
+      <stack module="module.driver.drw.1262281304">
+        <stack module="module.driver.tes.dave2d.456187875" requires="module.driver.drw.requires.dave2d_driver"/>
+      </stack>
+      <stack module="module.driver.jpeg.1241812806"/>
+      <stack module="module.driver.timer_on_gpt.1145119156"/>
+      <stack module="module.driver.timer_on_gpt.429251600"/>
+      <stack module="module.driver.spi_on_sci_spi.539320293">
+        <stack module="module.driver.transfer_on_dtc.775056991" requires="module.driver.spi_on_sci_spi.requires.transfer_tx"/>
+        <stack module="module.driver.transfer_on_dtc.1355714589" requires="module.driver.spi_on_sci_spi.requires.transfer_rx"/>
+      </stack>
+      <stack module="module.driver.spi_on_sci_spi.465704887">
+        <stack module="module.driver.transfer_on_dtc.1608838709" requires="module.driver.spi_on_sci_spi.requires.transfer_tx"/>
+        <stack module="module.driver.transfer_on_dtc.625556601" requires="module.driver.spi_on_sci_spi.requires.transfer_rx"/>
+      </stack>
+      <stack module="module.driver.can_on_can.1928681568"/>
+      <stack module="module.driver.spi_on_sci_spi.1463692023">
+        <stack module="module.driver.transfer_on_dtc.1265745047" requires="module.driver.spi_on_sci_spi.requires.transfer_tx"/>
+        <stack module="module.driver.transfer_on_dtc.1228236560" requires="module.driver.spi_on_sci_spi.requires.transfer_rx"/>
+      </stack>
+      <stack module="module.driver.external_irq_on_icu.2077810283"/>
+      <stack module="module.driver.external_irq_on_icu.1790771911"/>
+      <stack module="module.driver.external_irq_on_icu.1447642479"/>
+      <stack module="module.driver.external_irq_on_icu.2139909271"/>
+      <stack module="module.driver.spi_on_sci_spi.46665238">
+        <stack module="module.driver.transfer_on_dtc.1413816465" requires="module.driver.spi_on_sci_spi.requires.transfer_tx"/>
+        <stack module="module.driver.transfer_on_dtc.202334009" requires="module.driver.spi_on_sci_spi.requires.transfer_rx"/>
+      </stack>
+      <stack module="module.driver.ether_on_ether.2049066011">
+        <stack module="module.driver.ether_phy_on_ether_phy.86040930" requires="module.driver.ether.requires.ether_phy"/>
+      </stack>
+      <stack module="module.driver.i2s_on_ssi.1780493809">
+        <stack module="module.driver.transfer_on_dtc.1549436881" requires="module.driver.i2s_on_ssi.requires.transfer_rx"/>
+      </stack>
+      <stack module="module.driver.timer_on_gpt.1627348316"/>
+      <stack module="module.driver.timer_on_gpt.1115238537"/>
+    </context>
+    <config id="config.driver.glcdc">
+      <property id="config.driver.glcdc.param_checking_enable" value="config.driver.glcdc.param_checking_enable.bsp"/>
+      <property id="config.driver.glcdc.color_correction_enable" value="config.driver.glcdc.color_correction_enable.off"/>
+    </config>
+    <config id="config.driver.ioport">
+      <property id="config.driver.ioport.checking" value="config.driver.ioport.checking.system"/>
+    </config>
+    <config id="config.driver.can">
+      <property id="config.driver.can.param_checking_enable" value="config.driver.can.param_checking_enable.bsp"/>
+      <property id="config.driver.can.fifo_support" value="config.driver.can.fifo_support.disabled"/>
+    </config>
+    <config id="config.driver.icu">
+      <property id="config.driver.icu.param_checking_enable" value="config.driver.icu.param_checking_enable.bsp"/>
+    </config>
+    <config id="config.driver.ether">
+      <property id="config.driver.ether.param_checking_enable" value="config.driver.ether.param_checking_enable.bsp"/>
+      <property id="config.driver.ether.link_present" value="config.driver.ether.link_present.0"/>
+      <property id="config.driver.ether.use_linksta" value="config.driver.ether.use_linksta.0"/>
+    </config>
+    <config id="config.driver.sci_spi">
+      <property id="config.driver.sci_spi.param_checking_enable" value="config.driver.sci_spi.param_checking_enable.bsp"/>
+      <property id="config.driver.sci_spi.dtc_support_enable" value="config.driver.sci_spi.dtc_support_enable.enabled"/>
+    </config>
+    <config id="config.driver.dtc">
+      <property id="config.driver.dtc.param_checking_enable" value="config.driver.dtc.param_checking_enable.bsp"/>
+      <property id="config.driver.dtc.vector_table" value=".fsp_dtc_vector_table"/>
+    </config>
+    <config id="config.driver.dmac">
+      <property id="config.driver.dmac.param_checking_enable" value="config.driver.dmac.param_checking_enable.bsp"/>
+    </config>
+    <config id="config.driver.ether_phy">
+      <property id="config.driver.ether_phy.param_checking_enable" value="config.driver.ether_phy.param_checking_enable.bsp"/>
+      <property id="config.driver.ether_phy.use_phy" value="config.driver.ether_phy.use_phy.default"/>
+      <property id="config.driver.ether_phy.use_reference_clock" value="config.driver.ether_phy.use_reference_clock.default"/>
+    </config>
+    <config id="config.driver.ssi">
+      <property id="config.driver.ssi.param_checking_enable" value="config.driver.ssi.param_checking_enable.bsp"/>
+      <property id="config.driver.ssi.dtc_enable" value="config.driver.ssi.dtc_enable.enabled"/>
+    </config>
+    <config id="config.driver.sci_uart">
+      <property id="config.driver.sci_uart.param_checking_enable" value="config.driver.sci_uart.param_checking_enable.bsp"/>
+      <property id="config.driver.sci_uart.fifo_support" value="config.driver.sci_uart.fifo_support.disabled"/>
+      <property id="config.driver.sci_uart.dtc_support" value="config.driver.sci_uart.dtc_support.disabled"/>
+      <property id="config.driver.sci_uart.flow_control" value="config.driver.sci_uart.flow_control.disabled"/>
+    </config>
+    <config id="config.driver.jpeg">
+      <property id="config.driver.jpeg.param_checking_enable" value="config.driver.jpeg.param_checking_enable.bsp"/>
+      <property id="config.driver.jpeg.decode_enable" value="config.driver.jpeg.decode_enable.enabled"/>
+      <property id="config.driver.jpeg.encode_enable" value="config.driver.jpeg.encode_enable.disabled"/>
+    </config>
+    <config id="config.driver.gpt">
+      <property id="config.driver.gpt.param_checking_enable" value="config.driver.gpt.param_checking_enable.bsp"/>
+      <property id="config.driver.gpt.output_support_enable" value="config.driver.gpt.output_support_enable.enabled"/>
+      <property id="config.driver.gpt.write_protect_enable" value="config.driver.gpt.write_protect_enable.disabled"/>
+      <property id="config.driver.gpt.gpt_core_clock" value="module.driver.timer.gpt_core_clock.pclk"/>
+    </config>
+    <config id="config.driver.drw">
+      <property id="config.driver.drw.indirect" value="config.driver.drw.indirect.on"/>
+      <property id="config.driver.drw.malloc" value="config.driver.drw.malloc.default"/>
+    </config>
+    <config id="config.driver.sdmmc">
+      <property id="config.driver.sdmmc.param_checking_enable" value="config.driver.sdmmc.param_checking_enable.bsp"/>
+      <property id="config.driver.sdmmc.unaligned_support_enable" value="config.driver.sdmmc.unaligned_support_enable.enabled"/>
+      <property id="config.driver.sdmmc.sd_support_enable" value="config.driver.sdmmc.sd_support_enable.enabled"/>
+      <property id="config.driver.sdmmc.emmc_support_enable" value="config.driver.sdmmc.emmc_support_enable.disabled"/>
+    </config>
+  </raModuleConfiguration>
+  <raPinConfiguration>
+    <pincfg active="true" name="R7FA6M3AH3CFB.pincfg" selected="true" symbol="g_bsp_pin_cfg">
+      <configSetting altId="can0.crx.p705" configurationId="can0.crx"/>
+      <configSetting altId="can0.ctx.p704" configurationId="can0.ctx"/>
+      <configSetting altId="can0.mode.enabled.free" configurationId="can0.mode"/>
+      <configSetting altId="cgc0.extal.p212" configurationId="cgc0.extal"/>
+      <configSetting altId="cgc0.mode.custom" configurationId="cgc0.mode"/>
+      <configSetting altId="cgc0.xtal.p213" configurationId="cgc0.xtal"/>
+      <configSetting altId="debug0.mode.swd" configurationId="debug0.mode"/>
+      <configSetting altId="debug0.swclk.p300" configurationId="debug0.swclk"/>
+      <configSetting altId="debug0.swdio.p108" configurationId="debug0.swdio"/>
+      <configSetting altId="etherc0.rmii.crs_dv.p408" configurationId="etherc0.rmii.crs_dv"/>
+      <configSetting altId="etherc0.rmii.mdc.p401" configurationId="etherc0.rmii.mdc"/>
+      <configSetting altId="etherc0.rmii.mdio.p402" configurationId="etherc0.rmii.mdio"/>
+      <configSetting altId="etherc0.rmii.mode.rmii.a" configurationId="etherc0.rmii.mode"/>
+      <configSetting altId="etherc0.rmii.ref50ck.p412" configurationId="etherc0.rmii.ref50ck"/>
+      <configSetting altId="etherc0.rmii.rx_er.p409" configurationId="etherc0.rmii.rx_er"/>
+      <configSetting altId="etherc0.rmii.rxd0.p411" configurationId="etherc0.rmii.rxd0"/>
+      <configSetting altId="etherc0.rmii.rxd1.p410" configurationId="etherc0.rmii.rxd1"/>
+      <configSetting altId="etherc0.rmii.txd0.p413" configurationId="etherc0.rmii.txd0"/>
+      <configSetting altId="etherc0.rmii.txd1.p414" configurationId="etherc0.rmii.txd1"/>
+      <configSetting altId="etherc0.rmii.txd_en.p415" configurationId="etherc0.rmii.txd_en"/>
+      <configSetting altId="glcdc0.lcd_clk.p101" configurationId="glcdc0.lcd_clk"/>
+      <configSetting altId="glcdc0.lcd_data00.p106" configurationId="glcdc0.lcd_data00"/>
+      <configSetting altId="glcdc0.lcd_data01.p107" configurationId="glcdc0.lcd_data01"/>
+      <configSetting altId="glcdc0.lcd_data02.p600" configurationId="glcdc0.lcd_data02"/>
+      <configSetting altId="glcdc0.lcd_data03.p601" configurationId="glcdc0.lcd_data03"/>
+      <configSetting altId="glcdc0.lcd_data04.p602" configurationId="glcdc0.lcd_data04"/>
+      <configSetting altId="glcdc0.lcd_data05.p610" configurationId="glcdc0.lcd_data05"/>
+      <configSetting altId="glcdc0.lcd_data06.p609" configurationId="glcdc0.lcd_data06"/>
+      <configSetting altId="glcdc0.lcd_data07.p608" configurationId="glcdc0.lcd_data07"/>
+      <configSetting altId="glcdc0.lcd_data08.p115" configurationId="glcdc0.lcd_data08"/>
+      <configSetting altId="glcdc0.lcd_data09.p114" configurationId="glcdc0.lcd_data09"/>
+      <configSetting altId="glcdc0.lcd_data10.p113" configurationId="glcdc0.lcd_data10"/>
+      <configSetting altId="glcdc0.lcd_data11.p112" configurationId="glcdc0.lcd_data11"/>
+      <configSetting altId="glcdc0.lcd_data12.p111" configurationId="glcdc0.lcd_data12"/>
+      <configSetting altId="glcdc0.lcd_data13.p301" configurationId="glcdc0.lcd_data13"/>
+      <configSetting altId="glcdc0.lcd_data14.p302" configurationId="glcdc0.lcd_data14"/>
+      <configSetting altId="glcdc0.lcd_data15.p303" configurationId="glcdc0.lcd_data15"/>
+      <configSetting altId="glcdc0.lcd_tcon0.p102" configurationId="glcdc0.lcd_tcon0"/>
+      <configSetting altId="glcdc0.lcd_tcon1.p103" configurationId="glcdc0.lcd_tcon1"/>
+      <configSetting altId="glcdc0.lcd_tcon2.p104" configurationId="glcdc0.lcd_tcon2"/>
+      <configSetting altId="glcdc0.mode.rgb565.free" configurationId="glcdc0.mode"/>
+      <configSetting altId="gpt5.gtiocb.p100" configurationId="gpt5.gtiocb"/>
+      <configSetting altId="gpt5.mode.gtiocaorgtiocb.free" configurationId="gpt5.mode"/>
+      <configSetting altId="gpt6.gtioca.p702" configurationId="gpt6.gtioca"/>
+      <configSetting altId="gpt6.gtiocb.p703" configurationId="gpt6.gtiocb"/>
+      <configSetting altId="gpt6.mode.gtiocaandgtiocb.free" configurationId="gpt6.mode"/>
+      <configSetting altId="irq0.irq09.p004" configurationId="irq0.irq09"/>
+      <configSetting altId="irq0.irq10.p005" configurationId="irq0.irq10"/>
+      <configSetting altId="irq0.irq11.p006" configurationId="irq0.irq11"/>
+      <configSetting altId="irq0.irq13.p015" configurationId="irq0.irq13"/>
+      <configSetting altId="irq0.mode.enabled" configurationId="irq0.mode"/>
+      <configSetting altId="p004.irq0.irq09" configurationId="p004"/>
+      <configSetting altId="p004.gpio_irq.gpio_irq_enabled" configurationId="p004.gpio_irq"/>
+      <configSetting altId="p004.gpio_mode.gpio_mode_irq" configurationId="p004.gpio_mode"/>
+      <configSetting altId="p005.irq0.irq10" configurationId="p005"/>
+      <configSetting altId="p005.gpio_irq.gpio_irq_enabled" configurationId="p005.gpio_irq"/>
+      <configSetting altId="p005.gpio_mode.gpio_mode_irq" configurationId="p005.gpio_mode"/>
+      <configSetting altId="p006.irq0.irq11" configurationId="p006"/>
+      <configSetting altId="p006.gpio_irq.gpio_irq_enabled" configurationId="p006.gpio_irq"/>
+      <configSetting altId="p006.gpio_mode.gpio_mode_irq" configurationId="p006.gpio_mode"/>
+      <configSetting altId="p007.input" configurationId="p007"/>
+      <configSetting altId="p007.gpio_mode.gpio_mode_in" configurationId="p007.gpio_mode"/>
+      <configSetting altId="p015.irq0.irq13" configurationId="p015"/>
+      <configSetting altId="p015.gpio_irq.gpio_irq_enabled" configurationId="p015.gpio_irq"/>
+      <configSetting altId="p015.gpio_mode.gpio_mode_irq" configurationId="p015.gpio_mode"/>
+      <configSetting altId="p100.gpt5.gtiocb" configurationId="p100"/>
+      <configSetting altId="p100.gpio_mode.gpio_mode_peripheral" configurationId="p100.gpio_mode"/>
+      <configSetting altId="p101.glcdc0.lcd_clk" configurationId="p101"/>
+      <configSetting altId="p101.gpio_speed.gpio_speed_high" configurationId="p101.gpio_drivecapacity"/>
+      <configSetting altId="p101.gpio_mode.gpio_mode_peripheral" configurationId="p101.gpio_mode"/>
+      <configSetting altId="p102.glcdc0.lcd_tcon0" configurationId="p102"/>
+      <configSetting altId="p102.gpio_speed.gpio_speed_high" configurationId="p102.gpio_drivecapacity"/>
+      <configSetting altId="p102.gpio_mode.gpio_mode_peripheral" configurationId="p102.gpio_mode"/>
+      <configSetting altId="p103.glcdc0.lcd_tcon1" configurationId="p103"/>
+      <configSetting altId="p103.gpio_speed.gpio_speed_high" configurationId="p103.gpio_drivecapacity"/>
+      <configSetting altId="p103.gpio_mode.gpio_mode_peripheral" configurationId="p103.gpio_mode"/>
+      <configSetting altId="p104.glcdc0.lcd_tcon2" configurationId="p104"/>
+      <configSetting altId="p104.gpio_speed.gpio_speed_high" configurationId="p104.gpio_drivecapacity"/>
+      <configSetting altId="p104.gpio_mode.gpio_mode_peripheral" configurationId="p104.gpio_mode"/>
+      <configSetting altId="p106.glcdc0.lcd_data00" configurationId="p106"/>
+      <configSetting altId="p106.gpio_speed.gpio_speed_high" configurationId="p106.gpio_drivecapacity"/>
+      <configSetting altId="p106.gpio_mode.gpio_mode_peripheral" configurationId="p106.gpio_mode"/>
+      <configSetting altId="p107.glcdc0.lcd_data01" configurationId="p107"/>
+      <configSetting altId="p107.gpio_speed.gpio_speed_high" configurationId="p107.gpio_drivecapacity"/>
+      <configSetting altId="p107.gpio_mode.gpio_mode_peripheral" configurationId="p107.gpio_mode"/>
+      <configSetting altId="p108.debug0.swdio" configurationId="p108"/>
+      <configSetting altId="p108.gpio_mode.gpio_mode_peripheral" configurationId="p108.gpio_mode"/>
+      <configSetting altId="p109.sci9.txd" configurationId="p109"/>
+      <configSetting altId="p109.gpio_mode.gpio_mode_peripheral" configurationId="p109.gpio_mode"/>
+      <configSetting altId="p110.sci9.rxd" configurationId="p110"/>
+      <configSetting altId="p110.gpio_mode.gpio_mode_peripheral" configurationId="p110.gpio_mode"/>
+      <configSetting altId="p111.glcdc0.lcd_data12" configurationId="p111"/>
+      <configSetting altId="p111.gpio_speed.gpio_speed_high" configurationId="p111.gpio_drivecapacity"/>
+      <configSetting altId="p111.gpio_mode.gpio_mode_peripheral" configurationId="p111.gpio_mode"/>
+      <configSetting altId="p112.glcdc0.lcd_data11" configurationId="p112"/>
+      <configSetting altId="p112.gpio_speed.gpio_speed_high" configurationId="p112.gpio_drivecapacity"/>
+      <configSetting altId="p112.gpio_mode.gpio_mode_peripheral" configurationId="p112.gpio_mode"/>
+      <configSetting altId="p113.glcdc0.lcd_data10" configurationId="p113"/>
+      <configSetting altId="p113.gpio_speed.gpio_speed_high" configurationId="p113.gpio_drivecapacity"/>
+      <configSetting altId="p113.gpio_mode.gpio_mode_peripheral" configurationId="p113.gpio_mode"/>
+      <configSetting altId="p114.glcdc0.lcd_data09" configurationId="p114"/>
+      <configSetting altId="p114.gpio_speed.gpio_speed_high" configurationId="p114.gpio_drivecapacity"/>
+      <configSetting altId="p114.gpio_mode.gpio_mode_peripheral" configurationId="p114.gpio_mode"/>
+      <configSetting altId="p115.glcdc0.lcd_data08" configurationId="p115"/>
+      <configSetting altId="p115.gpio_speed.gpio_speed_high" configurationId="p115.gpio_drivecapacity"/>
+      <configSetting altId="p115.gpio_mode.gpio_mode_peripheral" configurationId="p115.gpio_mode"/>
+      <configSetting altId="p204.sci4.sck" configurationId="p204"/>
+      <configSetting altId="p204.gpio_mode.gpio_mode_peripheral" configurationId="p204.gpio_mode"/>
+      <configSetting altId="p212.cgc0.extal" configurationId="p212"/>
+      <configSetting altId="p212.gpio_mode.gpio_mode_peripheral" configurationId="p212.gpio_mode"/>
+      <configSetting altId="p213.cgc0.xtal" configurationId="p213"/>
+      <configSetting altId="p213.gpio_mode.gpio_mode_peripheral" configurationId="p213.gpio_mode"/>
+      <configSetting altId="p300.debug0.swclk" configurationId="p300"/>
+      <configSetting altId="p300.gpio_mode.gpio_mode_peripheral" configurationId="p300.gpio_mode"/>
+      <configSetting altId="p301.glcdc0.lcd_data13" configurationId="p301"/>
+      <configSetting altId="p301.gpio_speed.gpio_speed_high" configurationId="p301.gpio_drivecapacity"/>
+      <configSetting altId="p301.gpio_mode.gpio_mode_peripheral" configurationId="p301.gpio_mode"/>
+      <configSetting altId="p302.glcdc0.lcd_data14" configurationId="p302"/>
+      <configSetting altId="p302.gpio_speed.gpio_speed_high" configurationId="p302.gpio_drivecapacity"/>
+      <configSetting altId="p302.gpio_mode.gpio_mode_peripheral" configurationId="p302.gpio_mode"/>
+      <configSetting altId="p303.glcdc0.lcd_data15" configurationId="p303"/>
+      <configSetting altId="p303.gpio_speed.gpio_speed_high" configurationId="p303.gpio_drivecapacity"/>
+      <configSetting altId="p303.gpio_mode.gpio_mode_peripheral" configurationId="p303.gpio_mode"/>
+      <configSetting altId="p304.sci6.rxd" configurationId="p304"/>
+      <configSetting altId="p304.gpio_mode.gpio_mode_peripheral" configurationId="p304.gpio_mode"/>
+      <configSetting altId="p305.sci6.txd" configurationId="p305"/>
+      <configSetting altId="p305.gpio_mode.gpio_mode_peripheral" configurationId="p305.gpio_mode"/>
+      <configSetting altId="p306.sci6.sck" configurationId="p306"/>
+      <configSetting altId="p306.gpio_mode.gpio_mode_peripheral" configurationId="p306.gpio_mode"/>
+      <configSetting altId="p309.sci3.rxd" configurationId="p309"/>
+      <configSetting altId="p309.gpio_mode.gpio_mode_peripheral" configurationId="p309.gpio_mode"/>
+      <configSetting altId="p310.sci3.txd" configurationId="p310"/>
+      <configSetting altId="p310.gpio_mode.gpio_mode_peripheral" configurationId="p310.gpio_mode"/>
+      <configSetting altId="p311.sci3.sck" configurationId="p311"/>
+      <configSetting altId="p311.gpio_mode.gpio_mode_peripheral" configurationId="p311.gpio_mode"/>
+      <configSetting altId="p401.etherc0.rmii.mdc" configurationId="p401"/>
+      <configSetting altId="p401.gpio_speed.gpio_speed_high" configurationId="p401.gpio_drivecapacity"/>
+      <configSetting altId="p401.gpio_mode.gpio_mode_peripheral" configurationId="p401.gpio_mode"/>
+      <configSetting altId="p402.etherc0.rmii.mdio" configurationId="p402"/>
+      <configSetting altId="p402.gpio_speed.gpio_speed_high" configurationId="p402.gpio_drivecapacity"/>
+      <configSetting altId="p402.gpio_mode.gpio_mode_peripheral" configurationId="p402.gpio_mode"/>
+      <configSetting altId="p403.ssi0.ssisck" configurationId="p403"/>
+      <configSetting altId="p403.gpio_mode.gpio_mode_peripheral" configurationId="p403.gpio_mode"/>
+      <configSetting altId="p404.ssi0.ssiws" configurationId="p404"/>
+      <configSetting altId="p404.gpio_mode.gpio_mode_peripheral" configurationId="p404.gpio_mode"/>
+      <configSetting altId="p406.ssi0.ssirxd" configurationId="p406"/>
+      <configSetting altId="p406.gpio_mode.gpio_mode_peripheral" configurationId="p406.gpio_mode"/>
+      <configSetting altId="p408.etherc0.rmii.crs_dv" configurationId="p408"/>
+      <configSetting altId="p408.gpio_speed.gpio_speed_high" configurationId="p408.gpio_drivecapacity"/>
+      <configSetting altId="p408.gpio_mode.gpio_mode_peripheral" configurationId="p408.gpio_mode"/>
+      <configSetting altId="p409.etherc0.rmii.rx_er" configurationId="p409"/>
+      <configSetting altId="p409.gpio_speed.gpio_speed_high" configurationId="p409.gpio_drivecapacity"/>
+      <configSetting altId="p409.gpio_mode.gpio_mode_peripheral" configurationId="p409.gpio_mode"/>
+      <configSetting altId="p410.etherc0.rmii.rxd1" configurationId="p410"/>
+      <configSetting altId="p410.gpio_speed.gpio_speed_high" configurationId="p410.gpio_drivecapacity"/>
+      <configSetting altId="p410.gpio_mode.gpio_mode_peripheral" configurationId="p410.gpio_mode"/>
+      <configSetting altId="p411.etherc0.rmii.rxd0" configurationId="p411"/>
+      <configSetting altId="p411.gpio_speed.gpio_speed_high" configurationId="p411.gpio_drivecapacity"/>
+      <configSetting altId="p411.gpio_mode.gpio_mode_peripheral" configurationId="p411.gpio_mode"/>
+      <configSetting altId="p412.etherc0.rmii.ref50ck" configurationId="p412"/>
+      <configSetting altId="p412.gpio_speed.gpio_speed_high" configurationId="p412.gpio_drivecapacity"/>
+      <configSetting altId="p412.gpio_mode.gpio_mode_peripheral" configurationId="p412.gpio_mode"/>
+      <configSetting altId="p413.etherc0.rmii.txd0" configurationId="p413"/>
+      <configSetting altId="p413.gpio_speed.gpio_speed_high" configurationId="p413.gpio_drivecapacity"/>
+      <configSetting altId="p413.gpio_mode.gpio_mode_peripheral" configurationId="p413.gpio_mode"/>
+      <configSetting altId="p414.etherc0.rmii.txd1" configurationId="p414"/>
+      <configSetting altId="p414.gpio_speed.gpio_speed_high" configurationId="p414.gpio_drivecapacity"/>
+      <configSetting altId="p414.gpio_mode.gpio_mode_peripheral" configurationId="p414.gpio_mode"/>
+      <configSetting altId="p415.etherc0.rmii.txd_en" configurationId="p415"/>
+      <configSetting altId="p415.gpio_speed.gpio_speed_high" configurationId="p415.gpio_drivecapacity"/>
+      <configSetting altId="p415.gpio_mode.gpio_mode_peripheral" configurationId="p415.gpio_mode"/>
+      <configSetting altId="p500.sdhi1.clk" configurationId="p500"/>
+      <configSetting altId="p500.gpio_speed.gpio_speed_high" configurationId="p500.gpio_drivecapacity"/>
+      <configSetting altId="p500.gpio_mode.gpio_mode_peripheral" configurationId="p500.gpio_mode"/>
+      <configSetting altId="p501.sdhi1.cmd" configurationId="p501"/>
+      <configSetting altId="p501.gpio_speed.gpio_speed_high" configurationId="p501.gpio_drivecapacity"/>
+      <configSetting altId="p501.gpio_mode.gpio_mode_peripheral" configurationId="p501.gpio_mode"/>
+      <configSetting altId="p502.sdhi1.dat0" configurationId="p502"/>
+      <configSetting altId="p502.gpio_speed.gpio_speed_high" configurationId="p502.gpio_drivecapacity"/>
+      <configSetting altId="p502.gpio_mode.gpio_mode_peripheral" configurationId="p502.gpio_mode"/>
+      <configSetting altId="p503.sdhi1.dat1" configurationId="p503"/>
+      <configSetting altId="p503.gpio_speed.gpio_speed_high" configurationId="p503.gpio_drivecapacity"/>
+      <configSetting altId="p503.gpio_mode.gpio_mode_peripheral" configurationId="p503.gpio_mode"/>
+      <configSetting altId="p504.sdhi1.dat2" configurationId="p504"/>
+      <configSetting altId="p504.gpio_speed.gpio_speed_high" configurationId="p504.gpio_drivecapacity"/>
+      <configSetting altId="p504.gpio_mode.gpio_mode_peripheral" configurationId="p504.gpio_mode"/>
+      <configSetting altId="p505.sdhi1.dat3" configurationId="p505"/>
+      <configSetting altId="p505.gpio_speed.gpio_speed_high" configurationId="p505.gpio_drivecapacity"/>
+      <configSetting altId="p505.gpio_mode.gpio_mode_peripheral" configurationId="p505.gpio_mode"/>
+      <configSetting altId="p511.sci4.rxd" configurationId="p511"/>
+      <configSetting altId="p511.gpio_mode.gpio_mode_peripheral" configurationId="p511.gpio_mode"/>
+      <configSetting altId="p512.sci4.txd" configurationId="p512"/>
+      <configSetting altId="p512.gpio_mode.gpio_mode_peripheral" configurationId="p512.gpio_mode"/>
+      <configSetting altId="p600.glcdc0.lcd_data02" configurationId="p600"/>
+      <configSetting altId="p600.gpio_speed.gpio_speed_high" configurationId="p600.gpio_drivecapacity"/>
+      <configSetting altId="p600.gpio_mode.gpio_mode_peripheral" configurationId="p600.gpio_mode"/>
+      <configSetting altId="p601.glcdc0.lcd_data03" configurationId="p601"/>
+      <configSetting altId="p601.gpio_speed.gpio_speed_high" configurationId="p601.gpio_drivecapacity"/>
+      <configSetting altId="p601.gpio_mode.gpio_mode_peripheral" configurationId="p601.gpio_mode"/>
+      <configSetting altId="p602.glcdc0.lcd_data04" configurationId="p602"/>
+      <configSetting altId="p602.gpio_speed.gpio_speed_high" configurationId="p602.gpio_drivecapacity"/>
+      <configSetting altId="p602.gpio_mode.gpio_mode_peripheral" configurationId="p602.gpio_mode"/>
+      <configSetting altId="p608.glcdc0.lcd_data07" configurationId="p608"/>
+      <configSetting altId="p608.gpio_speed.gpio_speed_high" configurationId="p608.gpio_drivecapacity"/>
+      <configSetting altId="p608.gpio_mode.gpio_mode_peripheral" configurationId="p608.gpio_mode"/>
+      <configSetting altId="p609.glcdc0.lcd_data06" configurationId="p609"/>
+      <configSetting altId="p609.gpio_speed.gpio_speed_high" configurationId="p609.gpio_drivecapacity"/>
+      <configSetting altId="p609.gpio_mode.gpio_mode_peripheral" configurationId="p609.gpio_mode"/>
+      <configSetting altId="p610.glcdc0.lcd_data05" configurationId="p610"/>
+      <configSetting altId="p610.gpio_speed.gpio_speed_high" configurationId="p610.gpio_drivecapacity"/>
+      <configSetting altId="p610.gpio_mode.gpio_mode_peripheral" configurationId="p610.gpio_mode"/>
+      <configSetting altId="p612.sci7.sck" configurationId="p612"/>
+      <configSetting altId="p612.gpio_mode.gpio_mode_peripheral" configurationId="p612.gpio_mode"/>
+      <configSetting altId="p613.sci7.txd" configurationId="p613"/>
+      <configSetting altId="p613.gpio_mode.gpio_mode_peripheral" configurationId="p613.gpio_mode"/>
+      <configSetting altId="p614.sci7.rxd" configurationId="p614"/>
+      <configSetting altId="p614.gpio_mode.gpio_mode_peripheral" configurationId="p614.gpio_mode"/>
+      <configSetting altId="p702.gpt6.gtioca" configurationId="p702"/>
+      <configSetting altId="p702.gpio_mode.gpio_mode_peripheral" configurationId="p702.gpio_mode"/>
+      <configSetting altId="p703.gpt6.gtiocb" configurationId="p703"/>
+      <configSetting altId="p703.gpio_mode.gpio_mode_peripheral" configurationId="p703.gpio_mode"/>
+      <configSetting altId="p704.can0.ctx" configurationId="p704"/>
+      <configSetting altId="p704.gpio_mode.gpio_mode_peripheral" configurationId="p704.gpio_mode"/>
+      <configSetting altId="p705.can0.crx" configurationId="p705"/>
+      <configSetting altId="p705.gpio_mode.gpio_mode_peripheral" configurationId="p705.gpio_mode"/>
+      <configSetting altId="sci3.mode.spi.c" configurationId="sci3.mode"/>
+      <configSetting altId="sci3.pairing.c" configurationId="sci3.pairing"/>
+      <configSetting altId="sci3.rxd.p309" configurationId="sci3.rxd"/>
+      <configSetting altId="sci3.sck.p311" configurationId="sci3.sck"/>
+      <configSetting altId="sci3.txd.p310" configurationId="sci3.txd"/>
+      <configSetting altId="sci4.mode.spi.free" configurationId="sci4.mode"/>
+      <configSetting altId="sci4.rxd.p511" configurationId="sci4.rxd"/>
+      <configSetting altId="sci4.sck.p204" configurationId="sci4.sck"/>
+      <configSetting altId="sci4.txd.p512" configurationId="sci4.txd"/>
+      <configSetting altId="sci6.mode.spi.free" configurationId="sci6.mode"/>
+      <configSetting altId="sci6.rxd.p304" configurationId="sci6.rxd"/>
+      <configSetting altId="sci6.sck.p306" configurationId="sci6.sck"/>
+      <configSetting altId="sci6.txd.p305" configurationId="sci6.txd"/>
+      <configSetting altId="sci7.mode.spi.c" configurationId="sci7.mode"/>
+      <configSetting altId="sci7.pairing.c" configurationId="sci7.pairing"/>
+      <configSetting altId="sci7.rxd.p614" configurationId="sci7.rxd"/>
+      <configSetting altId="sci7.sck.p612" configurationId="sci7.sck"/>
+      <configSetting altId="sci7.txd.p613" configurationId="sci7.txd"/>
+      <configSetting altId="sci9.mode.asynchronous.free" configurationId="sci9.mode"/>
+      <configSetting altId="sci9.rxd.p110" configurationId="sci9.rxd"/>
+      <configSetting altId="sci9.txd.p109" configurationId="sci9.txd"/>
+      <configSetting altId="sdhi1.clk.p500" configurationId="sdhi1.clk"/>
+      <configSetting altId="sdhi1.cmd.p501" configurationId="sdhi1.cmd"/>
+      <configSetting altId="sdhi1.dat0.p502" configurationId="sdhi1.dat0"/>
+      <configSetting altId="sdhi1.dat1.p503" configurationId="sdhi1.dat1"/>
+      <configSetting altId="sdhi1.dat2.p504" configurationId="sdhi1.dat2"/>
+      <configSetting altId="sdhi1.dat3.p505" configurationId="sdhi1.dat3"/>
+      <configSetting altId="sdhi1.mode.sd_mmc4mbit.free" configurationId="sdhi1.mode"/>
+      <configSetting altId="sdhi1.pairing.free" configurationId="sdhi1.pairing"/>
+      <configSetting altId="spi0.pairing.b" configurationId="spi0.pairing"/>
+      <configSetting altId="spi1.pairing.free" configurationId="spi1.pairing"/>
+      <configSetting altId="ssi0.mode.custom.a" configurationId="ssi0.mode"/>
+      <configSetting altId="ssi0.ssirxd.p406" configurationId="ssi0.ssirxd"/>
+      <configSetting altId="ssi0.ssisck.p403" configurationId="ssi0.ssisck"/>
+      <configSetting altId="ssi0.ssiws.p404" configurationId="ssi0.ssiws"/>
+    </pincfg>
+  </raPinConfiguration>
+</raConfiguration>

+ 16 - 0
projects/hmi-board-soem/docs/evaluation.md

@@ -0,0 +1,16 @@
+* 主频:120 MHZ
+* Memory:2-MB code flash、64-KB data flash,SRAM:640KB
+* 运行 Demo:lv_music_demo
+* 编译工具链:arm-none-eabi-gcc v10.2.1
+* 编译优化等级:OS
+* 使能外设:Lcd(RGB565),g2d,uartx1,i2cx1,gpio
+* LVGL推屏RAM占用:(480*272/4)
+* 资源消耗总计:Flash(消耗:641.99 KB,剩余:1406 KB),RAM(消耗:396.19 KB,剩余:244 KB)
+
+![](picture/lvgl/lvgl-3.png)
+
+* 编译工具链:armclag v6.19
+* 编译优化等级:OS
+* 资源消耗总计:Flash(消耗:660.61kB,剩余:1388 KB),RAM(消耗:397.10 kB,剩余:243 KB)
+
+![](picture/lvgl/lvgl-4.png)

BIN
projects/hmi-board-soem/docs/picture/back.png


BIN
projects/hmi-board-soem/docs/picture/ethercat/csp_rxpdo.png


BIN
projects/hmi-board-soem/docs/picture/ethercat/csp_txpdo.png


BIN
projects/hmi-board-soem/docs/picture/ethercat/csv_rxpdo.png


BIN
projects/hmi-board-soem/docs/picture/ethercat/csv_txpdo.png


BIN
projects/hmi-board-soem/docs/picture/ethercat/image-20250423184000894.png


BIN
projects/hmi-board-soem/docs/picture/ethercat/image-20250423184124655.png


BIN
projects/hmi-board-soem/docs/picture/ethercat/statemachine.png


BIN
projects/hmi-board-soem/docs/picture/front.png


BIN
projects/hmi-board-soem/docs/picture/lvgl/lvgl-1.png


BIN
projects/hmi-board-soem/docs/picture/lvgl/lvgl-2.png


BIN
projects/hmi-board-soem/docs/picture/lvgl/lvgl-3.png


BIN
projects/hmi-board-soem/docs/picture/lvgl/lvgl-4.png


BIN
projects/hmi-board-soem/docs/picture/lvgl/lvgl.png


BIN
projects/hmi-board-soem/docs/picture/resources.png


+ 6 - 0
projects/hmi-board-soem/mklinks.bat

@@ -0,0 +1,6 @@
+@echo off
+%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit
+cd /d "%~dp0"
+@echo on
+mklink /D rt-thread ..\..\rt-thread
+mklink /D libraries ..\..\libraries

+ 3 - 0
projects/hmi-board-soem/mklinks.sh

@@ -0,0 +1,3 @@
+#!/bin/bash
+ln -s ../../rt-thread  rt-thread
+ln -s ../../libraries libraries

+ 8 - 0
projects/hmi-board-soem/packages/LVGL-v8.3.11/.codecov.yml

@@ -0,0 +1,8 @@
+codecov:
+  notify:
+    require_ci_to_pass: true
+comment: off
+coverage:
+  status:
+    patch: off
+    project: off

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä