Add main screen

This commit is contained in:
Edith Boles
2026-02-27 03:37:17 -08:00
parent f000ee7c19
commit d70c09e03c
14 changed files with 28179 additions and 1531 deletions

806
.clang-format Normal file
View File

@@ -0,0 +1,806 @@
# SPDX-License-Identifier: GPL-2.0
#
# clang-format configuration file. Intended for clang-format >= 11.
#
# For more information, see:
#
# Documentation/dev-tools/clang-format.rst
# https://clang.llvm.org/docs/ClangFormat.html
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
#
---
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: false
BinPackArguments: true
BinPackParameters: true
BraceWrapping:
AfterClass: false
AfterControlStatement: false
AfterEnum: false
AfterFunction: true
AfterNamespace: true
AfterObjCDeclaration: false
AfterStruct: false
AfterUnion: false
AfterExternBlock: false
BeforeCatch: false
BeforeElse: false
IndentBraces: false
SplitEmptyFunction: true
SplitEmptyRecord: true
SplitEmptyNamespace: true
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Custom
BreakBeforeInheritanceComma: false
BreakBeforeTernaryOperators: false
BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializers: BeforeComma
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: false
ColumnLimit: 80
CommentPragmas: '^ IWYU pragma:'
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8
Cpp11BracedListStyle: false
DerivePointerAlignment: false
DisableFormat: false
ExperimentalAutoDetectBinPacking: false
FixNamespaceComments: false
# Taken from:
# git grep -h '^#define [^[:space:]]*for_each[^[:space:]]*(' include/ tools/ \
# | sed "s,^#define \([^[:space:]]*for_each[^[:space:]]*\)(.*$, - '\1'," \
# | LC_ALL=C sort -u
ForEachMacros:
- '__ata_qc_for_each'
- '__bio_for_each_bvec'
- '__bio_for_each_segment'
- '__evlist__for_each_entry'
- '__evlist__for_each_entry_continue'
- '__evlist__for_each_entry_from'
- '__evlist__for_each_entry_reverse'
- '__evlist__for_each_entry_safe'
- '__for_each_mem_range'
- '__for_each_mem_range_rev'
- '__for_each_thread'
- '__hlist_for_each_rcu'
- '__map__for_each_symbol_by_name'
- '__pci_bus_for_each_res0'
- '__pci_bus_for_each_res1'
- '__pci_dev_for_each_res0'
- '__pci_dev_for_each_res1'
- '__perf_evlist__for_each_entry'
- '__perf_evlist__for_each_entry_reverse'
- '__perf_evlist__for_each_entry_safe'
- '__rq_for_each_bio'
- '__shost_for_each_device'
- '__sym_for_each'
- '_for_each_counter'
- 'apei_estatus_for_each_section'
- 'ata_for_each_dev'
- 'ata_for_each_link'
- 'ata_qc_for_each'
- 'ata_qc_for_each_raw'
- 'ata_qc_for_each_with_internal'
- 'ax25_for_each'
- 'ax25_uid_for_each'
- 'bio_for_each_bvec'
- 'bio_for_each_bvec_all'
- 'bio_for_each_folio_all'
- 'bio_for_each_integrity_vec'
- 'bio_for_each_segment'
- 'bio_for_each_segment_all'
- 'bio_list_for_each'
- 'bip_for_each_vec'
- 'bond_for_each_slave'
- 'bond_for_each_slave_rcu'
- 'bpf_for_each'
- 'bpf_for_each_reg_in_vstate'
- 'bpf_for_each_reg_in_vstate_mask'
- 'bpf_for_each_spilled_reg'
- 'bpf_object__for_each_map'
- 'bpf_object__for_each_program'
- 'btree_for_each_safe128'
- 'btree_for_each_safe32'
- 'btree_for_each_safe64'
- 'btree_for_each_safel'
- 'card_for_each_dev'
- 'cgroup_taskset_for_each'
- 'cgroup_taskset_for_each_leader'
- 'cpu_aggr_map__for_each_idx'
- 'cpufreq_for_each_efficient_entry_idx'
- 'cpufreq_for_each_entry'
- 'cpufreq_for_each_entry_idx'
- 'cpufreq_for_each_valid_entry'
- 'cpufreq_for_each_valid_entry_idx'
- 'css_for_each_child'
- 'css_for_each_descendant_post'
- 'css_for_each_descendant_pre'
- 'damon_for_each_region'
- 'damon_for_each_region_from'
- 'damon_for_each_region_safe'
- 'damon_for_each_scheme'
- 'damon_for_each_scheme_safe'
- 'damon_for_each_target'
- 'damon_for_each_target_safe'
- 'damos_for_each_core_filter'
- 'damos_for_each_core_filter_safe'
- 'damos_for_each_ops_filter'
- 'damos_for_each_ops_filter_safe'
- 'damos_for_each_quota_goal'
- 'damos_for_each_quota_goal_safe'
- 'data__for_each_file'
- 'data__for_each_file_new'
- 'data__for_each_file_start'
- 'def_for_each_cpu'
- 'device_for_each_child_node'
- 'device_for_each_child_node_scoped'
- 'dma_fence_array_for_each'
- 'dma_fence_chain_for_each'
- 'dma_fence_unwrap_for_each'
- 'dma_resv_for_each_fence'
- 'dma_resv_for_each_fence_unlocked'
- 'do_for_each_ftrace_op'
- 'drm_atomic_crtc_for_each_plane'
- 'drm_atomic_crtc_state_for_each_plane'
- 'drm_atomic_crtc_state_for_each_plane_state'
- 'drm_atomic_for_each_plane_damage'
- 'drm_client_for_each_connector_iter'
- 'drm_client_for_each_modeset'
- 'drm_connector_for_each_possible_encoder'
- 'drm_exec_for_each_locked_object'
- 'drm_exec_for_each_locked_object_reverse'
- 'drm_for_each_bridge_in_chain_scoped'
- 'drm_for_each_connector_iter'
- 'drm_for_each_crtc'
- 'drm_for_each_crtc_reverse'
- 'drm_for_each_encoder'
- 'drm_for_each_encoder_mask'
- 'drm_for_each_fb'
- 'drm_for_each_legacy_plane'
- 'drm_for_each_plane'
- 'drm_for_each_plane_mask'
- 'drm_for_each_privobj'
- 'drm_gem_for_each_gpuvm_bo'
- 'drm_gem_for_each_gpuvm_bo_safe'
- 'drm_gpusvm_for_each_range'
- 'drm_gpuva_for_each_op'
- 'drm_gpuva_for_each_op_from_reverse'
- 'drm_gpuva_for_each_op_reverse'
- 'drm_gpuva_for_each_op_safe'
- 'drm_gpuvm_bo_for_each_va'
- 'drm_gpuvm_bo_for_each_va_safe'
- 'drm_gpuvm_for_each_va'
- 'drm_gpuvm_for_each_va_range'
- 'drm_gpuvm_for_each_va_range_safe'
- 'drm_gpuvm_for_each_va_safe'
- 'drm_mm_for_each_hole'
- 'drm_mm_for_each_node'
- 'drm_mm_for_each_node_in_range'
- 'drm_mm_for_each_node_safe'
- 'dsa_switch_for_each_available_port'
- 'dsa_switch_for_each_cpu_port'
- 'dsa_switch_for_each_cpu_port_continue_reverse'
- 'dsa_switch_for_each_port'
- 'dsa_switch_for_each_port_continue_reverse'
- 'dsa_switch_for_each_port_safe'
- 'dsa_switch_for_each_user_port'
- 'dsa_switch_for_each_user_port_continue_reverse'
- 'dsa_tree_for_each_cpu_port'
- 'dsa_tree_for_each_user_port'
- 'dsa_tree_for_each_user_port_continue_reverse'
- 'dso__for_each_symbol'
- 'elf_hash_for_each_possible'
- 'elf_symtab__for_each_symbol'
- 'evlist__for_each_cpu'
- 'evlist__for_each_entry'
- 'evlist__for_each_entry_continue'
- 'evlist__for_each_entry_from'
- 'evlist__for_each_entry_reverse'
- 'evlist__for_each_entry_safe'
- 'flow_action_for_each'
- 'for_each_acpi_consumer_dev'
- 'for_each_acpi_dev_match'
- 'for_each_active_dev_scope'
- 'for_each_active_drhd_unit'
- 'for_each_active_iommu'
- 'for_each_active_irq'
- 'for_each_active_route'
- 'for_each_aggr_pgid'
- 'for_each_alloc_capable_rdt_resource'
- 'for_each_and_bit'
- 'for_each_andnot_bit'
- 'for_each_available_child_of_node'
- 'for_each_available_child_of_node_scoped'
- 'for_each_bench'
- 'for_each_bio'
- 'for_each_board_func_rsrc'
- 'for_each_btf_ext_rec'
- 'for_each_btf_ext_sec'
- 'for_each_bvec'
- 'for_each_capable_rdt_resource'
- 'for_each_card_auxs'
- 'for_each_card_auxs_safe'
- 'for_each_card_components'
- 'for_each_card_dapms'
- 'for_each_card_pre_auxs'
- 'for_each_card_prelinks'
- 'for_each_card_rtds'
- 'for_each_card_rtds_safe'
- 'for_each_card_widgets'
- 'for_each_card_widgets_safe'
- 'for_each_cgroup_storage_type'
- 'for_each_child_of_node'
- 'for_each_child_of_node_scoped'
- 'for_each_child_of_node_with_prefix'
- 'for_each_clear_bit'
- 'for_each_clear_bit_from'
- 'for_each_clear_bitrange'
- 'for_each_clear_bitrange_from'
- 'for_each_cmd'
- 'for_each_cmsghdr'
- 'for_each_collection'
- 'for_each_comp_order'
- 'for_each_compatible_node'
- 'for_each_compatible_node_scoped'
- 'for_each_component_dais'
- 'for_each_component_dais_safe'
- 'for_each_conduit'
- 'for_each_console'
- 'for_each_console_srcu'
- 'for_each_cpu'
- 'for_each_cpu_and'
- 'for_each_cpu_andnot'
- 'for_each_cpu_from'
- 'for_each_cpu_or'
- 'for_each_cpu_wrap'
- 'for_each_dapm_widgets'
- 'for_each_dedup_cand'
- 'for_each_dev_addr'
- 'for_each_dev_scope'
- 'for_each_dma_cap_mask'
- 'for_each_dpcm_be'
- 'for_each_dpcm_be_rollback'
- 'for_each_dpcm_be_safe'
- 'for_each_dpcm_fe'
- 'for_each_drhd_unit'
- 'for_each_dss_dev'
- 'for_each_efi_memory_desc'
- 'for_each_efi_memory_desc_in_map'
- 'for_each_element'
- 'for_each_element_extid'
- 'for_each_element_id'
- 'for_each_enabled_cpu'
- 'for_each_endpoint_of_node'
- 'for_each_event'
- 'for_each_event_tps'
- 'for_each_evictable_lru'
- 'for_each_fib6_node_rt_rcu'
- 'for_each_fib6_walker_rt'
- 'for_each_file_lock'
- 'for_each_free_mem_range'
- 'for_each_free_mem_range_reverse'
- 'for_each_func_rsrc'
- 'for_each_gpiochip_node'
- 'for_each_group_evsel'
- 'for_each_group_evsel_head'
- 'for_each_group_member'
- 'for_each_group_member_head'
- 'for_each_hstate'
- 'for_each_hwgpio'
- 'for_each_hwgpio_in_range'
- 'for_each_if'
- 'for_each_inject_fn'
- 'for_each_insn'
- 'for_each_insn_op_loc'
- 'for_each_insn_prefix'
- 'for_each_intid'
- 'for_each_iommu'
- 'for_each_ip_tunnel_rcu'
- 'for_each_irq_desc'
- 'for_each_irq_nr'
- 'for_each_lang'
- 'for_each_link_ch_maps'
- 'for_each_link_codecs'
- 'for_each_link_cpus'
- 'for_each_link_platforms'
- 'for_each_lru'
- 'for_each_matching_node'
- 'for_each_matching_node_and_match'
- 'for_each_media_entity_data_link'
- 'for_each_mem_pfn_range'
- 'for_each_mem_range'
- 'for_each_mem_range_rev'
- 'for_each_mem_region'
- 'for_each_member'
- 'for_each_memory'
- 'for_each_migratetype_order'
- 'for_each_missing_reg'
- 'for_each_mle_subelement'
- 'for_each_mod_mem_type'
- 'for_each_mon_capable_rdt_resource'
- 'for_each_mp_bvec'
- 'for_each_net'
- 'for_each_net_continue_reverse'
- 'for_each_net_rcu'
- 'for_each_netdev'
- 'for_each_netdev_continue'
- 'for_each_netdev_continue_rcu'
- 'for_each_netdev_continue_reverse'
- 'for_each_netdev_dump'
- 'for_each_netdev_feature'
- 'for_each_netdev_in_bond_rcu'
- 'for_each_netdev_rcu'
- 'for_each_netdev_reverse'
- 'for_each_netdev_safe'
- 'for_each_new_connector_in_state'
- 'for_each_new_crtc_in_state'
- 'for_each_new_mst_mgr_in_state'
- 'for_each_new_plane_in_state'
- 'for_each_new_plane_in_state_reverse'
- 'for_each_new_private_obj_in_state'
- 'for_each_new_reg'
- 'for_each_nhlt_endpoint'
- 'for_each_nhlt_endpoint_fmtcfg'
- 'for_each_nhlt_fmtcfg'
- 'for_each_node'
- 'for_each_node_by_name'
- 'for_each_node_by_type'
- 'for_each_node_mask'
- 'for_each_node_numadist'
- 'for_each_node_state'
- 'for_each_node_with_cpus'
- 'for_each_node_with_property'
- 'for_each_nonreserved_multicast_dest_pgid'
- 'for_each_numa_hop_mask'
- 'for_each_of_allnodes'
- 'for_each_of_allnodes_from'
- 'for_each_of_cpu_node'
- 'for_each_of_graph_port'
- 'for_each_of_graph_port_endpoint'
- 'for_each_of_pci_range'
- 'for_each_old_connector_in_state'
- 'for_each_old_crtc_in_state'
- 'for_each_old_mst_mgr_in_state'
- 'for_each_old_plane_in_state'
- 'for_each_old_private_obj_in_state'
- 'for_each_oldnew_connector_in_state'
- 'for_each_oldnew_crtc_in_state'
- 'for_each_oldnew_mst_mgr_in_state'
- 'for_each_oldnew_plane_in_state'
- 'for_each_oldnew_plane_in_state_reverse'
- 'for_each_oldnew_private_obj_in_state'
- 'for_each_online_cpu'
- 'for_each_online_cpu_wrap'
- 'for_each_online_node'
- 'for_each_online_pgdat'
- 'for_each_or_bit'
- 'for_each_page_ext'
- 'for_each_path'
- 'for_each_pci_bridge'
- 'for_each_pci_dev'
- 'for_each_pcm_streams'
- 'for_each_physmem_range'
- 'for_each_populated_zone'
- 'for_each_possible_cpu'
- 'for_each_possible_cpu_wrap'
- 'for_each_present_blessed_reg'
- 'for_each_present_cpu'
- 'for_each_present_section_nr'
- 'for_each_prime_number'
- 'for_each_prime_number_from'
- 'for_each_probe_cache_entry'
- 'for_each_process'
- 'for_each_process_thread'
- 'for_each_prop_codec_conf'
- 'for_each_prop_dai_codec'
- 'for_each_prop_dai_cpu'
- 'for_each_prop_dlc_codecs'
- 'for_each_prop_dlc_cpus'
- 'for_each_prop_dlc_platforms'
- 'for_each_property_of_node'
- 'for_each_pt_level_entry'
- 'for_each_rdt_resource'
- 'for_each_reg'
- 'for_each_reg_filtered'
- 'for_each_reloc'
- 'for_each_reloc_from'
- 'for_each_requested_gpio'
- 'for_each_requested_gpio_in_range'
- 'for_each_reserved_child_of_node'
- 'for_each_reserved_mem_range'
- 'for_each_reserved_mem_region'
- 'for_each_rtd_ch_maps'
- 'for_each_rtd_codec_dais'
- 'for_each_rtd_components'
- 'for_each_rtd_cpu_dais'
- 'for_each_rtd_dais'
- 'for_each_rtd_dais_reverse'
- 'for_each_sband_iftype_data'
- 'for_each_script'
- 'for_each_sec'
- 'for_each_set_bit'
- 'for_each_set_bit_from'
- 'for_each_set_bit_wrap'
- 'for_each_set_bitrange'
- 'for_each_set_bitrange_from'
- 'for_each_set_clump8'
- 'for_each_sg'
- 'for_each_sg_dma_page'
- 'for_each_sg_page'
- 'for_each_sgtable_dma_page'
- 'for_each_sgtable_dma_sg'
- 'for_each_sgtable_page'
- 'for_each_sgtable_sg'
- 'for_each_sibling_event'
- 'for_each_sta_active_link'
- 'for_each_subelement'
- 'for_each_subelement_extid'
- 'for_each_subelement_id'
- 'for_each_sublist'
- 'for_each_subsystem'
- 'for_each_suite'
- 'for_each_supported_activate_fn'
- 'for_each_supported_inject_fn'
- 'for_each_sym'
- 'for_each_thread'
- 'for_each_token'
- 'for_each_unicast_dest_pgid'
- 'for_each_valid_link'
- 'for_each_vif_active_link'
- 'for_each_vma'
- 'for_each_vma_range'
- 'for_each_vsi'
- 'for_each_wakeup_source'
- 'for_each_zone'
- 'for_each_zone_zonelist'
- 'for_each_zone_zonelist_nodemask'
- 'func_for_each_insn'
- 'fwnode_for_each_available_child_node'
- 'fwnode_for_each_child_node'
- 'fwnode_for_each_parent_node'
- 'fwnode_graph_for_each_endpoint'
- 'gadget_for_each_ep'
- 'genradix_for_each'
- 'genradix_for_each_from'
- 'genradix_for_each_reverse'
- 'hash_for_each'
- 'hash_for_each_possible'
- 'hash_for_each_possible_rcu'
- 'hash_for_each_possible_rcu_notrace'
- 'hash_for_each_possible_safe'
- 'hash_for_each_rcu'
- 'hash_for_each_safe'
- 'hashmap__for_each_entry'
- 'hashmap__for_each_entry_safe'
- 'hashmap__for_each_key_entry'
- 'hashmap__for_each_key_entry_safe'
- 'hctx_for_each_ctx'
- 'hists__for_each_format'
- 'hists__for_each_sort_list'
- 'hlist_bl_for_each_entry'
- 'hlist_bl_for_each_entry_rcu'
- 'hlist_bl_for_each_entry_safe'
- 'hlist_for_each'
- 'hlist_for_each_entry'
- 'hlist_for_each_entry_continue'
- 'hlist_for_each_entry_continue_rcu'
- 'hlist_for_each_entry_continue_rcu_bh'
- 'hlist_for_each_entry_from'
- 'hlist_for_each_entry_from_rcu'
- 'hlist_for_each_entry_rcu'
- 'hlist_for_each_entry_rcu_bh'
- 'hlist_for_each_entry_rcu_notrace'
- 'hlist_for_each_entry_safe'
- 'hlist_for_each_entry_srcu'
- 'hlist_for_each_safe'
- 'hlist_nulls_for_each_entry'
- 'hlist_nulls_for_each_entry_from'
- 'hlist_nulls_for_each_entry_rcu'
- 'hlist_nulls_for_each_entry_safe'
- 'i3c_bus_for_each_i2cdev'
- 'i3c_bus_for_each_i3cdev'
- 'idr_for_each_entry'
- 'idr_for_each_entry_continue'
- 'idr_for_each_entry_continue_ul'
- 'idr_for_each_entry_ul'
- 'iio_for_each_active_channel'
- 'in_dev_for_each_ifa_rcu'
- 'in_dev_for_each_ifa_rtnl'
- 'in_dev_for_each_ifa_rtnl_net'
- 'inet_bind_bucket_for_each'
- 'interval_tree_for_each_span'
- 'intlist__for_each_entry'
- 'intlist__for_each_entry_safe'
- 'kcore_copy__for_each_phdr'
- 'key_for_each'
- 'key_for_each_safe'
- 'klp_for_each_func'
- 'klp_for_each_func_safe'
- 'klp_for_each_func_static'
- 'klp_for_each_object'
- 'klp_for_each_object_safe'
- 'klp_for_each_object_static'
- 'kunit_suite_for_each_test_case'
- 'kvm_for_each_memslot'
- 'kvm_for_each_memslot_in_gfn_range'
- 'kvm_for_each_vcpu'
- 'libbpf_nla_for_each_attr'
- 'list_for_each'
- 'list_for_each_codec'
- 'list_for_each_codec_safe'
- 'list_for_each_continue'
- 'list_for_each_entry'
- 'list_for_each_entry_continue'
- 'list_for_each_entry_continue_rcu'
- 'list_for_each_entry_continue_reverse'
- 'list_for_each_entry_from'
- 'list_for_each_entry_from_rcu'
- 'list_for_each_entry_from_reverse'
- 'list_for_each_entry_lockless'
- 'list_for_each_entry_rcu'
- 'list_for_each_entry_reverse'
- 'list_for_each_entry_safe'
- 'list_for_each_entry_safe_continue'
- 'list_for_each_entry_safe_from'
- 'list_for_each_entry_safe_reverse'
- 'list_for_each_entry_srcu'
- 'list_for_each_from'
- 'list_for_each_prev'
- 'list_for_each_prev_safe'
- 'list_for_each_rcu'
- 'list_for_each_safe'
- 'llist_for_each'
- 'llist_for_each_entry'
- 'llist_for_each_entry_safe'
- 'llist_for_each_safe'
- 'lwq_for_each_safe'
- 'map__for_each_symbol'
- 'map__for_each_symbol_by_name'
- 'mas_for_each'
- 'mas_for_each_rev'
- 'mci_for_each_dimm'
- 'media_device_for_each_entity'
- 'media_device_for_each_intf'
- 'media_device_for_each_link'
- 'media_device_for_each_pad'
- 'media_entity_for_each_pad'
- 'media_pipeline_for_each_entity'
- 'media_pipeline_for_each_pad'
- 'mlx5_lag_for_each_peer_mdev'
- 'mptcp_for_each_subflow'
- 'msi_domain_for_each_desc'
- 'msi_for_each_desc'
- 'mt_for_each'
- 'nanddev_io_for_each_block'
- 'nanddev_io_for_each_page'
- 'neigh_for_each_in_bucket'
- 'neigh_for_each_in_bucket_rcu'
- 'neigh_for_each_in_bucket_safe'
- 'netdev_for_each_lower_dev'
- 'netdev_for_each_lower_private'
- 'netdev_for_each_lower_private_rcu'
- 'netdev_for_each_mc_addr'
- 'netdev_for_each_synced_mc_addr'
- 'netdev_for_each_synced_uc_addr'
- 'netdev_for_each_uc_addr'
- 'netdev_for_each_upper_dev_rcu'
- 'netdev_hw_addr_list_for_each'
- 'nft_rule_for_each_expr'
- 'nla_for_each_attr'
- 'nla_for_each_attr_type'
- 'nla_for_each_nested'
- 'nla_for_each_nested_type'
- 'nlmsg_for_each_attr'
- 'nlmsg_for_each_msg'
- 'nr_neigh_for_each'
- 'nr_neigh_for_each_safe'
- 'nr_node_for_each'
- 'nr_node_for_each_safe'
- 'of_for_each_phandle'
- 'of_property_for_each_string'
- 'of_property_for_each_u32'
- 'pci_bus_for_each_resource'
- 'pci_dev_for_each_resource'
- 'pcl_for_each_chunk'
- 'pcl_for_each_segment'
- 'pcm_for_each_format'
- 'perf_config_items__for_each_entry'
- 'perf_config_sections__for_each_entry'
- 'perf_config_set__for_each_entry'
- 'perf_cpu_map__for_each_cpu'
- 'perf_cpu_map__for_each_cpu_skip_any'
- 'perf_cpu_map__for_each_idx'
- 'perf_evlist__for_each_entry'
- 'perf_evlist__for_each_entry_reverse'
- 'perf_evlist__for_each_entry_safe'
- 'perf_evlist__for_each_evsel'
- 'perf_evlist__for_each_mmap'
- 'perf_evsel_for_each_per_thread_period_safe'
- 'perf_hpp_list__for_each_format'
- 'perf_hpp_list__for_each_format_safe'
- 'perf_hpp_list__for_each_sort_list'
- 'perf_hpp_list__for_each_sort_list_safe'
- 'plist_for_each'
- 'plist_for_each_continue'
- 'plist_for_each_entry'
- 'plist_for_each_entry_continue'
- 'plist_for_each_entry_safe'
- 'plist_for_each_safe'
- 'pnp_for_each_card'
- 'pnp_for_each_dev'
- 'protocol_for_each_card'
- 'protocol_for_each_dev'
- 'queue_for_each_hw_ctx'
- 'radix_tree_for_each_slot'
- 'radix_tree_for_each_tagged'
- 'rb_for_each'
- 'rbtree_postorder_for_each_entry_safe'
- 'rdma_for_each_block'
- 'rdma_for_each_port'
- 'rdma_umem_for_each_dma_block'
- 'resource_list_for_each_entry'
- 'resource_list_for_each_entry_safe'
- 'rhl_for_each_entry_rcu'
- 'rhl_for_each_rcu'
- 'rht_for_each'
- 'rht_for_each_entry'
- 'rht_for_each_entry_from'
- 'rht_for_each_entry_rcu'
- 'rht_for_each_entry_rcu_from'
- 'rht_for_each_entry_safe'
- 'rht_for_each_from'
- 'rht_for_each_rcu'
- 'rht_for_each_rcu_from'
- 'rq_for_each_bvec'
- 'rq_for_each_segment'
- 'rq_list_for_each'
- 'rq_list_for_each_safe'
- 'sample_read_group__for_each'
- 'scsi_for_each_prot_sg'
- 'scsi_for_each_sg'
- 'sctp_for_each_hentry'
- 'sctp_skb_for_each'
- 'sec_for_each_insn'
- 'sec_for_each_insn_continue'
- 'sec_for_each_insn_from'
- 'sec_for_each_sym'
- 'shdma_for_each_chan'
- 'shost_for_each_device'
- 'sk_for_each'
- 'sk_for_each_bound'
- 'sk_for_each_bound_safe'
- 'sk_for_each_entry_offset_rcu'
- 'sk_for_each_from'
- 'sk_for_each_rcu'
- 'sk_for_each_safe'
- 'sk_nulls_for_each'
- 'sk_nulls_for_each_from'
- 'sk_nulls_for_each_rcu'
- 'snd_array_for_each'
- 'snd_pcm_group_for_each_entry'
- 'snd_soc_dapm_widget_for_each_path'
- 'snd_soc_dapm_widget_for_each_path_safe'
- 'snd_soc_dapm_widget_for_each_sink_path'
- 'snd_soc_dapm_widget_for_each_source_path'
- 'sparsebit_for_each_set_range'
- 'strlist__for_each_entry'
- 'strlist__for_each_entry_safe'
- 'sym_for_each_insn'
- 'sym_for_each_insn_continue_reverse'
- 'symbols__for_each_entry'
- 'tb_property_for_each'
- 'tcf_act_for_each_action'
- 'tcf_exts_for_each_action'
- 'test_suite__for_each_test_case'
- 'tool_pmu__for_each_event'
- 'ttm_bo_lru_for_each_reserved_guarded'
- 'ttm_resource_manager_for_each_res'
- 'udp_lrpa_for_each_entry_rcu'
- 'udp_portaddr_for_each_entry'
- 'udp_portaddr_for_each_entry_rcu'
- 'usb_hub_for_each_child'
- 'v4l2_device_for_each_subdev'
- 'v4l2_m2m_for_each_dst_buf'
- 'v4l2_m2m_for_each_dst_buf_safe'
- 'v4l2_m2m_for_each_src_buf'
- 'v4l2_m2m_for_each_src_buf_safe'
- 'virtio_device_for_each_vq'
- 'vkms_config_for_each_connector'
- 'vkms_config_for_each_crtc'
- 'vkms_config_for_each_encoder'
- 'vkms_config_for_each_plane'
- 'vkms_config_connector_for_each_possible_encoder'
- 'vkms_config_encoder_for_each_possible_crtc'
- 'vkms_config_plane_for_each_possible_crtc'
- 'while_for_each_ftrace_op'
- 'workloads__for_each'
- 'xa_for_each'
- 'xa_for_each_marked'
- 'xa_for_each_range'
- 'xa_for_each_start'
- 'xas_for_each'
- 'xas_for_each_conflict'
- 'xas_for_each_marked'
- 'xbc_array_for_each_value'
- 'xbc_for_each_key_value'
- 'xbc_node_for_each_array_value'
- 'xbc_node_for_each_child'
- 'xbc_node_for_each_key_value'
- 'xbc_node_for_each_subkey'
- 'ynl_attr_for_each'
- 'ynl_attr_for_each_nested'
- 'ynl_attr_for_each_payload'
- 'zorro_for_each_dev'
- 'zpci_bus_for_each'
IncludeBlocks: Preserve
IncludeCategories:
- Regex: '.*'
Priority: 1
IncludeIsMainRegex: '(Test)?$'
IndentCaseLabels: false
IndentGotoLabels: false
IndentPPDirectives: None
IndentWidth: 8
IndentWrappedFunctionNames: false
JavaScriptQuotes: Leave
JavaScriptWrapImports: true
KeepEmptyLinesAtTheStartOfBlocks: false
MacroBlockBegin: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 1
NamespaceIndentation: None
ObjCBinPackProtocolList: Auto
ObjCBlockIndentWidth: 8
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: true
# Taken from git's rules
PenaltyBreakAssignment: 10
PenaltyBreakBeforeFirstCallParameter: 30
PenaltyBreakComment: 10
PenaltyBreakFirstLessLess: 0
PenaltyBreakString: 10
PenaltyExcessCharacter: 100
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: false
SortIncludes: false
SortUsingDeclarations: false
SpaceAfterCStyleCast: false
SpaceAfterTemplateKeyword: true
SpaceBeforeAssignmentOperators: true
SpaceBeforeCtorInitializerColon: true
SpaceBeforeInheritanceColon: true
SpaceBeforeParens: ControlStatementsExceptForEachMacros
SpaceBeforeRangeBasedForLoopColon: true
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
SpacesInAngles: false
SpacesInContainerLiterals: false
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp03
TabWidth: 8
UseTab: Always
...

0
.clangd Normal file
View File

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
bin/
obj/
.cache

View File

@@ -7,7 +7,6 @@ EXES := $(patsubst %,bin/%,$(TARGETS))
SRCS := $(shell find src inc -type f -iname '*.c')
OBJS := $(patsubst src/%.c,obj/%.o,$(patsubst inc/%.c,obj/lib/%.o,$(SRCS)))
NO_BUILD := $(patsubst %,obj/%.o,$(TARGETS))
PROJ := edith_boles_$(notdir $(PWD))
all: build
@@ -31,9 +30,4 @@ clean:
rm -rf .artifacts
rm -rf $(PROJ).zip
zip: clean
mkdir -p .artifacts/$(PROJ)
cp -r * .artifacts/$(PROJ)
cd .artifacts && zip -r ../$(PROJ).zip $(PROJ)
-include $(OBJS:.o=.d)

7839
compile_commands.json Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1518
inc/lv_conf_fb.h Normal file

File diff suppressed because it is too large Load Diff

1518
inc/lv_conf_x11.h Normal file

File diff suppressed because it is too large Load Diff

3634
src/img/dejavu_28.c Normal file

File diff suppressed because it is too large Load Diff

987
src/img/dejavu_bold_10.c Normal file
View File

@@ -0,0 +1,987 @@
/*******************************************************************************
* Size: 10 px
* Bpp: 8
* Opts: --bpp 8 --size 10 --no-compress --stride 1 --align 1 --font DejaVuSans-Bold.ttf --range 32-127 --format lvgl -o dejavu_bold_10.c
******************************************************************************/
#ifdef __has_include
#if __has_include("lvgl.h")
#ifndef LV_LVGL_H_INCLUDE_SIMPLE
#define LV_LVGL_H_INCLUDE_SIMPLE
#endif
#endif
#endif
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
#include "lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef DEJAVU_BOLD_10
#define DEJAVU_BOLD_10 1
#endif
#if DEJAVU_BOLD_10
/*-----------------
* BITMAPS
*----------------*/
/*Store the image of the glyphs*/
static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
/* U+0020 " " */
/* U+0021 "!" */
0x98, 0xff, 0x28, 0x98, 0xff, 0x28, 0x98, 0xff,
0x28, 0x8a, 0xff, 0x18, 0x6c, 0xfa, 0x1, 0x11,
0x2b, 0x0, 0x82, 0xdc, 0x22, 0x98, 0xff, 0x28,
/* U+0022 "\"" */
0xc, 0xff, 0x1c, 0xe8, 0x44, 0xc, 0xff, 0x1c,
0xe8, 0x44, 0xa, 0xe8, 0x19, 0xd2, 0x3d,
/* U+0023 "#" */
0x0, 0x0, 0x0, 0xc3, 0x55, 0x60, 0xb4, 0x0,
0x0, 0x0, 0x6, 0xf7, 0x19, 0x9d, 0x76, 0x0,
0x0, 0xc4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb4,
0x0, 0x18, 0x85, 0xaf, 0x31, 0xfd, 0x26, 0x16,
0x0, 0x0, 0xa0, 0x78, 0x40, 0xd8, 0x0, 0x0,
0x51, 0xf8, 0xfd, 0xfb, 0xfa, 0xfe, 0xf8, 0x22,
0xd, 0x36, 0xfa, 0x2f, 0xbc, 0x7c, 0x28, 0x5,
0x0, 0x4b, 0xc8, 0x1, 0xea, 0x28, 0x0, 0x0,
/* U+0024 "$" */
0x0, 0x0, 0x0, 0xc8, 0x0, 0x0, 0x0, 0x0,
0x75, 0xe6, 0xff, 0xee, 0xa4, 0x0, 0x1e, 0xff,
0x96, 0xd2, 0x43, 0x6e, 0x0, 0x24, 0xff, 0xc5,
0xdc, 0x24, 0x0, 0x0, 0x0, 0x8b, 0xf7, 0xff,
0xff, 0xb3, 0x2, 0x0, 0x0, 0x9, 0xd6, 0xa7,
0xff, 0x37, 0x29, 0x8a, 0x46, 0xd3, 0x8d, 0xff,
0x2d, 0x1d, 0xc0, 0xf0, 0xff, 0xec, 0x86, 0x0,
0x0, 0x0, 0x0, 0xc8, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0, 0x92, 0x0, 0x0, 0x0,
/* U+0025 "%" */
0x26, 0xd1, 0xe4, 0x8b, 0x0, 0x0, 0x8a, 0x8a,
0x0, 0x0, 0x97, 0xa6, 0x1e, 0xff, 0x23, 0x22,
0xe2, 0xe, 0x0, 0x0, 0x93, 0xac, 0x24, 0xff,
0x1f, 0xae, 0x66, 0x0, 0x0, 0x0, 0x1f, 0xc2,
0xdf, 0x7b, 0x3f, 0xd1, 0x3, 0x0, 0x0, 0x0,
0x0, 0x0, 0x0, 0x2, 0xce, 0x42, 0x7b, 0xde,
0xc4, 0x21, 0x0, 0x0, 0x0, 0x64, 0xb0, 0x1c,
0xff, 0x28, 0xac, 0x9a, 0x0, 0x0, 0xd, 0xe1,
0x24, 0x1f, 0xff, 0x23, 0xa7, 0x9e, 0x0, 0x0,
0x87, 0x8c, 0x0, 0x0, 0x8a, 0xe7, 0xd3, 0x28,
/* U+0026 "&" */
0x0, 0x0, 0x8c, 0xef, 0xf3, 0xb6, 0x0, 0x0,
0x0, 0x0, 0x3a, 0xff, 0xb1, 0x52, 0x83, 0x0,
0x0, 0x0, 0x0, 0x2b, 0xfe, 0xb7, 0x1, 0x0,
0x0, 0x0, 0x0, 0x0, 0x73, 0xfe, 0xff, 0x81,
0x0, 0x6a, 0x9e, 0x0, 0x32, 0xff, 0xa3, 0xb8,
0xff, 0x58, 0xce, 0xba, 0x0, 0x5d, 0xff, 0x59,
0xf, 0xd5, 0xfb, 0xff, 0x58, 0x0, 0x27, 0xfb,
0xcf, 0x43, 0x8d, 0xff, 0xfa, 0x1f, 0x0, 0x0,
0x52, 0xd5, 0xf7, 0xdd, 0x92, 0xf7, 0xd2, 0xd,
/* U+0027 "'" */
0xc, 0xff, 0x1c, 0xc, 0xff, 0x1c, 0xa, 0xe8,
0x19,
/* U+0028 "(" */
0x0, 0x9, 0xe7, 0x8a, 0x0, 0x6a, 0xff, 0x23,
0x0, 0xc6, 0xd3, 0x0, 0x7, 0xfb, 0xa0, 0x0,
0x1d, 0xff, 0x89, 0x0, 0x15, 0xff, 0x90, 0x0,
0x0, 0xeb, 0xb3, 0x0, 0x0, 0xa2, 0xee, 0x4,
0x0, 0x39, 0xff, 0x4c, 0x0, 0x0, 0x77, 0x5c,
/* U+0029 ")" */
0xc, 0xef, 0x81, 0x0, 0x0, 0x93, 0xf1, 0xb,
0x0, 0x44, 0xff, 0x59, 0x0, 0x10, 0xff, 0x96,
0x0, 0x0, 0xf9, 0xb1, 0x0, 0x2, 0xfe, 0xa9,
0x0, 0x24, 0xff, 0x7f, 0x0, 0x63, 0xff, 0x35,
0x0, 0xbd, 0xca, 0x0, 0xb, 0x8f, 0x38, 0x0,
/* U+002A "*" */
0x6, 0x0, 0xcc, 0x8, 0x6, 0x0, 0x8b, 0x9d,
0xd9, 0x80, 0xbd, 0x0, 0x0, 0x9d, 0xff, 0xcf,
0xd, 0x0, 0x8d, 0x96, 0xd8, 0x79, 0xbd, 0x0,
0x4, 0x0, 0xc5, 0x7, 0x4, 0x0,
/* U+002B "+" */
0x0, 0x0, 0x47, 0x8c, 0x0, 0x0, 0x0, 0x0,
0x0, 0x64, 0xc4, 0x0, 0x0, 0x0, 0x3, 0x4,
0x66, 0xc4, 0x4, 0x4, 0x1, 0xf0, 0xff, 0xff,
0xff, 0xff, 0xff, 0x50, 0x30, 0x34, 0x83, 0xd0,
0x34, 0x34, 0x10, 0x0, 0x0, 0x64, 0xc4, 0x0,
0x0, 0x0, 0x0, 0x0, 0x64, 0xc4, 0x0, 0x0,
0x0,
/* U+002C "," */
0x0, 0x8d, 0x70, 0x0, 0xfc, 0xc8, 0x19, 0xff,
0x80, 0x58, 0xdb, 0x7,
/* U+002D "-" */
0x3b, 0x84, 0x84, 0x50, 0x74, 0xff, 0xff, 0x9c,
/* U+002E "." */
0x7, 0x6, 0xfc, 0xc8, 0xfc, 0xc8,
/* U+002F "/" */
0x0, 0x0, 0x95, 0x82, 0x0, 0x0, 0xdd, 0x39,
0x0, 0x26, 0xed, 0x3, 0x0, 0x6f, 0xa6, 0x0,
0x0, 0xb8, 0x5d, 0x0, 0x9, 0xf5, 0x16, 0x0,
0x4a, 0xca, 0x0, 0x0, 0x93, 0x81, 0x0, 0x0,
0xdc, 0x38, 0x0, 0x0,
/* U+0030 "0" */
0x0, 0x3b, 0xd2, 0xf9, 0xcf, 0x36, 0x0, 0x8,
0xe9, 0xe3, 0x72, 0xe8, 0xe3, 0x6, 0x54, 0xff,
0x7c, 0x0, 0x88, 0xff, 0x4b, 0x75, 0xff, 0x61,
0x0, 0x6e, 0xff, 0x6d, 0x76, 0xff, 0x62, 0x0,
0x6f, 0xff, 0x6c, 0x54, 0xff, 0x7d, 0x0, 0x8c,
0xff, 0x4b, 0x9, 0xea, 0xe4, 0x72, 0xea, 0xe5,
0x6, 0x0, 0x3e, 0xd3, 0xfa, 0xd0, 0x38, 0x0,
/* U+0031 "1" */
0x9e, 0xeb, 0xff, 0x9c, 0x0, 0x0, 0x9c, 0x96,
0xff, 0x9c, 0x0, 0x0, 0x0, 0x2c, 0xff, 0x9c,
0x0, 0x0, 0x0, 0x2c, 0xff, 0x9c, 0x0, 0x0,
0x0, 0x2c, 0xff, 0x9c, 0x0, 0x0, 0x0, 0x2c,
0xff, 0x9c, 0x0, 0x0, 0x52, 0x7e, 0xff, 0xc3,
0x64, 0x1a, 0xd4, 0xff, 0xff, 0xff, 0xff, 0x44,
/* U+0032 "2" */
0x1b, 0xb9, 0xeb, 0xf5, 0xc5, 0x32, 0x0, 0x30,
0xcd, 0x75, 0x92, 0xff, 0xd9, 0x0, 0x6, 0x1,
0x0, 0x0, 0xe5, 0xfe, 0x3, 0x0, 0x0, 0x0,
0x33, 0xfe, 0xb7, 0x0, 0x0, 0x0, 0x2d, 0xe8,
0xdb, 0x19, 0x0, 0x0, 0x35, 0xed, 0xd6, 0x1b,
0x0, 0x0, 0x1e, 0xf2, 0xfe, 0x91, 0x7c, 0x7c,
0xb, 0x34, 0xff, 0xff, 0xff, 0xff, 0xff, 0x18,
/* U+0033 "3" */
0x2, 0xc9, 0xf3, 0xf6, 0xce, 0x43, 0x0, 0x2,
0x96, 0x69, 0x83, 0xfd, 0xe2, 0x0, 0x0, 0x0,
0xc, 0x30, 0xf6, 0xe0, 0x0, 0x0, 0x14, 0xff,
0xff, 0xf3, 0x42, 0x0, 0x0, 0x4, 0x3d, 0x67,
0xf7, 0xc5, 0x1, 0x0, 0x0, 0x0, 0x0, 0xc5,
0xff, 0x1c, 0x4d, 0xa3, 0x6b, 0x89, 0xfd, 0xed,
0x4, 0x36, 0xd3, 0xf7, 0xf0, 0xc0, 0x39, 0x0,
/* U+0034 "4" */
0x0, 0x0, 0xd, 0xe3, 0xff, 0x74, 0x0, 0x0,
0x0, 0x94, 0xf5, 0xff, 0x74, 0x0, 0x0, 0x39,
0xf7, 0x79, 0xff, 0x74, 0x0, 0x5, 0xd4, 0x7e,
0x50, 0xff, 0x74, 0x0, 0x6f, 0xe4, 0x2a, 0x68,
0xff, 0x87, 0x12, 0x8c, 0xff, 0xff, 0xff, 0xff,
0xff, 0x80, 0x2d, 0x54, 0x54, 0x89, 0xff, 0xa1,
0x2a, 0x0, 0x0, 0x0, 0x50, 0xff, 0x74, 0x0,
/* U+0035 "5" */
0x0, 0xf0, 0xff, 0xff, 0xff, 0xbc, 0x0, 0x0,
0xf0, 0xc4, 0x78, 0x78, 0x58, 0x0, 0x0, 0xf0,
0x92, 0x10, 0x0, 0x0, 0x0, 0x0, 0xf0, 0xff,
0xff, 0xe9, 0x5a, 0x0, 0x0, 0x83, 0x55, 0x66,
0xf1, 0xf9, 0x15, 0x0, 0x0, 0x0, 0x0, 0xad,
0xff, 0x37, 0x39, 0xb4, 0x70, 0x7e, 0xf7, 0xf0,
0xf, 0x1f, 0xb8, 0xee, 0xf5, 0xc7, 0x3e, 0x0,
/* U+0036 "6" */
0x0, 0x11, 0xa3, 0xf1, 0xf3, 0xbb, 0x0, 0x0,
0xae, 0xfd, 0x8a, 0x60, 0x98, 0x0, 0x22, 0xff,
0xa4, 0x2, 0x0, 0x0, 0x0, 0x4c, 0xff, 0xd8,
0xf7, 0xf2, 0x7e, 0x0, 0x54, 0xff, 0xe3, 0x4a,
0xbd, 0xff, 0x3a, 0x34, 0xff, 0xa7, 0x0, 0x6b,
0xff, 0x5f, 0x1, 0xd4, 0xe6, 0x52, 0xc1, 0xfb,
0x28, 0x0, 0x2d, 0xc8, 0xf8, 0xd8, 0x57, 0x0,
/* U+0037 "7" */
0x54, 0xff, 0xff, 0xff, 0xff, 0xff, 0x28, 0x27,
0x78, 0x78, 0x78, 0xf5, 0xf2, 0xc, 0x0, 0x0,
0x0, 0x3e, 0xff, 0x96, 0x0, 0x0, 0x0, 0x0,
0xa8, 0xff, 0x2d, 0x0, 0x0, 0x0, 0x17, 0xfa,
0xc4, 0x0, 0x0, 0x0, 0x0, 0x7c, 0xff, 0x5a,
0x0, 0x0, 0x0, 0x3, 0xe2, 0xea, 0x6, 0x0,
0x0, 0x0, 0x4f, 0xff, 0x88, 0x0, 0x0, 0x0,
/* U+0038 "8" */
0x0, 0x6d, 0xdf, 0xf9, 0xdf, 0x6c, 0x0, 0x21,
0xff, 0xd4, 0x58, 0xdc, 0xff, 0x1a, 0x22, 0xff,
0xba, 0x1c, 0xc6, 0xf7, 0x12, 0x0, 0x71, 0xfe,
0xff, 0xfd, 0x5b, 0x0, 0x15, 0xe3, 0xc2, 0x43,
0xca, 0xef, 0x17, 0x59, 0xff, 0x6c, 0x0, 0x78,
0xff, 0x4d, 0x37, 0xff, 0xc8, 0x4f, 0xd0, 0xfd,
0x27, 0x0, 0x75, 0xe0, 0xf8, 0xdc, 0x63, 0x0,
/* U+0039 "9" */
0x0, 0x5c, 0xdb, 0xf7, 0xbf, 0x22, 0x0, 0x30,
0xfd, 0xbb, 0x57, 0xf0, 0xc3, 0x0, 0x6e, 0xff,
0x5b, 0x0, 0xb7, 0xff, 0x22, 0x57, 0xff, 0x99,
0x22, 0xe2, 0xff, 0x43, 0x4, 0xbb, 0xff, 0xff,
0xf0, 0xff, 0x3b, 0x0, 0x1, 0x2a, 0x2b, 0xaa,
0xfc, 0x15, 0x0, 0x93, 0x5d, 0x8a, 0xfe, 0x9d,
0x0, 0x0, 0xce, 0xf7, 0xef, 0x9c, 0xb, 0x0,
/* U+003A ":" */
0xe0, 0xe0, 0xe0, 0xe0, 0x3, 0x3, 0x7, 0x7,
0xe0, 0xe0, 0xe0, 0xe0,
/* U+003B ";" */
0x0, 0xe0, 0xe0, 0x0, 0xe0, 0xe0, 0x0, 0x3,
0x3, 0x0, 0x0, 0x0, 0x0, 0xe0, 0xe0, 0x0,
0xe5, 0xd3, 0x1a, 0xff, 0x53, 0x2b, 0x79, 0x0,
/* U+003C "<" */
0x0, 0x0, 0x0, 0x0, 0x0, 0x1a, 0x1b, 0x0,
0x0, 0x4, 0x50, 0xb3, 0xfc, 0x4c, 0x27, 0x8a,
0xe8, 0xeb, 0x93, 0x35, 0x0, 0xef, 0xf1, 0x60,
0x5, 0x0, 0x0, 0x0, 0x68, 0xcf, 0xf7, 0xa9,
0x4a, 0x3, 0x0, 0x0, 0x0, 0x34, 0x98, 0xf1,
0xe8, 0x36, 0x0, 0x0, 0x0, 0x0, 0xa, 0x5f,
0x32,
/* U+003D "=" */
0x3, 0x4, 0x4, 0x4, 0x4, 0x4, 0x1, 0xf0,
0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0x38, 0x3c,
0x3c, 0x3c, 0x3c, 0x3c, 0x12, 0xf0, 0xff, 0xff,
0xff, 0xff, 0xff, 0x50, 0x30, 0x34, 0x34, 0x34,
0x34, 0x34, 0x10,
/* U+003E ">" */
0x35, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xec,
0xd8, 0x75, 0x17, 0x0, 0x0, 0x0, 0x16, 0x70,
0xce, 0xfb, 0xaf, 0x4c, 0x3, 0x0, 0x0, 0x0,
0x2e, 0xc8, 0xff, 0x4f, 0x0, 0x27, 0x85, 0xe2,
0xed, 0x92, 0x19, 0xbf, 0xfe, 0xbd, 0x59, 0x7,
0x0, 0x0, 0x79, 0x22, 0x0, 0x0, 0x0, 0x0,
0x0,
/* U+003F "?" */
0x31, 0xce, 0xf6, 0xe3, 0x66, 0x0, 0x4e, 0xa8,
0x71, 0xe5, 0xfd, 0xf, 0x1, 0x0, 0x0, 0xbe,
0xfe, 0x10, 0x0, 0x0, 0x77, 0xff, 0x98, 0x0,
0x0, 0x27, 0xfe, 0xbd, 0x3, 0x0, 0x0, 0x1b,
0x5c, 0x2b, 0x0, 0x0, 0x0, 0x41, 0xdc, 0x67,
0x0, 0x0, 0x0, 0x4c, 0xff, 0x78, 0x0, 0x0,
/* U+0040 "@" */
0x0, 0x0, 0x2b, 0xab, 0xec, 0xee, 0xb9, 0x3e,
0x0, 0x0, 0x0, 0x3c, 0xe4, 0x65, 0x14, 0x7,
0x4b, 0xda, 0x53, 0x0, 0x3, 0xd8, 0x37, 0x4c,
0xe6, 0xb8, 0xf0, 0x33, 0xe0, 0x8, 0x37, 0xbd,
0x0, 0xe2, 0x54, 0x4f, 0xff, 0x14, 0xb6, 0x36,
0x52, 0x9d, 0x7, 0xff, 0x16, 0xf, 0xff, 0x14,
0xae, 0x38, 0x38, 0xc3, 0x0, 0xe4, 0x54, 0x4f,
0xff, 0x43, 0xd9, 0xa, 0x3, 0xdd, 0x40, 0x4f,
0xe6, 0xb8, 0xe5, 0xc0, 0x33, 0x0, 0x0, 0x41,
0xe7, 0x67, 0x1a, 0x10, 0x4d, 0x65, 0x0, 0x0,
0x0, 0x0, 0x2f, 0xaf, 0xed, 0xe9, 0xb1, 0x2d,
0x0, 0x0,
/* U+0041 "A" */
0x0, 0x0, 0x6c, 0xff, 0xff, 0x27, 0x0, 0x0,
0x0, 0x0, 0xc2, 0xfd, 0xff, 0x7d, 0x0, 0x0,
0x0, 0x1a, 0xfd, 0xa7, 0xe5, 0xd3, 0x0, 0x0,
0x0, 0x6f, 0xff, 0x52, 0x93, 0xff, 0x2a, 0x0,
0x0, 0xc6, 0xf9, 0x2a, 0x5c, 0xff, 0x80, 0x0,
0x1d, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xd7, 0x0,
0x73, 0xff, 0x86, 0x50, 0x50, 0xb3, 0xff, 0x2d,
0xc9, 0xfe, 0x15, 0x0, 0x0, 0x56, 0xff, 0x84,
/* U+0042 "B" */
0x14, 0xff, 0xff, 0xff, 0xec, 0xac, 0x10, 0x14,
0xff, 0xde, 0x5d, 0xb4, 0xff, 0x81, 0x14, 0xff,
0xd0, 0x18, 0x82, 0xff, 0x85, 0x14, 0xff, 0xff,
0xff, 0xff, 0xeb, 0x1c, 0x14, 0xff, 0xda, 0x48,
0x7d, 0xff, 0x91, 0x14, 0xff, 0xcc, 0x0, 0x1,
0xfc, 0xe2, 0x14, 0xff, 0xdf, 0x60, 0x94, 0xff,
0xc2, 0x14, 0xff, 0xff, 0xff, 0xf2, 0xc0, 0x2b,
/* U+0043 "C" */
0x0, 0xc, 0x90, 0xe4, 0xf9, 0xda, 0x65, 0x1,
0xc0, 0xff, 0xc9, 0x80, 0xa2, 0xab, 0x43, 0xff,
0xd0, 0x3, 0x0, 0x0, 0x7, 0x76, 0xff, 0x81,
0x0, 0x0, 0x0, 0x0, 0x76, 0xff, 0x80, 0x0,
0x0, 0x0, 0x0, 0x42, 0xff, 0xd0, 0x3, 0x0,
0x0, 0x8, 0x1, 0xbf, 0xff, 0xca, 0x83, 0xa2,
0xab, 0x0, 0xc, 0x91, 0xe5, 0xf9, 0xdb, 0x65,
/* U+0044 "D" */
0x14, 0xff, 0xff, 0xf8, 0xe5, 0xa8, 0x25, 0x0,
0x14, 0xff, 0xe6, 0x89, 0xbe, 0xff, 0xeb, 0x1b,
0x14, 0xff, 0xcc, 0x0, 0x0, 0x93, 0xff, 0x85,
0x14, 0xff, 0xcc, 0x0, 0x0, 0x3a, 0xff, 0xb4,
0x14, 0xff, 0xcc, 0x0, 0x0, 0x3b, 0xff, 0xb3,
0x14, 0xff, 0xcc, 0x0, 0x0, 0x94, 0xff, 0x85,
0x14, 0xff, 0xe7, 0x8d, 0xc0, 0xff, 0xeb, 0x1b,
0x14, 0xff, 0xff, 0xf9, 0xe4, 0xa7, 0x23, 0x0,
/* U+0045 "E" */
0x14, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x14,
0xff, 0xe6, 0x84, 0x84, 0x81, 0x0, 0x14, 0xff,
0xcc, 0x0, 0x0, 0x0, 0x0, 0x14, 0xff, 0xff,
0xff, 0xff, 0xcc, 0x0, 0x14, 0xff, 0xe7, 0x88,
0x88, 0x6c, 0x0, 0x14, 0xff, 0xcc, 0x0, 0x0,
0x0, 0x0, 0x14, 0xff, 0xe7, 0x88, 0x88, 0x88,
0xc, 0x14, 0xff, 0xff, 0xff, 0xff, 0xff, 0x18,
/* U+0046 "F" */
0x14, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x14, 0xff,
0xe6, 0x84, 0x84, 0x81, 0x14, 0xff, 0xcc, 0x0,
0x0, 0x0, 0x14, 0xff, 0xff, 0xff, 0xff, 0xcc,
0x14, 0xff, 0xe7, 0x88, 0x88, 0x6c, 0x14, 0xff,
0xcc, 0x0, 0x0, 0x0, 0x14, 0xff, 0xcc, 0x0,
0x0, 0x0, 0x14, 0xff, 0xcc, 0x0, 0x0, 0x0,
/* U+0047 "G" */
0x0, 0xb, 0x8d, 0xe1, 0xfa, 0xe7, 0xa9, 0x17,
0x1, 0xc0, 0xff, 0xcd, 0x81, 0x93, 0xe4, 0x34,
0x43, 0xff, 0xd0, 0x4, 0x0, 0x0, 0x8, 0xc,
0x76, 0xff, 0x81, 0x0, 0x9, 0x14, 0x14, 0x9,
0x76, 0xff, 0x80, 0x0, 0x74, 0xff, 0xff, 0x78,
0x42, 0xff, 0xce, 0x3, 0x1e, 0x7e, 0xff, 0x78,
0x1, 0xbf, 0xff, 0xcb, 0x82, 0xac, 0xff, 0x78,
0x0, 0xc, 0x91, 0xe5, 0xf9, 0xe0, 0xa0, 0x2a,
/* U+0048 "H" */
0x14, 0xff, 0xcc, 0x0, 0x0, 0x6c, 0xff, 0x74,
0x14, 0xff, 0xcc, 0x0, 0x0, 0x6c, 0xff, 0x74,
0x14, 0xff, 0xcc, 0x0, 0x0, 0x6c, 0xff, 0x74,
0x14, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x74,
0x14, 0xff, 0xe7, 0x88, 0x88, 0xba, 0xff, 0x74,
0x14, 0xff, 0xcc, 0x0, 0x0, 0x6c, 0xff, 0x74,
0x14, 0xff, 0xcc, 0x0, 0x0, 0x6c, 0xff, 0x74,
0x14, 0xff, 0xcc, 0x0, 0x0, 0x6c, 0xff, 0x74,
/* U+0049 "I" */
0x14, 0xff, 0xcc, 0x14, 0xff, 0xcc, 0x14, 0xff,
0xcc, 0x14, 0xff, 0xcc, 0x14, 0xff, 0xcc, 0x14,
0xff, 0xcc, 0x14, 0xff, 0xcc, 0x14, 0xff, 0xcc,
/* U+004A "J" */
0x0, 0x14, 0xff, 0xcc, 0x0, 0x14, 0xff, 0xcc,
0x0, 0x14, 0xff, 0xcc, 0x0, 0x14, 0xff, 0xcc,
0x0, 0x14, 0xff, 0xcc, 0x0, 0x14, 0xff, 0xcc,
0x0, 0x14, 0xff, 0xcc, 0x0, 0x26, 0xff, 0xbb,
0x4b, 0xcb, 0xff, 0x7e, 0x8f, 0xe8, 0x98, 0x9,
/* U+004B "K" */
0x14, 0xff, 0xcc, 0x0, 0x17, 0xdb, 0xf8, 0x41,
0x0, 0x14, 0xff, 0xcc, 0x10, 0xd1, 0xfc, 0x50,
0x0, 0x0, 0x14, 0xff, 0xd5, 0xc4, 0xfe, 0x60,
0x0, 0x0, 0x0, 0x14, 0xff, 0xff, 0xff, 0x7d,
0x0, 0x0, 0x0, 0x0, 0x14, 0xff, 0xfd, 0xff,
0xcb, 0xc, 0x0, 0x0, 0x0, 0x14, 0xff, 0xcc,
0x99, 0xff, 0xbb, 0x6, 0x0, 0x0, 0x14, 0xff,
0xcc, 0x2, 0xab, 0xff, 0xa9, 0x2, 0x0, 0x14,
0xff, 0xcc, 0x0, 0x6, 0xbb, 0xff, 0x96, 0x0,
/* U+004C "L" */
0x14, 0xff, 0xcc, 0x0, 0x0, 0x0, 0x0, 0x14,
0xff, 0xcc, 0x0, 0x0, 0x0, 0x0, 0x14, 0xff,
0xcc, 0x0, 0x0, 0x0, 0x0, 0x14, 0xff, 0xcc,
0x0, 0x0, 0x0, 0x0, 0x14, 0xff, 0xcc, 0x0,
0x0, 0x0, 0x0, 0x14, 0xff, 0xcc, 0x0, 0x0,
0x0, 0x0, 0x14, 0xff, 0xe7, 0x88, 0x88, 0x88,
0xc, 0x14, 0xff, 0xff, 0xff, 0xff, 0xff, 0x18,
/* U+004D "M" */
0x14, 0xff, 0xff, 0x81, 0x0, 0x0, 0x8e, 0xff,
0xff, 0x8, 0x14, 0xff, 0xff, 0xe2, 0x2, 0x6,
0xeb, 0xff, 0xff, 0x8, 0x14, 0xff, 0xdd, 0xff,
0x47, 0x56, 0xfe, 0xde, 0xff, 0x8, 0x14, 0xff,
0xb4, 0xc7, 0xaa, 0xba, 0xba, 0xc0, 0xff, 0x8,
0x14, 0xff, 0xb4, 0x64, 0xfa, 0xfd, 0x57, 0xc0,
0xff, 0x8, 0x14, 0xff, 0xb4, 0xc, 0xf3, 0xec,
0x7, 0xc0, 0xff, 0x8, 0x14, 0xff, 0xb4, 0x0,
0x56, 0x50, 0x0, 0xc0, 0xff, 0x8, 0x14, 0xff,
0xb4, 0x0, 0x0, 0x0, 0x0, 0xc0, 0xff, 0x8,
/* U+004E "N" */
0x14, 0xff, 0xff, 0x41, 0x0, 0x54, 0xff, 0x74,
0x14, 0xff, 0xff, 0xbd, 0x0, 0x54, 0xff, 0x74,
0x14, 0xff, 0xf1, 0xff, 0x39, 0x54, 0xff, 0x74,
0x14, 0xff, 0xb5, 0xd0, 0xb5, 0x54, 0xff, 0x74,
0x14, 0xff, 0xb4, 0x56, 0xff, 0x86, 0xff, 0x74,
0x14, 0xff, 0xb4, 0x2, 0xd7, 0xf1, 0xff, 0x74,
0x14, 0xff, 0xb4, 0x0, 0x5e, 0xff, 0xff, 0x74,
0x14, 0xff, 0xb4, 0x0, 0x4, 0xde, 0xff, 0x74,
/* U+004F "O" */
0x0, 0x13, 0x9f, 0xeb, 0xf9, 0xd0, 0x54, 0x0,
0x0, 0xc1, 0xff, 0xb1, 0x86, 0xea, 0xff, 0x42,
0x40, 0xff, 0xbf, 0x0, 0x0, 0x41, 0xff, 0xc0,
0x6d, 0xff, 0x7d, 0x0, 0x0, 0x2, 0xfb, 0xec,
0x6d, 0xff, 0x7d, 0x0, 0x0, 0x2, 0xfb, 0xec,
0x40, 0xff, 0xbf, 0x0, 0x0, 0x42, 0xff, 0xc0,
0x0, 0xc1, 0xff, 0xb3, 0x89, 0xeb, 0xff, 0x42,
0x0, 0x13, 0x9f, 0xec, 0xf9, 0xd0, 0x54, 0x0,
/* U+0050 "P" */
0x14, 0xff, 0xff, 0xff, 0xee, 0xae, 0x18, 0x14,
0xff, 0xe3, 0x74, 0xb2, 0xff, 0xa8, 0x14, 0xff,
0xcc, 0x0, 0xf, 0xff, 0xe0, 0x14, 0xff, 0xd2,
0x20, 0x66, 0xff, 0xc5, 0x14, 0xff, 0xff, 0xff,
0xff, 0xee, 0x3f, 0x14, 0xff, 0xdc, 0x50, 0x3f,
0xf, 0x0, 0x14, 0xff, 0xcc, 0x0, 0x0, 0x0,
0x0, 0x14, 0xff, 0xcc, 0x0, 0x0, 0x0, 0x0,
/* U+0051 "Q" */
0x0, 0x13, 0x9f, 0xeb, 0xf9, 0xd1, 0x57, 0x0,
0x0, 0xc1, 0xff, 0xb1, 0x86, 0xea, 0xff, 0x45,
0x40, 0xff, 0xbf, 0x0, 0x0, 0x41, 0xff, 0xc1,
0x6d, 0xff, 0x7d, 0x0, 0x0, 0x2, 0xfb, 0xed,
0x6d, 0xff, 0x7d, 0x0, 0x0, 0x2, 0xfb, 0xf1,
0x41, 0xff, 0xbb, 0x0, 0x0, 0x40, 0xff, 0xc0,
0x0, 0xc3, 0xff, 0xae, 0x85, 0xe9, 0xfe, 0x45,
0x0, 0x15, 0xa0, 0xec, 0xff, 0xff, 0x56, 0x0,
0x0, 0x0, 0x0, 0x0, 0x30, 0xf6, 0xa1, 0x0,
0x0, 0x0, 0x0, 0x0, 0x0, 0x47, 0x80, 0x1e,
/* U+0052 "R" */
0x14, 0xff, 0xff, 0xff, 0xea, 0x9f, 0x7, 0x0,
0x14, 0xff, 0xe3, 0x77, 0xd0, 0xff, 0x69, 0x0,
0x14, 0xff, 0xcc, 0x0, 0x58, 0xff, 0x8b, 0x0,
0x14, 0xff, 0xd1, 0x1e, 0x98, 0xff, 0x53, 0x0,
0x14, 0xff, 0xff, 0xff, 0xff, 0x9a, 0x0, 0x0,
0x14, 0xff, 0xdb, 0x5c, 0xda, 0xfc, 0x3a, 0x0,
0x14, 0xff, 0xcc, 0x0, 0x40, 0xff, 0xc2, 0x0,
0x14, 0xff, 0xcc, 0x0, 0x0, 0xc0, 0xff, 0x40,
/* U+0053 "S" */
0x0, 0x5b, 0xdb, 0xf9, 0xe9, 0xb5, 0x0, 0x1c,
0xfb, 0xd7, 0x7b, 0x8e, 0xd3, 0x0, 0x3d, 0xff,
0x9a, 0x3, 0x0, 0x0, 0x0, 0xd, 0xe6, 0xff,
0xf1, 0xb4, 0x4b, 0x0, 0x0, 0x1a, 0x83, 0xca,
0xfe, 0xff, 0x3a, 0xb, 0x6, 0x0, 0x0, 0x77,
0xff, 0x6d, 0x38, 0xe7, 0x9a, 0x7f, 0xd4, 0xff,
0x42, 0x1a, 0xa8, 0xe3, 0xf9, 0xe2, 0x7a, 0x0,
/* U+0054 "T" */
0xf4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc4, 0x7d,
0x84, 0xc5, 0xff, 0xae, 0x84, 0x65, 0x0, 0x0,
0x88, 0xff, 0x58, 0x0, 0x0, 0x0, 0x0, 0x88,
0xff, 0x58, 0x0, 0x0, 0x0, 0x0, 0x88, 0xff,
0x58, 0x0, 0x0, 0x0, 0x0, 0x88, 0xff, 0x58,
0x0, 0x0, 0x0, 0x0, 0x88, 0xff, 0x58, 0x0,
0x0, 0x0, 0x0, 0x88, 0xff, 0x58, 0x0, 0x0,
/* U+0055 "U" */
0x14, 0xff, 0xcc, 0x0, 0x0, 0xac, 0xff, 0x34,
0x14, 0xff, 0xcc, 0x0, 0x0, 0xac, 0xff, 0x34,
0x14, 0xff, 0xcc, 0x0, 0x0, 0xac, 0xff, 0x34,
0x14, 0xff, 0xcc, 0x0, 0x0, 0xac, 0xff, 0x34,
0x12, 0xff, 0xcc, 0x0, 0x0, 0xad, 0xff, 0x32,
0x1, 0xf7, 0xe4, 0x0, 0x0, 0xc6, 0xff, 0x18,
0x0, 0xb1, 0xff, 0xa8, 0x99, 0xfe, 0xce, 0x0,
0x0, 0x19, 0xaa, 0xeb, 0xef, 0xb7, 0x25, 0x0,
/* U+0056 "V" */
0xc9, 0xfe, 0x1b, 0x0, 0x0, 0x5e, 0xff, 0x84,
0x73, 0xff, 0x6d, 0x0, 0x0, 0xb1, 0xff, 0x2d,
0x1d, 0xfe, 0xc1, 0x0, 0xc, 0xf7, 0xd7, 0x0,
0x0, 0xc6, 0xfd, 0x17, 0x58, 0xff, 0x80, 0x0,
0x0, 0x6f, 0xff, 0x69, 0xab, 0xff, 0x2a, 0x0,
0x0, 0x1a, 0xfe, 0xc6, 0xf4, 0xd3, 0x0, 0x0,
0x0, 0x0, 0xc2, 0xff, 0xff, 0x7d, 0x0, 0x0,
0x0, 0x0, 0x6b, 0xff, 0xff, 0x27, 0x0, 0x0,
/* U+0057 "W" */
0x99, 0xff, 0x33, 0x0, 0x80, 0xff, 0x87, 0x0,
0x2c, 0xff, 0x9b, 0x61, 0xff, 0x6b, 0x0, 0xb7,
0xff, 0xbe, 0x0, 0x64, 0xff, 0x64, 0x2a, 0xff,
0xa3, 0x0, 0xed, 0xc0, 0xf2, 0x2, 0x9c, 0xff,
0x2d, 0x1, 0xf0, 0xda, 0x25, 0xff, 0x52, 0xff,
0x2c, 0xd3, 0xf3, 0x3, 0x0, 0xbb, 0xff, 0x6f,
0xf2, 0x3, 0xec, 0x70, 0xfd, 0xbf, 0x0, 0x0,
0x83, 0xff, 0xdb, 0xbd, 0x0, 0xb6, 0xdb, 0xff,
0x88, 0x0, 0x0, 0x4c, 0xff, 0xff, 0x86, 0x0,
0x7f, 0xff, 0xff, 0x51, 0x0, 0x0, 0x14, 0xff,
0xff, 0x4f, 0x0, 0x48, 0xff, 0xff, 0x1b, 0x0,
/* U+0058 "X" */
0x69, 0xff, 0x8e, 0x0, 0x6, 0xd8, 0xf6, 0x21,
0x2, 0xc7, 0xfc, 0x30, 0x7e, 0xff, 0x7a, 0x0,
0x0, 0x2e, 0xfb, 0xd3, 0xf7, 0xd6, 0x5, 0x0,
0x0, 0x0, 0x8c, 0xff, 0xff, 0x3f, 0x0, 0x0,
0x0, 0x0, 0xa4, 0xff, 0xff, 0x57, 0x0, 0x0,
0x0, 0x43, 0xff, 0xbc, 0xed, 0xe7, 0xf, 0x0,
0x7, 0xda, 0xf5, 0x1f, 0x63, 0xff, 0x95, 0x0,
0x81, 0xff, 0x76, 0x0, 0x1, 0xc2, 0xfd, 0x36,
/* U+0059 "Y" */
0x1, 0xc9, 0xff, 0x3f, 0x0, 0x14, 0xee, 0xf1,
0x18, 0x0, 0x34, 0xfd, 0xd1, 0x3, 0x98, 0xff,
0x71, 0x0, 0x0, 0x0, 0x98, 0xff, 0x98, 0xfd,
0xd3, 0x4, 0x0, 0x0, 0x0, 0x12, 0xeb, 0xff,
0xff, 0x3d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6e,
0xff, 0xae, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x50, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x50, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0, 0x50, 0xff, 0x90, 0x0, 0x0, 0x0,
/* U+005A "Z" */
0x70, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb0, 0x39,
0x84, 0x84, 0x84, 0xe9, 0xff, 0x75, 0x0, 0x0,
0x0, 0x5e, 0xff, 0xb9, 0x1, 0x0, 0x0, 0x28,
0xf4, 0xe6, 0x16, 0x0, 0x0, 0x8, 0xd1, 0xfd,
0x41, 0x0, 0x0, 0x0, 0x99, 0xff, 0x80, 0x0,
0x0, 0x0, 0x52, 0xff, 0xf7, 0x8a, 0x88, 0x88,
0x6c, 0x8c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xcc,
/* U+005B "[" */
0x24, 0xff, 0xff, 0xe4, 0x24, 0xff, 0x9b, 0x2a,
0x24, 0xff, 0x84, 0x0, 0x24, 0xff, 0x84, 0x0,
0x24, 0xff, 0x84, 0x0, 0x24, 0xff, 0x84, 0x0,
0x24, 0xff, 0x84, 0x0, 0x24, 0xff, 0x84, 0x0,
0x24, 0xff, 0xff, 0xe4, 0x6, 0x30, 0x30, 0x2a,
/* U+005C "\\" */
0xdc, 0x38, 0x0, 0x0, 0x93, 0x81, 0x0, 0x0,
0x4a, 0xca, 0x0, 0x0, 0x9, 0xf5, 0x16, 0x0,
0x0, 0xb8, 0x5d, 0x0, 0x0, 0x6f, 0xa6, 0x0,
0x0, 0x26, 0xed, 0x3, 0x0, 0x0, 0xdd, 0x39,
0x0, 0x0, 0x94, 0x83,
/* U+005D "]" */
0x54, 0xff, 0xff, 0xb8, 0xf, 0x30, 0xf6, 0xb8,
0x0, 0x0, 0xf4, 0xb8, 0x0, 0x0, 0xf4, 0xb8,
0x0, 0x0, 0xf4, 0xb8, 0x0, 0x0, 0xf4, 0xb8,
0x0, 0x0, 0xf4, 0xb8, 0x0, 0x0, 0xf4, 0xb8,
0x54, 0xff, 0xff, 0xb8, 0xf, 0x30, 0x30, 0x22,
/* U+005E "^" */
0x0, 0xa, 0xcb, 0xf9, 0x3f, 0x0, 0x0, 0x2,
0xb0, 0xdd, 0xa8, 0xee, 0x27, 0x0, 0x8e, 0xbb,
0x12, 0x0, 0x72, 0xd9, 0x14,
/* U+005F "_" */
0xff, 0xff, 0xff, 0xff, 0xff,
/* U+0060 "`" */
0x2a, 0xe9, 0x33, 0x0, 0x0, 0x3a, 0xcc, 0x8,
/* U+0061 "a" */
0x11, 0xd1, 0xf3, 0xf4, 0xc5, 0x2f, 0xe, 0x71,
0x46, 0x51, 0xed, 0xc3, 0xc, 0xa3, 0xe2, 0xf3,
0xfd, 0xf0, 0x74, 0xff, 0x7d, 0x25, 0xda, 0xf8,
0x7c, 0xff, 0x74, 0x4c, 0xfd, 0xf8, 0x17, 0xc7,
0xf2, 0xb1, 0xd8, 0xf8,
/* U+0062 "b" */
0x28, 0xff, 0x98, 0x0, 0x0, 0x0, 0x0, 0x28,
0xff, 0x98, 0x0, 0x0, 0x0, 0x0, 0x28, 0xff,
0xb0, 0xbd, 0xf0, 0x98, 0x3, 0x28, 0xff, 0xf5,
0x72, 0xb7, 0xff, 0x60, 0x28, 0xff, 0xa8, 0x0,
0x29, 0xff, 0xa2, 0x28, 0xff, 0xa8, 0x0, 0x29,
0xff, 0xa1, 0x28, 0xff, 0xf5, 0x72, 0xb6, 0xff,
0x5f, 0x28, 0xff, 0xb1, 0xc0, 0xf0, 0x99, 0x3,
/* U+0063 "c" */
0x0, 0x53, 0xd2, 0xf7, 0xe1, 0x30, 0x31, 0xfc,
0xdd, 0x63, 0x7b, 0x32, 0x7b, 0xff, 0x57, 0x0,
0x0, 0x0, 0x7b, 0xff, 0x57, 0x0, 0x0, 0x0,
0x31, 0xfc, 0xde, 0x67, 0x7d, 0x34, 0x0, 0x53,
0xd2, 0xf7, 0xe1, 0x30,
/* U+0064 "d" */
0x0, 0x0, 0x0, 0x0, 0x70, 0xff, 0x50, 0x0,
0x0, 0x0, 0x0, 0x70, 0xff, 0x50, 0x0, 0x7c,
0xec, 0xcd, 0x9d, 0xff, 0x50, 0x3a, 0xff, 0xd1,
0x6b, 0xe7, 0xff, 0x50, 0x7b, 0xff, 0x56, 0x0,
0x83, 0xff, 0x50, 0x7b, 0xff, 0x50, 0x0, 0x7c,
0xff, 0x50, 0x3a, 0xff, 0xbb, 0x43, 0xd8, 0xff,
0x50, 0x0, 0x7d, 0xed, 0xd5, 0xa7, 0xff, 0x50,
/* U+0065 "e" */
0x0, 0x59, 0xd6, 0xf5, 0xcd, 0x3e, 0x0, 0x33,
0xfd, 0xaa, 0x4d, 0xc7, 0xee, 0x10, 0x7c, 0xff,
0xfc, 0xfc, 0xfe, 0xff, 0x40, 0x7c, 0xff, 0x6d,
0x2c, 0x2c, 0x2d, 0xe, 0x33, 0xfd, 0xcc, 0x4d,
0x67, 0xcd, 0xc, 0x0, 0x58, 0xd4, 0xf7, 0xe6,
0xa8, 0x5,
/* U+0066 "f" */
0x0, 0x6f, 0xec, 0xff, 0x70, 0x0, 0xe7, 0xe6,
0x42, 0x1a, 0xd0, 0xff, 0xff, 0xff, 0x4c, 0x44,
0xf5, 0xdf, 0x54, 0x18, 0x0, 0xf0, 0xd0, 0x0,
0x0, 0x0, 0xf0, 0xd0, 0x0, 0x0, 0x0, 0xf0,
0xd0, 0x0, 0x0, 0x0, 0xf0, 0xd0, 0x0, 0x0,
/* U+0067 "g" */
0x0, 0x7a, 0xec, 0xcd, 0x9d, 0xff, 0x50, 0x38,
0xff, 0xd1, 0x6c, 0xe9, 0xff, 0x50, 0x7a, 0xff,
0x55, 0x0, 0x82, 0xff, 0x50, 0x7b, 0xff, 0x53,
0x0, 0x82, 0xff, 0x50, 0x38, 0xff, 0xcc, 0x6b,
0xe8, 0xff, 0x50, 0x0, 0x7a, 0xed, 0xd0, 0xa6,
0xff, 0x40, 0x0, 0x6c, 0x47, 0x53, 0xdd, 0xec,
0xf, 0x0, 0xae, 0xf4, 0xf2, 0xc2, 0x39, 0x0,
/* U+0068 "h" */
0x28, 0xff, 0x98, 0x0, 0x0, 0x0, 0x0, 0x28,
0xff, 0x98, 0x0, 0x0, 0x0, 0x0, 0x28, 0xff,
0xaf, 0xba, 0xf1, 0x9c, 0x0, 0x28, 0xff, 0xfa,
0x82, 0xd1, 0xff, 0x34, 0x28, 0xff, 0xaf, 0x0,
0x71, 0xff, 0x55, 0x28, 0xff, 0x98, 0x0, 0x6c,
0xff, 0x58, 0x28, 0xff, 0x98, 0x0, 0x6c, 0xff,
0x58, 0x28, 0xff, 0x98, 0x0, 0x6c, 0xff, 0x58,
/* U+0069 "i" */
0x28, 0xff, 0x98, 0x15, 0x88, 0x50, 0x28, 0xff,
0x98, 0x28, 0xff, 0x98, 0x28, 0xff, 0x98, 0x28,
0xff, 0x98, 0x28, 0xff, 0x98, 0x28, 0xff, 0x98,
/* U+006A "j" */
0x0, 0x28, 0xff, 0x98, 0x0, 0x15, 0x88, 0x50,
0x0, 0x28, 0xff, 0x98, 0x0, 0x28, 0xff, 0x98,
0x0, 0x28, 0xff, 0x98, 0x0, 0x28, 0xff, 0x98,
0x0, 0x28, 0xff, 0x98, 0x0, 0x29, 0xff, 0x95,
0x13, 0x7d, 0xff, 0x74, 0x54, 0xfb, 0xbf, 0x12,
/* U+006B "k" */
0x28, 0xff, 0x98, 0x0, 0x0, 0x0, 0x0, 0x28,
0xff, 0x98, 0x0, 0x0, 0x0, 0x0, 0x28, 0xff,
0x98, 0xd, 0xce, 0xf0, 0x33, 0x28, 0xff, 0x9e,
0xbd, 0xf2, 0x38, 0x0, 0x28, 0xff, 0xfb, 0xff,
0x41, 0x0, 0x0, 0x28, 0xff, 0xe4, 0xff, 0x9d,
0x0, 0x0, 0x28, 0xff, 0x98, 0x8f, 0xff, 0x82,
0x0, 0x28, 0xff, 0x98, 0x2, 0xb2, 0xff, 0x66,
/* U+006C "l" */
0x28, 0xff, 0x98, 0x28, 0xff, 0x98, 0x28, 0xff,
0x98, 0x28, 0xff, 0x98, 0x28, 0xff, 0x98, 0x28,
0xff, 0x98, 0x28, 0xff, 0x98, 0x28, 0xff, 0x98,
/* U+006D "m" */
0x2c, 0xff, 0xad, 0xc1, 0xf1, 0x63, 0x86, 0xf4,
0xc8, 0x16, 0x2c, 0xff, 0xf7, 0x7c, 0xe9, 0xfd,
0xbe, 0x9e, 0xff, 0x7c, 0x2c, 0xff, 0xab, 0x0,
0xae, 0xff, 0x31, 0x23, 0xff, 0x9d, 0x2c, 0xff,
0x98, 0x0, 0xa8, 0xff, 0x1c, 0x20, 0xff, 0xa0,
0x2c, 0xff, 0x98, 0x0, 0xa8, 0xff, 0x1c, 0x20,
0xff, 0xa0, 0x2c, 0xff, 0x98, 0x0, 0xa8, 0xff,
0x1c, 0x20, 0xff, 0xa0,
/* U+006E "n" */
0x28, 0xff, 0xb6, 0xbf, 0xf2, 0x9c, 0x0, 0x28,
0xff, 0xf4, 0x5f, 0xc0, 0xff, 0x34, 0x28, 0xff,
0xa9, 0x0, 0x70, 0xff, 0x55, 0x28, 0xff, 0x98,
0x0, 0x6c, 0xff, 0x58, 0x28, 0xff, 0x98, 0x0,
0x6c, 0xff, 0x58, 0x28, 0xff, 0x98, 0x0, 0x6c,
0xff, 0x58,
/* U+006F "o" */
0x0, 0x5a, 0xd7, 0xf5, 0xcf, 0x45, 0x0, 0x34,
0xfd, 0xcb, 0x62, 0xde, 0xf5, 0x1c, 0x7c, 0xff,
0x50, 0x0, 0x71, 0xff, 0x5b, 0x7c, 0xff, 0x50,
0x0, 0x71, 0xff, 0x5b, 0x33, 0xfd, 0xcc, 0x65,
0xdf, 0xf4, 0x1c, 0x0, 0x5a, 0xd8, 0xf6, 0xcf,
0x46, 0x0,
/* U+0070 "p" */
0x28, 0xff, 0xb7, 0xc2, 0xf0, 0x98, 0x3, 0x28,
0xff, 0xee, 0x4f, 0x9e, 0xff, 0x60, 0x28, 0xff,
0xa4, 0x0, 0x24, 0xff, 0xa2, 0x28, 0xff, 0xab,
0x0, 0x2b, 0xff, 0xa1, 0x28, 0xff, 0xf6, 0x73,
0xb8, 0xff, 0x5f, 0x28, 0xff, 0xb1, 0xc0, 0xf0,
0x99, 0x3, 0x28, 0xff, 0x98, 0x0, 0x0, 0x0,
0x0, 0x28, 0xff, 0x98, 0x0, 0x0, 0x0, 0x0,
/* U+0071 "q" */
0x0, 0x7c, 0xec, 0xcd, 0x9d, 0xff, 0x50, 0x3a,
0xff, 0xcf, 0x6b, 0xe6, 0xff, 0x50, 0x7b, 0xff,
0x54, 0x0, 0x81, 0xff, 0x50, 0x7b, 0xff, 0x54,
0x0, 0x81, 0xff, 0x50, 0x3a, 0xff, 0xcf, 0x6a,
0xe6, 0xff, 0x50, 0x0, 0x7d, 0xed, 0xd0, 0x9d,
0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x70, 0xff,
0x50, 0x0, 0x0, 0x0, 0x0, 0x70, 0xff, 0x50,
/* U+0072 "r" */
0x0, 0x0, 0x0, 0x0, 0x4, 0x28, 0xff, 0xb6,
0xc3, 0xe0, 0x28, 0xff, 0xfc, 0x81, 0x68, 0x28,
0xff, 0xb4, 0x0, 0x0, 0x28, 0xff, 0x98, 0x0,
0x0, 0x28, 0xff, 0x98, 0x0, 0x0, 0x28, 0xff,
0x98, 0x0, 0x0,
/* U+0073 "s" */
0x13, 0xb9, 0xf4, 0xf4, 0xcd, 0x13, 0x6c, 0xff,
0x6b, 0x4b, 0x84, 0x13, 0x4d, 0xff, 0xd4, 0x9c,
0x57, 0x1, 0x0, 0x45, 0x8a, 0xcc, 0xff, 0x54,
0x47, 0x73, 0x49, 0x81, 0xff, 0x69, 0x46, 0xd5,
0xf7, 0xf1, 0xac, 0xd,
/* U+0074 "t" */
0x0, 0x80, 0x60, 0x0, 0x0, 0x0, 0xff, 0xc0,
0x0, 0x0, 0xe0, 0xff, 0xff, 0xff, 0x8c, 0x49,
0xff, 0xd5, 0x54, 0x2d, 0x0, 0xff, 0xc0, 0x0,
0x0, 0x0, 0xff, 0xc0, 0x0, 0x0, 0x0, 0xef,
0xe4, 0x5b, 0x23, 0x0, 0x7a, 0xf2, 0xff, 0x68,
/* U+0075 "u" */
0x38, 0xff, 0x8b, 0x0, 0x78, 0xff, 0x48, 0x38,
0xff, 0x88, 0x0, 0x78, 0xff, 0x48, 0x38, 0xff,
0x88, 0x0, 0x78, 0xff, 0x48, 0x35, 0xff, 0x8c,
0x0, 0x89, 0xff, 0x48, 0x17, 0xfd, 0xd3, 0x56,
0xe7, 0xff, 0x48, 0x0, 0x82, 0xf1, 0xcf, 0xa8,
0xff, 0x48,
/* U+0076 "v" */
0xab, 0xfc, 0x15, 0x0, 0x8b, 0xff, 0x31, 0x4f,
0xff, 0x66, 0x0, 0xde, 0xd5, 0x0, 0x6, 0xed,
0xba, 0x33, 0xff, 0x79, 0x0, 0x0, 0x99, 0xfb,
0x99, 0xfe, 0x1f, 0x0, 0x0, 0x3d, 0xff, 0xfe,
0xc1, 0x0, 0x0, 0x0, 0x1, 0xe0, 0xff, 0x65,
0x0, 0x0,
/* U+0077 "w" */
0x86, 0xff, 0x27, 0x39, 0xff, 0x77, 0x0, 0xec,
0xc4, 0x48, 0xff, 0x60, 0x71, 0xff, 0xb0, 0x27,
0xff, 0x87, 0xe, 0xfc, 0x99, 0xaa, 0xb8, 0xe9,
0x60, 0xff, 0x4a, 0x0, 0xce, 0xd2, 0xe3, 0x4b,
0xfa, 0xbc, 0xfd, 0xf, 0x0, 0x90, 0xfe, 0xfc,
0xc, 0xca, 0xff, 0xcf, 0x0, 0x0, 0x53, 0xff,
0xd0, 0x0, 0x91, 0xff, 0x92, 0x0,
/* U+0078 "x" */
0x6a, 0xff, 0x68, 0x10, 0xe8, 0xd5, 0x7, 0x1,
0xbc, 0xf0, 0xac, 0xfc, 0x35, 0x0, 0x0, 0x1f,
0xf3, 0xff, 0x85, 0x0, 0x0, 0x0, 0x30, 0xfa,
0xff, 0x9e, 0x0, 0x0, 0x5, 0xd0, 0xe6, 0x95,
0xff, 0x4a, 0x0, 0x82, 0xff, 0x52, 0x8, 0xd7,
0xe5, 0x10,
/* U+0079 "y" */
0xac, 0xfa, 0x15, 0x0, 0x92, 0xff, 0x28, 0x42,
0xff, 0x71, 0x1, 0xe2, 0xca, 0x0, 0x0, 0xd7,
0xd2, 0x37, 0xff, 0x6c, 0x0, 0x0, 0x6f, 0xff,
0xbb, 0xfa, 0x13, 0x0, 0x0, 0x10, 0xf5, 0xff,
0xaf, 0x0, 0x0, 0x0, 0x0, 0x9d, 0xff, 0x51,
0x0, 0x0, 0x0, 0x3e, 0xc1, 0xe7, 0x6, 0x0,
0x0, 0x0, 0xff, 0xea, 0x4f, 0x0, 0x0, 0x0,
/* U+007A "z" */
0x6c, 0xff, 0xff, 0xff, 0xff, 0x58, 0x23, 0x54,
0x5d, 0xef, 0xf5, 0x2b, 0x0, 0x1, 0xab, 0xfe,
0x51, 0x0, 0x0, 0x88, 0xff, 0x74, 0x0, 0x0,
0x58, 0xff, 0xd6, 0x58, 0x58, 0x1e, 0x8c, 0xff,
0xff, 0xff, 0xff, 0x58,
/* U+007B "{" */
0x0, 0x3, 0xaa, 0xf6, 0xe0, 0x0, 0x30, 0xff,
0xaa, 0x2d, 0x0, 0x3d, 0xff, 0x6c, 0x0, 0x1,
0x73, 0xff, 0x5d, 0x0, 0xbe, 0xff, 0xdc, 0xb,
0x0, 0x25, 0xa2, 0xff, 0x48, 0x0, 0x0, 0x43,
0xff, 0x69, 0x0, 0x0, 0x3b, 0xff, 0x6d, 0x0,
0x0, 0x2b, 0xff, 0x97, 0x2, 0x0, 0x1, 0xbf,
0xff, 0xde, 0x0, 0x0, 0x1, 0x20, 0x26,
/* U+007C "|" */
0xbc, 0x60, 0xbc, 0x60, 0xbc, 0x60, 0xbc, 0x60,
0xbc, 0x60, 0xbc, 0x60, 0xbc, 0x60, 0xbc, 0x60,
0xbc, 0x60, 0xbc, 0x60, 0x8a, 0x46,
/* U+007D "}" */
0xc0, 0xf8, 0xbc, 0xb, 0x0, 0x26, 0x95, 0xff,
0x4c, 0x0, 0x0, 0x50, 0xff, 0x58, 0x0, 0x0,
0x41, 0xff, 0x8e, 0x2, 0x0, 0x4, 0xc6, 0xff,
0xde, 0x0, 0x2c, 0xff, 0xb7, 0x2d, 0x0, 0x4d,
0xff, 0x5f, 0x0, 0x0, 0x51, 0xff, 0x57, 0x0,
0x1, 0x7c, 0xff, 0x46, 0x0, 0xbe, 0xff, 0xd4,
0x9, 0x0, 0x21, 0x23, 0x3, 0x0, 0x0,
/* U+007E "~" */
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x62,
0xe7, 0xdf, 0x67, 0x13, 0x64, 0x4b, 0xbf, 0x48,
0x67, 0xdf, 0xff, 0xd4, 0x19, 0xc, 0x0, 0x0,
0x5, 0x25, 0x1, 0x0
};
/*---------------------
* GLYPH DESCRIPTION
*--------------------*/
static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
{.bitmap_index = 0, .adv_w = 0, .box_w = 0, .box_h = 0, .ofs_x = 0, .ofs_y = 0} /* id = 0 reserved */,
{.bitmap_index = 0, .adv_w = 56, .box_w = 0, .box_h = 0, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 0, .adv_w = 73, .box_w = 3, .box_h = 8, .ofs_x = 1, .ofs_y = 0},
{.bitmap_index = 24, .adv_w = 83, .box_w = 5, .box_h = 3, .ofs_x = 0, .ofs_y = 5},
{.bitmap_index = 39, .adv_w = 134, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 103, .adv_w = 111, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -2},
{.bitmap_index = 173, .adv_w = 160, .box_w = 10, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 253, .adv_w = 140, .box_w = 9, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 325, .adv_w = 49, .box_w = 3, .box_h = 3, .ofs_x = 0, .ofs_y = 5},
{.bitmap_index = 334, .adv_w = 73, .box_w = 4, .box_h = 10, .ofs_x = 0, .ofs_y = -2},
{.bitmap_index = 374, .adv_w = 73, .box_w = 4, .box_h = 10, .ofs_x = 0, .ofs_y = -2},
{.bitmap_index = 414, .adv_w = 84, .box_w = 6, .box_h = 5, .ofs_x = 0, .ofs_y = 3},
{.bitmap_index = 444, .adv_w = 134, .box_w = 7, .box_h = 7, .ofs_x = 1, .ofs_y = 0},
{.bitmap_index = 493, .adv_w = 61, .box_w = 3, .box_h = 4, .ofs_x = 0, .ofs_y = -2},
{.bitmap_index = 505, .adv_w = 66, .box_w = 4, .box_h = 2, .ofs_x = 0, .ofs_y = 2},
{.bitmap_index = 513, .adv_w = 61, .box_w = 2, .box_h = 3, .ofs_x = 1, .ofs_y = 0},
{.bitmap_index = 519, .adv_w = 58, .box_w = 4, .box_h = 9, .ofs_x = 0, .ofs_y = -1},
{.bitmap_index = 555, .adv_w = 111, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 611, .adv_w = 111, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0},
{.bitmap_index = 659, .adv_w = 111, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 715, .adv_w = 111, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 771, .adv_w = 111, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 827, .adv_w = 111, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 883, .adv_w = 111, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 939, .adv_w = 111, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 995, .adv_w = 111, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 1051, .adv_w = 111, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 1107, .adv_w = 64, .box_w = 2, .box_h = 6, .ofs_x = 1, .ofs_y = 0},
{.bitmap_index = 1119, .adv_w = 64, .box_w = 3, .box_h = 8, .ofs_x = 0, .ofs_y = -2},
{.bitmap_index = 1143, .adv_w = 134, .box_w = 7, .box_h = 7, .ofs_x = 1, .ofs_y = 0},
{.bitmap_index = 1192, .adv_w = 134, .box_w = 7, .box_h = 5, .ofs_x = 1, .ofs_y = 1},
{.bitmap_index = 1227, .adv_w = 134, .box_w = 7, .box_h = 7, .ofs_x = 1, .ofs_y = 0},
{.bitmap_index = 1276, .adv_w = 93, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 1324, .adv_w = 160, .box_w = 10, .box_h = 9, .ofs_x = 0, .ofs_y = -2},
{.bitmap_index = 1414, .adv_w = 124, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 1478, .adv_w = 122, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 1534, .adv_w = 117, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 1590, .adv_w = 133, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 1654, .adv_w = 109, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 1710, .adv_w = 109, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 1758, .adv_w = 131, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 1822, .adv_w = 134, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 1886, .adv_w = 60, .box_w = 3, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 1910, .adv_w = 60, .box_w = 4, .box_h = 10, .ofs_x = -1, .ofs_y = -2},
{.bitmap_index = 1950, .adv_w = 124, .box_w = 9, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 2022, .adv_w = 102, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 2078, .adv_w = 159, .box_w = 10, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 2158, .adv_w = 134, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 2222, .adv_w = 136, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 2286, .adv_w = 117, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 2342, .adv_w = 136, .box_w = 8, .box_h = 10, .ofs_x = 0, .ofs_y = -2},
{.bitmap_index = 2422, .adv_w = 123, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 2486, .adv_w = 115, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 2542, .adv_w = 109, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 2598, .adv_w = 130, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 2662, .adv_w = 124, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 2726, .adv_w = 176, .box_w = 11, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 2814, .adv_w = 123, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 2878, .adv_w = 116, .box_w = 9, .box_h = 8, .ofs_x = -1, .ofs_y = 0},
{.bitmap_index = 2950, .adv_w = 116, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 3006, .adv_w = 73, .box_w = 4, .box_h = 10, .ofs_x = 0, .ofs_y = -2},
{.bitmap_index = 3046, .adv_w = 58, .box_w = 4, .box_h = 9, .ofs_x = 0, .ofs_y = -1},
{.bitmap_index = 3082, .adv_w = 73, .box_w = 4, .box_h = 10, .ofs_x = 0, .ofs_y = -2},
{.bitmap_index = 3122, .adv_w = 134, .box_w = 7, .box_h = 3, .ofs_x = 1, .ofs_y = 5},
{.bitmap_index = 3143, .adv_w = 80, .box_w = 5, .box_h = 1, .ofs_x = 0, .ofs_y = -3},
{.bitmap_index = 3148, .adv_w = 80, .box_w = 4, .box_h = 2, .ofs_x = 0, .ofs_y = 7},
{.bitmap_index = 3156, .adv_w = 108, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 3192, .adv_w = 115, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 3248, .adv_w = 95, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 3284, .adv_w = 115, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 3340, .adv_w = 109, .box_w = 7, .box_h = 6, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 3382, .adv_w = 70, .box_w = 5, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 3422, .adv_w = 115, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = -2},
{.bitmap_index = 3478, .adv_w = 114, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 3534, .adv_w = 55, .box_w = 3, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 3558, .adv_w = 55, .box_w = 4, .box_h = 10, .ofs_x = -1, .ofs_y = -2},
{.bitmap_index = 3598, .adv_w = 106, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 3654, .adv_w = 55, .box_w = 3, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 3678, .adv_w = 167, .box_w = 10, .box_h = 6, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 3738, .adv_w = 114, .box_w = 7, .box_h = 6, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 3780, .adv_w = 110, .box_w = 7, .box_h = 6, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 3822, .adv_w = 115, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = -2},
{.bitmap_index = 3878, .adv_w = 115, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = -2},
{.bitmap_index = 3934, .adv_w = 79, .box_w = 5, .box_h = 7, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 3969, .adv_w = 95, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 4005, .adv_w = 76, .box_w = 5, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 4045, .adv_w = 114, .box_w = 7, .box_h = 6, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 4087, .adv_w = 104, .box_w = 7, .box_h = 6, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 4129, .adv_w = 148, .box_w = 9, .box_h = 6, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 4183, .adv_w = 103, .box_w = 7, .box_h = 6, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 4225, .adv_w = 104, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = -2},
{.bitmap_index = 4281, .adv_w = 93, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 4317, .adv_w = 114, .box_w = 5, .box_h = 11, .ofs_x = 1, .ofs_y = -3},
{.bitmap_index = 4372, .adv_w = 58, .box_w = 2, .box_h = 11, .ofs_x = 1, .ofs_y = -3},
{.bitmap_index = 4394, .adv_w = 114, .box_w = 5, .box_h = 11, .ofs_x = 1, .ofs_y = -3},
{.bitmap_index = 4449, .adv_w = 134, .box_w = 7, .box_h = 4, .ofs_x = 1, .ofs_y = 2}
};
/*---------------------
* CHARACTER MAPPING
*--------------------*/
/*Collect the unicode lists and glyph_id offsets*/
static const lv_font_fmt_txt_cmap_t cmaps[] =
{
{
.range_start = 32, .range_length = 95, .glyph_id_start = 1,
.unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY
}
};
/*--------------------
* ALL CUSTOM DATA
*--------------------*/
#if LVGL_VERSION_MAJOR == 8
/*Store all the custom data of the font*/
static lv_font_fmt_txt_glyph_cache_t cache;
#endif
#if LVGL_VERSION_MAJOR >= 8
static const lv_font_fmt_txt_dsc_t font_dsc = {
#else
static lv_font_fmt_txt_dsc_t font_dsc = {
#endif
.glyph_bitmap = glyph_bitmap,
.glyph_dsc = glyph_dsc,
.cmaps = cmaps,
.kern_dsc = NULL,
.kern_scale = 0,
.cmap_num = 1,
.bpp = 8,
.kern_classes = 0,
.bitmap_format = 0,
#if LVGL_VERSION_MAJOR == 8
.cache = &cache
#endif
};
extern const lv_font_t lv_font_montserrat_10;
/*-----------------
* PUBLIC FONT
*----------------*/
/*Initialize a public general font descriptor*/
#if LVGL_VERSION_MAJOR >= 8
const lv_font_t dejavu_bold_10 = {
#else
lv_font_t dejavu_bold_10 = {
#endif
.get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
.get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/
.line_height = 12, /*The maximum line height required by the font*/
.base_line = 3, /*Baseline measured from the bottom of the line*/
#if !(LVGL_VERSION_MAJOR == 6 && LVGL_VERSION_MINOR == 0)
.subpx = LV_FONT_SUBPX_NONE,
#endif
#if LV_VERSION_CHECK(7, 4, 0) || LVGL_VERSION_MAJOR >= 8
.underline_position = 0,
.underline_thickness = 0,
#endif
.static_bitmap = 0,
.dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
#if LV_VERSION_CHECK(8, 2, 0) || LVGL_VERSION_MAJOR >= 9
.fallback = &lv_font_montserrat_10,
#endif
.user_data = NULL,
};
#endif /*#if DEJAVU_BOLD_10*/

11379
src/img/dejavu_cbold_52.c Normal file

File diff suppressed because it is too large Load Diff

76
src/img/hop_arrow.c Normal file
View File

@@ -0,0 +1,76 @@
#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_IMAGE_HOP_ARROW
#define LV_ATTRIBUTE_IMAGE_HOP_ARROW
#endif
const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMAGE_HOP_ARROW uint8_t hop_arrow_map[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 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, 0x01, 0xff, 0xff, 0xff, 0x01, 0xff, 0xff, 0xff, 0x01, 0xff, 0xff, 0xff, 0x01, 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, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x01, 0x66, 0xcc, 0xff, 0x05, 0x54, 0xa9, 0xfe, 0x09, 0x62, 0xb0, 0xfe, 0x0d, 0x55, 0xaa, 0xff, 0x0f, 0x5f, 0xaf, 0xff, 0x10, 0x55, 0xaa, 0xff, 0x0f, 0x5b, 0xb6, 0xff, 0x0e, 0x5c, 0xb9, 0xfe, 0x0b, 0x5f, 0xbf, 0xff, 0x08, 0x66, 0xcc, 0xff, 0x05, 0x7f, 0xff, 0xff, 0x02, 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, 0x5f, 0xaf, 0xff, 0x10, 0x51, 0xa8, 0xfa, 0x35, 0x50, 0xa5, 0xfa, 0x33, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xab, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x50, 0xa5, 0xfa, 0x33, 0x52, 0xa4, 0xfb, 0x41, 0x50, 0xa7, 0xfb, 0x46, 0x50, 0xa7, 0xfb, 0x46, 0x51, 0xa6, 0xfb, 0x48, 0x52, 0xa5, 0xfb, 0x4d, 0x51, 0xa5, 0xf9, 0x58, 0x51, 0xa5, 0xf9, 0x61, 0x50, 0xa5, 0xfa, 0x66, 0x50, 0xa4, 0xfa, 0x68, 0x51, 0xa6, 0xfa, 0x6d, 0x51, 0xa4, 0xfa, 0x6e, 0x51, 0xa6, 0xfa, 0x6d, 0x50, 0xa5, 0xfa, 0x66, 0x50, 0xa6, 0xf9, 0x5f, 0x52, 0xa4, 0xf9, 0x57, 0x52, 0xa5, 0xfb, 0x4d, 0x53, 0xa7, 0xfb, 0x43, 0x53, 0xa7, 0xfa, 0x3a, 0x50, 0xa5, 0xfa, 0x33, 0x55, 0xa4, 0xf9, 0x30, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x55, 0xa4, 0xf9, 0x30, 0x53, 0xa6, 0xfa, 0x34, 0x55, 0xa4, 0xf9, 0x30, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x50, 0xa5, 0xfa, 0x33, 0x53, 0xa7, 0xfa, 0x3d, 0x53, 0xa7, 0xfa, 0x3a, 0x53, 0xa6, 0xf9, 0x31, 0x53, 0xa6, 0xf9, 0x2e, 0x53, 0xa6, 0xf9, 0x2e, 0x50, 0xa5, 0xfa, 0x39, 0x53, 0xa7, 0xfb, 0x43, 0x58, 0xa6, 0xfe, 0x17, 0x00, 0x00, 0x00, 0x00,
0x5f, 0xaf, 0xff, 0x10, 0x51, 0xa4, 0xfa, 0x9d, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xfa, 0xfd, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x51, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xfa, 0xfd, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa3, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x52, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xfb, 0xfd, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa5, 0xf9, 0xbe, 0x58, 0xa6, 0xfe, 0x17,
0x53, 0xa6, 0xfa, 0x34, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x52, 0xa4, 0xfa, 0x3e,
0x55, 0xaa, 0xff, 0x27, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa5, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa6, 0xf9, 0xff, 0x51, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xde, 0x57, 0xa7, 0xfe, 0x1d,
0x54, 0xa9, 0xfe, 0x09, 0x51, 0xa4, 0xfa, 0x74, 0x50, 0xa4, 0xf9, 0xf8, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfa, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa5, 0xfa, 0xcc, 0x48, 0xa5, 0xfa, 0x3c, 0x55, 0xaa, 0xff, 0x03,
0x00, 0x00, 0x00, 0x00, 0x55, 0xaa, 0xff, 0x0f, 0x50, 0xa5, 0xfa, 0x6c, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xfb, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x51, 0xa5, 0xf9, 0x97, 0x52, 0xa4, 0xfe, 0x1f, 0x55, 0xaa, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0xb0, 0xfe, 0x0d, 0x50, 0xa5, 0xfa, 0x66, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x52, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf8, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0x8f, 0x59, 0xa5, 0xff, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0xb0, 0xfe, 0x0d, 0x50, 0xa5, 0xfa, 0x66, 0x50, 0xa4, 0xf9, 0xf3, 0x51, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa5, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa5, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa6, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa5, 0xf9, 0x8b, 0x59, 0xa5, 0xff, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0xb0, 0xfe, 0x0d, 0x50, 0xa6, 0xf9, 0x62, 0x50, 0xa4, 0xf9, 0xe4, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xf7, 0x50, 0xa4, 0xf9, 0xfd, 0x51, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf3, 0x51, 0xa6, 0xfa, 0x6d, 0x5f, 0xaf, 0xff, 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, 0x54, 0xa9, 0xfe, 0x09, 0x51, 0xa6, 0xfb, 0x42, 0x50, 0xa4, 0xfa, 0xcd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfb, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa5, 0xfa, 0x66, 0x62, 0xb0, 0xfe, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x66, 0xcc, 0xff, 0x05, 0x50, 0xa5, 0xfa, 0x39, 0x50, 0xa4, 0xfa, 0xcd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa5, 0xfa, 0x66, 0x62, 0xd7, 0xfe, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x66, 0xcc, 0xff, 0x05, 0x51, 0xa8, 0xfa, 0x35, 0x50, 0xa5, 0xf9, 0xbb, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa5, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x51, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xe4, 0x50, 0xa6, 0xf9, 0x62, 0x62, 0xb0, 0xfe, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x55, 0xaa, 0xff, 0x03, 0x52, 0xa4, 0xfe, 0x1f, 0x50, 0xa4, 0xfa, 0xa7, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf4, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa6, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa5, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xfa, 0xce, 0x51, 0xa6, 0xfb, 0x42, 0x54, 0xa9, 0xfe, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x51, 0xad, 0xfe, 0x19, 0x50, 0xa4, 0xfa, 0xa4, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xed, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf8, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa5, 0xf9, 0xbb, 0x51, 0xa8, 0xfa, 0x35, 0x66, 0xcc, 0xff, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0xa6, 0xfe, 0x17, 0x50, 0xa4, 0xf9, 0x92, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf2, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x51, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa5, 0xfa, 0xa5, 0x52, 0xa4, 0xfe, 0x1f, 0x55, 0xaa, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x59, 0xa5, 0xff, 0x14, 0x50, 0xa4, 0xf9, 0x8f, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf8, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa5, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa5, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa0, 0xf9, 0x92, 0x58, 0xa6, 0xfe, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x59, 0xa5, 0xff, 0x14, 0x50, 0xa5, 0xf9, 0x8b, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfa, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa5, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf8, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x51, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa5, 0xf9, 0x8b, 0x59, 0xa5, 0xff, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5f, 0xaf, 0xff, 0x10, 0x51, 0xa6, 0xfa, 0x6d, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfa, 0x52, 0xa4, 0xf8, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xfb, 0xfd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf3, 0x51, 0xa6, 0xfa, 0x6d, 0x5f, 0xaf, 0xff, 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, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0xb0, 0xfe, 0x0d, 0x50, 0xa5, 0xfa, 0x66, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf8, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa5, 0xfa, 0x66, 0x62, 0xb0, 0xfe, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0xb0, 0xfe, 0x0d, 0x50, 0xa5, 0xfa, 0x66, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfa, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa5, 0xfa, 0x66, 0x62, 0xb0, 0xfe, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0xb0, 0xfe, 0x0d, 0x50, 0xa5, 0xfa, 0x66, 0x4f, 0xa4, 0xf9, 0xf3, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xe4, 0x50, 0xa6, 0xf9, 0x62, 0x62, 0xb0, 0xfe, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0xb0, 0xfe, 0x0d, 0x50, 0xa5, 0xfa, 0x66, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xfa, 0xce, 0x51, 0xa6, 0xfb, 0x42, 0x54, 0xa9, 0xfe, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0xb0, 0xfe, 0x0d, 0x50, 0xa6, 0xf9, 0x62, 0x50, 0xa4, 0xf9, 0xe4, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa5, 0xf9, 0xbb, 0x51, 0xa8, 0xfa, 0x35, 0x66, 0xcc, 0xff, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x54, 0xa9, 0xfe, 0x09, 0x51, 0xa6, 0xfb, 0x42, 0x50, 0xa4, 0xfa, 0xcd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x51, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xfa, 0xa7, 0x52, 0xa4, 0xfe, 0x1f, 0x55, 0xaa, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x66, 0xcc, 0xff, 0x05, 0x50, 0xa5, 0xfa, 0x39, 0x50, 0xa4, 0xfa, 0xcd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa6, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xfb, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xfa, 0xa4, 0x51, 0xad, 0xfe, 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, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x66, 0xcc, 0xcc, 0x05, 0x51, 0xa8, 0xfa, 0x35, 0x50, 0xa5, 0xf9, 0xbb, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf9, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x51, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0x92, 0x58, 0xa6, 0xfe, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x55, 0xaa, 0xff, 0x03, 0x52, 0xa4, 0xfe, 0x1f, 0x50, 0xa4, 0xfa, 0xa7, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfa, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa5, 0xf9, 0x8b, 0x59, 0xa5, 0xff, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x51, 0xad, 0xfe, 0x19, 0x50, 0xa4, 0xfa, 0xa4, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf9, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf3, 0x51, 0xa6, 0xfa, 0x6d, 0x5f, 0xaf, 0xff, 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, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0xa6, 0xfe, 0x17, 0x50, 0xa4, 0xf9, 0x92, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf7, 0x50, 0xa4, 0xf9, 0xfa, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x52, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa5, 0xfa, 0x66, 0x62, 0xb0, 0xfe, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x59, 0xa5, 0xff, 0x14, 0x50, 0xa4, 0xf9, 0x8f, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfb, 0x50, 0xa4, 0xf9, 0xfb, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa6, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa5, 0xfa, 0x66, 0x62, 0xb0, 0xfe, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x59, 0xa5, 0xff, 0x14, 0x50, 0xa5, 0xf9, 0x8b, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfb, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xe5, 0x50, 0xa6, 0xf9, 0x62, 0x62, 0xb0, 0xfe, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5f, 0xaf, 0xff, 0x10, 0x51, 0xa6, 0xfa, 0x6d, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa5, 0xfa, 0xd2, 0x51, 0xa6, 0xfb, 0x42, 0x54, 0xa9, 0xfe, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0xb0, 0xfe, 0x0d, 0x50, 0xa5, 0xfa, 0x66, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xfd, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x51, 0xa4, 0xf9, 0xc0, 0x51, 0xa8, 0xfa, 0x35, 0x66, 0xcc, 0xff, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0xb0, 0xfe, 0x0d, 0x50, 0xa5, 0xfa, 0x66, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfc, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x51, 0xa4, 0xfa, 0xa9, 0x52, 0xa4, 0xfe, 0x1f, 0x55, 0xaa, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0xb0, 0xfe, 0x0d, 0x50, 0xa5, 0xfa, 0x66, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x4f, 0xa4, 0xf9, 0x99, 0x58, 0xa6, 0xfe, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0xb0, 0xfe, 0x0d, 0x50, 0xa5, 0xfa, 0x66, 0x50, 0xa4, 0xf9, 0xf3, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xfe, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0x95, 0x59, 0xa5, 0xff, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0xb0, 0xfe, 0x0d, 0x50, 0xa6, 0xf9, 0x62, 0x50, 0xa4, 0xf9, 0xe6, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf6, 0x51, 0xa4, 0xfa, 0x77, 0x5f, 0xaf, 0xff, 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, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x54, 0xa9, 0xfe, 0x09, 0x52, 0xa5, 0xfb, 0x4d, 0x50, 0xa4, 0xf9, 0xe9, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xff, 0x50, 0xa4, 0xf9, 0xf9, 0x51, 0xa4, 0xfa, 0x71, 0x62, 0xb0, 0xfe, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x66, 0xb2, 0xff, 0x0a, 0x50, 0xa6, 0xf9, 0x62, 0x50, 0xa4, 0xf9, 0xdb, 0x50, 0xa4, 0xf9, 0xe9, 0x51, 0xa5, 0xf9, 0x80, 0x5a, 0xa5, 0xff, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6d, 0xb6, 0xff, 0x07, 0x52, 0xa4, 0xfe, 0x1f, 0x52, 0xa5, 0xff, 0x25, 0x5c, 0xb9, 0xfe, 0x0b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 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_image_dsc_t hop_arrow = {
.header.cf = LV_COLOR_FORMAT_ARGB8888,
.header.magic = LV_IMAGE_HEADER_MAGIC,
.header.w = 80,
.header.h = 42,
.data_size = 3360 * 4,
.data = hop_arrow_map,
};

308
src/img/hop_logo.c Normal file

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,111 @@
#include "lvgl/lvgl.h"
#include "lvgl/lvgl.h" // IWYU pragma: keep
#include "lvgl/src/misc/lv_anim.h"
#include "lvgl/src/widgets/label/lv_label.h"
#include <time.h>
#include <unistd.h>
#define ARROW_DELAY 395
LV_FONT_DECLARE(dejavu_28);
LV_FONT_DECLARE(dejavu_bold_10);
LV_FONT_DECLARE(dejavu_cbold_52);
LV_IMG_DECLARE(hop_arrow);
LV_IMG_DECLARE(hop_logo);
static lv_anim_t anim_template;
static lv_anim_t *running_anim;
lv_obj_t *label_time;
lv_obj_t *label_date;
void set_opa(void *var, int32_t value)
{
lv_obj_t *obj = (lv_obj_t *)var;
lv_obj_set_style_image_opa(obj, value, 0);
}
void create_screen()
{
/*Change the active screen's background color*/
lv_obj_set_style_bg_color(lv_screen_active(), lv_color_hex(0),
LV_PART_MAIN);
lv_obj_t *logo = lv_img_create(lv_screen_active());
lv_img_set_src(logo, &hop_logo);
lv_obj_align(logo, LV_ALIGN_CENTER, 0, -98);
lv_obj_t *arrow = lv_img_create(lv_screen_active());
lv_img_set_src(arrow, &hop_arrow);
lv_obj_align(arrow, LV_ALIGN_CENTER, 0, 155);
lv_obj_set_style_img_opa(arrow, 100, 0);
lv_anim_init(&anim_template);
lv_anim_set_exec_cb(&anim_template, set_opa);
lv_anim_set_values(&anim_template, 0, 255);
lv_anim_set_duration(&anim_template, ARROW_DELAY);
lv_anim_set_path_cb(&anim_template, lv_anim_path_ease_out);
lv_anim_set_reverse_duration(&anim_template, ARROW_DELAY);
lv_anim_set_repeat_count(&anim_template, LV_ANIM_REPEAT_INFINITE);
lv_anim_set_var(&anim_template, arrow);
running_anim = lv_anim_start(&anim_template);
lv_obj_t *label_tap = lv_label_create(lv_screen_active());
lv_label_set_text(label_tap, "Tap card or phone below");
lv_obj_set_style_text_font(label_tap, &dejavu_cbold_52, 0);
lv_obj_set_style_text_color(label_tap, lv_color_hex(0xffffff), 0);
lv_obj_align(label_tap, LV_ALIGN_CENTER, 0, 83);
lv_obj_t *label_sku = lv_label_create(lv_screen_active());
lv_label_set_text(label_sku, "DEMO-DEV-LVGL");
lv_obj_set_style_text_font(label_sku, &dejavu_bold_10, 0);
lv_obj_set_style_text_color(label_sku, lv_color_hex(0xffffff), 0);
lv_obj_align(label_sku, LV_ALIGN_CENTER, 0, 226);
label_date = lv_label_create(lv_screen_active());
lv_label_set_text(label_date, "01-01-99");
lv_obj_set_style_text_font(label_date, &dejavu_28, 0);
lv_obj_set_style_text_color(label_date, lv_color_hex(0xffffff), 0);
lv_obj_align(label_date, LV_ALIGN_CENTER, -315, 226);
label_time = lv_label_create(lv_screen_active());
lv_label_set_text(label_time, "12:59 a.m.");
lv_obj_set_style_text_font(label_time, &dejavu_28, 0);
lv_obj_set_style_text_color(label_time, lv_color_hex(0xffffff), 0);
lv_obj_align(label_time, LV_ALIGN_CENTER, 315, 226);
}
int main(int argc, char *argv[])
{
return 0;
uint32_t idle_time;
time_t curr_time;
struct tm *local_time;
char buf[100];
lv_init();
lv_display_t *display =
lv_x11_window_create("LVGL X11 Simulation", 800, 480);
create_screen();
while (true) {
/* Returns the time to the next timer execution */
idle_time = lv_timer_handler();
time(&curr_time);
local_time = localtime(&curr_time);
strftime(buf, 100, "%m-%d-%y", local_time);
lv_label_set_text(label_date, buf);
strftime(buf, 90, "%I:%M %P", local_time);
int i = 0;
while (buf[i])
i++;
if (i > 0) {
buf[i-1] = '.';
buf[i] = 'm';
buf[i+1] = '.';
buf[i+2] = '\0';
}
lv_label_set_text(label_time, buf);
usleep(idle_time * 1000);
}
}