From 6f3a19a45cbc4cda21dd696f9a28b0efc38f4498 Mon Sep 17 00:00:00 2001
From: lij <15178961907@163.com>
Date: Thu, 22 Feb 2024 15:47:46 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=95=8C=E9=9D=A2=E6=A1=86?=
=?UTF-8?q?=E6=9E=B6=E5=AE=8C=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
MXC-A36/xrz/LittlevGL.cbp | 11 +-
MXC-A36/xrz/LittlevGL.depend | 2141 ++++++++
MXC-A36/xrz/LittlevGL.layout | 913 ++--
MXC-A36/xrz/lv_user_code/app/animo.c | 4 +
MXC-A36/xrz/lv_user_code/app/demo.c | 10 +-
MXC-A36/xrz/lv_user_code/app/equipment.c | 61 +
MXC-A36/xrz/lv_user_code/app/list.c | 197 +-
MXC-A36/xrz/lv_user_code/app/setting_page.c | 59 +
MXC-A36/xrz/lv_user_code/include/equipment.h | 28 +
.../xrz/lv_user_code/include/lan_str_table.h | 92 +
.../xrz/lv_user_code/include/language_table.h | 3 +
MXC-A36/xrz/lv_user_code/include/list.h | 75 +-
MXC-A36/xrz/lv_user_code/include/mxc_meter.h | 84 +-
.../xrz/lv_user_code/include/setting_page.h | 7 +
.../xrz/lv_user_code/resource/lan_str_table.c | 4535 +++++++++++++++++
.../lv_user_code/resource/language_table.c | 3 +
16 files changed, 7684 insertions(+), 539 deletions(-)
create mode 100644 MXC-A36/xrz/lv_user_code/app/equipment.c
create mode 100644 MXC-A36/xrz/lv_user_code/app/setting_page.c
create mode 100644 MXC-A36/xrz/lv_user_code/include/equipment.h
create mode 100644 MXC-A36/xrz/lv_user_code/include/lan_str_table.h
create mode 100644 MXC-A36/xrz/lv_user_code/include/setting_page.h
create mode 100644 MXC-A36/xrz/lv_user_code/resource/lan_str_table.c
diff --git a/MXC-A36/xrz/LittlevGL.cbp b/MXC-A36/xrz/LittlevGL.cbp
index b4fe5ed..f214ebc 100644
--- a/MXC-A36/xrz/LittlevGL.cbp
+++ b/MXC-A36/xrz/LittlevGL.cbp
@@ -357,6 +357,9 @@
+
+
+
@@ -366,6 +369,9 @@
+
+
+
@@ -383,8 +389,11 @@
+
+
+
@@ -455,7 +464,7 @@
-
+
diff --git a/MXC-A36/xrz/LittlevGL.depend b/MXC-A36/xrz/LittlevGL.depend
index 93d36f3..61c04e7 100644
--- a/MXC-A36/xrz/LittlevGL.depend
+++ b/MXC-A36/xrz/LittlevGL.depend
@@ -49116,3 +49116,2144 @@
1707115791 f:\fr3092\mxc-a36\xrz\lv_user_code\include\setting.h
+1707009993 source:f:\mxc-a36\mxc-a36\xrz\lv_drivers\win32drv\win32drv.c
+ "win32drv.h"
+
+
+
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lv_drivers\win32drv\win32drv.h
+ "lv_drv_conf.h"
+ "../../lv_drv_conf.h"
+
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lv_drv_conf.h
+ "lv_conf.h"
+
+1703495808 f:\mxc-a36\mxc-a36\xrz\lv_conf.h
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\lvgl.h
+ "src/misc/lv_log.h"
+ "src/misc/lv_timer.h"
+ "src/misc/lv_math.h"
+ "src/misc/lv_async.h"
+ "src/hal/lv_hal.h"
+ "src/core/lv_obj.h"
+ "src/core/lv_group.h"
+ "src/core/lv_indev.h"
+ "src/core/lv_refr.h"
+ "src/core/lv_disp.h"
+ "src/core/lv_theme.h"
+ "src/font/lv_font.h"
+ "src/font/lv_font_loader.h"
+ "src/font/lv_font_fmt_txt.h"
+ "src/misc/lv_printf.h"
+ "src/widgets/lv_arc.h"
+ "src/widgets/lv_btn.h"
+ "src/widgets/lv_img.h"
+ "src/widgets/lv_label.h"
+ "src/widgets/lv_line.h"
+ "src/widgets/lv_table.h"
+ "src/widgets/lv_checkbox.h"
+ "src/widgets/lv_bar.h"
+ "src/widgets/lv_slider.h"
+ "src/widgets/lv_btnmatrix.h"
+ "src/widgets/lv_dropdown.h"
+ "src/widgets/lv_roller.h"
+ "src/widgets/lv_textarea.h"
+ "src/widgets/lv_canvas.h"
+ "src/widgets/lv_switch.h"
+ "src/draw/lv_draw.h"
+ "src/lv_api_map.h"
+ "src/extra/lv_extra.h"
+ "src/extra/widgets/lv_widgets.h"
+ "src/extra/layouts/lv_layouts.h"
+ "src/extra/themes/lv_themes.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_log.h
+ "../lv_conf_internal.h"
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\lv_conf_internal.h
+
+ "lv_conf_kconfig.h"
+ "lv_conf.h"
+ "../../lv_conf.h"
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\lv_conf_kconfig.h
+ "sdkconfig.h"
+ "esp_attr.h"
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_timer.h
+ "../lv_conf_internal.h"
+
+
+ "lv_mem.h"
+ "lv_ll.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_mem.h
+ "../lv_conf_internal.h"
+
+
+ "lv_log.h"
+ "lv_types.h"
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_types.h
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_ll.h
+
+
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_math.h
+ "../lv_conf_internal.h"
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_async.h
+ "lv_timer.h"
+ "lv_types.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\hal\lv_hal.h
+ "lv_hal_disp.h"
+ "lv_hal_indev.h"
+ "lv_hal_tick.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\hal\lv_hal_disp.h
+
+
+ "lv_hal.h"
+ "../misc/lv_color.h"
+ "../misc/lv_area.h"
+ "../misc/lv_ll.h"
+ "../misc/lv_timer.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_color.h
+ "../lv_conf_internal.h"
+ "lv_math.h"
+ "lv_types.h"
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_area.h
+ "../lv_conf_internal.h"
+
+
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\hal\lv_hal_indev.h
+ "../lv_conf_internal.h"
+
+
+ "../misc/lv_area.h"
+ "../misc/lv_timer.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\hal\lv_hal_tick.h
+ "../lv_conf_internal.h"
+
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_obj.h
+ "../lv_conf_internal.h"
+
+
+ "../misc/lv_style.h"
+ "../misc/lv_types.h"
+ "../misc/lv_area.h"
+ "../misc/lv_color.h"
+ "../misc/lv_assert.h"
+ "../hal/lv_hal.h"
+ "lv_obj_tree.h"
+ "lv_obj_pos.h"
+ "lv_obj_scroll.h"
+ "lv_obj_style.h"
+ "lv_obj_draw.h"
+ "lv_obj_class.h"
+ "lv_event.h"
+ "lv_group.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_style.h
+
+ "../font/lv_font.h"
+ "lv_color.h"
+ "lv_area.h"
+ "lv_anim.h"
+ "lv_txt.h"
+ "lv_types.h"
+ "lv_assert.h"
+ "lv_bidi.h"
+ "lv_style_gen.h"
+
+1687743813 f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font.h
+ "../lv_conf_internal.h"
+
+
+
+ "lv_symbol_def.h"
+ "../misc/lv_area.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_symbol_def.h
+ "../lv_conf_internal.h"
+
+1706768438 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_anim.h
+ "../lv_conf_internal.h"
+
+
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_txt.h
+ "../lv_conf_internal.h"
+
+
+ "lv_area.h"
+ "../font/lv_font.h"
+ "lv_printf.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_printf.h
+ "../lv_conf_internal.h"
+
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_assert.h
+ "../lv_conf_internal.h"
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_bidi.h
+ "../lv_conf_internal.h"
+
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_style_gen.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_obj_tree.h
+
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_obj_pos.h
+ "../misc/lv_area.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_obj_scroll.h
+ "../misc/lv_area.h"
+ "../misc/lv_anim.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_obj_style.h
+
+
+ "../misc/lv_bidi.h"
+ "lv_obj_style_gen.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_obj_style_gen.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_obj_draw.h
+ "../draw/lv_draw.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw.h
+ "../lv_conf_internal.h"
+ "../misc/lv_style.h"
+ "../misc/lv_txt.h"
+ "lv_img_decoder.h"
+ "lv_draw_rect.h"
+ "lv_draw_label.h"
+ "lv_draw_img.h"
+ "lv_draw_line.h"
+ "lv_draw_triangle.h"
+ "lv_draw_arc.h"
+ "lv_draw_blend.h"
+ "lv_draw_mask.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_img_decoder.h
+ "../lv_conf_internal.h"
+
+ "lv_img_buf.h"
+ "../misc/lv_fs.h"
+ "../misc/lv_types.h"
+ "../misc/lv_area.h"
+
+1687765192 f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_img_buf.h
+
+ "../misc/lv_color.h"
+ "../misc/lv_area.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_fs.h
+ "../lv_conf_internal.h"
+
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw_rect.h
+ "lv_draw_blend.h"
+ "../font/lv_font.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw_blend.h
+ "../misc/lv_color.h"
+ "../misc/lv_area.h"
+ "../misc/lv_style.h"
+ "lv_draw_mask.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw_mask.h
+
+ "../misc/lv_area.h"
+ "../misc/lv_color.h"
+ "../misc/lv_math.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw_label.h
+ "lv_draw_blend.h"
+ "../misc/lv_bidi.h"
+ "../misc/lv_txt.h"
+ "../misc/lv_color.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw_img.h
+ "lv_img_decoder.h"
+ "lv_img_buf.h"
+ "lv_draw_blend.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw_line.h
+ "lv_draw_blend.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw_triangle.h
+ "lv_draw_rect.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw_arc.h
+ "lv_draw_line.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_obj_class.h
+
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_event.h
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_group.h
+ "../lv_conf_internal.h"
+
+
+ "../misc/lv_ll.h"
+ "../misc/lv_types.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_indev.h
+ "lv_obj.h"
+ "../hal/lv_hal_indev.h"
+ "lv_group.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_refr.h
+ "lv_obj.h"
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_disp.h
+ "../hal/lv_hal.h"
+ "lv_obj.h"
+ "lv_theme.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_theme.h
+ "../core/lv_obj.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_loader.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_fmt_txt.h
+
+
+
+ "lv_font.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_arc.h
+ "../lv_conf_internal.h"
+ "../core/lv_obj.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_btn.h
+ "../lv_conf_internal.h"
+ "../core/lv_obj.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_img.h
+ "../lv_conf_internal.h"
+ "../core/lv_obj.h"
+ "../misc/lv_fs.h"
+ "../draw/lv_draw.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_label.h
+ "../lv_conf_internal.h"
+
+ "../core/lv_obj.h"
+ "../font/lv_font.h"
+ "../font/lv_symbol_def.h"
+ "../misc/lv_txt.h"
+ "../draw/lv_draw.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_line.h
+ "../lv_conf_internal.h"
+ "../core/lv_obj.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_table.h
+ "../lv_conf_internal.h"
+ "../core/lv_obj.h"
+ "lv_label.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_checkbox.h
+ "../lv_conf_internal.h"
+ "../core/lv_obj.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_bar.h
+ "../lv_conf_internal.h"
+ "../core/lv_obj.h"
+ "../misc/lv_anim.h"
+ "lv_btn.h"
+ "lv_label.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_slider.h
+ "../lv_conf_internal.h"
+ "../core/lv_obj.h"
+ "lv_bar.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_btnmatrix.h
+ "../lv_conf_internal.h"
+ "../core/lv_obj.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_dropdown.h
+ "../lv_conf_internal.h"
+ "../widgets/lv_label.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_roller.h
+ "../lv_conf_internal.h"
+ "../core/lv_obj.h"
+ "lv_label.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_textarea.h
+ "../lv_conf_internal.h"
+ "../core/lv_obj.h"
+ "lv_label.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_canvas.h
+ "../lv_conf_internal.h"
+ "../core/lv_obj.h"
+ "../widgets/lv_img.h"
+ "../draw/lv_draw_img.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_switch.h
+ "../lv_conf_internal.h"
+ "../core/lv_obj.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\lv_api_map.h
+ "../lvgl.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\lv_extra.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\lv_widgets.h
+ "animimg/lv_animimg.h"
+ "calendar/lv_calendar.h"
+ "calendar/lv_calendar_header_arrow.h"
+ "calendar/lv_calendar_header_dropdown.h"
+ "chart/lv_chart.h"
+ "keyboard/lv_keyboard.h"
+ "list/lv_list.h"
+ "msgbox/lv_msgbox.h"
+ "meter/lv_meter.h"
+ "spinbox/lv_spinbox.h"
+ "spinner/lv_spinner.h"
+ "tabview/lv_tabview.h"
+ "tileview/lv_tileview.h"
+ "win/lv_win.h"
+ "colorwheel/lv_colorwheel.h"
+ "led/lv_led.h"
+ "imgbtn/lv_imgbtn.h"
+ "span/lv_span.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\animimg\lv_animimg.h
+ "../../../lvgl.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\lvgl.h
+ "../lvgl.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\calendar\lv_calendar.h
+ "../../../widgets/lv_btnmatrix.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\calendar\lv_calendar_header_arrow.h
+ "../../../core/lv_obj.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\calendar\lv_calendar_header_dropdown.h
+ "../../../core/lv_obj.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\chart\lv_chart.h
+ "../../../lvgl.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\keyboard\lv_keyboard.h
+ "../../../widgets/lv_btnmatrix.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\list\lv_list.h
+ "../../../core/lv_obj.h"
+ "../../layouts/flex/lv_flex.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\layouts\flex\lv_flex.h
+ "../../../core/lv_obj.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\msgbox\lv_msgbox.h
+ "../../../lvgl.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\meter\lv_meter.h
+ "../../../lvgl.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\spinbox\lv_spinbox.h
+ "../../../lvgl.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\spinner\lv_spinner.h
+ "../../../lvgl.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\tabview\lv_tabview.h
+ "../../../lvgl.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\tileview\lv_tileview.h
+ "../../../core/lv_obj.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\win\lv_win.h
+ "../../../lvgl.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\colorwheel\lv_colorwheel.h
+ "../../../lvgl.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\led\lv_led.h
+ "../../../lvgl.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\imgbtn\lv_imgbtn.h
+ "../../../lvgl.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\span\lv_span.h
+ "../../../lvgl.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\layouts\lv_layouts.h
+ "flex/lv_flex.h"
+ "grid/lv_grid.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\layouts\grid\lv_grid.h
+ "../../../core/lv_obj.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\themes\lv_themes.h
+ "default/lv_theme_default.h"
+ "mono/lv_theme_mono.h"
+ "basic/lv_theme_basic.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\themes\default\lv_theme_default.h
+ "../../../core/lv_obj.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\themes\mono\lv_theme_mono.h
+ "../../../core/lv_obj.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\themes\basic\lv_theme_basic.h
+ "../../../core/lv_obj.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_benchmark\lv_demo_benchmark.c
+ "../../lv_demo.h"
+ "lv_demo_benchmark.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lv_examples\lv_demo.h
+ "lvgl.h"
+ "../lvgl/lvgl.h"
+ "lv_demo_conf.h"
+ "../lv_demo_conf.h"
+ "src/lv_demo_widgets/lv_demo_widgets.h"
+ "src/lv_demo_benchmark/lv_demo_benchmark.h"
+ "src/lv_demo_stress/lv_demo_stress.h"
+ "src/lv_demo_keypad_encoder/lv_demo_keypad_encoder.h"
+ "src/lv_demo_music/lv_demo_music.h"
+
+1685607519 f:\mxc-a36\mxc-a36\xrz\lv_demo_conf.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_widgets\lv_demo_widgets.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_benchmark\lv_demo_benchmark.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_stress\lv_demo_stress.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_keypad_encoder\lv_demo_keypad_encoder.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\lv_demo_music.h
+ "../../lv_demo.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_keypad_encoder\lv_demo_keypad_encoder.c
+ "../lv_demo.h"
+ "lv_demo_keypad_encoder.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo.h
+ "../lv_demo.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_corner_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_list_pause.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_list_pause_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_list_play.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_list_play_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_loop.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_loop_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_next.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_next_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_pause.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_pause_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_play.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_play_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_prev.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_prev_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_rnd.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_btn_rnd_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_corner_left.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_corner_left_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_corner_right.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_corner_right_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_cover_1.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_cover_1_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_cover_2.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_cover_2_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_cover_3.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_cover_3_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_icon_1.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_icon_1_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_icon_2.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_icon_2_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_icon_3.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_icon_3_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_icon_4.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_icon_4_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_list_border.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_list_border_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_logo.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_slider_knob.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_slider_knob_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_wave_bottom.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_wave_bottom_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_wave_top.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\img_lv_demo_music_wave_top_large.c
+ "../lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\lv_demo_music_font_16_bold.c
+ "../lv_demo_music.h"
+
+1685608663 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\lv_demo_music.c
+ "lv_demo_music.h"
+ "lv_demo_music_main.h"
+ "lv_demo_music_list.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\lv_demo_music_main.h
+ "lv_demo_music.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\lv_demo_music_list.h
+ "lv_demo_music.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\lv_demo_music_list.c
+ "lv_demo_music_list.h"
+ "lv_demo_music_main.h"
+
+1686134957 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\lv_demo_music_main.c
+ "lv_demo_music_main.h"
+ "lv_demo_music_list.h"
+ "assets/spectrum_1.h"
+ "assets/spectrum_2.h"
+ "assets/spectrum_3.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\spectrum_1.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\spectrum_2.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_music\assets\spectrum_3.h
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_stress\assets\lv_font_montserrat_12_compr_az.c
+ "../../lv_demo.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_stress\assets\lv_font_montserrat_16_compr_az.c
+ "../../lv_demo.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_stress\assets\lv_font_montserrat_28_compr_az.c
+ "../../lv_demo.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_stress\lv_demo_stress.c
+ "../lv_demo.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_widgets\assets\img_clothes.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_widgets\assets\img_demo_widgets_avatar.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_widgets\assets\img_lvgl_logo.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lv_examples\src\lv_demo_widgets\lv_demo_widgets.c
+ "../../lv_demo.h"
+
+1708587709 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\app\animo.c
+ "lvgl.h"
+ "img_def.h"
+ "demo.h"
+
+1706922058 f:\mxc-a36\mxc-a36\xrz\lv_user_code\include\img_def.h
+
+1703724644 f:\mxc-a36\mxc-a36\xrz\lv_user_code\include\demo.h
+
+1708587909 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\app\demo.c
+ "lvgl.h"
+ "img_def.h"
+ "demo.h"
+ "img_basic.h"
+ "spde_ipc.h"
+ "mxc_meter.h"
+
+1707032248 f:\mxc-a36\mxc-a36\xrz\lv_user_code\include\img_basic.h
+ "language_table.h"
+
+1708311154 f:\mxc-a36\mxc-a36\xrz\lv_user_code\include\language_table.h
+
+1679997255 f:\mxc-a36\mxc-a36\xrz\lv_user_code\mode\spde_ipc.h
+
+
+1708304786 f:\mxc-a36\mxc-a36\xrz\lv_user_code\include\mxc_meter.h
+
+1708586743 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\app\list.c
+ "lvgl.h"
+ "img_def.h"
+ "demo.h"
+ "mxc_meter.h"
+ "list.h"
+ "language_table.h"
+ "lan_str_table.h"
+ "equipment.h"
+
+1708586772 f:\mxc-a36\mxc-a36\xrz\lv_user_code\include\list.h
+ "lan_str_table.h"
+
+1707121619 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\app\mxc_meter.c
+ "lvgl.h"
+ "img_def.h"
+ "mxc_meter.h"
+ "list.h"
+
+1707122292 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\app\setting.c
+ "lvgl.h"
+ "img_def.h"
+ "demo.h"
+ "mxc_meter.h"
+ "setting.h"
+ "language_table.h"
+
+1707115791 f:\mxc-a36\mxc-a36\xrz\lv_user_code\include\setting.h
+
+1707030411 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\app\test.c
+ "lv_examples.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\examples\lv_examples.h
+ "../lvgl.h"
+ "styles/lv_example_style.h"
+ "get_started/lv_example_get_started.h"
+ "widgets/lv_example_widgets.h"
+ "layouts/lv_example_layout.h"
+ "scroll/lv_example_scroll.h"
+ "anim/lv_example_anim.h"
+ "event/lv_example_event.h"
+ "styles/lv_example_style.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\examples\styles\lv_example_style.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\examples\get_started\lv_example_get_started.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\lv_example_widgets.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\examples\layouts\lv_example_layout.h
+ "flex/lv_example_flex.h"
+ "grid/lv_example_grid.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\examples\layouts\flex\lv_example_flex.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\examples\layouts\grid\lv_example_grid.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\examples\scroll\lv_example_scroll.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\examples\anim\lv_example_anim.h
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\examples\event\lv_example_event.h
+
+1706748604 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\basic\img_basic.c
+ "lvgl.h"
+ "img_def.h"
+ "img_basic.h"
+
+1665398464 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\basic\user_read_img_function.c
+ "lvgl/lvgl.h"
+
+
+
+1706927958 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\hal\button.c
+
+
+
+1706927979 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\hal\hal_key_handle.c
+
+ "button.h"
+ "hal_key_handle.h"
+ "lvgl.h"
+
+1679997250 f:\mxc-a36\mxc-a36\xrz\lv_user_code\hal\button.h
+
+
+1679997255 f:\mxc-a36\mxc-a36\xrz\lv_user_code\hal\hal_key_handle.h
+
+1707120731 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\mode\spde_ipc.c
+ "spde_ipc.h"
+
+1688022818 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\arialuni_field_bbp2_32px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1687768248 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\harmonyos_number_50px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1687491302 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\harmonyos_sans_sc_medium_32px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1688022775 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\language_table.c
+ "language_table.h"
+
+1705565188 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\mxc_wryh_ct_bpp4_10px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1705565194 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\mxc_wryh_ct_bpp4_16px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1705565198 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\mxc_wryh_ct_bpp4_20px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1705565206 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\mxc_wryh_ct_bpp4_22px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1705565211 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\mxc_wryh_ct_bpp4_30px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1705565215 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\mxc_wryh_ct_bpp4_72px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1692013880 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\number_harmonyos_bpp4_128px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1698046885 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\number_harmonyos_bpp4_12px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1698031128 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\number_harmonyos_bpp4_16px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1692266270 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\number_harmonyos_bpp4_180px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1692000458 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\number_harmonyos_bpp4_20px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1698030767 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\number_harmonyos_bpp4_28px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1692674523 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\number_harmonyos_bpp4_36px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1692000606 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\number_harmonyos_bpp4_44px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1692000618 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\number_harmonyos_bpp4_46px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1692000624 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\number_harmonyos_bpp4_50px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1692000656 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\number_harmonyos_bpp4_62px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1692000661 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\number_harmonyos_bpp4_80px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1692000666 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\number_harmonyos_bpp4_92px.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1706772636 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\track\interface.c
+ "lvgl.h"
+ "interface.h"
+ "mxc_meter.h"
+
+1706773010 f:\mxc-a36\mxc-a36\xrz\lv_user_code\track\interface.h
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\assets\animimg001.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\assets\animimg002.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\assets\animimg003.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\assets\img_caret_down.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\assets\img_cogwheel_alpha16.c
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\assets\img_cogwheel_argb.c
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\assets\img_cogwheel_chroma_keyed.c
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\assets\img_cogwheel_indexed16.c
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\assets\img_cogwheel_rgb.c
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\assets\img_hand.c
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\assets\img_skew_strip.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\assets\img_star.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\assets\imgbtn_left.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\assets\imgbtn_mid.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\assets\imgbtn_right.c
+ "lvgl.h"
+ "lvgl/lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\get_started\lv_example_get_started_1.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\get_started\lv_example_get_started_2.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\get_started\lv_example_get_started_3.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\layouts\flex\lv_example_flex_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\layouts\flex\lv_example_flex_2.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\layouts\flex\lv_example_flex_3.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\layouts\flex\lv_example_flex_4.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\layouts\flex\lv_example_flex_5.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\layouts\flex\lv_example_flex_6.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\layouts\grid\lv_example_grid_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\layouts\grid\lv_example_grid_2.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\layouts\grid\lv_example_grid_3.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\layouts\grid\lv_example_grid_4.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\layouts\grid\lv_example_grid_5.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\layouts\grid\lv_example_grid_6.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\porting\lv_port_disp_template.c
+ "lv_port_disp_template.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\examples\porting\lv_port_disp_template.h
+ "lvgl/lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\porting\lv_port_fs_template.c
+ "lv_port_fs_template.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\examples\porting\lv_port_fs_template.h
+ "lvgl/lvgl.h"
+
+1707007743 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\porting\lv_port_indev_template.c
+ "lv_port_indev_template.h"
+ "hal_key_handle.h"
+
+1706862661 f:\mxc-a36\mxc-a36\xrz\lvgl\examples\porting\lv_port_indev_template.h
+ "lvgl/lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\scroll\lv_example_scroll_1.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\scroll\lv_example_scroll_2.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\scroll\lv_example_scroll_3.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\styles\lv_example_style_1.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\styles\lv_example_style_10.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\styles\lv_example_style_11.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\styles\lv_example_style_12.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\styles\lv_example_style_2.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\styles\lv_example_style_3.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\styles\lv_example_style_4.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\styles\lv_example_style_6.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\styles\lv_example_style_7.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\styles\lv_example_style_8.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\styles\lv_example_style_9.c
+ "../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\animimg\lv_example_animimg_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\arc\lv_example_arc_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\arc\lv_example_arc_2.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\bar\lv_example_bar_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\bar\lv_example_bar_2.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\bar\lv_example_bar_3.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\bar\lv_example_bar_4.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\bar\lv_example_bar_5.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\bar\lv_example_bar_6.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\btn\lv_example_btn_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\btn\lv_example_btn_2.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\btn\lv_example_btn_3.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\btnmatrix\lv_example_btnmatrix_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\btnmatrix\lv_example_btnmatrix_2.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\btnmatrix\lv_example_btnmatrix_3.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\calendar\lv_example_calendar_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\canvas\lv_example_canvas_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\canvas\lv_example_canvas_2.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\chart\lv_example_chart_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\chart\lv_example_chart_2.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\chart\lv_example_chart_3.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\chart\lv_example_chart_4.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\chart\lv_example_chart_5.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\chart\lv_example_chart_6.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\checkbox\lv_example_checkbox_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\colorwheel\lv_example_colorwheel_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\dropdown\lv_example_dropdown_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\dropdown\lv_example_dropdown_2.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\dropdown\lv_example_dropdown_3.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\img\lv_example_img_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\img\lv_example_img_2.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\img\lv_example_img_3.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\img\lv_example_img_4.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\imgbtn\lv_example_imgbtn_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\keyboard\lv_example_keyboard_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\label\lv_example_label_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\label\lv_example_label_2.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\led\lv_example_led_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\line\lv_example_line_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\list\lv_example_list_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\meter\lv_example_meter_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\meter\lv_example_meter_2.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\meter\lv_example_meter_3.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\meter\lv_example_meter_4.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\msgbox\lv_example_msgbox_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\obj\lv_example_obj_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\roller\lv_example_roller_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\roller\lv_example_roller_2.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\slider\lv_example_slider_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\slider\lv_example_slider_2.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\slider\lv_example_slider_3.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\span\lv_example_span_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\spinbox\lv_example_spinbox_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\spinner\lv_example_spinner_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\switch\lv_example_switch_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\table\lv_example_table_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\table\lv_example_table_2.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\tabview\lv_example_tabview_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\textarea\lv_example_textarea_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\textarea\lv_example_textarea_2.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\textarea\lv_example_textarea_3.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\tileview\lv_example_tileview_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\examples\widgets\win\lv_example_win_1.c
+ "../../lv_examples.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_disp.c
+ "lv_disp.h"
+ "../misc/lv_math.h"
+ "../core/lv_refr.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_event.c
+ "lv_obj.h"
+ "lv_indev.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_group.c
+
+ "lv_group.h"
+ "../misc/lv_gc.h"
+ "../core/lv_obj.h"
+ "../core/lv_indev.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_gc.h
+
+
+ "lv_mem.h"
+ "lv_ll.h"
+ "lv_timer.h"
+ "../draw/lv_img_cache.h"
+ "../draw/lv_draw_mask.h"
+ "../core/lv_obj_pos.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_img_cache.h
+ "lv_img_decoder.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_indev.c
+ "lv_indev.h"
+ "lv_disp.h"
+ "lv_obj.h"
+ "lv_indev_scroll.h"
+ "lv_group.h"
+ "lv_refr.h"
+ "../hal/lv_hal_tick.h"
+ "../misc/lv_timer.h"
+ "../misc/lv_math.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_indev_scroll.h
+ "lv_obj.h"
+
+1687223884 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_indev_scroll.c
+ "lv_indev.h"
+ "lv_indev_scroll.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_obj.c
+ "lv_obj.h"
+ "lv_indev.h"
+ "lv_refr.h"
+ "lv_group.h"
+ "lv_disp.h"
+ "lv_theme.h"
+ "../misc/lv_assert.h"
+ "../draw/lv_draw.h"
+ "../misc/lv_anim.h"
+ "../misc/lv_timer.h"
+ "../misc/lv_async.h"
+ "../misc/lv_fs.h"
+ "../misc/lv_gc.h"
+ "../misc/lv_math.h"
+ "../misc/lv_log.h"
+ "../hal/lv_hal.h"
+ "../extra/lv_extra.h"
+
+
+ "../gpu/lv_gpu_stm32_dma2d.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\gpu\lv_gpu_stm32_dma2d.h
+ "../misc/lv_area.h"
+ "../misc/lv_color.h"
+ "../hal/lv_hal_disp.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_obj_class.c
+ "lv_obj.h"
+ "lv_theme.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_obj_draw.c
+ "lv_obj_draw.h"
+ "lv_obj.h"
+ "lv_disp.h"
+ "lv_indev.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_obj_pos.c
+ "lv_obj.h"
+ "lv_disp.h"
+ "lv_refr.h"
+ "../misc/lv_gc.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_obj_scroll.c
+ "lv_obj_scroll.h"
+ "lv_obj.h"
+ "lv_indev.h"
+ "lv_disp.h"
+ "lv_indev_scroll.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_obj_style.c
+ "lv_obj.h"
+ "lv_disp.h"
+ "../misc/lv_gc.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_obj_style_gen.c
+ "lv_obj.h"
+
+1686109602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_obj_tree.c
+ "lv_obj.h"
+ "lv_indev.h"
+ "../misc/lv_anim.h"
+ "../misc/lv_gc.h"
+ "../misc/lv_async.h"
+
+1703488882 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_refr.c
+
+ "lv_refr.h"
+ "lv_disp.h"
+ "../hal/lv_hal_tick.h"
+ "../hal/lv_hal_disp.h"
+ "../misc/lv_timer.h"
+ "../misc/lv_mem.h"
+ "../misc/lv_math.h"
+ "../misc/lv_gc.h"
+ "../draw/lv_draw.h"
+ "../font/lv_font_fmt_txt.h"
+ "../widgets/lv_label.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\core\lv_theme.c
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw_arc.c
+ "lv_draw_arc.h"
+ "lv_draw_rect.h"
+ "lv_draw_mask.h"
+ "../misc/lv_math.h"
+ "../misc/lv_log.h"
+ "../misc/lv_mem.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw_blend.c
+ "lv_draw_blend.h"
+ "lv_img_decoder.h"
+ "../misc/lv_math.h"
+ "../hal/lv_hal_disp.h"
+ "../core/lv_refr.h"
+ "../gpu/lv_gpu_nxp_pxp.h"
+ "../gpu/lv_gpu_nxp_vglite.h"
+ "../gpu/lv_gpu_stm32_dma2d.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\gpu\lv_gpu_nxp_pxp.h
+ "../misc/lv_area.h"
+ "../misc/lv_color.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\gpu\lv_gpu_nxp_vglite.h
+ "misc/lv_area.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw_img.c
+ "lv_draw_img.h"
+ "lv_img_cache.h"
+ "../hal/lv_hal_disp.h"
+ "../misc/lv_log.h"
+ "../core/lv_refr.h"
+ "../misc/lv_mem.h"
+ "../misc/lv_math.h"
+ "../gpu/lv_gpu_stm32_dma2d.h"
+ "../gpu/lv_gpu_nxp_pxp.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw_label.c
+ "lv_draw_label.h"
+ "../misc/lv_math.h"
+ "../hal/lv_hal_disp.h"
+ "../core/lv_refr.h"
+ "../misc/lv_bidi.h"
+ "../misc/lv_assert.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw_line.c
+
+ "lv_draw_mask.h"
+ "lv_draw_blend.h"
+ "../core/lv_refr.h"
+ "../misc/lv_math.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw_mask.c
+ "lv_draw_mask.h"
+ "../misc/lv_math.h"
+ "../misc/lv_log.h"
+ "../misc/lv_assert.h"
+ "../misc/lv_gc.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw_rect.c
+ "lv_draw_rect.h"
+ "lv_draw_blend.h"
+ "lv_draw_mask.h"
+ "../misc/lv_math.h"
+ "../misc/lv_txt_ap.h"
+ "../core/lv_refr.h"
+ "../misc/lv_assert.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_txt_ap.h
+
+ "lv_txt.h"
+ "../draw/lv_draw.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_draw_triangle.c
+ "lv_draw_triangle.h"
+ "../misc/lv_math.h"
+ "../misc/lv_mem.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_img_buf.c
+
+
+ "lv_img_buf.h"
+ "lv_draw_img.h"
+ "../misc/lv_math.h"
+ "../misc/lv_log.h"
+ "../misc/lv_mem.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_img_cache.c
+ "../misc/lv_assert.h"
+ "lv_img_cache.h"
+ "lv_img_decoder.h"
+ "lv_draw_img.h"
+ "../hal/lv_hal_tick.h"
+ "../misc/lv_gc.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\draw\lv_img_decoder.c
+ "lv_img_decoder.h"
+ "../misc/lv_assert.h"
+ "../draw/lv_draw_img.h"
+ "../misc/lv_ll.h"
+ "../misc/lv_gc.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\layouts\flex\lv_flex.c
+ "../lv_layouts.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\layouts\grid\lv_grid.c
+ "../lv_layouts.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\lv_extra.c
+ "../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\themes\basic\lv_theme_basic.c
+ "../../../lvgl.h"
+ "lv_theme_basic.h"
+ "../../../misc/lv_gc.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\themes\default\lv_theme_default.c
+ "../../../lvgl.h"
+ "lv_theme_default.h"
+ "../../../misc/lv_gc.h"
+
+1706750900 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\animimg\lv_animimg.c
+ "lv_animimg.h"
+ "../../../misc/lv_assert.h"
+ "../../../draw/lv_img_decoder.h"
+ "../../../misc/lv_fs.h"
+ "../../../misc/lv_txt.h"
+ "../../../misc/lv_math.h"
+ "../../../misc/lv_log.h"
+ "../../../misc/lv_anim.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\calendar\lv_calendar.c
+ "lv_calendar.h"
+ "../../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\calendar\lv_calendar_header_arrow.c
+ "lv_calendar_header_arrow.h"
+ "lv_calendar.h"
+ "../../../widgets/lv_btn.h"
+ "../../../widgets/lv_label.h"
+ "../../layouts/flex/lv_flex.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\calendar\lv_calendar_header_dropdown.c
+ "lv_calendar_header_dropdown.h"
+ "lv_calendar.h"
+ "../../../widgets/lv_dropdown.h"
+ "../../layouts/flex/lv_flex.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\chart\lv_chart.c
+ "lv_chart.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\colorwheel\lv_colorwheel.c
+ "lv_colorwheel.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\imgbtn\lv_imgbtn.c
+ "lv_imgbtn.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\keyboard\lv_keyboard.c
+ "lv_keyboard.h"
+ "../../../widgets/lv_textarea.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\led\lv_led.c
+ "lv_led.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\list\lv_list.c
+ "lv_list.h"
+ "../../../core/lv_disp.h"
+ "../../../widgets/lv_label.h"
+ "../../../widgets/lv_img.h"
+ "../../../widgets/lv_btn.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\meter\lv_meter.c
+ "lv_meter.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\msgbox\lv_msgbox.c
+ "lv_msgbox.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\span\lv_span.c
+ "lv_span.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\spinbox\lv_spinbox.c
+ "lv_spinbox.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\spinner\lv_spinner.c
+ "lv_spinner.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\tabview\lv_tabview.c
+ "lv_tabview.h"
+
+1707098373 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\tileview\lv_tileview.c
+ "lv_tileview.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\extra\widgets\win\lv_win.c
+ "lv_win.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font.c
+ "lv_font.h"
+ "../misc/lv_utils.h"
+ "../misc/lv_log.h"
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_utils.h
+
+
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_dejavu_16_persian_hebrew.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_fmt_txt.c
+ "lv_font.h"
+ "lv_font_fmt_txt.h"
+ "../misc/lv_assert.h"
+ "../misc/lv_types.h"
+ "../misc/lv_gc.h"
+ "../misc/lv_log.h"
+ "../misc/lv_utils.h"
+ "../misc/lv_mem.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_loader.c
+
+
+ "../lvgl.h"
+ "../misc/lv_fs.h"
+ "lv_font_loader.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_10.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_12.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_12_subpx.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_14.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_16.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_18.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_20.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_22.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_24.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_26.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_28.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_28_compressed.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_30.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_32.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_34.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_36.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_38.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_40.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_42.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_44.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_46.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_48.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_montserrat_8.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_simsun_16_cjk.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_unscii_16.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\font\lv_font_unscii_8.c
+ "lvgl.h"
+ "../../lvgl.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\gpu\lv_gpu_nxp_pxp.c
+ "../lv_conf_internal.h"
+ "lvgl.h"
+ "lv_gpu_nxp_pxp.h"
+ "../misc/lv_mem.h"
+ "../misc/lv_log.h"
+ "fsl_pxp.h"
+ "fsl_cache.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\gpu\lv_gpu_nxp_pxp_osa.c
+ "../lv_conf_internal.h"
+ "lv_gpu_nxp_pxp.h"
+ "fsl_pxp.h"
+ "FreeRTOS.h"
+ "semphr.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\gpu\lv_gpu_nxp_vglite.c
+ "../lv_conf_internal.h"
+ "lvgl.h"
+ "lv_gpu_nxp_vglite.h"
+ "../misc/lv_log.h"
+ "fsl_cache.h"
+ "vg_lite.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\gpu\lv_gpu_stm32_dma2d.c
+ "lv_gpu_stm32_dma2d.h"
+ "../core/lv_disp.h"
+ "../core/lv_refr.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\hal\lv_hal_disp.c
+
+
+ "lv_hal.h"
+ "../misc/lv_mem.h"
+ "../misc/lv_gc.h"
+ "../misc/lv_assert.h"
+ "../core/lv_obj.h"
+ "../core/lv_refr.h"
+ "../core/lv_theme.h"
+ "../extra/themes/default/lv_theme_default.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\hal\lv_hal_indev.c
+ "../misc/lv_assert.h"
+ "../hal/lv_hal_indev.h"
+ "../core/lv_indev.h"
+ "../misc/lv_mem.h"
+ "../misc/lv_gc.h"
+ "lv_hal_disp.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\hal\lv_hal_tick.c
+ "lv_hal_tick.h"
+
+
+1706766713 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_anim.c
+ "lv_anim.h"
+
+
+ "../misc/lv_assert.h"
+ "../hal/lv_hal_tick.h"
+ "lv_timer.h"
+ "lv_math.h"
+ "lv_mem.h"
+ "lv_gc.h"
+
+1706766752 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_anim_timeline.c
+ "lv_anim_timeline.h"
+ "lv_mem.h"
+ "lv_assert.h"
+
+1679997251 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_anim_timeline.h
+ "lv_anim.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_area.c
+ "../lv_conf_internal.h"
+ "lv_area.h"
+ "lv_math.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_async.c
+ "lv_async.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_bidi.c
+
+ "lv_bidi.h"
+ "lv_txt.h"
+ "../misc/lv_mem.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_color.c
+ "lv_color.h"
+ "lv_log.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_fs.c
+ "lv_fs.h"
+ "../misc/lv_assert.h"
+ "lv_ll.h"
+
+ "lv_gc.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_gc.c
+ "lv_gc.h"
+ "string.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_ll.c
+
+
+ "lv_ll.h"
+ "lv_mem.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_log.c
+ "lv_log.h"
+
+
+ "lv_printf.h"
+ "../hal/lv_hal_tick.h"
+
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_math.c
+ "lv_math.h"
+
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_mem.c
+ "lv_mem.h"
+ "lv_tlsf.h"
+ "lv_gc.h"
+ "lv_assert.h"
+
+
+1659018602 f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_tlsf.h
+ "../lv_conf_internal.h"
+
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_printf.c
+ "lv_printf.h"
+
+
+
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_style.c
+ "lv_style.h"
+ "../misc/lv_mem.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_style_gen.c
+ "lv_style.h"
+
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_templ.c
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_timer.c
+ "lv_timer.h"
+
+ "../misc/lv_assert.h"
+ "../hal/lv_hal_tick.h"
+ "lv_gc.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_tlsf.c
+ "../lv_conf_internal.h"
+
+
+
+ "lv_tlsf.h"
+ "lv_mem.h"
+ "lv_log.h"
+
+
+
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_txt.c
+
+ "lv_txt.h"
+ "lv_txt_ap.h"
+ "lv_math.h"
+ "lv_log.h"
+ "lv_mem.h"
+ "lv_assert.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_txt_ap.c
+
+ "lv_bidi.h"
+ "lv_txt.h"
+ "lv_txt_ap.h"
+ "lv_mem.h"
+ "../draw/lv_draw.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\misc\lv_utils.c
+
+ "lv_utils.h"
+ "lv_math.h"
+ "lv_printf.h"
+ "lv_txt.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_arc.c
+ "lv_arc.h"
+ "../core/lv_group.h"
+ "../core/lv_indev.h"
+ "../misc/lv_assert.h"
+ "../misc/lv_math.h"
+ "../draw/lv_draw_arc.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_bar.c
+ "lv_bar.h"
+ "../misc/lv_assert.h"
+ "../draw/lv_draw.h"
+ "../misc/lv_anim.h"
+ "../misc/lv_math.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_btn.c
+ "lv_btn.h"
+ "../extra/layouts/flex/lv_flex.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_btnmatrix.c
+ "lv_btnmatrix.h"
+ "../misc/lv_assert.h"
+ "../core/lv_indev.h"
+ "../core/lv_group.h"
+ "../draw/lv_draw.h"
+ "../core/lv_refr.h"
+ "../misc/lv_txt.h"
+ "../misc/lv_txt_ap.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_canvas.c
+ "lv_canvas.h"
+ "../misc/lv_assert.h"
+ "../misc/lv_math.h"
+ "../draw/lv_draw.h"
+ "../core/lv_refr.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_checkbox.c
+ "lv_checkbox.h"
+ "../misc/lv_assert.h"
+ "../misc/lv_txt_ap.h"
+ "../core/lv_group.h"
+ "../draw/lv_draw.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_dropdown.c
+ "../core/lv_obj.h"
+ "lv_dropdown.h"
+ "../misc/lv_assert.h"
+ "../draw/lv_draw.h"
+ "../core/lv_group.h"
+ "../core/lv_indev.h"
+ "../core/lv_disp.h"
+ "../font/lv_symbol_def.h"
+ "../misc/lv_anim.h"
+ "../misc/lv_math.h"
+ "../misc/lv_txt_ap.h"
+
+
+1687745216 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_img.c
+ "lv_img.h"
+ "../misc/lv_assert.h"
+ "../draw/lv_img_decoder.h"
+ "../misc/lv_fs.h"
+ "../misc/lv_txt.h"
+ "../misc/lv_math.h"
+ "../misc/lv_log.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_label.c
+ "lv_label.h"
+ "../core/lv_obj.h"
+ "../misc/lv_assert.h"
+ "../core/lv_group.h"
+ "../draw/lv_draw.h"
+ "../misc/lv_color.h"
+ "../misc/lv_math.h"
+ "../misc/lv_bidi.h"
+ "../misc/lv_txt_ap.h"
+ "../misc/lv_printf.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_line.c
+ "lv_line.h"
+ "../misc/lv_assert.h"
+ "../draw/lv_draw.h"
+ "../misc/lv_math.h"
+
+
+
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_objx_templ.c
+ "../misc/lv_assert.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_roller.c
+ "lv_roller.h"
+ "../misc/lv_assert.h"
+ "../draw/lv_draw.h"
+ "../core/lv_group.h"
+ "../core/lv_indev.h"
+ "../core/lv_indev_scroll.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_slider.c
+ "lv_slider.h"
+ "../misc/lv_assert.h"
+ "../core/lv_group.h"
+ "../core/lv_indev.h"
+ "../draw/lv_draw.h"
+ "../misc/lv_math.h"
+ "../core/lv_disp.h"
+ "lv_img.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_switch.c
+ "lv_switch.h"
+ "../misc/lv_assert.h"
+ "../misc/lv_math.h"
+ "../core/lv_indev.h"
+ "../core/lv_disp.h"
+ "lv_img.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_table.c
+ "lv_table.h"
+ "../core/lv_indev.h"
+ "../misc/lv_assert.h"
+ "../misc/lv_txt.h"
+ "../misc/lv_txt_ap.h"
+ "../misc/lv_math.h"
+ "../misc/lv_printf.h"
+ "../draw/lv_draw.h"
+
+1659018602 source:f:\mxc-a36\mxc-a36\xrz\lvgl\src\widgets\lv_textarea.c
+ "lv_textarea.h"
+
+ "../misc/lv_assert.h"
+ "../core/lv_group.h"
+ "../core/lv_refr.h"
+ "../core/lv_indev.h"
+ "../draw/lv_draw.h"
+ "../misc/lv_anim.h"
+ "../misc/lv_txt.h"
+ "../misc/lv_math.h"
+
+1707122330 source:f:\mxc-a36\mxc-a36\xrz\main.c
+
+
+ "lvgl/lvgl.h"
+ "lv_examples/src/lv_demo_widgets/lv_demo_widgets.h"
+ "lv_drivers/win32drv/win32drv.h"
+ "lv_conf.h"
+
+
+1706254622 source:f:\mxc-a36\mxc-a36\xrz\sprd_image\speed_arc.c
+ "lvgl/lvgl.h"
+
+1708309378 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\resource\lan_str_table.c
+ "lan_str_table.h"
+
+1708309378 f:\mxc-a36\mxc-a36\xrz\lv_user_code\include\lan_str_table.h
+
+1708586630 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\app\equipment.c
+ "lvgl.h"
+ "img_def.h"
+ "demo.h"
+ "mxc_meter.h"
+ "list.h"
+ "lan_str_table.h"
+ "equipment.h"
+
+1708581072 f:\mxc-a36\mxc-a36\xrz\lv_user_code\include\equipment.h
+ "lan_str_table.h"
+
+1708587185 source:f:\mxc-a36\mxc-a36\xrz\lv_user_code\app\setting_page.c
+ "lvgl.h"
+ "img_def.h"
+ "demo.h"
+ "mxc_meter.h"
+ "list.h"
+ "language_table.h"
+ "lan_str_table.h"
+
+1708325538 f:\mxc-a36\mxc-a36\xrz\lv_user_code\app\list.h
+
diff --git a/MXC-A36/xrz/LittlevGL.layout b/MXC-A36/xrz/LittlevGL.layout
index d76497a..6b03cb3 100644
--- a/MXC-A36/xrz/LittlevGL.layout
+++ b/MXC-A36/xrz/LittlevGL.layout
@@ -2,102 +2,9 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -105,14 +12,112 @@
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -134,369 +139,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -504,9 +164,174 @@
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -514,9 +339,199 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MXC-A36/xrz/lv_user_code/app/animo.c b/MXC-A36/xrz/lv_user_code/app/animo.c
index bae450e..59dbd64 100644
--- a/MXC-A36/xrz/lv_user_code/app/animo.c
+++ b/MXC-A36/xrz/lv_user_code/app/animo.c
@@ -142,6 +142,10 @@ static void anim_mileage_value_cb(void * var, int32_t v)
void self_checking_animo(lv_obj_t * parent){
+
+ if(Get_sys_power_on_self_test() ==100)
+ return;
+
lv_obj_t * ui_Arc1 = lv_obj_get_child(parent,5);
lv_obj_t * hand_img = lv_obj_get_child(parent,6);
diff --git a/MXC-A36/xrz/lv_user_code/app/demo.c b/MXC-A36/xrz/lv_user_code/app/demo.c
index c130321..e916110 100644
--- a/MXC-A36/xrz/lv_user_code/app/demo.c
+++ b/MXC-A36/xrz/lv_user_code/app/demo.c
@@ -175,14 +175,18 @@ void refresh_timer_cb(lv_timer_t *t){
if(bar_value <60){
lv_meter_set_indicator_end_value(oil_meter, oil_indic1, bar_value);
lv_meter_set_indicator_end_value(oil_meter, oil_indic2, 60);
- }else
+ }else{
+ lv_meter_set_indicator_end_value(oil_meter, oil_indic1, 60);
lv_meter_set_indicator_end_value(oil_meter, oil_indic2, bar_value);
+ }
if(bar_value<210){
lv_meter_set_indicator_end_value(temp_meter, temp_indic1, bar_value);
lv_meter_set_indicator_end_value(temp_meter, temp_indic2, 210);
- }else
- lv_meter_set_indicator_end_value(temp_meter, temp_indic2, bar_value);
+ }else{
+ lv_meter_set_indicator_end_value(temp_meter, temp_indic1, 210);
+ lv_meter_set_indicator_end_value(temp_meter, temp_indic2, bar_value);
+ }
//转速指针
diff --git a/MXC-A36/xrz/lv_user_code/app/equipment.c b/MXC-A36/xrz/lv_user_code/app/equipment.c
new file mode 100644
index 0000000..ef0c1b0
--- /dev/null
+++ b/MXC-A36/xrz/lv_user_code/app/equipment.c
@@ -0,0 +1,61 @@
+#include "lvgl.h"
+#include "img_def.h"
+#include "demo.h"
+#include "mxc_meter.h"
+#include "list.h"
+//#include "language_table.h"
+#include "lan_str_table.h"
+#include "equipment.h"
+
+__attribute__((section("resource_section"))) lv_equipment_list_t equipment_list_group[EQUIPMENT_ID_MAX]=
+{
+ {EQUIPMENT_ID_THEME, STR_ID_THEME, true, true},
+ {EQUIPMENT_ID_LIGHT, STR_ID_LIGHT, false, true},
+ {EQUIPMENT_ID_BLUETOOTH, STR_ID_BLUETOOTH, false, true},
+ {EQUIPMENT_ID_OTHER, STR_ID_OTHER_SETTING, false, true},
+ {EQUIPMENT_ID_INFORMATION, STR_ID_INFORMATION, false, true},
+ {EQUIPMENT_ID_PRESSURE, STR_ID_PRESSURE, false, true},
+ {EQUIPMENT_ID_FAULT_CODE, STR_ID_FAULT_CODE, false, true},
+ {EQUIPMENT_ID_RETURN, STR_ID_RETURN, false, true},
+};
+
+
+bool get_equipment_is_display(ENUM_EQUIPMENT_ID equip_id)
+{
+ return equipment_list_group[equip_id].is_display;
+}
+
+void get_display_equipment_str(uint32_t res_arr[MAINMENU_TILE_END][COMMON_PER_PAGE_NUM])
+{
+ uint8_t equip_id = EQUIPMENT_ID_THEME;
+
+ for(uint8_t i=MAINMENU_TILE_ZERO; iInit(mainmenu_tile[i].window_obj, i, tile_item_count, list_title);
+ ((mainmenu_tile_t *)&mainmenu_tile[i])->Init(mainmenu_tile[i].window_obj, dis_item_arr[i], i, tile_item_count, list_str);
else
- ((mainmenu_tile_t *)&mainmenu_tile[i])->Init(mainmenu_tile[i].window_obj, i, tile_item_count, list_title);
+ ((mainmenu_tile_t *)&mainmenu_tile[i])->Init(mainmenu_tile[i].window_obj, dis_item_arr[i], i, tile_item_count, list_str);
}
@@ -104,8 +204,11 @@ static void key_event_handler(lv_event_t *e)
uint32_t page_count = 0; // display tile index
uint32_t btn_count = 0; // checked item index
uint32_t page_num = 0; // sum of mainmenu pages
-// uint32_t last_item_pos = 0; // last item index of his page
-// uint32_t dis_item_arr[MAINMENU_TILE_END][COMMON_PER_PAGE_NUM];
+ uint32_t last_item_pos = 0; // last item index of his page
+ uint32_t dis_item_arr[MAINMENU_TILE_END][COMMON_PER_PAGE_NUM];
+ memset(dis_item_arr, 0, sizeof(dis_item_arr));
+ uint32_t btn_totalnum = mainmenu_item_process(dis_item_arr, &page_num, &last_item_pos);
+
bool check = false;
// MAINMENU_ICON_ID_ENUM menu_id = MAINMENU_ICON_ID_MAX;
// ENUM_MAINMENU_ITEM_ID item_id = MAINMENU_ITEM_ID_MAX;
@@ -138,13 +241,28 @@ static void key_event_handler(lv_event_t *e)
// break;
case LV_KEY_Q:
lv_obj_clear_state(mainmenu_button_cur, LV_STATE_FOCUS_KEY);
+// if(btn_totalnum >btn_count+1+page_count*3){
+// printf("1---------count = %d.\n",btn_count+1+page_count*3);
+// }
+ if(btn_totalnum ==btn_count+1+page_count*3){//最后一个按钮
+ printf("2---------count = %d.\n",btn_count+1+page_count*3);
+ page_count =0;
+ btn_count =0;
+ lv_obj_t *tile_display = lv_obj_get_child(mainmenu_tile_win, page_count);
+ lv_obj_set_tile(mainmenu_tile_win, tile_display, LV_ANIM_ON);
+ mainmenu_btn_win = lv_tileview_get_tile_act(mainmenu_tile_win);
+ lv_obj_t *mainmenu_next_button = lv_obj_get_child(mainmenu_btn_win, btn_count);
+ lv_obj_add_state(mainmenu_next_button, LV_STATE_FOCUS_KEY);
+ printf("LV_KEY_Q page_count = %d ,btn_count = %d\n",page_count,btn_count);
+ break;
+ }
+
+
+
if(btn_count==2){
btn_count =0;
- if(page_count==2)
- page_count =0;
- else
- page_count++;
- lv_obj_t *tile_display = lv_obj_get_child(mainmenu_tile_win, page_count);
+ page_count++;
+ lv_obj_t *tile_display = lv_obj_get_child(mainmenu_tile_win, page_count);
lv_obj_set_tile(mainmenu_tile_win, tile_display, LV_ANIM_ON);
}else
btn_count++;
@@ -152,10 +270,10 @@ static void key_event_handler(lv_event_t *e)
lv_obj_t *mainmenu_next_button = lv_obj_get_child(mainmenu_btn_win, btn_count);
lv_obj_add_state(mainmenu_next_button, LV_STATE_FOCUS_KEY);
printf("LV_KEY_Q page_count = %d ,btn_count = %d\n",page_count,btn_count);
-
- break;
+ break;
case LV_KEY_W:
- printf("LV_KEY_W page_count = %d ,btn_count = %d\n",page_count,btn_count);
+ printf("LV_KEY_W page_count = %d ,btn_count = %d,",page_count,btn_count);
+ printf("count = %d.\n",btn_count+1+page_count*3);
// ENUM_MAINMENU_ITEM_ID item_id = get_mainmenu_item_id_by_strid(dis_item_arr[page_count][btn_count]);
// Set_check_menu_item(item_id);
@@ -171,7 +289,8 @@ static void key_event_handler(lv_event_t *e)
}
}
-void init_tile_common(lv_obj_t *mainmenu_btn_win, uint8_t page_num, uint8_t cur_tile_item,char *list_title[])
+//void init_tile_common(lv_obj_t *mainmenu_btn_win, uint8_t page_num, uint8_t cur_tile_item,char *list_title[])
+void init_tile_common(lv_obj_t *mainmenu_btn_win, uint32_t str_arr[], uint8_t page_num, uint8_t cur_tile_item,LAN_STR_ID list_str[])
{
printf("page_num = %d, cur_tile_item = %d\n",page_num,cur_tile_item);
@@ -215,12 +334,21 @@ void init_tile_common(lv_obj_t *mainmenu_btn_win, uint8_t page_num, uint8_t cur_
lv_obj_set_size(imgbtn, MAINMENU_ICON_WIDTH_UNCHECK, MAINMENU_ICON_HEIGHT_UNCHECK);
lv_obj_set_pos(imgbtn, x1, y1);
+ LAN_STR_ID str_id = (LAN_STR_ID)str_arr[i];
+// uint8_t curItemState = getCurItemStateByStrid(str_id);
+ ENUM_EQUIPMENT_ID cur_menu_id = get_menu_iconid_by_strid(str_id);
+ if (cur_menu_id == MAINMENU_ICON_ID_MAX)
+ continue;
+
+
if(page_id == 0 && i==0){
lv_obj_add_state(imgbtn, LV_STATE_FOCUS_KEY);
}
lv_obj_t * label = lv_label_create(imgbtn);
- lv_label_set_text_fmt(label, "%s",list_title[i+page_num*3]);
+// lv_label_set_text_fmt(label, "%s",lan_str_table[list_str[i+page_num*3]][1]);
+ const LAN_STR_ID Str_id = get_equipment_is_str(cur_menu_id);
+ lv_label_set_text_fmt(label, "%s",lan_str_table[Str_id][1]);
lv_obj_center(label);
}
@@ -230,6 +358,25 @@ void init_tile_common(lv_obj_t *mainmenu_btn_win, uint8_t page_num, uint8_t cur_
}
+ENUM_MAINMENU_ITEM_ID Get_menu_btn_item(uint32_t btn_count){
+
+ switch(btn_count){
+ case 0:
+
+ break;
+ case 1:
+
+ break;
+ case 2:
+
+ break;
+ default:
+ break;
+ }
+ return MAINMENU_ITEM_ID_MAX;
+
+}
+
ENUM_MAINMENU_ITEM_ID Get_menu_item(uint32_t page_count ,uint32_t btn_count){
switch(page_count){
@@ -256,7 +403,6 @@ void SubmenuBtnEnter(lv_obj_t * scr_parent_main , uint32_t page_count ,uint32_t
uint8_t tile_item_count = COMMON_PER_PAGE_NUM;
lv_obj_t *submenu_win = lv_obj_create(scr_parent_main);
-// lv_obj_set_style_bg_color(submenu_win, lv_color_make(0xff, 0x00, 0x00), 0);
lv_obj_set_scrollbar_mode(submenu_win, LV_SCROLLBAR_MODE_OFF);
lv_obj_set_size(submenu_win, LV_PCT(100), LV_PCT(100));
lv_obj_set_style_pad_all(submenu_win, 0, 0);
@@ -265,9 +411,18 @@ void SubmenuBtnEnter(lv_obj_t * scr_parent_main , uint32_t page_count ,uint32_t
lv_obj_set_style_border_color(submenu_win, lv_color_black(), 0);
lv_obj_clear_flag(submenu_win, LV_OBJ_FLAG_SCROLLABLE);
- ENUM_MAINMENU_ITEM_ID page_type = Get_menu_item(page_count,btn_count);
-
-
+// ENUM_MAINMENU_ITEM_ID page_type = Get_menu_item(page_count,btn_count);
+// printf("SubmenuBtnEnter ====== page_count = %d ,btn_count = %d .page_type = %d\n",page_count,btn_count,page_type);
+//
+// uint32_t last_item_pos = mainmenu_item_sum % COMMON_PER_PAGE_NUM;
+ uint32_t dis_item_arr[MAINMENU_TILE_END][COMMON_PER_PAGE_NUM];
+ memset(dis_item_arr, 0, sizeof(dis_item_arr));
+ get_display_equipment_str(dis_item_arr);
+// last_item_pos == 0 ? \
+// (dis_item_arr[page_num-1][COMMON_PER_PAGE_NUM-1]=STR_ID_DEVICE_MANAGE) : \
+// (dis_item_arr[page_num-1][last_item_pos-1]=STR_ID_DEVICE_MANAGE);
+ getDeviceEntryByStrId(dis_item_arr[page_count][btn_count]);
+// printf("dis_item_arr = %d \n",dis_item_arr[page_count][btn_count]);
}
@@ -275,10 +430,6 @@ void SubmenuBtnEnter(lv_obj_t * scr_parent_main , uint32_t page_count ,uint32_t
/**************************************************************************************/
-
-
-
-
static void scroll_begin_event(lv_event_t * e)
{
/*Disable the scroll animations. Triggered when a tab button is clicked */
diff --git a/MXC-A36/xrz/lv_user_code/app/setting_page.c b/MXC-A36/xrz/lv_user_code/app/setting_page.c
new file mode 100644
index 0000000..8aef800
--- /dev/null
+++ b/MXC-A36/xrz/lv_user_code/app/setting_page.c
@@ -0,0 +1,59 @@
+#include "lvgl.h"
+#include "img_def.h"
+#include "demo.h"
+#include "mxc_meter.h"
+#include "list.h"
+#include "language_table.h"
+#include "lan_str_table.h"
+
+void theme_create(lv_obj_t *obj)
+{
+ printf("enter theme_create\n");
+ lv_obj_t * scr_parent_main = get_root_win();
+
+ lv_obj_t * submenu_win = lv_obj_create(scr_parent_main);
+ lv_obj_set_scrollbar_mode(submenu_win, LV_SCROLLBAR_MODE_OFF);
+ lv_obj_set_size(submenu_win, LV_PCT(100), LV_PCT(100));
+ lv_obj_set_style_pad_all(submenu_win, 0, 0);
+ lv_obj_set_style_radius(submenu_win, 0, 0);
+ lv_obj_set_style_border_width(submenu_win, 0, LV_PART_MAIN);
+ lv_obj_set_style_border_color(submenu_win, lv_color_black(), 0);
+ lv_obj_clear_flag(submenu_win, LV_OBJ_FLAG_SCROLLABLE);
+
+}
+
+void light_create(lv_obj_t *obj)
+{
+ printf("enter light_create\n");
+}
+
+void bluetooth_create(lv_obj_t *obj)
+{
+ printf("enter bluetooth_create\n");
+}
+
+void other_create(lv_obj_t *obj)
+{
+ printf("enter other_create\n");
+}
+
+void information_create(lv_obj_t *obj)
+{
+ printf("enter information_create\n");
+}
+
+void pressure_create(lv_obj_t *obj)
+{
+ printf("enter pressure_create\n");
+}
+
+void fault_code_create(lv_obj_t *obj)
+{
+ printf("enter fault_code_create\n");
+}
+
+void demo_return(lv_obj_t *obj)
+{
+ printf("enter demo_return\n");
+ lv_demo(get_root_win(),NULL);
+}
diff --git a/MXC-A36/xrz/lv_user_code/include/equipment.h b/MXC-A36/xrz/lv_user_code/include/equipment.h
new file mode 100644
index 0000000..404e438
--- /dev/null
+++ b/MXC-A36/xrz/lv_user_code/include/equipment.h
@@ -0,0 +1,28 @@
+#ifndef __EQUIPMENT_H__
+#define __EQUIPMENT_H__
+
+#include "lan_str_table.h"
+
+typedef enum _ENUM_EQUIPMENT_ID_ {
+ EQUIPMENT_ID_THEME = 0,
+ EQUIPMENT_ID_LIGHT,
+ EQUIPMENT_ID_BLUETOOTH,
+ EQUIPMENT_ID_OTHER,
+ EQUIPMENT_ID_INFORMATION,
+ EQUIPMENT_ID_PRESSURE,
+ EQUIPMENT_ID_FAULT_CODE,
+ EQUIPMENT_ID_RETURN,
+ EQUIPMENT_ID_MAX,
+}ENUM_EQUIPMENT_ID;
+
+typedef struct _lv_equipment_list_t{
+ const ENUM_EQUIPMENT_ID equipment_id;
+ const LAN_STR_ID str;
+ bool selected;
+ bool is_display;
+}lv_equipment_list_t;
+
+LAN_STR_ID get_equipment_is_str(ENUM_EQUIPMENT_ID equip_id);
+
+
+#endif
diff --git a/MXC-A36/xrz/lv_user_code/include/lan_str_table.h b/MXC-A36/xrz/lv_user_code/include/lan_str_table.h
new file mode 100644
index 0000000..215c9ae
--- /dev/null
+++ b/MXC-A36/xrz/lv_user_code/include/lan_str_table.h
@@ -0,0 +1,92 @@
+#ifndef __LAN_STR_TABLE_H__
+#define __LAN_STR_TABLE_H__
+
+
+#define LAN_STR_TABLE_NUM 15
+
+
+
+extern const char * const lan_str_table[][15];
+
+
+typedef enum{
+ STR_ID_ENGLISH,
+ STR_ID_APP_SCANNING_BINDING,
+ STR_ID_APP_ABOUT,
+ STR_ID_AM,
+ STR_ID_PM,
+ STR_ID_SUM,
+ STR_ID_MON,
+ STR_ID_TUE,
+ STR_ID_WED,
+ STR_ID_THU,
+ STR_ID_FRI,
+ STR_ID_SAT,
+ STR_ID_NORMAL,
+ STR_ID_MIN,
+ STR_ID_UPGRADING,
+ STR_ID_UPGRADE_SUCCESSFULLY,
+ STR_ID_UPGRADE_FAILURE,
+ STR_ID_REBOOTING,
+ STR_ID_IN_SYNC,
+ STR_ID_SYNCHRONIZATION_SUCCEEDED,
+ STR_ID_SECOND,
+ STR_ID_HOUR,
+ STR_ID_MINUTE,
+ STR_ID_CHINESE,
+ STR_ID_KOREAN,
+ STR_ID_JAPANESE,
+ STR_ID_GERMAN,
+ STR_ID_SPANISH,
+ STR_ID_FRENCH,
+ STR_ID_ITALIAN,
+ STR_ID_PORTUGUESE,
+ STR_ID_ARABIC,
+ STR_ID_INDIA,
+ STR_ID_HINDI,
+ STR_ID_POLISH_LANGUAGE,
+ STR_ID_RUSSIAN,
+ STR_ID_DUTCH_LANGUAGE,
+ STR_ID_TURKISH_LANGUAGE,
+ STR_ID_BENGALI_LANGUAGE,
+ STR_ID_URDU,
+ STR_ID_INDONESIAN_LANGUAGE,
+ STR_ID_PUNJABI_LANGUAGE,
+ STR_ID_THAI,
+ STR_ID_CZECH_LANGUAGE,
+ STR_ID_SETTINGS,
+ STR_ID_THEME,
+ STR_ID_LIGHT,
+ STR_ID_BLUETOOTH,
+ STR_ID_OTHER_SETTING,
+ STR_ID_INFORMATION,
+ STR_ID_RETURN,
+ STR_ID_PRESSURE,
+ STR_ID_FAULT_CODE,
+ STR_ID_THEME_SELECT,
+ STR_ID_THEME_BG,
+ STR_ID_SELF_ADAPTION,
+ STR_ID_NOW_FAULT_CODE,
+ STR_ID_HIS_FAULT_CODE,
+ STR_ID_AUTO,
+ STR_ID_BT_SWITCH,
+ STR_ID_IMPERIAL,
+ STR_ID_METRIC,
+ STR_ID_UNIT,
+ STR_ID_LANGUAGE,
+ STR_ID_IN_LEARNING,
+ STR_ID_SENSOR_FRONT,
+ STR_ID_SENSOR_REAR,
+ STR_ID_SENSOR_LOSS,
+ STR_ID_TIME,
+ STR_ID_SPEED_MAX,
+ STR_ID_SPEED_AVG,
+ STR_ID_MILEAGE_TRIP,
+ STR_ID_MILEAGE_ODO,
+ STR_ID_LAN_STR_TABLEMAX,
+}LAN_STR_ID;
+
+
+
+
+#endif
diff --git a/MXC-A36/xrz/lv_user_code/include/language_table.h b/MXC-A36/xrz/lv_user_code/include/language_table.h
index 18313e1..705e5c2 100644
--- a/MXC-A36/xrz/lv_user_code/include/language_table.h
+++ b/MXC-A36/xrz/lv_user_code/include/language_table.h
@@ -1,3 +1,4 @@
+#if 0
#ifndef __LANGUAGE_TABLE_H__
#define __LANGUAGE_TABLE_H__
@@ -408,3 +409,5 @@ char * str[LANGUAGE_NUM];
#endif
+
+#endif
\ No newline at end of file
diff --git a/MXC-A36/xrz/lv_user_code/include/list.h b/MXC-A36/xrz/lv_user_code/include/list.h
index de98667..92ffd2e 100644
--- a/MXC-A36/xrz/lv_user_code/include/list.h
+++ b/MXC-A36/xrz/lv_user_code/include/list.h
@@ -1,6 +1,7 @@
#ifndef __LIST_H__
#define __LIST_H__
+#include "lan_str_table.h"
#define MAINMENU_ICON_WIDTH_UNCHECK 100
#define MAINMENU_ICON_HEIGHT_UNCHECK 100
@@ -38,6 +39,7 @@ typedef enum _ENUM_MAINMENU_ITEM_ID_
MAINMENU_ITEM_ID_OTHER_TIME,
MAINMENU_ITEM_ID_OTHER_LANGUAGE,
MAINMENU_ITEM_ID_OTHER_UINT,
+// MAINMENU_ITEM_ID_LIST_RETURN,
MAINMENU_ITEM_ID_MAX,
} ENUM_MAINMENU_ITEM_ID;
@@ -62,29 +64,33 @@ typedef struct
ENUM_MAINMENU_ITEM_ID cur_checked_menu_item;
}Local_UiCommon_t;
-//typedef enum
-//{
-// MAINMENU_ICON_ID_WS_01,
-// MAINMENU_ICON_ID_HU_01,
-// MAINMENU_ICON_ID_DC_01,
-// MAINMENU_ICON_ID_TYRE_PRESSURE,
-// MAINMENU_ICON_ID_WAISTCOAT,
-// MAINMENU_ICON_ID_GLOVE,
-// MAINMENU_ICON_ID_DEVICE_MANAGEMENT,
-// MAINMENU_ICON_ID_MAX,
-//} MAINMENU_ICON_ID_ENUM;
-//
+
+typedef enum
+{
+ MAINMENU_ICON_ID_THEME,
+ MAINMENU_ICON_ID_LIGHT,
+ MAINMENU_ICON_ID_BLUETOOTH,
+ MAINMENU_ICON_ID_OTHER,
+ MAINMENU_ICON_ID_INFORMATION,
+ MAINMENU_ICON_ID_PRESSURE,
+ MAINMENU_ICON_ID_FAULT_CODE,
+ MAINMENU_ICON_ID_RETURN,
+ MAINMENU_ICON_ID_MAX,
+} MAINMENU_ICON_ID_ENUM;
+
//typedef enum _ENUM_EQUIPMENT_ID_ {
-// EQUIPMENT_ID_NEW = 0,
-// EQUIPMENT_ID_WS01,
-// EQUIPMENT_ID_HU01,
-// EQUIPMENT_ID_DC01,
-// EQUIPMENT_ID_TYRE_PRESSURE,
-// EQUIPMENT_ID_WAISTCOAT,
-// EQUIPMENT_ID_GLOVES,
+// EQUIPMENT_ID_THEME = 0,
+// EQUIPMENT_ID_LIGHT,
+// EQUIPMENT_ID_BLUETOOTH,
+// EQUIPMENT_ID_OTHER,
+// EQUIPMENT_ID_INFORMATION,
+// EQUIPMENT_ID_PRESSURE,
+// EQUIPMENT_ID_FAULT_CODE,
// EQUIPMENT_ID_MAX,
//}ENUM_EQUIPMENT_ID;
+
+
typedef enum
{
MAINMENU_TILE_ZERO = 0,
@@ -102,14 +108,41 @@ typedef struct
void (*Init)();
}mainmenu_tile_t;
+//
+//
+//typedef struct _lv_equipment_list_t{
+// const ENUM_EQUIPMENT_ID equipment_id;
+// const LAN_STR_ID str;
+// bool selected;
+// bool is_display;
+//}lv_equipment_list_t;
-void init_tile_common(lv_obj_t *mainmenu_btn_win, uint8_t page_num, uint8_t cur_tile_item,char *list_title[]);
+typedef struct _lv_mainmenu_icon_t
+{
+ ENUM_MAINMENU_ITEM_ID mainmenu_item_id;
+ LAN_STR_ID str_id;
+ MAINMENU_ICON_ID_ENUM mainmenu_icon_id;
+ btn_event_func event_handler;
+} lv_mainmenu_win_t;
+
+// void init_tile_common(lv_obj_t *mainmenu_btn_win, uint8_t page_num, uint8_t cur_tile_item,char *list_title[]);
+// void init_tile_common(lv_obj_t *mainmenu_btn_win, uint8_t page_num, uint8_t cur_tile_item,LAN_STR_ID list_str[]);
+void init_tile_common(lv_obj_t *mainmenu_btn_win, uint32_t str_arr[], uint8_t page_num, uint8_t cur_tile_item,LAN_STR_ID list_str[]);
static void key_event_handler(lv_event_t *e);
-void mainmenu_item_process(uint32_t dis_item_arr[MAINMENU_TILE_END][COMMON_PER_PAGE_NUM],
+uint32_t mainmenu_item_process(uint32_t dis_item_arr[MAINMENU_TILE_END][COMMON_PER_PAGE_NUM],
uint32_t *page_num, uint32_t *last_item_pos);
void position_in_array(uint32_t res_arr[MAINMENU_TILE_END][COMMON_PER_PAGE_NUM], uint32_t res[2]);
//ENUM_MAINMENU_ITEM_ID get_mainmenu_item_id_by_strid(ENUM_RES_STR_ID str_id);
+extern void theme_create(lv_obj_t *obj);
+extern void light_create(lv_obj_t *obj);
+extern void bluetooth_create(lv_obj_t *obj);
+extern void other_create(lv_obj_t *obj);
+extern void information_create(lv_obj_t *obj);
+extern void pressure_create(lv_obj_t *obj);
+extern void fault_code_create(lv_obj_t *obj);
+extern void demo_return(lv_obj_t *obj);
+
#endif
diff --git a/MXC-A36/xrz/lv_user_code/include/mxc_meter.h b/MXC-A36/xrz/lv_user_code/include/mxc_meter.h
index 765706e..b301cda 100644
--- a/MXC-A36/xrz/lv_user_code/include/mxc_meter.h
+++ b/MXC-A36/xrz/lv_user_code/include/mxc_meter.h
@@ -1,7 +1,7 @@
#ifndef __MXC_METER_H__
#define __MXC_METER_H__
-
+typedef void (*btn_event_func)(lv_obj_t *obj);
typedef enum _ENUM_CONTROL_WIN_ID
{
@@ -24,12 +24,12 @@ typedef enum _ENUM_CONTROL_WIN_ID
typedef struct{
- uint8_t engine; //
- uint8_t machine_oil; //ͱ
- uint8_t abs; //abs
- uint8_t tcs; //tcsǣϵͳ
- uint8_t fan; //
- uint8_t null; //յ
+ uint8_t engine; //����������
+ uint8_t machine_oil; //���ͱ���
+ uint8_t abs; //abs������
+ uint8_t tcs; //tcsǣ����ϵͳ
+ uint8_t fan; //����
+ uint8_t null; //�յ�
}warning_t;
typedef struct
@@ -44,21 +44,21 @@ typedef struct
typedef struct
{
- uint8_t factory_reset; //
- uint8_t language; //
- uint8_t display_uint; //λ
- uint8_t theme; //ǰ
- uint8_t theme_state; //״̬
- uint8_t light_value; //
- uint8_t bt_on_off; //
+ uint8_t factory_reset; //��������
+ uint8_t language; //����
+ uint8_t display_uint; //��λ
+ uint8_t theme; //��ǰ����
+ uint8_t theme_state; //����״̬
+ uint8_t light_value; //����
+ uint8_t bt_on_off; //����
uint8_t bt_state; //״̬
}save_info_t;
typedef struct
{
- uint8_t softwar_host; //汾
- uint8_t softwar_order; //ΰ汾
+ uint8_t softwar_host; //���汾��
+ uint8_t softwar_order; //�ΰ汾��
uint8_t ui_page_id;
@@ -67,43 +67,43 @@ typedef struct
save_info_t save_info;
- uint8_t veer; //ת
- uint8_t veer_hint; //תʾ
+ uint8_t veer; //ת��
+ uint8_t veer_hint; //ת����ʾ
- uint8_t lamplight; //ƹ
+ uint8_t lamplight; //�ƹ�
- uint8_t power_on_self_test; //Լ
+ uint8_t power_on_self_test; //�����Լ�
- uint8_t light_perception_value; //
- uint8_t light; //light_valueֵ
+ uint8_t light_perception_value; //�������
+ uint8_t light; //�����light_valueֵ
uint8_t return_demo;
- uint16_t velocity; //ٶ
- uint16_t veer_velocity; //ת
- uint8_t grade; //λ
- uint8_t oil; //
- uint8_t temp; //¶
- double trip_mileage; //С
- uint32_t total_mileage; //ܼ
- double voltage; //صѹ
- warning_t warning; //ͼ
+ uint16_t velocity; //�ٶ�
+ uint16_t veer_velocity; //ת��
+ uint8_t grade; //��λ
+ uint8_t oil; //����
+ uint8_t temp; //�¶�
+ double trip_mileage; //�������
+ uint32_t total_mileage; //�ܼ������
+ double voltage; //��ص�ѹ
+ warning_t warning; //����ͼ��
- uint16_t max_velocity; //ʱ
- uint16_t verage_velocity; //ƽʱ
+ uint16_t max_velocity; //���ʱ��
+ uint16_t verage_velocity; //ƽ��ʱ��
char uuid[32];
char bt_name[32];
- uint32_t now_defect_code; //ǰ
- uint32_t his_defect_code; //ʷ
+ uint32_t now_defect_code; //��ǰ������
+ uint32_t his_defect_code; //��ʷ������
- uint8_t ttrb; //Ƿȡʱı־
- uint8_t ttrb_time; //ʩʱǷʱı־
- uint8_t odo_reset; //СǷʱı־
- uint8_t demo_position; //Ƿdemoչʾı־
- uint16_t plan; //ܽȱ־
- uint16_t pace; //ֽȱ־
- uint8_t upgrade; //ڴ濽־
+ uint8_t ttrb; //��������Ƿ��ȡ��ʱ��ı�־
+ uint8_t ttrb_time; //��ʩʱ������Ƿ���������ʱ��ı�־
+ uint8_t odo_reset; //С�������������Ƿ���������ʱ��ı�־
+ uint8_t demo_position; //�Ƿ���demoչʾ����ı�־
+ uint16_t plan; //�����ܽ��ȱ�־
+ uint16_t pace; //�����ֽ��ȱ�־
+ uint8_t upgrade; //�����ڴ濽����־
diff --git a/MXC-A36/xrz/lv_user_code/include/setting_page.h b/MXC-A36/xrz/lv_user_code/include/setting_page.h
new file mode 100644
index 0000000..d9051d8
--- /dev/null
+++ b/MXC-A36/xrz/lv_user_code/include/setting_page.h
@@ -0,0 +1,7 @@
+#ifndef __LIST_H__
+#define __LIST_H__
+
+#include "lan_str_table.h"
+
+
+#endif
diff --git a/MXC-A36/xrz/lv_user_code/resource/lan_str_table.c b/MXC-A36/xrz/lv_user_code/resource/lan_str_table.c
new file mode 100644
index 0000000..c7040ec
--- /dev/null
+++ b/MXC-A36/xrz/lv_user_code/resource/lan_str_table.c
@@ -0,0 +1,4535 @@
+#include "lan_str_table.h"
+
+
+
+
+const char p_STR_ID_ENGLISH_1[] = {
+ "English"
+};
+const char p_STR_ID_ENGLISH_2[] = {
+ "英语"
+};
+const char p_STR_ID_ENGLISH_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_ENGLISH_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_ENGLISH_5[] = {
+ "Muet"
+};
+const char p_STR_ID_ENGLISH_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_ENGLISH_7[] = {
+ "Muto"
+};
+const char p_STR_ID_ENGLISH_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_ENGLISH_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_ENGLISH_10[] = {
+ "음소거"
+};
+const char p_STR_ID_ENGLISH_11[] = {
+ "Немой"
+};
+const char p_STR_ID_ENGLISH_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_ENGLISH_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_ENGLISH_14[] = {
+ "bisu"
+};
+const char p_STR_ID_ENGLISH_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_APP_SCANNING_BINDING_1[] = {
+ "Scan code to download APP or scan code to match"
+};
+const char p_STR_ID_APP_SCANNING_BINDING_2[] = {
+ "扫码下载APP或扫码匹配"
+};
+const char p_STR_ID_APP_SCANNING_BINDING_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_APP_SCANNING_BINDING_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_APP_SCANNING_BINDING_5[] = {
+ "Muet"
+};
+const char p_STR_ID_APP_SCANNING_BINDING_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_APP_SCANNING_BINDING_7[] = {
+ "Muto"
+};
+const char p_STR_ID_APP_SCANNING_BINDING_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_APP_SCANNING_BINDING_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_APP_SCANNING_BINDING_10[] = {
+ "음소거"
+};
+const char p_STR_ID_APP_SCANNING_BINDING_11[] = {
+ "Немой"
+};
+const char p_STR_ID_APP_SCANNING_BINDING_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_APP_SCANNING_BINDING_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_APP_SCANNING_BINDING_14[] = {
+ "bisu"
+};
+const char p_STR_ID_APP_SCANNING_BINDING_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_APP_ABOUT_1[] = {
+ "About"
+};
+const char p_STR_ID_APP_ABOUT_2[] = {
+ "关于"
+};
+const char p_STR_ID_APP_ABOUT_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_APP_ABOUT_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_APP_ABOUT_5[] = {
+ "Muet"
+};
+const char p_STR_ID_APP_ABOUT_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_APP_ABOUT_7[] = {
+ "Muto"
+};
+const char p_STR_ID_APP_ABOUT_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_APP_ABOUT_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_APP_ABOUT_10[] = {
+ "음소거"
+};
+const char p_STR_ID_APP_ABOUT_11[] = {
+ "Немой"
+};
+const char p_STR_ID_APP_ABOUT_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_APP_ABOUT_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_APP_ABOUT_14[] = {
+ "bisu"
+};
+const char p_STR_ID_APP_ABOUT_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_AM_1[] = {
+ "AM"
+};
+const char p_STR_ID_AM_2[] = {
+ "上午"
+};
+const char p_STR_ID_AM_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_AM_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_AM_5[] = {
+ "Muet"
+};
+const char p_STR_ID_AM_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_AM_7[] = {
+ "Muto"
+};
+const char p_STR_ID_AM_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_AM_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_AM_10[] = {
+ "음소거"
+};
+const char p_STR_ID_AM_11[] = {
+ "Немой"
+};
+const char p_STR_ID_AM_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_AM_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_AM_14[] = {
+ "bisu"
+};
+const char p_STR_ID_AM_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_PM_1[] = {
+ "PM"
+};
+const char p_STR_ID_PM_2[] = {
+ "下午"
+};
+const char p_STR_ID_PM_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_PM_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_PM_5[] = {
+ "Muet"
+};
+const char p_STR_ID_PM_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_PM_7[] = {
+ "Muto"
+};
+const char p_STR_ID_PM_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_PM_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_PM_10[] = {
+ "음소거"
+};
+const char p_STR_ID_PM_11[] = {
+ "Немой"
+};
+const char p_STR_ID_PM_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_PM_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_PM_14[] = {
+ "bisu"
+};
+const char p_STR_ID_PM_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_SUM_1[] = {
+ "SUN"
+};
+const char p_STR_ID_SUM_2[] = {
+ "周日"
+};
+const char p_STR_ID_SUM_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_SUM_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_SUM_5[] = {
+ "Muet"
+};
+const char p_STR_ID_SUM_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_SUM_7[] = {
+ "Muto"
+};
+const char p_STR_ID_SUM_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_SUM_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_SUM_10[] = {
+ "음소거"
+};
+const char p_STR_ID_SUM_11[] = {
+ "Немой"
+};
+const char p_STR_ID_SUM_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_SUM_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_SUM_14[] = {
+ "bisu"
+};
+const char p_STR_ID_SUM_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_MON_1[] = {
+ "MON"
+};
+const char p_STR_ID_MON_2[] = {
+ "周一"
+};
+const char p_STR_ID_MON_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_MON_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_MON_5[] = {
+ "Muet"
+};
+const char p_STR_ID_MON_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_MON_7[] = {
+ "Muto"
+};
+const char p_STR_ID_MON_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_MON_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_MON_10[] = {
+ "음소거"
+};
+const char p_STR_ID_MON_11[] = {
+ "Немой"
+};
+const char p_STR_ID_MON_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_MON_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_MON_14[] = {
+ "bisu"
+};
+const char p_STR_ID_MON_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_TUE_1[] = {
+ "TUE"
+};
+const char p_STR_ID_TUE_2[] = {
+ "周二"
+};
+const char p_STR_ID_TUE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_TUE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_TUE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_TUE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_TUE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_TUE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_TUE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_TUE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_TUE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_TUE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_TUE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_TUE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_TUE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_WED_1[] = {
+ "WED"
+};
+const char p_STR_ID_WED_2[] = {
+ "周三"
+};
+const char p_STR_ID_WED_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_WED_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_WED_5[] = {
+ "Muet"
+};
+const char p_STR_ID_WED_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_WED_7[] = {
+ "Muto"
+};
+const char p_STR_ID_WED_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_WED_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_WED_10[] = {
+ "음소거"
+};
+const char p_STR_ID_WED_11[] = {
+ "Немой"
+};
+const char p_STR_ID_WED_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_WED_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_WED_14[] = {
+ "bisu"
+};
+const char p_STR_ID_WED_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_THU_1[] = {
+ "THU"
+};
+const char p_STR_ID_THU_2[] = {
+ "周四"
+};
+const char p_STR_ID_THU_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_THU_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_THU_5[] = {
+ "Muet"
+};
+const char p_STR_ID_THU_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_THU_7[] = {
+ "Muto"
+};
+const char p_STR_ID_THU_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_THU_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_THU_10[] = {
+ "음소거"
+};
+const char p_STR_ID_THU_11[] = {
+ "Немой"
+};
+const char p_STR_ID_THU_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_THU_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_THU_14[] = {
+ "bisu"
+};
+const char p_STR_ID_THU_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_FRI_1[] = {
+ "FRI"
+};
+const char p_STR_ID_FRI_2[] = {
+ "周五"
+};
+const char p_STR_ID_FRI_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_FRI_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_FRI_5[] = {
+ "Muet"
+};
+const char p_STR_ID_FRI_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_FRI_7[] = {
+ "Muto"
+};
+const char p_STR_ID_FRI_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_FRI_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_FRI_10[] = {
+ "음소거"
+};
+const char p_STR_ID_FRI_11[] = {
+ "Немой"
+};
+const char p_STR_ID_FRI_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_FRI_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_FRI_14[] = {
+ "bisu"
+};
+const char p_STR_ID_FRI_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_SAT_1[] = {
+ "SAT"
+};
+const char p_STR_ID_SAT_2[] = {
+ "周六"
+};
+const char p_STR_ID_SAT_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_SAT_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_SAT_5[] = {
+ "Muet"
+};
+const char p_STR_ID_SAT_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_SAT_7[] = {
+ "Muto"
+};
+const char p_STR_ID_SAT_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_SAT_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_SAT_10[] = {
+ "음소거"
+};
+const char p_STR_ID_SAT_11[] = {
+ "Немой"
+};
+const char p_STR_ID_SAT_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_SAT_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_SAT_14[] = {
+ "bisu"
+};
+const char p_STR_ID_SAT_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_NORMAL_1[] = {
+ "Normal"
+};
+const char p_STR_ID_NORMAL_2[] = {
+ "正常"
+};
+const char p_STR_ID_NORMAL_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_NORMAL_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_NORMAL_5[] = {
+ "Muet"
+};
+const char p_STR_ID_NORMAL_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_NORMAL_7[] = {
+ "Muto"
+};
+const char p_STR_ID_NORMAL_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_NORMAL_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_NORMAL_10[] = {
+ "음소거"
+};
+const char p_STR_ID_NORMAL_11[] = {
+ "Немой"
+};
+const char p_STR_ID_NORMAL_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_NORMAL_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_NORMAL_14[] = {
+ "bisu"
+};
+const char p_STR_ID_NORMAL_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_MIN_1[] = {
+ "min"
+};
+const char p_STR_ID_MIN_2[] = {
+ "分钟"
+};
+const char p_STR_ID_MIN_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_MIN_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_MIN_5[] = {
+ "Muet"
+};
+const char p_STR_ID_MIN_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_MIN_7[] = {
+ "Muto"
+};
+const char p_STR_ID_MIN_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_MIN_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_MIN_10[] = {
+ "음소거"
+};
+const char p_STR_ID_MIN_11[] = {
+ "Немой"
+};
+const char p_STR_ID_MIN_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_MIN_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_MIN_14[] = {
+ "bisu"
+};
+const char p_STR_ID_MIN_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_UPGRADING_1[] = {
+ "Upgrading..."
+};
+const char p_STR_ID_UPGRADING_2[] = {
+ "升级中..."
+};
+const char p_STR_ID_UPGRADING_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_UPGRADING_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_UPGRADING_5[] = {
+ "Muet"
+};
+const char p_STR_ID_UPGRADING_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_UPGRADING_7[] = {
+ "Muto"
+};
+const char p_STR_ID_UPGRADING_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_UPGRADING_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_UPGRADING_10[] = {
+ "음소거"
+};
+const char p_STR_ID_UPGRADING_11[] = {
+ "Немой"
+};
+const char p_STR_ID_UPGRADING_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_UPGRADING_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_UPGRADING_14[] = {
+ "bisu"
+};
+const char p_STR_ID_UPGRADING_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_UPGRADE_SUCCESSFULLY_1[] = {
+ "Upgrade successfully"
+};
+const char p_STR_ID_UPGRADE_SUCCESSFULLY_2[] = {
+ "升级成功"
+};
+const char p_STR_ID_UPGRADE_SUCCESSFULLY_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_UPGRADE_SUCCESSFULLY_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_UPGRADE_SUCCESSFULLY_5[] = {
+ "Muet"
+};
+const char p_STR_ID_UPGRADE_SUCCESSFULLY_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_UPGRADE_SUCCESSFULLY_7[] = {
+ "Muto"
+};
+const char p_STR_ID_UPGRADE_SUCCESSFULLY_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_UPGRADE_SUCCESSFULLY_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_UPGRADE_SUCCESSFULLY_10[] = {
+ "음소거"
+};
+const char p_STR_ID_UPGRADE_SUCCESSFULLY_11[] = {
+ "Немой"
+};
+const char p_STR_ID_UPGRADE_SUCCESSFULLY_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_UPGRADE_SUCCESSFULLY_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_UPGRADE_SUCCESSFULLY_14[] = {
+ "bisu"
+};
+const char p_STR_ID_UPGRADE_SUCCESSFULLY_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_UPGRADE_FAILURE_1[] = {
+ "Upgrade failure"
+};
+const char p_STR_ID_UPGRADE_FAILURE_2[] = {
+ "升级失败"
+};
+const char p_STR_ID_UPGRADE_FAILURE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_UPGRADE_FAILURE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_UPGRADE_FAILURE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_UPGRADE_FAILURE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_UPGRADE_FAILURE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_UPGRADE_FAILURE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_UPGRADE_FAILURE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_UPGRADE_FAILURE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_UPGRADE_FAILURE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_UPGRADE_FAILURE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_UPGRADE_FAILURE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_UPGRADE_FAILURE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_UPGRADE_FAILURE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_REBOOTING_1[] = {
+ "Rebooting..."
+};
+const char p_STR_ID_REBOOTING_2[] = {
+ "重启中..."
+};
+const char p_STR_ID_REBOOTING_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_REBOOTING_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_REBOOTING_5[] = {
+ "Muet"
+};
+const char p_STR_ID_REBOOTING_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_REBOOTING_7[] = {
+ "Muto"
+};
+const char p_STR_ID_REBOOTING_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_REBOOTING_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_REBOOTING_10[] = {
+ "음소거"
+};
+const char p_STR_ID_REBOOTING_11[] = {
+ "Немой"
+};
+const char p_STR_ID_REBOOTING_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_REBOOTING_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_REBOOTING_14[] = {
+ "bisu"
+};
+const char p_STR_ID_REBOOTING_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_IN_SYNC_1[] = {
+ "In sync..."
+};
+const char p_STR_ID_IN_SYNC_2[] = {
+ "同步中..."
+};
+const char p_STR_ID_IN_SYNC_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_IN_SYNC_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_IN_SYNC_5[] = {
+ "Muet"
+};
+const char p_STR_ID_IN_SYNC_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_IN_SYNC_7[] = {
+ "Muto"
+};
+const char p_STR_ID_IN_SYNC_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_IN_SYNC_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_IN_SYNC_10[] = {
+ "음소거"
+};
+const char p_STR_ID_IN_SYNC_11[] = {
+ "Немой"
+};
+const char p_STR_ID_IN_SYNC_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_IN_SYNC_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_IN_SYNC_14[] = {
+ "bisu"
+};
+const char p_STR_ID_IN_SYNC_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_SYNCHRONIZATION_SUCCEEDED_1[] = {
+ "Synchronization succeeded"
+};
+const char p_STR_ID_SYNCHRONIZATION_SUCCEEDED_2[] = {
+ "同步成功"
+};
+const char p_STR_ID_SYNCHRONIZATION_SUCCEEDED_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_SYNCHRONIZATION_SUCCEEDED_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_SYNCHRONIZATION_SUCCEEDED_5[] = {
+ "Muet"
+};
+const char p_STR_ID_SYNCHRONIZATION_SUCCEEDED_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_SYNCHRONIZATION_SUCCEEDED_7[] = {
+ "Muto"
+};
+const char p_STR_ID_SYNCHRONIZATION_SUCCEEDED_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_SYNCHRONIZATION_SUCCEEDED_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_SYNCHRONIZATION_SUCCEEDED_10[] = {
+ "음소거"
+};
+const char p_STR_ID_SYNCHRONIZATION_SUCCEEDED_11[] = {
+ "Немой"
+};
+const char p_STR_ID_SYNCHRONIZATION_SUCCEEDED_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_SYNCHRONIZATION_SUCCEEDED_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_SYNCHRONIZATION_SUCCEEDED_14[] = {
+ "bisu"
+};
+const char p_STR_ID_SYNCHRONIZATION_SUCCEEDED_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_SECOND_1[] = {
+ "second"
+};
+const char p_STR_ID_SECOND_2[] = {
+ "秒"
+};
+const char p_STR_ID_SECOND_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_SECOND_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_SECOND_5[] = {
+ "Muet"
+};
+const char p_STR_ID_SECOND_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_SECOND_7[] = {
+ "Muto"
+};
+const char p_STR_ID_SECOND_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_SECOND_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_SECOND_10[] = {
+ "음소거"
+};
+const char p_STR_ID_SECOND_11[] = {
+ "Немой"
+};
+const char p_STR_ID_SECOND_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_SECOND_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_SECOND_14[] = {
+ "bisu"
+};
+const char p_STR_ID_SECOND_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_HOUR_1[] = {
+ "hour"
+};
+const char p_STR_ID_HOUR_2[] = {
+ "时"
+};
+const char p_STR_ID_HOUR_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_HOUR_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_HOUR_5[] = {
+ "Muet"
+};
+const char p_STR_ID_HOUR_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_HOUR_7[] = {
+ "Muto"
+};
+const char p_STR_ID_HOUR_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_HOUR_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_HOUR_10[] = {
+ "음소거"
+};
+const char p_STR_ID_HOUR_11[] = {
+ "Немой"
+};
+const char p_STR_ID_HOUR_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_HOUR_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_HOUR_14[] = {
+ "bisu"
+};
+const char p_STR_ID_HOUR_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_MINUTE_1[] = {
+ "minute"
+};
+const char p_STR_ID_MINUTE_2[] = {
+ "分"
+};
+const char p_STR_ID_MINUTE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_MINUTE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_MINUTE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_MINUTE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_MINUTE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_MINUTE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_MINUTE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_MINUTE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_MINUTE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_MINUTE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_MINUTE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_MINUTE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_MINUTE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_CHINESE_1[] = {
+ "Chinese"
+};
+const char p_STR_ID_CHINESE_2[] = {
+ "中文 "
+};
+const char p_STR_ID_CHINESE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_CHINESE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_CHINESE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_CHINESE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_CHINESE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_CHINESE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_CHINESE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_CHINESE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_CHINESE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_CHINESE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_CHINESE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_CHINESE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_CHINESE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_KOREAN_1[] = {
+ "Korean"
+};
+const char p_STR_ID_KOREAN_2[] = {
+ "韩文"
+};
+const char p_STR_ID_KOREAN_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_KOREAN_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_KOREAN_5[] = {
+ "Muet"
+};
+const char p_STR_ID_KOREAN_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_KOREAN_7[] = {
+ "Muto"
+};
+const char p_STR_ID_KOREAN_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_KOREAN_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_KOREAN_10[] = {
+ "음소거"
+};
+const char p_STR_ID_KOREAN_11[] = {
+ "Немой"
+};
+const char p_STR_ID_KOREAN_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_KOREAN_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_KOREAN_14[] = {
+ "bisu"
+};
+const char p_STR_ID_KOREAN_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_JAPANESE_1[] = {
+ "Japanese"
+};
+const char p_STR_ID_JAPANESE_2[] = {
+ "日文"
+};
+const char p_STR_ID_JAPANESE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_JAPANESE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_JAPANESE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_JAPANESE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_JAPANESE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_JAPANESE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_JAPANESE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_JAPANESE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_JAPANESE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_JAPANESE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_JAPANESE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_JAPANESE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_JAPANESE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_GERMAN_1[] = {
+ "German"
+};
+const char p_STR_ID_GERMAN_2[] = {
+ "德文"
+};
+const char p_STR_ID_GERMAN_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_GERMAN_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_GERMAN_5[] = {
+ "Muet"
+};
+const char p_STR_ID_GERMAN_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_GERMAN_7[] = {
+ "Muto"
+};
+const char p_STR_ID_GERMAN_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_GERMAN_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_GERMAN_10[] = {
+ "음소거"
+};
+const char p_STR_ID_GERMAN_11[] = {
+ "Немой"
+};
+const char p_STR_ID_GERMAN_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_GERMAN_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_GERMAN_14[] = {
+ "bisu"
+};
+const char p_STR_ID_GERMAN_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_SPANISH_1[] = {
+ "Spanish"
+};
+const char p_STR_ID_SPANISH_2[] = {
+ "西班牙文"
+};
+const char p_STR_ID_SPANISH_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_SPANISH_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_SPANISH_5[] = {
+ "Muet"
+};
+const char p_STR_ID_SPANISH_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_SPANISH_7[] = {
+ "Muto"
+};
+const char p_STR_ID_SPANISH_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_SPANISH_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_SPANISH_10[] = {
+ "음소거"
+};
+const char p_STR_ID_SPANISH_11[] = {
+ "Немой"
+};
+const char p_STR_ID_SPANISH_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_SPANISH_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_SPANISH_14[] = {
+ "bisu"
+};
+const char p_STR_ID_SPANISH_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_FRENCH_1[] = {
+ "French"
+};
+const char p_STR_ID_FRENCH_2[] = {
+ "法文"
+};
+const char p_STR_ID_FRENCH_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_FRENCH_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_FRENCH_5[] = {
+ "Muet"
+};
+const char p_STR_ID_FRENCH_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_FRENCH_7[] = {
+ "Muto"
+};
+const char p_STR_ID_FRENCH_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_FRENCH_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_FRENCH_10[] = {
+ "음소거"
+};
+const char p_STR_ID_FRENCH_11[] = {
+ "Немой"
+};
+const char p_STR_ID_FRENCH_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_FRENCH_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_FRENCH_14[] = {
+ "bisu"
+};
+const char p_STR_ID_FRENCH_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_ITALIAN_1[] = {
+ "Italian"
+};
+const char p_STR_ID_ITALIAN_2[] = {
+ "意大利文"
+};
+const char p_STR_ID_ITALIAN_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_ITALIAN_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_ITALIAN_5[] = {
+ "Muet"
+};
+const char p_STR_ID_ITALIAN_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_ITALIAN_7[] = {
+ "Muto"
+};
+const char p_STR_ID_ITALIAN_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_ITALIAN_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_ITALIAN_10[] = {
+ "음소거"
+};
+const char p_STR_ID_ITALIAN_11[] = {
+ "Немой"
+};
+const char p_STR_ID_ITALIAN_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_ITALIAN_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_ITALIAN_14[] = {
+ "bisu"
+};
+const char p_STR_ID_ITALIAN_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_PORTUGUESE_1[] = {
+ "Portuguese"
+};
+const char p_STR_ID_PORTUGUESE_2[] = {
+ "葡萄牙文"
+};
+const char p_STR_ID_PORTUGUESE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_PORTUGUESE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_PORTUGUESE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_PORTUGUESE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_PORTUGUESE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_PORTUGUESE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_PORTUGUESE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_PORTUGUESE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_PORTUGUESE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_PORTUGUESE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_PORTUGUESE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_PORTUGUESE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_PORTUGUESE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_ARABIC_1[] = {
+ "arabic"
+};
+const char p_STR_ID_ARABIC_2[] = {
+ "阿拉伯文"
+};
+const char p_STR_ID_ARABIC_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_ARABIC_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_ARABIC_5[] = {
+ "Muet"
+};
+const char p_STR_ID_ARABIC_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_ARABIC_7[] = {
+ "Muto"
+};
+const char p_STR_ID_ARABIC_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_ARABIC_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_ARABIC_10[] = {
+ "음소거"
+};
+const char p_STR_ID_ARABIC_11[] = {
+ "Немой"
+};
+const char p_STR_ID_ARABIC_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_ARABIC_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_ARABIC_14[] = {
+ "bisu"
+};
+const char p_STR_ID_ARABIC_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_INDIA_1[] = {
+ "India"
+};
+const char p_STR_ID_INDIA_2[] = {
+ "India"
+};
+const char p_STR_ID_INDIA_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_INDIA_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_INDIA_5[] = {
+ "Muet"
+};
+const char p_STR_ID_INDIA_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_INDIA_7[] = {
+ "Muto"
+};
+const char p_STR_ID_INDIA_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_INDIA_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_INDIA_10[] = {
+ "음소거"
+};
+const char p_STR_ID_INDIA_11[] = {
+ "Немой"
+};
+const char p_STR_ID_INDIA_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_INDIA_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_INDIA_14[] = {
+ "bisu"
+};
+const char p_STR_ID_INDIA_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_HINDI_1[] = {
+ "Hindi"
+};
+const char p_STR_ID_HINDI_2[] = {
+ "印地语"
+};
+const char p_STR_ID_HINDI_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_HINDI_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_HINDI_5[] = {
+ "Muet"
+};
+const char p_STR_ID_HINDI_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_HINDI_7[] = {
+ "Muto"
+};
+const char p_STR_ID_HINDI_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_HINDI_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_HINDI_10[] = {
+ "음소거"
+};
+const char p_STR_ID_HINDI_11[] = {
+ "Немой"
+};
+const char p_STR_ID_HINDI_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_HINDI_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_HINDI_14[] = {
+ "bisu"
+};
+const char p_STR_ID_HINDI_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_POLISH_LANGUAGE_1[] = {
+ "Polish language"
+};
+const char p_STR_ID_POLISH_LANGUAGE_2[] = {
+ "波兰语"
+};
+const char p_STR_ID_POLISH_LANGUAGE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_POLISH_LANGUAGE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_POLISH_LANGUAGE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_POLISH_LANGUAGE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_POLISH_LANGUAGE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_POLISH_LANGUAGE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_POLISH_LANGUAGE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_POLISH_LANGUAGE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_POLISH_LANGUAGE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_POLISH_LANGUAGE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_POLISH_LANGUAGE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_POLISH_LANGUAGE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_POLISH_LANGUAGE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_RUSSIAN_1[] = {
+ "Russian"
+};
+const char p_STR_ID_RUSSIAN_2[] = {
+ "俄语"
+};
+const char p_STR_ID_RUSSIAN_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_RUSSIAN_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_RUSSIAN_5[] = {
+ "Muet"
+};
+const char p_STR_ID_RUSSIAN_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_RUSSIAN_7[] = {
+ "Muto"
+};
+const char p_STR_ID_RUSSIAN_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_RUSSIAN_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_RUSSIAN_10[] = {
+ "음소거"
+};
+const char p_STR_ID_RUSSIAN_11[] = {
+ "Немой"
+};
+const char p_STR_ID_RUSSIAN_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_RUSSIAN_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_RUSSIAN_14[] = {
+ "bisu"
+};
+const char p_STR_ID_RUSSIAN_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_DUTCH_LANGUAGE_1[] = {
+ "Dutch language"
+};
+const char p_STR_ID_DUTCH_LANGUAGE_2[] = {
+ "荷兰语"
+};
+const char p_STR_ID_DUTCH_LANGUAGE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_DUTCH_LANGUAGE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_DUTCH_LANGUAGE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_DUTCH_LANGUAGE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_DUTCH_LANGUAGE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_DUTCH_LANGUAGE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_DUTCH_LANGUAGE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_DUTCH_LANGUAGE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_DUTCH_LANGUAGE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_DUTCH_LANGUAGE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_DUTCH_LANGUAGE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_DUTCH_LANGUAGE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_DUTCH_LANGUAGE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_TURKISH_LANGUAGE_1[] = {
+ "Turkish language"
+};
+const char p_STR_ID_TURKISH_LANGUAGE_2[] = {
+ "土耳其语"
+};
+const char p_STR_ID_TURKISH_LANGUAGE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_TURKISH_LANGUAGE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_TURKISH_LANGUAGE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_TURKISH_LANGUAGE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_TURKISH_LANGUAGE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_TURKISH_LANGUAGE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_TURKISH_LANGUAGE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_TURKISH_LANGUAGE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_TURKISH_LANGUAGE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_TURKISH_LANGUAGE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_TURKISH_LANGUAGE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_TURKISH_LANGUAGE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_TURKISH_LANGUAGE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_BENGALI_LANGUAGE_1[] = {
+ "Bengali language"
+};
+const char p_STR_ID_BENGALI_LANGUAGE_2[] = {
+ "孟加拉语"
+};
+const char p_STR_ID_BENGALI_LANGUAGE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_BENGALI_LANGUAGE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_BENGALI_LANGUAGE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_BENGALI_LANGUAGE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_BENGALI_LANGUAGE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_BENGALI_LANGUAGE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_BENGALI_LANGUAGE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_BENGALI_LANGUAGE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_BENGALI_LANGUAGE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_BENGALI_LANGUAGE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_BENGALI_LANGUAGE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_BENGALI_LANGUAGE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_BENGALI_LANGUAGE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_URDU_1[] = {
+ "Urdu"
+};
+const char p_STR_ID_URDU_2[] = {
+ "乌尔都语"
+};
+const char p_STR_ID_URDU_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_URDU_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_URDU_5[] = {
+ "Muet"
+};
+const char p_STR_ID_URDU_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_URDU_7[] = {
+ "Muto"
+};
+const char p_STR_ID_URDU_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_URDU_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_URDU_10[] = {
+ "음소거"
+};
+const char p_STR_ID_URDU_11[] = {
+ "Немой"
+};
+const char p_STR_ID_URDU_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_URDU_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_URDU_14[] = {
+ "bisu"
+};
+const char p_STR_ID_URDU_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_INDONESIAN_LANGUAGE_1[] = {
+ "Indonesian language"
+};
+const char p_STR_ID_INDONESIAN_LANGUAGE_2[] = {
+ "印度尼西亚语"
+};
+const char p_STR_ID_INDONESIAN_LANGUAGE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_INDONESIAN_LANGUAGE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_INDONESIAN_LANGUAGE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_INDONESIAN_LANGUAGE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_INDONESIAN_LANGUAGE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_INDONESIAN_LANGUAGE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_INDONESIAN_LANGUAGE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_INDONESIAN_LANGUAGE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_INDONESIAN_LANGUAGE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_INDONESIAN_LANGUAGE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_INDONESIAN_LANGUAGE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_INDONESIAN_LANGUAGE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_INDONESIAN_LANGUAGE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_PUNJABI_LANGUAGE_1[] = {
+ "Punjabi language"
+};
+const char p_STR_ID_PUNJABI_LANGUAGE_2[] = {
+ "旁遮普语"
+};
+const char p_STR_ID_PUNJABI_LANGUAGE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_PUNJABI_LANGUAGE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_PUNJABI_LANGUAGE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_PUNJABI_LANGUAGE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_PUNJABI_LANGUAGE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_PUNJABI_LANGUAGE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_PUNJABI_LANGUAGE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_PUNJABI_LANGUAGE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_PUNJABI_LANGUAGE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_PUNJABI_LANGUAGE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_PUNJABI_LANGUAGE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_PUNJABI_LANGUAGE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_PUNJABI_LANGUAGE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_THAI_1[] = {
+ "Thai"
+};
+const char p_STR_ID_THAI_2[] = {
+ "泰文"
+};
+const char p_STR_ID_THAI_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_THAI_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_THAI_5[] = {
+ "Muet"
+};
+const char p_STR_ID_THAI_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_THAI_7[] = {
+ "Muto"
+};
+const char p_STR_ID_THAI_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_THAI_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_THAI_10[] = {
+ "음소거"
+};
+const char p_STR_ID_THAI_11[] = {
+ "Немой"
+};
+const char p_STR_ID_THAI_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_THAI_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_THAI_14[] = {
+ "bisu"
+};
+const char p_STR_ID_THAI_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_CZECH_LANGUAGE_1[] = {
+ "Czech language"
+};
+const char p_STR_ID_CZECH_LANGUAGE_2[] = {
+ "捷克语"
+};
+const char p_STR_ID_CZECH_LANGUAGE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_CZECH_LANGUAGE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_CZECH_LANGUAGE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_CZECH_LANGUAGE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_CZECH_LANGUAGE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_CZECH_LANGUAGE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_CZECH_LANGUAGE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_CZECH_LANGUAGE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_CZECH_LANGUAGE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_CZECH_LANGUAGE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_CZECH_LANGUAGE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_CZECH_LANGUAGE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_CZECH_LANGUAGE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_SETTINGS_1[] = {
+ "Settings"
+};
+const char p_STR_ID_SETTINGS_2[] = {
+ "设置"
+};
+const char p_STR_ID_SETTINGS_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_SETTINGS_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_SETTINGS_5[] = {
+ "Muet"
+};
+const char p_STR_ID_SETTINGS_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_SETTINGS_7[] = {
+ "Muto"
+};
+const char p_STR_ID_SETTINGS_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_SETTINGS_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_SETTINGS_10[] = {
+ "음소거"
+};
+const char p_STR_ID_SETTINGS_11[] = {
+ "Немой"
+};
+const char p_STR_ID_SETTINGS_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_SETTINGS_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_SETTINGS_14[] = {
+ "bisu"
+};
+const char p_STR_ID_SETTINGS_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_THEME_1[] = {
+ "Theme"
+};
+const char p_STR_ID_THEME_2[] = {
+ "主题"
+};
+const char p_STR_ID_THEME_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_THEME_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_THEME_5[] = {
+ "Muet"
+};
+const char p_STR_ID_THEME_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_THEME_7[] = {
+ "Muto"
+};
+const char p_STR_ID_THEME_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_THEME_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_THEME_10[] = {
+ "음소거"
+};
+const char p_STR_ID_THEME_11[] = {
+ "Немой"
+};
+const char p_STR_ID_THEME_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_THEME_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_THEME_14[] = {
+ "bisu"
+};
+const char p_STR_ID_THEME_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_LIGHT_1[] = {
+ "Light"
+};
+const char p_STR_ID_LIGHT_2[] = {
+ "亮度"
+};
+const char p_STR_ID_LIGHT_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_LIGHT_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_LIGHT_5[] = {
+ "Muet"
+};
+const char p_STR_ID_LIGHT_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_LIGHT_7[] = {
+ "Muto"
+};
+const char p_STR_ID_LIGHT_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_LIGHT_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_LIGHT_10[] = {
+ "음소거"
+};
+const char p_STR_ID_LIGHT_11[] = {
+ "Немой"
+};
+const char p_STR_ID_LIGHT_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_LIGHT_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_LIGHT_14[] = {
+ "bisu"
+};
+const char p_STR_ID_LIGHT_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_BLUETOOTH_1[] = {
+ "Bluetooth"
+};
+const char p_STR_ID_BLUETOOTH_2[] = {
+ "蓝牙"
+};
+const char p_STR_ID_BLUETOOTH_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_BLUETOOTH_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_BLUETOOTH_5[] = {
+ "Muet"
+};
+const char p_STR_ID_BLUETOOTH_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_BLUETOOTH_7[] = {
+ "Muto"
+};
+const char p_STR_ID_BLUETOOTH_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_BLUETOOTH_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_BLUETOOTH_10[] = {
+ "음소거"
+};
+const char p_STR_ID_BLUETOOTH_11[] = {
+ "Немой"
+};
+const char p_STR_ID_BLUETOOTH_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_BLUETOOTH_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_BLUETOOTH_14[] = {
+ "bisu"
+};
+const char p_STR_ID_BLUETOOTH_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_OTHER_SETTING_1[] = {
+ "Other settings"
+};
+const char p_STR_ID_OTHER_SETTING_2[] = {
+ "其他设置"
+};
+const char p_STR_ID_OTHER_SETTING_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_OTHER_SETTING_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_OTHER_SETTING_5[] = {
+ "Muet"
+};
+const char p_STR_ID_OTHER_SETTING_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_OTHER_SETTING_7[] = {
+ "Muto"
+};
+const char p_STR_ID_OTHER_SETTING_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_OTHER_SETTING_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_OTHER_SETTING_10[] = {
+ "음소거"
+};
+const char p_STR_ID_OTHER_SETTING_11[] = {
+ "Немой"
+};
+const char p_STR_ID_OTHER_SETTING_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_OTHER_SETTING_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_OTHER_SETTING_14[] = {
+ "bisu"
+};
+const char p_STR_ID_OTHER_SETTING_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_INFORMATION_1[] = {
+ "Information"
+};
+const char p_STR_ID_INFORMATION_2[] = {
+ "车辆信息"
+};
+const char p_STR_ID_INFORMATION_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_INFORMATION_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_INFORMATION_5[] = {
+ "Muet"
+};
+const char p_STR_ID_INFORMATION_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_INFORMATION_7[] = {
+ "Muto"
+};
+const char p_STR_ID_INFORMATION_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_INFORMATION_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_INFORMATION_10[] = {
+ "음소거"
+};
+const char p_STR_ID_INFORMATION_11[] = {
+ "Немой"
+};
+const char p_STR_ID_INFORMATION_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_INFORMATION_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_INFORMATION_14[] = {
+ "bisu"
+};
+const char p_STR_ID_INFORMATION_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_RETURN_1[] = {
+ "Return"
+};
+const char p_STR_ID_RETURN_2[] = {
+ "返回"
+};
+const char p_STR_ID_RETURN_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_RETURN_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_RETURN_5[] = {
+ "Muet"
+};
+const char p_STR_ID_RETURN_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_RETURN_7[] = {
+ "Muto"
+};
+const char p_STR_ID_RETURN_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_RETURN_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_RETURN_10[] = {
+ "음소거"
+};
+const char p_STR_ID_RETURN_11[] = {
+ "Немой"
+};
+const char p_STR_ID_RETURN_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_RETURN_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_RETURN_14[] = {
+ "bisu"
+};
+const char p_STR_ID_RETURN_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_PRESSURE_1[] = {
+ "Pressure"
+};
+const char p_STR_ID_PRESSURE_2[] = {
+ "胎压"
+};
+const char p_STR_ID_PRESSURE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_PRESSURE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_PRESSURE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_PRESSURE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_PRESSURE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_PRESSURE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_PRESSURE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_PRESSURE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_PRESSURE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_PRESSURE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_PRESSURE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_PRESSURE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_PRESSURE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_FAULT_CODE_1[] = {
+ "Fault code"
+};
+const char p_STR_ID_FAULT_CODE_2[] = {
+ "故障码"
+};
+const char p_STR_ID_FAULT_CODE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_FAULT_CODE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_FAULT_CODE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_FAULT_CODE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_FAULT_CODE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_FAULT_CODE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_FAULT_CODE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_FAULT_CODE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_FAULT_CODE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_FAULT_CODE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_FAULT_CODE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_FAULT_CODE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_FAULT_CODE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_THEME_SELECT_1[] = {
+ "Theme switching"
+};
+const char p_STR_ID_THEME_SELECT_2[] = {
+ "主题切换"
+};
+const char p_STR_ID_THEME_SELECT_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_THEME_SELECT_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_THEME_SELECT_5[] = {
+ "Muet"
+};
+const char p_STR_ID_THEME_SELECT_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_THEME_SELECT_7[] = {
+ "Muto"
+};
+const char p_STR_ID_THEME_SELECT_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_THEME_SELECT_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_THEME_SELECT_10[] = {
+ "음소거"
+};
+const char p_STR_ID_THEME_SELECT_11[] = {
+ "Немой"
+};
+const char p_STR_ID_THEME_SELECT_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_THEME_SELECT_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_THEME_SELECT_14[] = {
+ "bisu"
+};
+const char p_STR_ID_THEME_SELECT_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_THEME_BG_1[] = {
+ "Theme background"
+};
+const char p_STR_ID_THEME_BG_2[] = {
+ "主题背景"
+};
+const char p_STR_ID_THEME_BG_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_THEME_BG_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_THEME_BG_5[] = {
+ "Muet"
+};
+const char p_STR_ID_THEME_BG_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_THEME_BG_7[] = {
+ "Muto"
+};
+const char p_STR_ID_THEME_BG_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_THEME_BG_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_THEME_BG_10[] = {
+ "음소거"
+};
+const char p_STR_ID_THEME_BG_11[] = {
+ "Немой"
+};
+const char p_STR_ID_THEME_BG_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_THEME_BG_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_THEME_BG_14[] = {
+ "bisu"
+};
+const char p_STR_ID_THEME_BG_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_SELF_ADAPTION_1[] = {
+ "Self-adaption"
+};
+const char p_STR_ID_SELF_ADAPTION_2[] = {
+ "自适应"
+};
+const char p_STR_ID_SELF_ADAPTION_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_SELF_ADAPTION_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_SELF_ADAPTION_5[] = {
+ "Muet"
+};
+const char p_STR_ID_SELF_ADAPTION_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_SELF_ADAPTION_7[] = {
+ "Muto"
+};
+const char p_STR_ID_SELF_ADAPTION_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_SELF_ADAPTION_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_SELF_ADAPTION_10[] = {
+ "음소거"
+};
+const char p_STR_ID_SELF_ADAPTION_11[] = {
+ "Немой"
+};
+const char p_STR_ID_SELF_ADAPTION_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_SELF_ADAPTION_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_SELF_ADAPTION_14[] = {
+ "bisu"
+};
+const char p_STR_ID_SELF_ADAPTION_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_NOW_FAULT_CODE_1[] = {
+ "Current fault code"
+};
+const char p_STR_ID_NOW_FAULT_CODE_2[] = {
+ "当前故障码"
+};
+const char p_STR_ID_NOW_FAULT_CODE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_NOW_FAULT_CODE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_NOW_FAULT_CODE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_NOW_FAULT_CODE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_NOW_FAULT_CODE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_NOW_FAULT_CODE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_NOW_FAULT_CODE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_NOW_FAULT_CODE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_NOW_FAULT_CODE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_NOW_FAULT_CODE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_NOW_FAULT_CODE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_NOW_FAULT_CODE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_NOW_FAULT_CODE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_HIS_FAULT_CODE_1[] = {
+ "Historical fault codes"
+};
+const char p_STR_ID_HIS_FAULT_CODE_2[] = {
+ "历史故障码"
+};
+const char p_STR_ID_HIS_FAULT_CODE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_HIS_FAULT_CODE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_HIS_FAULT_CODE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_HIS_FAULT_CODE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_HIS_FAULT_CODE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_HIS_FAULT_CODE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_HIS_FAULT_CODE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_HIS_FAULT_CODE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_HIS_FAULT_CODE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_HIS_FAULT_CODE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_HIS_FAULT_CODE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_HIS_FAULT_CODE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_HIS_FAULT_CODE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_AUTO_1[] = {
+ "AUTO"
+};
+const char p_STR_ID_AUTO_2[] = {
+ "自动"
+};
+const char p_STR_ID_AUTO_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_AUTO_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_AUTO_5[] = {
+ "Muet"
+};
+const char p_STR_ID_AUTO_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_AUTO_7[] = {
+ "Muto"
+};
+const char p_STR_ID_AUTO_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_AUTO_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_AUTO_10[] = {
+ "음소거"
+};
+const char p_STR_ID_AUTO_11[] = {
+ "Немой"
+};
+const char p_STR_ID_AUTO_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_AUTO_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_AUTO_14[] = {
+ "bisu"
+};
+const char p_STR_ID_AUTO_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_BT_SWITCH_1[] = {
+ "Switch"
+};
+const char p_STR_ID_BT_SWITCH_2[] = {
+ "蓝牙开关"
+};
+const char p_STR_ID_BT_SWITCH_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_BT_SWITCH_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_BT_SWITCH_5[] = {
+ "Muet"
+};
+const char p_STR_ID_BT_SWITCH_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_BT_SWITCH_7[] = {
+ "Muto"
+};
+const char p_STR_ID_BT_SWITCH_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_BT_SWITCH_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_BT_SWITCH_10[] = {
+ "음소거"
+};
+const char p_STR_ID_BT_SWITCH_11[] = {
+ "Немой"
+};
+const char p_STR_ID_BT_SWITCH_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_BT_SWITCH_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_BT_SWITCH_14[] = {
+ "bisu"
+};
+const char p_STR_ID_BT_SWITCH_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_IMPERIAL_1[] = {
+ "Imperial"
+};
+const char p_STR_ID_IMPERIAL_2[] = {
+ "英制"
+};
+const char p_STR_ID_IMPERIAL_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_IMPERIAL_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_IMPERIAL_5[] = {
+ "Muet"
+};
+const char p_STR_ID_IMPERIAL_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_IMPERIAL_7[] = {
+ "Muto"
+};
+const char p_STR_ID_IMPERIAL_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_IMPERIAL_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_IMPERIAL_10[] = {
+ "음소거"
+};
+const char p_STR_ID_IMPERIAL_11[] = {
+ "Немой"
+};
+const char p_STR_ID_IMPERIAL_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_IMPERIAL_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_IMPERIAL_14[] = {
+ "bisu"
+};
+const char p_STR_ID_IMPERIAL_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_METRIC_1[] = {
+ "Metric"
+};
+const char p_STR_ID_METRIC_2[] = {
+ "公制"
+};
+const char p_STR_ID_METRIC_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_METRIC_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_METRIC_5[] = {
+ "Muet"
+};
+const char p_STR_ID_METRIC_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_METRIC_7[] = {
+ "Muto"
+};
+const char p_STR_ID_METRIC_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_METRIC_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_METRIC_10[] = {
+ "음소거"
+};
+const char p_STR_ID_METRIC_11[] = {
+ "Немой"
+};
+const char p_STR_ID_METRIC_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_METRIC_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_METRIC_14[] = {
+ "bisu"
+};
+const char p_STR_ID_METRIC_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_UNIT_1[] = {
+ "Unit"
+};
+const char p_STR_ID_UNIT_2[] = {
+ "单位"
+};
+const char p_STR_ID_UNIT_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_UNIT_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_UNIT_5[] = {
+ "Muet"
+};
+const char p_STR_ID_UNIT_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_UNIT_7[] = {
+ "Muto"
+};
+const char p_STR_ID_UNIT_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_UNIT_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_UNIT_10[] = {
+ "음소거"
+};
+const char p_STR_ID_UNIT_11[] = {
+ "Немой"
+};
+const char p_STR_ID_UNIT_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_UNIT_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_UNIT_14[] = {
+ "bisu"
+};
+const char p_STR_ID_UNIT_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_LANGUAGE_1[] = {
+ "Language"
+};
+const char p_STR_ID_LANGUAGE_2[] = {
+ "语言"
+};
+const char p_STR_ID_LANGUAGE_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_LANGUAGE_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_LANGUAGE_5[] = {
+ "Muet"
+};
+const char p_STR_ID_LANGUAGE_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_LANGUAGE_7[] = {
+ "Muto"
+};
+const char p_STR_ID_LANGUAGE_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_LANGUAGE_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_LANGUAGE_10[] = {
+ "음소거"
+};
+const char p_STR_ID_LANGUAGE_11[] = {
+ "Немой"
+};
+const char p_STR_ID_LANGUAGE_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_LANGUAGE_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_LANGUAGE_14[] = {
+ "bisu"
+};
+const char p_STR_ID_LANGUAGE_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_IN_LEARNING_1[] = {
+ "In learning"
+};
+const char p_STR_ID_IN_LEARNING_2[] = {
+ "学习中"
+};
+const char p_STR_ID_IN_LEARNING_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_IN_LEARNING_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_IN_LEARNING_5[] = {
+ "Muet"
+};
+const char p_STR_ID_IN_LEARNING_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_IN_LEARNING_7[] = {
+ "Muto"
+};
+const char p_STR_ID_IN_LEARNING_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_IN_LEARNING_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_IN_LEARNING_10[] = {
+ "음소거"
+};
+const char p_STR_ID_IN_LEARNING_11[] = {
+ "Немой"
+};
+const char p_STR_ID_IN_LEARNING_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_IN_LEARNING_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_IN_LEARNING_14[] = {
+ "bisu"
+};
+const char p_STR_ID_IN_LEARNING_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_SENSOR_FRONT_1[] = {
+ "Front wheel sensor"
+};
+const char p_STR_ID_SENSOR_FRONT_2[] = {
+ "前轮传感器"
+};
+const char p_STR_ID_SENSOR_FRONT_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_SENSOR_FRONT_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_SENSOR_FRONT_5[] = {
+ "Muet"
+};
+const char p_STR_ID_SENSOR_FRONT_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_SENSOR_FRONT_7[] = {
+ "Muto"
+};
+const char p_STR_ID_SENSOR_FRONT_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_SENSOR_FRONT_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_SENSOR_FRONT_10[] = {
+ "음소거"
+};
+const char p_STR_ID_SENSOR_FRONT_11[] = {
+ "Немой"
+};
+const char p_STR_ID_SENSOR_FRONT_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_SENSOR_FRONT_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_SENSOR_FRONT_14[] = {
+ "bisu"
+};
+const char p_STR_ID_SENSOR_FRONT_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_SENSOR_REAR_1[] = {
+ "Rear wheel sensor"
+};
+const char p_STR_ID_SENSOR_REAR_2[] = {
+ "后轮传感器"
+};
+const char p_STR_ID_SENSOR_REAR_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_SENSOR_REAR_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_SENSOR_REAR_5[] = {
+ "Muet"
+};
+const char p_STR_ID_SENSOR_REAR_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_SENSOR_REAR_7[] = {
+ "Muto"
+};
+const char p_STR_ID_SENSOR_REAR_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_SENSOR_REAR_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_SENSOR_REAR_10[] = {
+ "음소거"
+};
+const char p_STR_ID_SENSOR_REAR_11[] = {
+ "Немой"
+};
+const char p_STR_ID_SENSOR_REAR_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_SENSOR_REAR_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_SENSOR_REAR_14[] = {
+ "bisu"
+};
+const char p_STR_ID_SENSOR_REAR_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_SENSOR_LOSS_1[] = {
+ "Sensor loss"
+};
+const char p_STR_ID_SENSOR_LOSS_2[] = {
+ "传感器丢失"
+};
+const char p_STR_ID_SENSOR_LOSS_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_SENSOR_LOSS_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_SENSOR_LOSS_5[] = {
+ "Muet"
+};
+const char p_STR_ID_SENSOR_LOSS_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_SENSOR_LOSS_7[] = {
+ "Muto"
+};
+const char p_STR_ID_SENSOR_LOSS_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_SENSOR_LOSS_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_SENSOR_LOSS_10[] = {
+ "음소거"
+};
+const char p_STR_ID_SENSOR_LOSS_11[] = {
+ "Немой"
+};
+const char p_STR_ID_SENSOR_LOSS_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_SENSOR_LOSS_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_SENSOR_LOSS_14[] = {
+ "bisu"
+};
+const char p_STR_ID_SENSOR_LOSS_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_TIME_1[] = {
+ "Time"
+};
+const char p_STR_ID_TIME_2[] = {
+ "时间"
+};
+const char p_STR_ID_TIME_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_TIME_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_TIME_5[] = {
+ "Muet"
+};
+const char p_STR_ID_TIME_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_TIME_7[] = {
+ "Muto"
+};
+const char p_STR_ID_TIME_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_TIME_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_TIME_10[] = {
+ "음소거"
+};
+const char p_STR_ID_TIME_11[] = {
+ "Немой"
+};
+const char p_STR_ID_TIME_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_TIME_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_TIME_14[] = {
+ "bisu"
+};
+const char p_STR_ID_TIME_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_SPEED_MAX_1[] = {
+ "Top speed"
+};
+const char p_STR_ID_SPEED_MAX_2[] = {
+ "最高时速"
+};
+const char p_STR_ID_SPEED_MAX_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_SPEED_MAX_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_SPEED_MAX_5[] = {
+ "Muet"
+};
+const char p_STR_ID_SPEED_MAX_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_SPEED_MAX_7[] = {
+ "Muto"
+};
+const char p_STR_ID_SPEED_MAX_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_SPEED_MAX_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_SPEED_MAX_10[] = {
+ "음소거"
+};
+const char p_STR_ID_SPEED_MAX_11[] = {
+ "Немой"
+};
+const char p_STR_ID_SPEED_MAX_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_SPEED_MAX_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_SPEED_MAX_14[] = {
+ "bisu"
+};
+const char p_STR_ID_SPEED_MAX_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_SPEED_AVG_1[] = {
+ "Average speed"
+};
+const char p_STR_ID_SPEED_AVG_2[] = {
+ "平均时速"
+};
+const char p_STR_ID_SPEED_AVG_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_SPEED_AVG_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_SPEED_AVG_5[] = {
+ "Muet"
+};
+const char p_STR_ID_SPEED_AVG_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_SPEED_AVG_7[] = {
+ "Muto"
+};
+const char p_STR_ID_SPEED_AVG_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_SPEED_AVG_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_SPEED_AVG_10[] = {
+ "음소거"
+};
+const char p_STR_ID_SPEED_AVG_11[] = {
+ "Немой"
+};
+const char p_STR_ID_SPEED_AVG_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_SPEED_AVG_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_SPEED_AVG_14[] = {
+ "bisu"
+};
+const char p_STR_ID_SPEED_AVG_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_MILEAGE_TRIP_1[] = {
+ "Subtotal mileage"
+};
+const char p_STR_ID_MILEAGE_TRIP_2[] = {
+ "小计里程"
+};
+const char p_STR_ID_MILEAGE_TRIP_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_MILEAGE_TRIP_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_MILEAGE_TRIP_5[] = {
+ "Muet"
+};
+const char p_STR_ID_MILEAGE_TRIP_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_MILEAGE_TRIP_7[] = {
+ "Muto"
+};
+const char p_STR_ID_MILEAGE_TRIP_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_MILEAGE_TRIP_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_MILEAGE_TRIP_10[] = {
+ "음소거"
+};
+const char p_STR_ID_MILEAGE_TRIP_11[] = {
+ "Немой"
+};
+const char p_STR_ID_MILEAGE_TRIP_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_MILEAGE_TRIP_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_MILEAGE_TRIP_14[] = {
+ "bisu"
+};
+const char p_STR_ID_MILEAGE_TRIP_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char p_STR_ID_MILEAGE_ODO_1[] = {
+ "Total mileage"
+};
+const char p_STR_ID_MILEAGE_ODO_2[] = {
+ "总里程"
+};
+const char p_STR_ID_MILEAGE_ODO_3[] = {
+ "Silencio"
+};
+const char p_STR_ID_MILEAGE_ODO_4[] = {
+ "Mudo"
+};
+const char p_STR_ID_MILEAGE_ODO_5[] = {
+ "Muet"
+};
+const char p_STR_ID_MILEAGE_ODO_6[] = {
+ "Stumm"
+};
+const char p_STR_ID_MILEAGE_ODO_7[] = {
+ "Muto"
+};
+const char p_STR_ID_MILEAGE_ODO_8[] = {
+ "Niemy"
+};
+const char p_STR_ID_MILEAGE_ODO_9[] = {
+ "ミュート"
+};
+const char p_STR_ID_MILEAGE_ODO_10[] = {
+ "음소거"
+};
+const char p_STR_ID_MILEAGE_ODO_11[] = {
+ "Немой"
+};
+const char p_STR_ID_MILEAGE_ODO_12[] = {
+ "Ztlumit"
+};
+const char p_STR_ID_MILEAGE_ODO_13[] = {
+ "Bisu"
+};
+const char p_STR_ID_MILEAGE_ODO_14[] = {
+ "bisu"
+};
+const char p_STR_ID_MILEAGE_ODO_15[] = {
+ "לְהַשְׁתִיק"
+};
+const char * const lan_str_table[][15] = {
+ {
+ (const char *)p_STR_ID_ENGLISH_1,
+ (const char *)p_STR_ID_ENGLISH_2,
+ (const char *)p_STR_ID_ENGLISH_3,
+ (const char *)p_STR_ID_ENGLISH_4,
+ (const char *)p_STR_ID_ENGLISH_5,
+ (const char *)p_STR_ID_ENGLISH_6,
+ (const char *)p_STR_ID_ENGLISH_7,
+ (const char *)p_STR_ID_ENGLISH_8,
+ (const char *)p_STR_ID_ENGLISH_9,
+ (const char *)p_STR_ID_ENGLISH_10,
+ (const char *)p_STR_ID_ENGLISH_11,
+ (const char *)p_STR_ID_ENGLISH_12,
+ (const char *)p_STR_ID_ENGLISH_13,
+ (const char *)p_STR_ID_ENGLISH_14,
+ (const char *)p_STR_ID_ENGLISH_15,
+ },
+ {
+ (const char *)p_STR_ID_APP_SCANNING_BINDING_1,
+ (const char *)p_STR_ID_APP_SCANNING_BINDING_2,
+ (const char *)p_STR_ID_APP_SCANNING_BINDING_3,
+ (const char *)p_STR_ID_APP_SCANNING_BINDING_4,
+ (const char *)p_STR_ID_APP_SCANNING_BINDING_5,
+ (const char *)p_STR_ID_APP_SCANNING_BINDING_6,
+ (const char *)p_STR_ID_APP_SCANNING_BINDING_7,
+ (const char *)p_STR_ID_APP_SCANNING_BINDING_8,
+ (const char *)p_STR_ID_APP_SCANNING_BINDING_9,
+ (const char *)p_STR_ID_APP_SCANNING_BINDING_10,
+ (const char *)p_STR_ID_APP_SCANNING_BINDING_11,
+ (const char *)p_STR_ID_APP_SCANNING_BINDING_12,
+ (const char *)p_STR_ID_APP_SCANNING_BINDING_13,
+ (const char *)p_STR_ID_APP_SCANNING_BINDING_14,
+ (const char *)p_STR_ID_APP_SCANNING_BINDING_15,
+ },
+ {
+ (const char *)p_STR_ID_APP_ABOUT_1,
+ (const char *)p_STR_ID_APP_ABOUT_2,
+ (const char *)p_STR_ID_APP_ABOUT_3,
+ (const char *)p_STR_ID_APP_ABOUT_4,
+ (const char *)p_STR_ID_APP_ABOUT_5,
+ (const char *)p_STR_ID_APP_ABOUT_6,
+ (const char *)p_STR_ID_APP_ABOUT_7,
+ (const char *)p_STR_ID_APP_ABOUT_8,
+ (const char *)p_STR_ID_APP_ABOUT_9,
+ (const char *)p_STR_ID_APP_ABOUT_10,
+ (const char *)p_STR_ID_APP_ABOUT_11,
+ (const char *)p_STR_ID_APP_ABOUT_12,
+ (const char *)p_STR_ID_APP_ABOUT_13,
+ (const char *)p_STR_ID_APP_ABOUT_14,
+ (const char *)p_STR_ID_APP_ABOUT_15,
+ },
+ {
+ (const char *)p_STR_ID_AM_1,
+ (const char *)p_STR_ID_AM_2,
+ (const char *)p_STR_ID_AM_3,
+ (const char *)p_STR_ID_AM_4,
+ (const char *)p_STR_ID_AM_5,
+ (const char *)p_STR_ID_AM_6,
+ (const char *)p_STR_ID_AM_7,
+ (const char *)p_STR_ID_AM_8,
+ (const char *)p_STR_ID_AM_9,
+ (const char *)p_STR_ID_AM_10,
+ (const char *)p_STR_ID_AM_11,
+ (const char *)p_STR_ID_AM_12,
+ (const char *)p_STR_ID_AM_13,
+ (const char *)p_STR_ID_AM_14,
+ (const char *)p_STR_ID_AM_15,
+ },
+ {
+ (const char *)p_STR_ID_PM_1,
+ (const char *)p_STR_ID_PM_2,
+ (const char *)p_STR_ID_PM_3,
+ (const char *)p_STR_ID_PM_4,
+ (const char *)p_STR_ID_PM_5,
+ (const char *)p_STR_ID_PM_6,
+ (const char *)p_STR_ID_PM_7,
+ (const char *)p_STR_ID_PM_8,
+ (const char *)p_STR_ID_PM_9,
+ (const char *)p_STR_ID_PM_10,
+ (const char *)p_STR_ID_PM_11,
+ (const char *)p_STR_ID_PM_12,
+ (const char *)p_STR_ID_PM_13,
+ (const char *)p_STR_ID_PM_14,
+ (const char *)p_STR_ID_PM_15,
+ },
+ {
+ (const char *)p_STR_ID_SUM_1,
+ (const char *)p_STR_ID_SUM_2,
+ (const char *)p_STR_ID_SUM_3,
+ (const char *)p_STR_ID_SUM_4,
+ (const char *)p_STR_ID_SUM_5,
+ (const char *)p_STR_ID_SUM_6,
+ (const char *)p_STR_ID_SUM_7,
+ (const char *)p_STR_ID_SUM_8,
+ (const char *)p_STR_ID_SUM_9,
+ (const char *)p_STR_ID_SUM_10,
+ (const char *)p_STR_ID_SUM_11,
+ (const char *)p_STR_ID_SUM_12,
+ (const char *)p_STR_ID_SUM_13,
+ (const char *)p_STR_ID_SUM_14,
+ (const char *)p_STR_ID_SUM_15,
+ },
+ {
+ (const char *)p_STR_ID_MON_1,
+ (const char *)p_STR_ID_MON_2,
+ (const char *)p_STR_ID_MON_3,
+ (const char *)p_STR_ID_MON_4,
+ (const char *)p_STR_ID_MON_5,
+ (const char *)p_STR_ID_MON_6,
+ (const char *)p_STR_ID_MON_7,
+ (const char *)p_STR_ID_MON_8,
+ (const char *)p_STR_ID_MON_9,
+ (const char *)p_STR_ID_MON_10,
+ (const char *)p_STR_ID_MON_11,
+ (const char *)p_STR_ID_MON_12,
+ (const char *)p_STR_ID_MON_13,
+ (const char *)p_STR_ID_MON_14,
+ (const char *)p_STR_ID_MON_15,
+ },
+ {
+ (const char *)p_STR_ID_TUE_1,
+ (const char *)p_STR_ID_TUE_2,
+ (const char *)p_STR_ID_TUE_3,
+ (const char *)p_STR_ID_TUE_4,
+ (const char *)p_STR_ID_TUE_5,
+ (const char *)p_STR_ID_TUE_6,
+ (const char *)p_STR_ID_TUE_7,
+ (const char *)p_STR_ID_TUE_8,
+ (const char *)p_STR_ID_TUE_9,
+ (const char *)p_STR_ID_TUE_10,
+ (const char *)p_STR_ID_TUE_11,
+ (const char *)p_STR_ID_TUE_12,
+ (const char *)p_STR_ID_TUE_13,
+ (const char *)p_STR_ID_TUE_14,
+ (const char *)p_STR_ID_TUE_15,
+ },
+ {
+ (const char *)p_STR_ID_WED_1,
+ (const char *)p_STR_ID_WED_2,
+ (const char *)p_STR_ID_WED_3,
+ (const char *)p_STR_ID_WED_4,
+ (const char *)p_STR_ID_WED_5,
+ (const char *)p_STR_ID_WED_6,
+ (const char *)p_STR_ID_WED_7,
+ (const char *)p_STR_ID_WED_8,
+ (const char *)p_STR_ID_WED_9,
+ (const char *)p_STR_ID_WED_10,
+ (const char *)p_STR_ID_WED_11,
+ (const char *)p_STR_ID_WED_12,
+ (const char *)p_STR_ID_WED_13,
+ (const char *)p_STR_ID_WED_14,
+ (const char *)p_STR_ID_WED_15,
+ },
+ {
+ (const char *)p_STR_ID_THU_1,
+ (const char *)p_STR_ID_THU_2,
+ (const char *)p_STR_ID_THU_3,
+ (const char *)p_STR_ID_THU_4,
+ (const char *)p_STR_ID_THU_5,
+ (const char *)p_STR_ID_THU_6,
+ (const char *)p_STR_ID_THU_7,
+ (const char *)p_STR_ID_THU_8,
+ (const char *)p_STR_ID_THU_9,
+ (const char *)p_STR_ID_THU_10,
+ (const char *)p_STR_ID_THU_11,
+ (const char *)p_STR_ID_THU_12,
+ (const char *)p_STR_ID_THU_13,
+ (const char *)p_STR_ID_THU_14,
+ (const char *)p_STR_ID_THU_15,
+ },
+ {
+ (const char *)p_STR_ID_FRI_1,
+ (const char *)p_STR_ID_FRI_2,
+ (const char *)p_STR_ID_FRI_3,
+ (const char *)p_STR_ID_FRI_4,
+ (const char *)p_STR_ID_FRI_5,
+ (const char *)p_STR_ID_FRI_6,
+ (const char *)p_STR_ID_FRI_7,
+ (const char *)p_STR_ID_FRI_8,
+ (const char *)p_STR_ID_FRI_9,
+ (const char *)p_STR_ID_FRI_10,
+ (const char *)p_STR_ID_FRI_11,
+ (const char *)p_STR_ID_FRI_12,
+ (const char *)p_STR_ID_FRI_13,
+ (const char *)p_STR_ID_FRI_14,
+ (const char *)p_STR_ID_FRI_15,
+ },
+ {
+ (const char *)p_STR_ID_SAT_1,
+ (const char *)p_STR_ID_SAT_2,
+ (const char *)p_STR_ID_SAT_3,
+ (const char *)p_STR_ID_SAT_4,
+ (const char *)p_STR_ID_SAT_5,
+ (const char *)p_STR_ID_SAT_6,
+ (const char *)p_STR_ID_SAT_7,
+ (const char *)p_STR_ID_SAT_8,
+ (const char *)p_STR_ID_SAT_9,
+ (const char *)p_STR_ID_SAT_10,
+ (const char *)p_STR_ID_SAT_11,
+ (const char *)p_STR_ID_SAT_12,
+ (const char *)p_STR_ID_SAT_13,
+ (const char *)p_STR_ID_SAT_14,
+ (const char *)p_STR_ID_SAT_15,
+ },
+ {
+ (const char *)p_STR_ID_NORMAL_1,
+ (const char *)p_STR_ID_NORMAL_2,
+ (const char *)p_STR_ID_NORMAL_3,
+ (const char *)p_STR_ID_NORMAL_4,
+ (const char *)p_STR_ID_NORMAL_5,
+ (const char *)p_STR_ID_NORMAL_6,
+ (const char *)p_STR_ID_NORMAL_7,
+ (const char *)p_STR_ID_NORMAL_8,
+ (const char *)p_STR_ID_NORMAL_9,
+ (const char *)p_STR_ID_NORMAL_10,
+ (const char *)p_STR_ID_NORMAL_11,
+ (const char *)p_STR_ID_NORMAL_12,
+ (const char *)p_STR_ID_NORMAL_13,
+ (const char *)p_STR_ID_NORMAL_14,
+ (const char *)p_STR_ID_NORMAL_15,
+ },
+ {
+ (const char *)p_STR_ID_MIN_1,
+ (const char *)p_STR_ID_MIN_2,
+ (const char *)p_STR_ID_MIN_3,
+ (const char *)p_STR_ID_MIN_4,
+ (const char *)p_STR_ID_MIN_5,
+ (const char *)p_STR_ID_MIN_6,
+ (const char *)p_STR_ID_MIN_7,
+ (const char *)p_STR_ID_MIN_8,
+ (const char *)p_STR_ID_MIN_9,
+ (const char *)p_STR_ID_MIN_10,
+ (const char *)p_STR_ID_MIN_11,
+ (const char *)p_STR_ID_MIN_12,
+ (const char *)p_STR_ID_MIN_13,
+ (const char *)p_STR_ID_MIN_14,
+ (const char *)p_STR_ID_MIN_15,
+ },
+ {
+ (const char *)p_STR_ID_UPGRADING_1,
+ (const char *)p_STR_ID_UPGRADING_2,
+ (const char *)p_STR_ID_UPGRADING_3,
+ (const char *)p_STR_ID_UPGRADING_4,
+ (const char *)p_STR_ID_UPGRADING_5,
+ (const char *)p_STR_ID_UPGRADING_6,
+ (const char *)p_STR_ID_UPGRADING_7,
+ (const char *)p_STR_ID_UPGRADING_8,
+ (const char *)p_STR_ID_UPGRADING_9,
+ (const char *)p_STR_ID_UPGRADING_10,
+ (const char *)p_STR_ID_UPGRADING_11,
+ (const char *)p_STR_ID_UPGRADING_12,
+ (const char *)p_STR_ID_UPGRADING_13,
+ (const char *)p_STR_ID_UPGRADING_14,
+ (const char *)p_STR_ID_UPGRADING_15,
+ },
+ {
+ (const char *)p_STR_ID_UPGRADE_SUCCESSFULLY_1,
+ (const char *)p_STR_ID_UPGRADE_SUCCESSFULLY_2,
+ (const char *)p_STR_ID_UPGRADE_SUCCESSFULLY_3,
+ (const char *)p_STR_ID_UPGRADE_SUCCESSFULLY_4,
+ (const char *)p_STR_ID_UPGRADE_SUCCESSFULLY_5,
+ (const char *)p_STR_ID_UPGRADE_SUCCESSFULLY_6,
+ (const char *)p_STR_ID_UPGRADE_SUCCESSFULLY_7,
+ (const char *)p_STR_ID_UPGRADE_SUCCESSFULLY_8,
+ (const char *)p_STR_ID_UPGRADE_SUCCESSFULLY_9,
+ (const char *)p_STR_ID_UPGRADE_SUCCESSFULLY_10,
+ (const char *)p_STR_ID_UPGRADE_SUCCESSFULLY_11,
+ (const char *)p_STR_ID_UPGRADE_SUCCESSFULLY_12,
+ (const char *)p_STR_ID_UPGRADE_SUCCESSFULLY_13,
+ (const char *)p_STR_ID_UPGRADE_SUCCESSFULLY_14,
+ (const char *)p_STR_ID_UPGRADE_SUCCESSFULLY_15,
+ },
+ {
+ (const char *)p_STR_ID_UPGRADE_FAILURE_1,
+ (const char *)p_STR_ID_UPGRADE_FAILURE_2,
+ (const char *)p_STR_ID_UPGRADE_FAILURE_3,
+ (const char *)p_STR_ID_UPGRADE_FAILURE_4,
+ (const char *)p_STR_ID_UPGRADE_FAILURE_5,
+ (const char *)p_STR_ID_UPGRADE_FAILURE_6,
+ (const char *)p_STR_ID_UPGRADE_FAILURE_7,
+ (const char *)p_STR_ID_UPGRADE_FAILURE_8,
+ (const char *)p_STR_ID_UPGRADE_FAILURE_9,
+ (const char *)p_STR_ID_UPGRADE_FAILURE_10,
+ (const char *)p_STR_ID_UPGRADE_FAILURE_11,
+ (const char *)p_STR_ID_UPGRADE_FAILURE_12,
+ (const char *)p_STR_ID_UPGRADE_FAILURE_13,
+ (const char *)p_STR_ID_UPGRADE_FAILURE_14,
+ (const char *)p_STR_ID_UPGRADE_FAILURE_15,
+ },
+ {
+ (const char *)p_STR_ID_REBOOTING_1,
+ (const char *)p_STR_ID_REBOOTING_2,
+ (const char *)p_STR_ID_REBOOTING_3,
+ (const char *)p_STR_ID_REBOOTING_4,
+ (const char *)p_STR_ID_REBOOTING_5,
+ (const char *)p_STR_ID_REBOOTING_6,
+ (const char *)p_STR_ID_REBOOTING_7,
+ (const char *)p_STR_ID_REBOOTING_8,
+ (const char *)p_STR_ID_REBOOTING_9,
+ (const char *)p_STR_ID_REBOOTING_10,
+ (const char *)p_STR_ID_REBOOTING_11,
+ (const char *)p_STR_ID_REBOOTING_12,
+ (const char *)p_STR_ID_REBOOTING_13,
+ (const char *)p_STR_ID_REBOOTING_14,
+ (const char *)p_STR_ID_REBOOTING_15,
+ },
+ {
+ (const char *)p_STR_ID_IN_SYNC_1,
+ (const char *)p_STR_ID_IN_SYNC_2,
+ (const char *)p_STR_ID_IN_SYNC_3,
+ (const char *)p_STR_ID_IN_SYNC_4,
+ (const char *)p_STR_ID_IN_SYNC_5,
+ (const char *)p_STR_ID_IN_SYNC_6,
+ (const char *)p_STR_ID_IN_SYNC_7,
+ (const char *)p_STR_ID_IN_SYNC_8,
+ (const char *)p_STR_ID_IN_SYNC_9,
+ (const char *)p_STR_ID_IN_SYNC_10,
+ (const char *)p_STR_ID_IN_SYNC_11,
+ (const char *)p_STR_ID_IN_SYNC_12,
+ (const char *)p_STR_ID_IN_SYNC_13,
+ (const char *)p_STR_ID_IN_SYNC_14,
+ (const char *)p_STR_ID_IN_SYNC_15,
+ },
+ {
+ (const char *)p_STR_ID_SYNCHRONIZATION_SUCCEEDED_1,
+ (const char *)p_STR_ID_SYNCHRONIZATION_SUCCEEDED_2,
+ (const char *)p_STR_ID_SYNCHRONIZATION_SUCCEEDED_3,
+ (const char *)p_STR_ID_SYNCHRONIZATION_SUCCEEDED_4,
+ (const char *)p_STR_ID_SYNCHRONIZATION_SUCCEEDED_5,
+ (const char *)p_STR_ID_SYNCHRONIZATION_SUCCEEDED_6,
+ (const char *)p_STR_ID_SYNCHRONIZATION_SUCCEEDED_7,
+ (const char *)p_STR_ID_SYNCHRONIZATION_SUCCEEDED_8,
+ (const char *)p_STR_ID_SYNCHRONIZATION_SUCCEEDED_9,
+ (const char *)p_STR_ID_SYNCHRONIZATION_SUCCEEDED_10,
+ (const char *)p_STR_ID_SYNCHRONIZATION_SUCCEEDED_11,
+ (const char *)p_STR_ID_SYNCHRONIZATION_SUCCEEDED_12,
+ (const char *)p_STR_ID_SYNCHRONIZATION_SUCCEEDED_13,
+ (const char *)p_STR_ID_SYNCHRONIZATION_SUCCEEDED_14,
+ (const char *)p_STR_ID_SYNCHRONIZATION_SUCCEEDED_15,
+ },
+ {
+ (const char *)p_STR_ID_SECOND_1,
+ (const char *)p_STR_ID_SECOND_2,
+ (const char *)p_STR_ID_SECOND_3,
+ (const char *)p_STR_ID_SECOND_4,
+ (const char *)p_STR_ID_SECOND_5,
+ (const char *)p_STR_ID_SECOND_6,
+ (const char *)p_STR_ID_SECOND_7,
+ (const char *)p_STR_ID_SECOND_8,
+ (const char *)p_STR_ID_SECOND_9,
+ (const char *)p_STR_ID_SECOND_10,
+ (const char *)p_STR_ID_SECOND_11,
+ (const char *)p_STR_ID_SECOND_12,
+ (const char *)p_STR_ID_SECOND_13,
+ (const char *)p_STR_ID_SECOND_14,
+ (const char *)p_STR_ID_SECOND_15,
+ },
+ {
+ (const char *)p_STR_ID_HOUR_1,
+ (const char *)p_STR_ID_HOUR_2,
+ (const char *)p_STR_ID_HOUR_3,
+ (const char *)p_STR_ID_HOUR_4,
+ (const char *)p_STR_ID_HOUR_5,
+ (const char *)p_STR_ID_HOUR_6,
+ (const char *)p_STR_ID_HOUR_7,
+ (const char *)p_STR_ID_HOUR_8,
+ (const char *)p_STR_ID_HOUR_9,
+ (const char *)p_STR_ID_HOUR_10,
+ (const char *)p_STR_ID_HOUR_11,
+ (const char *)p_STR_ID_HOUR_12,
+ (const char *)p_STR_ID_HOUR_13,
+ (const char *)p_STR_ID_HOUR_14,
+ (const char *)p_STR_ID_HOUR_15,
+ },
+ {
+ (const char *)p_STR_ID_MINUTE_1,
+ (const char *)p_STR_ID_MINUTE_2,
+ (const char *)p_STR_ID_MINUTE_3,
+ (const char *)p_STR_ID_MINUTE_4,
+ (const char *)p_STR_ID_MINUTE_5,
+ (const char *)p_STR_ID_MINUTE_6,
+ (const char *)p_STR_ID_MINUTE_7,
+ (const char *)p_STR_ID_MINUTE_8,
+ (const char *)p_STR_ID_MINUTE_9,
+ (const char *)p_STR_ID_MINUTE_10,
+ (const char *)p_STR_ID_MINUTE_11,
+ (const char *)p_STR_ID_MINUTE_12,
+ (const char *)p_STR_ID_MINUTE_13,
+ (const char *)p_STR_ID_MINUTE_14,
+ (const char *)p_STR_ID_MINUTE_15,
+ },
+ {
+ (const char *)p_STR_ID_CHINESE_1,
+ (const char *)p_STR_ID_CHINESE_2,
+ (const char *)p_STR_ID_CHINESE_3,
+ (const char *)p_STR_ID_CHINESE_4,
+ (const char *)p_STR_ID_CHINESE_5,
+ (const char *)p_STR_ID_CHINESE_6,
+ (const char *)p_STR_ID_CHINESE_7,
+ (const char *)p_STR_ID_CHINESE_8,
+ (const char *)p_STR_ID_CHINESE_9,
+ (const char *)p_STR_ID_CHINESE_10,
+ (const char *)p_STR_ID_CHINESE_11,
+ (const char *)p_STR_ID_CHINESE_12,
+ (const char *)p_STR_ID_CHINESE_13,
+ (const char *)p_STR_ID_CHINESE_14,
+ (const char *)p_STR_ID_CHINESE_15,
+ },
+ {
+ (const char *)p_STR_ID_KOREAN_1,
+ (const char *)p_STR_ID_KOREAN_2,
+ (const char *)p_STR_ID_KOREAN_3,
+ (const char *)p_STR_ID_KOREAN_4,
+ (const char *)p_STR_ID_KOREAN_5,
+ (const char *)p_STR_ID_KOREAN_6,
+ (const char *)p_STR_ID_KOREAN_7,
+ (const char *)p_STR_ID_KOREAN_8,
+ (const char *)p_STR_ID_KOREAN_9,
+ (const char *)p_STR_ID_KOREAN_10,
+ (const char *)p_STR_ID_KOREAN_11,
+ (const char *)p_STR_ID_KOREAN_12,
+ (const char *)p_STR_ID_KOREAN_13,
+ (const char *)p_STR_ID_KOREAN_14,
+ (const char *)p_STR_ID_KOREAN_15,
+ },
+ {
+ (const char *)p_STR_ID_JAPANESE_1,
+ (const char *)p_STR_ID_JAPANESE_2,
+ (const char *)p_STR_ID_JAPANESE_3,
+ (const char *)p_STR_ID_JAPANESE_4,
+ (const char *)p_STR_ID_JAPANESE_5,
+ (const char *)p_STR_ID_JAPANESE_6,
+ (const char *)p_STR_ID_JAPANESE_7,
+ (const char *)p_STR_ID_JAPANESE_8,
+ (const char *)p_STR_ID_JAPANESE_9,
+ (const char *)p_STR_ID_JAPANESE_10,
+ (const char *)p_STR_ID_JAPANESE_11,
+ (const char *)p_STR_ID_JAPANESE_12,
+ (const char *)p_STR_ID_JAPANESE_13,
+ (const char *)p_STR_ID_JAPANESE_14,
+ (const char *)p_STR_ID_JAPANESE_15,
+ },
+ {
+ (const char *)p_STR_ID_GERMAN_1,
+ (const char *)p_STR_ID_GERMAN_2,
+ (const char *)p_STR_ID_GERMAN_3,
+ (const char *)p_STR_ID_GERMAN_4,
+ (const char *)p_STR_ID_GERMAN_5,
+ (const char *)p_STR_ID_GERMAN_6,
+ (const char *)p_STR_ID_GERMAN_7,
+ (const char *)p_STR_ID_GERMAN_8,
+ (const char *)p_STR_ID_GERMAN_9,
+ (const char *)p_STR_ID_GERMAN_10,
+ (const char *)p_STR_ID_GERMAN_11,
+ (const char *)p_STR_ID_GERMAN_12,
+ (const char *)p_STR_ID_GERMAN_13,
+ (const char *)p_STR_ID_GERMAN_14,
+ (const char *)p_STR_ID_GERMAN_15,
+ },
+ {
+ (const char *)p_STR_ID_SPANISH_1,
+ (const char *)p_STR_ID_SPANISH_2,
+ (const char *)p_STR_ID_SPANISH_3,
+ (const char *)p_STR_ID_SPANISH_4,
+ (const char *)p_STR_ID_SPANISH_5,
+ (const char *)p_STR_ID_SPANISH_6,
+ (const char *)p_STR_ID_SPANISH_7,
+ (const char *)p_STR_ID_SPANISH_8,
+ (const char *)p_STR_ID_SPANISH_9,
+ (const char *)p_STR_ID_SPANISH_10,
+ (const char *)p_STR_ID_SPANISH_11,
+ (const char *)p_STR_ID_SPANISH_12,
+ (const char *)p_STR_ID_SPANISH_13,
+ (const char *)p_STR_ID_SPANISH_14,
+ (const char *)p_STR_ID_SPANISH_15,
+ },
+ {
+ (const char *)p_STR_ID_FRENCH_1,
+ (const char *)p_STR_ID_FRENCH_2,
+ (const char *)p_STR_ID_FRENCH_3,
+ (const char *)p_STR_ID_FRENCH_4,
+ (const char *)p_STR_ID_FRENCH_5,
+ (const char *)p_STR_ID_FRENCH_6,
+ (const char *)p_STR_ID_FRENCH_7,
+ (const char *)p_STR_ID_FRENCH_8,
+ (const char *)p_STR_ID_FRENCH_9,
+ (const char *)p_STR_ID_FRENCH_10,
+ (const char *)p_STR_ID_FRENCH_11,
+ (const char *)p_STR_ID_FRENCH_12,
+ (const char *)p_STR_ID_FRENCH_13,
+ (const char *)p_STR_ID_FRENCH_14,
+ (const char *)p_STR_ID_FRENCH_15,
+ },
+ {
+ (const char *)p_STR_ID_ITALIAN_1,
+ (const char *)p_STR_ID_ITALIAN_2,
+ (const char *)p_STR_ID_ITALIAN_3,
+ (const char *)p_STR_ID_ITALIAN_4,
+ (const char *)p_STR_ID_ITALIAN_5,
+ (const char *)p_STR_ID_ITALIAN_6,
+ (const char *)p_STR_ID_ITALIAN_7,
+ (const char *)p_STR_ID_ITALIAN_8,
+ (const char *)p_STR_ID_ITALIAN_9,
+ (const char *)p_STR_ID_ITALIAN_10,
+ (const char *)p_STR_ID_ITALIAN_11,
+ (const char *)p_STR_ID_ITALIAN_12,
+ (const char *)p_STR_ID_ITALIAN_13,
+ (const char *)p_STR_ID_ITALIAN_14,
+ (const char *)p_STR_ID_ITALIAN_15,
+ },
+ {
+ (const char *)p_STR_ID_PORTUGUESE_1,
+ (const char *)p_STR_ID_PORTUGUESE_2,
+ (const char *)p_STR_ID_PORTUGUESE_3,
+ (const char *)p_STR_ID_PORTUGUESE_4,
+ (const char *)p_STR_ID_PORTUGUESE_5,
+ (const char *)p_STR_ID_PORTUGUESE_6,
+ (const char *)p_STR_ID_PORTUGUESE_7,
+ (const char *)p_STR_ID_PORTUGUESE_8,
+ (const char *)p_STR_ID_PORTUGUESE_9,
+ (const char *)p_STR_ID_PORTUGUESE_10,
+ (const char *)p_STR_ID_PORTUGUESE_11,
+ (const char *)p_STR_ID_PORTUGUESE_12,
+ (const char *)p_STR_ID_PORTUGUESE_13,
+ (const char *)p_STR_ID_PORTUGUESE_14,
+ (const char *)p_STR_ID_PORTUGUESE_15,
+ },
+ {
+ (const char *)p_STR_ID_ARABIC_1,
+ (const char *)p_STR_ID_ARABIC_2,
+ (const char *)p_STR_ID_ARABIC_3,
+ (const char *)p_STR_ID_ARABIC_4,
+ (const char *)p_STR_ID_ARABIC_5,
+ (const char *)p_STR_ID_ARABIC_6,
+ (const char *)p_STR_ID_ARABIC_7,
+ (const char *)p_STR_ID_ARABIC_8,
+ (const char *)p_STR_ID_ARABIC_9,
+ (const char *)p_STR_ID_ARABIC_10,
+ (const char *)p_STR_ID_ARABIC_11,
+ (const char *)p_STR_ID_ARABIC_12,
+ (const char *)p_STR_ID_ARABIC_13,
+ (const char *)p_STR_ID_ARABIC_14,
+ (const char *)p_STR_ID_ARABIC_15,
+ },
+ {
+ (const char *)p_STR_ID_INDIA_1,
+ (const char *)p_STR_ID_INDIA_2,
+ (const char *)p_STR_ID_INDIA_3,
+ (const char *)p_STR_ID_INDIA_4,
+ (const char *)p_STR_ID_INDIA_5,
+ (const char *)p_STR_ID_INDIA_6,
+ (const char *)p_STR_ID_INDIA_7,
+ (const char *)p_STR_ID_INDIA_8,
+ (const char *)p_STR_ID_INDIA_9,
+ (const char *)p_STR_ID_INDIA_10,
+ (const char *)p_STR_ID_INDIA_11,
+ (const char *)p_STR_ID_INDIA_12,
+ (const char *)p_STR_ID_INDIA_13,
+ (const char *)p_STR_ID_INDIA_14,
+ (const char *)p_STR_ID_INDIA_15,
+ },
+ {
+ (const char *)p_STR_ID_HINDI_1,
+ (const char *)p_STR_ID_HINDI_2,
+ (const char *)p_STR_ID_HINDI_3,
+ (const char *)p_STR_ID_HINDI_4,
+ (const char *)p_STR_ID_HINDI_5,
+ (const char *)p_STR_ID_HINDI_6,
+ (const char *)p_STR_ID_HINDI_7,
+ (const char *)p_STR_ID_HINDI_8,
+ (const char *)p_STR_ID_HINDI_9,
+ (const char *)p_STR_ID_HINDI_10,
+ (const char *)p_STR_ID_HINDI_11,
+ (const char *)p_STR_ID_HINDI_12,
+ (const char *)p_STR_ID_HINDI_13,
+ (const char *)p_STR_ID_HINDI_14,
+ (const char *)p_STR_ID_HINDI_15,
+ },
+ {
+ (const char *)p_STR_ID_POLISH_LANGUAGE_1,
+ (const char *)p_STR_ID_POLISH_LANGUAGE_2,
+ (const char *)p_STR_ID_POLISH_LANGUAGE_3,
+ (const char *)p_STR_ID_POLISH_LANGUAGE_4,
+ (const char *)p_STR_ID_POLISH_LANGUAGE_5,
+ (const char *)p_STR_ID_POLISH_LANGUAGE_6,
+ (const char *)p_STR_ID_POLISH_LANGUAGE_7,
+ (const char *)p_STR_ID_POLISH_LANGUAGE_8,
+ (const char *)p_STR_ID_POLISH_LANGUAGE_9,
+ (const char *)p_STR_ID_POLISH_LANGUAGE_10,
+ (const char *)p_STR_ID_POLISH_LANGUAGE_11,
+ (const char *)p_STR_ID_POLISH_LANGUAGE_12,
+ (const char *)p_STR_ID_POLISH_LANGUAGE_13,
+ (const char *)p_STR_ID_POLISH_LANGUAGE_14,
+ (const char *)p_STR_ID_POLISH_LANGUAGE_15,
+ },
+ {
+ (const char *)p_STR_ID_RUSSIAN_1,
+ (const char *)p_STR_ID_RUSSIAN_2,
+ (const char *)p_STR_ID_RUSSIAN_3,
+ (const char *)p_STR_ID_RUSSIAN_4,
+ (const char *)p_STR_ID_RUSSIAN_5,
+ (const char *)p_STR_ID_RUSSIAN_6,
+ (const char *)p_STR_ID_RUSSIAN_7,
+ (const char *)p_STR_ID_RUSSIAN_8,
+ (const char *)p_STR_ID_RUSSIAN_9,
+ (const char *)p_STR_ID_RUSSIAN_10,
+ (const char *)p_STR_ID_RUSSIAN_11,
+ (const char *)p_STR_ID_RUSSIAN_12,
+ (const char *)p_STR_ID_RUSSIAN_13,
+ (const char *)p_STR_ID_RUSSIAN_14,
+ (const char *)p_STR_ID_RUSSIAN_15,
+ },
+ {
+ (const char *)p_STR_ID_DUTCH_LANGUAGE_1,
+ (const char *)p_STR_ID_DUTCH_LANGUAGE_2,
+ (const char *)p_STR_ID_DUTCH_LANGUAGE_3,
+ (const char *)p_STR_ID_DUTCH_LANGUAGE_4,
+ (const char *)p_STR_ID_DUTCH_LANGUAGE_5,
+ (const char *)p_STR_ID_DUTCH_LANGUAGE_6,
+ (const char *)p_STR_ID_DUTCH_LANGUAGE_7,
+ (const char *)p_STR_ID_DUTCH_LANGUAGE_8,
+ (const char *)p_STR_ID_DUTCH_LANGUAGE_9,
+ (const char *)p_STR_ID_DUTCH_LANGUAGE_10,
+ (const char *)p_STR_ID_DUTCH_LANGUAGE_11,
+ (const char *)p_STR_ID_DUTCH_LANGUAGE_12,
+ (const char *)p_STR_ID_DUTCH_LANGUAGE_13,
+ (const char *)p_STR_ID_DUTCH_LANGUAGE_14,
+ (const char *)p_STR_ID_DUTCH_LANGUAGE_15,
+ },
+ {
+ (const char *)p_STR_ID_TURKISH_LANGUAGE_1,
+ (const char *)p_STR_ID_TURKISH_LANGUAGE_2,
+ (const char *)p_STR_ID_TURKISH_LANGUAGE_3,
+ (const char *)p_STR_ID_TURKISH_LANGUAGE_4,
+ (const char *)p_STR_ID_TURKISH_LANGUAGE_5,
+ (const char *)p_STR_ID_TURKISH_LANGUAGE_6,
+ (const char *)p_STR_ID_TURKISH_LANGUAGE_7,
+ (const char *)p_STR_ID_TURKISH_LANGUAGE_8,
+ (const char *)p_STR_ID_TURKISH_LANGUAGE_9,
+ (const char *)p_STR_ID_TURKISH_LANGUAGE_10,
+ (const char *)p_STR_ID_TURKISH_LANGUAGE_11,
+ (const char *)p_STR_ID_TURKISH_LANGUAGE_12,
+ (const char *)p_STR_ID_TURKISH_LANGUAGE_13,
+ (const char *)p_STR_ID_TURKISH_LANGUAGE_14,
+ (const char *)p_STR_ID_TURKISH_LANGUAGE_15,
+ },
+ {
+ (const char *)p_STR_ID_BENGALI_LANGUAGE_1,
+ (const char *)p_STR_ID_BENGALI_LANGUAGE_2,
+ (const char *)p_STR_ID_BENGALI_LANGUAGE_3,
+ (const char *)p_STR_ID_BENGALI_LANGUAGE_4,
+ (const char *)p_STR_ID_BENGALI_LANGUAGE_5,
+ (const char *)p_STR_ID_BENGALI_LANGUAGE_6,
+ (const char *)p_STR_ID_BENGALI_LANGUAGE_7,
+ (const char *)p_STR_ID_BENGALI_LANGUAGE_8,
+ (const char *)p_STR_ID_BENGALI_LANGUAGE_9,
+ (const char *)p_STR_ID_BENGALI_LANGUAGE_10,
+ (const char *)p_STR_ID_BENGALI_LANGUAGE_11,
+ (const char *)p_STR_ID_BENGALI_LANGUAGE_12,
+ (const char *)p_STR_ID_BENGALI_LANGUAGE_13,
+ (const char *)p_STR_ID_BENGALI_LANGUAGE_14,
+ (const char *)p_STR_ID_BENGALI_LANGUAGE_15,
+ },
+ {
+ (const char *)p_STR_ID_URDU_1,
+ (const char *)p_STR_ID_URDU_2,
+ (const char *)p_STR_ID_URDU_3,
+ (const char *)p_STR_ID_URDU_4,
+ (const char *)p_STR_ID_URDU_5,
+ (const char *)p_STR_ID_URDU_6,
+ (const char *)p_STR_ID_URDU_7,
+ (const char *)p_STR_ID_URDU_8,
+ (const char *)p_STR_ID_URDU_9,
+ (const char *)p_STR_ID_URDU_10,
+ (const char *)p_STR_ID_URDU_11,
+ (const char *)p_STR_ID_URDU_12,
+ (const char *)p_STR_ID_URDU_13,
+ (const char *)p_STR_ID_URDU_14,
+ (const char *)p_STR_ID_URDU_15,
+ },
+ {
+ (const char *)p_STR_ID_INDONESIAN_LANGUAGE_1,
+ (const char *)p_STR_ID_INDONESIAN_LANGUAGE_2,
+ (const char *)p_STR_ID_INDONESIAN_LANGUAGE_3,
+ (const char *)p_STR_ID_INDONESIAN_LANGUAGE_4,
+ (const char *)p_STR_ID_INDONESIAN_LANGUAGE_5,
+ (const char *)p_STR_ID_INDONESIAN_LANGUAGE_6,
+ (const char *)p_STR_ID_INDONESIAN_LANGUAGE_7,
+ (const char *)p_STR_ID_INDONESIAN_LANGUAGE_8,
+ (const char *)p_STR_ID_INDONESIAN_LANGUAGE_9,
+ (const char *)p_STR_ID_INDONESIAN_LANGUAGE_10,
+ (const char *)p_STR_ID_INDONESIAN_LANGUAGE_11,
+ (const char *)p_STR_ID_INDONESIAN_LANGUAGE_12,
+ (const char *)p_STR_ID_INDONESIAN_LANGUAGE_13,
+ (const char *)p_STR_ID_INDONESIAN_LANGUAGE_14,
+ (const char *)p_STR_ID_INDONESIAN_LANGUAGE_15,
+ },
+ {
+ (const char *)p_STR_ID_PUNJABI_LANGUAGE_1,
+ (const char *)p_STR_ID_PUNJABI_LANGUAGE_2,
+ (const char *)p_STR_ID_PUNJABI_LANGUAGE_3,
+ (const char *)p_STR_ID_PUNJABI_LANGUAGE_4,
+ (const char *)p_STR_ID_PUNJABI_LANGUAGE_5,
+ (const char *)p_STR_ID_PUNJABI_LANGUAGE_6,
+ (const char *)p_STR_ID_PUNJABI_LANGUAGE_7,
+ (const char *)p_STR_ID_PUNJABI_LANGUAGE_8,
+ (const char *)p_STR_ID_PUNJABI_LANGUAGE_9,
+ (const char *)p_STR_ID_PUNJABI_LANGUAGE_10,
+ (const char *)p_STR_ID_PUNJABI_LANGUAGE_11,
+ (const char *)p_STR_ID_PUNJABI_LANGUAGE_12,
+ (const char *)p_STR_ID_PUNJABI_LANGUAGE_13,
+ (const char *)p_STR_ID_PUNJABI_LANGUAGE_14,
+ (const char *)p_STR_ID_PUNJABI_LANGUAGE_15,
+ },
+ {
+ (const char *)p_STR_ID_THAI_1,
+ (const char *)p_STR_ID_THAI_2,
+ (const char *)p_STR_ID_THAI_3,
+ (const char *)p_STR_ID_THAI_4,
+ (const char *)p_STR_ID_THAI_5,
+ (const char *)p_STR_ID_THAI_6,
+ (const char *)p_STR_ID_THAI_7,
+ (const char *)p_STR_ID_THAI_8,
+ (const char *)p_STR_ID_THAI_9,
+ (const char *)p_STR_ID_THAI_10,
+ (const char *)p_STR_ID_THAI_11,
+ (const char *)p_STR_ID_THAI_12,
+ (const char *)p_STR_ID_THAI_13,
+ (const char *)p_STR_ID_THAI_14,
+ (const char *)p_STR_ID_THAI_15,
+ },
+ {
+ (const char *)p_STR_ID_CZECH_LANGUAGE_1,
+ (const char *)p_STR_ID_CZECH_LANGUAGE_2,
+ (const char *)p_STR_ID_CZECH_LANGUAGE_3,
+ (const char *)p_STR_ID_CZECH_LANGUAGE_4,
+ (const char *)p_STR_ID_CZECH_LANGUAGE_5,
+ (const char *)p_STR_ID_CZECH_LANGUAGE_6,
+ (const char *)p_STR_ID_CZECH_LANGUAGE_7,
+ (const char *)p_STR_ID_CZECH_LANGUAGE_8,
+ (const char *)p_STR_ID_CZECH_LANGUAGE_9,
+ (const char *)p_STR_ID_CZECH_LANGUAGE_10,
+ (const char *)p_STR_ID_CZECH_LANGUAGE_11,
+ (const char *)p_STR_ID_CZECH_LANGUAGE_12,
+ (const char *)p_STR_ID_CZECH_LANGUAGE_13,
+ (const char *)p_STR_ID_CZECH_LANGUAGE_14,
+ (const char *)p_STR_ID_CZECH_LANGUAGE_15,
+ },
+ {
+ (const char *)p_STR_ID_SETTINGS_1,
+ (const char *)p_STR_ID_SETTINGS_2,
+ (const char *)p_STR_ID_SETTINGS_3,
+ (const char *)p_STR_ID_SETTINGS_4,
+ (const char *)p_STR_ID_SETTINGS_5,
+ (const char *)p_STR_ID_SETTINGS_6,
+ (const char *)p_STR_ID_SETTINGS_7,
+ (const char *)p_STR_ID_SETTINGS_8,
+ (const char *)p_STR_ID_SETTINGS_9,
+ (const char *)p_STR_ID_SETTINGS_10,
+ (const char *)p_STR_ID_SETTINGS_11,
+ (const char *)p_STR_ID_SETTINGS_12,
+ (const char *)p_STR_ID_SETTINGS_13,
+ (const char *)p_STR_ID_SETTINGS_14,
+ (const char *)p_STR_ID_SETTINGS_15,
+ },
+ {
+ (const char *)p_STR_ID_THEME_1,
+ (const char *)p_STR_ID_THEME_2,
+ (const char *)p_STR_ID_THEME_3,
+ (const char *)p_STR_ID_THEME_4,
+ (const char *)p_STR_ID_THEME_5,
+ (const char *)p_STR_ID_THEME_6,
+ (const char *)p_STR_ID_THEME_7,
+ (const char *)p_STR_ID_THEME_8,
+ (const char *)p_STR_ID_THEME_9,
+ (const char *)p_STR_ID_THEME_10,
+ (const char *)p_STR_ID_THEME_11,
+ (const char *)p_STR_ID_THEME_12,
+ (const char *)p_STR_ID_THEME_13,
+ (const char *)p_STR_ID_THEME_14,
+ (const char *)p_STR_ID_THEME_15,
+ },
+ {
+ (const char *)p_STR_ID_LIGHT_1,
+ (const char *)p_STR_ID_LIGHT_2,
+ (const char *)p_STR_ID_LIGHT_3,
+ (const char *)p_STR_ID_LIGHT_4,
+ (const char *)p_STR_ID_LIGHT_5,
+ (const char *)p_STR_ID_LIGHT_6,
+ (const char *)p_STR_ID_LIGHT_7,
+ (const char *)p_STR_ID_LIGHT_8,
+ (const char *)p_STR_ID_LIGHT_9,
+ (const char *)p_STR_ID_LIGHT_10,
+ (const char *)p_STR_ID_LIGHT_11,
+ (const char *)p_STR_ID_LIGHT_12,
+ (const char *)p_STR_ID_LIGHT_13,
+ (const char *)p_STR_ID_LIGHT_14,
+ (const char *)p_STR_ID_LIGHT_15,
+ },
+ {
+ (const char *)p_STR_ID_BLUETOOTH_1,
+ (const char *)p_STR_ID_BLUETOOTH_2,
+ (const char *)p_STR_ID_BLUETOOTH_3,
+ (const char *)p_STR_ID_BLUETOOTH_4,
+ (const char *)p_STR_ID_BLUETOOTH_5,
+ (const char *)p_STR_ID_BLUETOOTH_6,
+ (const char *)p_STR_ID_BLUETOOTH_7,
+ (const char *)p_STR_ID_BLUETOOTH_8,
+ (const char *)p_STR_ID_BLUETOOTH_9,
+ (const char *)p_STR_ID_BLUETOOTH_10,
+ (const char *)p_STR_ID_BLUETOOTH_11,
+ (const char *)p_STR_ID_BLUETOOTH_12,
+ (const char *)p_STR_ID_BLUETOOTH_13,
+ (const char *)p_STR_ID_BLUETOOTH_14,
+ (const char *)p_STR_ID_BLUETOOTH_15,
+ },
+ {
+ (const char *)p_STR_ID_OTHER_SETTING_1,
+ (const char *)p_STR_ID_OTHER_SETTING_2,
+ (const char *)p_STR_ID_OTHER_SETTING_3,
+ (const char *)p_STR_ID_OTHER_SETTING_4,
+ (const char *)p_STR_ID_OTHER_SETTING_5,
+ (const char *)p_STR_ID_OTHER_SETTING_6,
+ (const char *)p_STR_ID_OTHER_SETTING_7,
+ (const char *)p_STR_ID_OTHER_SETTING_8,
+ (const char *)p_STR_ID_OTHER_SETTING_9,
+ (const char *)p_STR_ID_OTHER_SETTING_10,
+ (const char *)p_STR_ID_OTHER_SETTING_11,
+ (const char *)p_STR_ID_OTHER_SETTING_12,
+ (const char *)p_STR_ID_OTHER_SETTING_13,
+ (const char *)p_STR_ID_OTHER_SETTING_14,
+ (const char *)p_STR_ID_OTHER_SETTING_15,
+ },
+ {
+ (const char *)p_STR_ID_INFORMATION_1,
+ (const char *)p_STR_ID_INFORMATION_2,
+ (const char *)p_STR_ID_INFORMATION_3,
+ (const char *)p_STR_ID_INFORMATION_4,
+ (const char *)p_STR_ID_INFORMATION_5,
+ (const char *)p_STR_ID_INFORMATION_6,
+ (const char *)p_STR_ID_INFORMATION_7,
+ (const char *)p_STR_ID_INFORMATION_8,
+ (const char *)p_STR_ID_INFORMATION_9,
+ (const char *)p_STR_ID_INFORMATION_10,
+ (const char *)p_STR_ID_INFORMATION_11,
+ (const char *)p_STR_ID_INFORMATION_12,
+ (const char *)p_STR_ID_INFORMATION_13,
+ (const char *)p_STR_ID_INFORMATION_14,
+ (const char *)p_STR_ID_INFORMATION_15,
+ },
+ {
+ (const char *)p_STR_ID_RETURN_1,
+ (const char *)p_STR_ID_RETURN_2,
+ (const char *)p_STR_ID_RETURN_3,
+ (const char *)p_STR_ID_RETURN_4,
+ (const char *)p_STR_ID_RETURN_5,
+ (const char *)p_STR_ID_RETURN_6,
+ (const char *)p_STR_ID_RETURN_7,
+ (const char *)p_STR_ID_RETURN_8,
+ (const char *)p_STR_ID_RETURN_9,
+ (const char *)p_STR_ID_RETURN_10,
+ (const char *)p_STR_ID_RETURN_11,
+ (const char *)p_STR_ID_RETURN_12,
+ (const char *)p_STR_ID_RETURN_13,
+ (const char *)p_STR_ID_RETURN_14,
+ (const char *)p_STR_ID_RETURN_15,
+ },
+ {
+ (const char *)p_STR_ID_PRESSURE_1,
+ (const char *)p_STR_ID_PRESSURE_2,
+ (const char *)p_STR_ID_PRESSURE_3,
+ (const char *)p_STR_ID_PRESSURE_4,
+ (const char *)p_STR_ID_PRESSURE_5,
+ (const char *)p_STR_ID_PRESSURE_6,
+ (const char *)p_STR_ID_PRESSURE_7,
+ (const char *)p_STR_ID_PRESSURE_8,
+ (const char *)p_STR_ID_PRESSURE_9,
+ (const char *)p_STR_ID_PRESSURE_10,
+ (const char *)p_STR_ID_PRESSURE_11,
+ (const char *)p_STR_ID_PRESSURE_12,
+ (const char *)p_STR_ID_PRESSURE_13,
+ (const char *)p_STR_ID_PRESSURE_14,
+ (const char *)p_STR_ID_PRESSURE_15,
+ },
+ {
+ (const char *)p_STR_ID_FAULT_CODE_1,
+ (const char *)p_STR_ID_FAULT_CODE_2,
+ (const char *)p_STR_ID_FAULT_CODE_3,
+ (const char *)p_STR_ID_FAULT_CODE_4,
+ (const char *)p_STR_ID_FAULT_CODE_5,
+ (const char *)p_STR_ID_FAULT_CODE_6,
+ (const char *)p_STR_ID_FAULT_CODE_7,
+ (const char *)p_STR_ID_FAULT_CODE_8,
+ (const char *)p_STR_ID_FAULT_CODE_9,
+ (const char *)p_STR_ID_FAULT_CODE_10,
+ (const char *)p_STR_ID_FAULT_CODE_11,
+ (const char *)p_STR_ID_FAULT_CODE_12,
+ (const char *)p_STR_ID_FAULT_CODE_13,
+ (const char *)p_STR_ID_FAULT_CODE_14,
+ (const char *)p_STR_ID_FAULT_CODE_15,
+ },
+ {
+ (const char *)p_STR_ID_THEME_SELECT_1,
+ (const char *)p_STR_ID_THEME_SELECT_2,
+ (const char *)p_STR_ID_THEME_SELECT_3,
+ (const char *)p_STR_ID_THEME_SELECT_4,
+ (const char *)p_STR_ID_THEME_SELECT_5,
+ (const char *)p_STR_ID_THEME_SELECT_6,
+ (const char *)p_STR_ID_THEME_SELECT_7,
+ (const char *)p_STR_ID_THEME_SELECT_8,
+ (const char *)p_STR_ID_THEME_SELECT_9,
+ (const char *)p_STR_ID_THEME_SELECT_10,
+ (const char *)p_STR_ID_THEME_SELECT_11,
+ (const char *)p_STR_ID_THEME_SELECT_12,
+ (const char *)p_STR_ID_THEME_SELECT_13,
+ (const char *)p_STR_ID_THEME_SELECT_14,
+ (const char *)p_STR_ID_THEME_SELECT_15,
+ },
+ {
+ (const char *)p_STR_ID_THEME_BG_1,
+ (const char *)p_STR_ID_THEME_BG_2,
+ (const char *)p_STR_ID_THEME_BG_3,
+ (const char *)p_STR_ID_THEME_BG_4,
+ (const char *)p_STR_ID_THEME_BG_5,
+ (const char *)p_STR_ID_THEME_BG_6,
+ (const char *)p_STR_ID_THEME_BG_7,
+ (const char *)p_STR_ID_THEME_BG_8,
+ (const char *)p_STR_ID_THEME_BG_9,
+ (const char *)p_STR_ID_THEME_BG_10,
+ (const char *)p_STR_ID_THEME_BG_11,
+ (const char *)p_STR_ID_THEME_BG_12,
+ (const char *)p_STR_ID_THEME_BG_13,
+ (const char *)p_STR_ID_THEME_BG_14,
+ (const char *)p_STR_ID_THEME_BG_15,
+ },
+ {
+ (const char *)p_STR_ID_SELF_ADAPTION_1,
+ (const char *)p_STR_ID_SELF_ADAPTION_2,
+ (const char *)p_STR_ID_SELF_ADAPTION_3,
+ (const char *)p_STR_ID_SELF_ADAPTION_4,
+ (const char *)p_STR_ID_SELF_ADAPTION_5,
+ (const char *)p_STR_ID_SELF_ADAPTION_6,
+ (const char *)p_STR_ID_SELF_ADAPTION_7,
+ (const char *)p_STR_ID_SELF_ADAPTION_8,
+ (const char *)p_STR_ID_SELF_ADAPTION_9,
+ (const char *)p_STR_ID_SELF_ADAPTION_10,
+ (const char *)p_STR_ID_SELF_ADAPTION_11,
+ (const char *)p_STR_ID_SELF_ADAPTION_12,
+ (const char *)p_STR_ID_SELF_ADAPTION_13,
+ (const char *)p_STR_ID_SELF_ADAPTION_14,
+ (const char *)p_STR_ID_SELF_ADAPTION_15,
+ },
+ {
+ (const char *)p_STR_ID_NOW_FAULT_CODE_1,
+ (const char *)p_STR_ID_NOW_FAULT_CODE_2,
+ (const char *)p_STR_ID_NOW_FAULT_CODE_3,
+ (const char *)p_STR_ID_NOW_FAULT_CODE_4,
+ (const char *)p_STR_ID_NOW_FAULT_CODE_5,
+ (const char *)p_STR_ID_NOW_FAULT_CODE_6,
+ (const char *)p_STR_ID_NOW_FAULT_CODE_7,
+ (const char *)p_STR_ID_NOW_FAULT_CODE_8,
+ (const char *)p_STR_ID_NOW_FAULT_CODE_9,
+ (const char *)p_STR_ID_NOW_FAULT_CODE_10,
+ (const char *)p_STR_ID_NOW_FAULT_CODE_11,
+ (const char *)p_STR_ID_NOW_FAULT_CODE_12,
+ (const char *)p_STR_ID_NOW_FAULT_CODE_13,
+ (const char *)p_STR_ID_NOW_FAULT_CODE_14,
+ (const char *)p_STR_ID_NOW_FAULT_CODE_15,
+ },
+ {
+ (const char *)p_STR_ID_HIS_FAULT_CODE_1,
+ (const char *)p_STR_ID_HIS_FAULT_CODE_2,
+ (const char *)p_STR_ID_HIS_FAULT_CODE_3,
+ (const char *)p_STR_ID_HIS_FAULT_CODE_4,
+ (const char *)p_STR_ID_HIS_FAULT_CODE_5,
+ (const char *)p_STR_ID_HIS_FAULT_CODE_6,
+ (const char *)p_STR_ID_HIS_FAULT_CODE_7,
+ (const char *)p_STR_ID_HIS_FAULT_CODE_8,
+ (const char *)p_STR_ID_HIS_FAULT_CODE_9,
+ (const char *)p_STR_ID_HIS_FAULT_CODE_10,
+ (const char *)p_STR_ID_HIS_FAULT_CODE_11,
+ (const char *)p_STR_ID_HIS_FAULT_CODE_12,
+ (const char *)p_STR_ID_HIS_FAULT_CODE_13,
+ (const char *)p_STR_ID_HIS_FAULT_CODE_14,
+ (const char *)p_STR_ID_HIS_FAULT_CODE_15,
+ },
+ {
+ (const char *)p_STR_ID_AUTO_1,
+ (const char *)p_STR_ID_AUTO_2,
+ (const char *)p_STR_ID_AUTO_3,
+ (const char *)p_STR_ID_AUTO_4,
+ (const char *)p_STR_ID_AUTO_5,
+ (const char *)p_STR_ID_AUTO_6,
+ (const char *)p_STR_ID_AUTO_7,
+ (const char *)p_STR_ID_AUTO_8,
+ (const char *)p_STR_ID_AUTO_9,
+ (const char *)p_STR_ID_AUTO_10,
+ (const char *)p_STR_ID_AUTO_11,
+ (const char *)p_STR_ID_AUTO_12,
+ (const char *)p_STR_ID_AUTO_13,
+ (const char *)p_STR_ID_AUTO_14,
+ (const char *)p_STR_ID_AUTO_15,
+ },
+ {
+ (const char *)p_STR_ID_BT_SWITCH_1,
+ (const char *)p_STR_ID_BT_SWITCH_2,
+ (const char *)p_STR_ID_BT_SWITCH_3,
+ (const char *)p_STR_ID_BT_SWITCH_4,
+ (const char *)p_STR_ID_BT_SWITCH_5,
+ (const char *)p_STR_ID_BT_SWITCH_6,
+ (const char *)p_STR_ID_BT_SWITCH_7,
+ (const char *)p_STR_ID_BT_SWITCH_8,
+ (const char *)p_STR_ID_BT_SWITCH_9,
+ (const char *)p_STR_ID_BT_SWITCH_10,
+ (const char *)p_STR_ID_BT_SWITCH_11,
+ (const char *)p_STR_ID_BT_SWITCH_12,
+ (const char *)p_STR_ID_BT_SWITCH_13,
+ (const char *)p_STR_ID_BT_SWITCH_14,
+ (const char *)p_STR_ID_BT_SWITCH_15,
+ },
+ {
+ (const char *)p_STR_ID_IMPERIAL_1,
+ (const char *)p_STR_ID_IMPERIAL_2,
+ (const char *)p_STR_ID_IMPERIAL_3,
+ (const char *)p_STR_ID_IMPERIAL_4,
+ (const char *)p_STR_ID_IMPERIAL_5,
+ (const char *)p_STR_ID_IMPERIAL_6,
+ (const char *)p_STR_ID_IMPERIAL_7,
+ (const char *)p_STR_ID_IMPERIAL_8,
+ (const char *)p_STR_ID_IMPERIAL_9,
+ (const char *)p_STR_ID_IMPERIAL_10,
+ (const char *)p_STR_ID_IMPERIAL_11,
+ (const char *)p_STR_ID_IMPERIAL_12,
+ (const char *)p_STR_ID_IMPERIAL_13,
+ (const char *)p_STR_ID_IMPERIAL_14,
+ (const char *)p_STR_ID_IMPERIAL_15,
+ },
+ {
+ (const char *)p_STR_ID_METRIC_1,
+ (const char *)p_STR_ID_METRIC_2,
+ (const char *)p_STR_ID_METRIC_3,
+ (const char *)p_STR_ID_METRIC_4,
+ (const char *)p_STR_ID_METRIC_5,
+ (const char *)p_STR_ID_METRIC_6,
+ (const char *)p_STR_ID_METRIC_7,
+ (const char *)p_STR_ID_METRIC_8,
+ (const char *)p_STR_ID_METRIC_9,
+ (const char *)p_STR_ID_METRIC_10,
+ (const char *)p_STR_ID_METRIC_11,
+ (const char *)p_STR_ID_METRIC_12,
+ (const char *)p_STR_ID_METRIC_13,
+ (const char *)p_STR_ID_METRIC_14,
+ (const char *)p_STR_ID_METRIC_15,
+ },
+ {
+ (const char *)p_STR_ID_UNIT_1,
+ (const char *)p_STR_ID_UNIT_2,
+ (const char *)p_STR_ID_UNIT_3,
+ (const char *)p_STR_ID_UNIT_4,
+ (const char *)p_STR_ID_UNIT_5,
+ (const char *)p_STR_ID_UNIT_6,
+ (const char *)p_STR_ID_UNIT_7,
+ (const char *)p_STR_ID_UNIT_8,
+ (const char *)p_STR_ID_UNIT_9,
+ (const char *)p_STR_ID_UNIT_10,
+ (const char *)p_STR_ID_UNIT_11,
+ (const char *)p_STR_ID_UNIT_12,
+ (const char *)p_STR_ID_UNIT_13,
+ (const char *)p_STR_ID_UNIT_14,
+ (const char *)p_STR_ID_UNIT_15,
+ },
+ {
+ (const char *)p_STR_ID_LANGUAGE_1,
+ (const char *)p_STR_ID_LANGUAGE_2,
+ (const char *)p_STR_ID_LANGUAGE_3,
+ (const char *)p_STR_ID_LANGUAGE_4,
+ (const char *)p_STR_ID_LANGUAGE_5,
+ (const char *)p_STR_ID_LANGUAGE_6,
+ (const char *)p_STR_ID_LANGUAGE_7,
+ (const char *)p_STR_ID_LANGUAGE_8,
+ (const char *)p_STR_ID_LANGUAGE_9,
+ (const char *)p_STR_ID_LANGUAGE_10,
+ (const char *)p_STR_ID_LANGUAGE_11,
+ (const char *)p_STR_ID_LANGUAGE_12,
+ (const char *)p_STR_ID_LANGUAGE_13,
+ (const char *)p_STR_ID_LANGUAGE_14,
+ (const char *)p_STR_ID_LANGUAGE_15,
+ },
+ {
+ (const char *)p_STR_ID_IN_LEARNING_1,
+ (const char *)p_STR_ID_IN_LEARNING_2,
+ (const char *)p_STR_ID_IN_LEARNING_3,
+ (const char *)p_STR_ID_IN_LEARNING_4,
+ (const char *)p_STR_ID_IN_LEARNING_5,
+ (const char *)p_STR_ID_IN_LEARNING_6,
+ (const char *)p_STR_ID_IN_LEARNING_7,
+ (const char *)p_STR_ID_IN_LEARNING_8,
+ (const char *)p_STR_ID_IN_LEARNING_9,
+ (const char *)p_STR_ID_IN_LEARNING_10,
+ (const char *)p_STR_ID_IN_LEARNING_11,
+ (const char *)p_STR_ID_IN_LEARNING_12,
+ (const char *)p_STR_ID_IN_LEARNING_13,
+ (const char *)p_STR_ID_IN_LEARNING_14,
+ (const char *)p_STR_ID_IN_LEARNING_15,
+ },
+ {
+ (const char *)p_STR_ID_SENSOR_FRONT_1,
+ (const char *)p_STR_ID_SENSOR_FRONT_2,
+ (const char *)p_STR_ID_SENSOR_FRONT_3,
+ (const char *)p_STR_ID_SENSOR_FRONT_4,
+ (const char *)p_STR_ID_SENSOR_FRONT_5,
+ (const char *)p_STR_ID_SENSOR_FRONT_6,
+ (const char *)p_STR_ID_SENSOR_FRONT_7,
+ (const char *)p_STR_ID_SENSOR_FRONT_8,
+ (const char *)p_STR_ID_SENSOR_FRONT_9,
+ (const char *)p_STR_ID_SENSOR_FRONT_10,
+ (const char *)p_STR_ID_SENSOR_FRONT_11,
+ (const char *)p_STR_ID_SENSOR_FRONT_12,
+ (const char *)p_STR_ID_SENSOR_FRONT_13,
+ (const char *)p_STR_ID_SENSOR_FRONT_14,
+ (const char *)p_STR_ID_SENSOR_FRONT_15,
+ },
+ {
+ (const char *)p_STR_ID_SENSOR_REAR_1,
+ (const char *)p_STR_ID_SENSOR_REAR_2,
+ (const char *)p_STR_ID_SENSOR_REAR_3,
+ (const char *)p_STR_ID_SENSOR_REAR_4,
+ (const char *)p_STR_ID_SENSOR_REAR_5,
+ (const char *)p_STR_ID_SENSOR_REAR_6,
+ (const char *)p_STR_ID_SENSOR_REAR_7,
+ (const char *)p_STR_ID_SENSOR_REAR_8,
+ (const char *)p_STR_ID_SENSOR_REAR_9,
+ (const char *)p_STR_ID_SENSOR_REAR_10,
+ (const char *)p_STR_ID_SENSOR_REAR_11,
+ (const char *)p_STR_ID_SENSOR_REAR_12,
+ (const char *)p_STR_ID_SENSOR_REAR_13,
+ (const char *)p_STR_ID_SENSOR_REAR_14,
+ (const char *)p_STR_ID_SENSOR_REAR_15,
+ },
+ {
+ (const char *)p_STR_ID_SENSOR_LOSS_1,
+ (const char *)p_STR_ID_SENSOR_LOSS_2,
+ (const char *)p_STR_ID_SENSOR_LOSS_3,
+ (const char *)p_STR_ID_SENSOR_LOSS_4,
+ (const char *)p_STR_ID_SENSOR_LOSS_5,
+ (const char *)p_STR_ID_SENSOR_LOSS_6,
+ (const char *)p_STR_ID_SENSOR_LOSS_7,
+ (const char *)p_STR_ID_SENSOR_LOSS_8,
+ (const char *)p_STR_ID_SENSOR_LOSS_9,
+ (const char *)p_STR_ID_SENSOR_LOSS_10,
+ (const char *)p_STR_ID_SENSOR_LOSS_11,
+ (const char *)p_STR_ID_SENSOR_LOSS_12,
+ (const char *)p_STR_ID_SENSOR_LOSS_13,
+ (const char *)p_STR_ID_SENSOR_LOSS_14,
+ (const char *)p_STR_ID_SENSOR_LOSS_15,
+ },
+ {
+ (const char *)p_STR_ID_TIME_1,
+ (const char *)p_STR_ID_TIME_2,
+ (const char *)p_STR_ID_TIME_3,
+ (const char *)p_STR_ID_TIME_4,
+ (const char *)p_STR_ID_TIME_5,
+ (const char *)p_STR_ID_TIME_6,
+ (const char *)p_STR_ID_TIME_7,
+ (const char *)p_STR_ID_TIME_8,
+ (const char *)p_STR_ID_TIME_9,
+ (const char *)p_STR_ID_TIME_10,
+ (const char *)p_STR_ID_TIME_11,
+ (const char *)p_STR_ID_TIME_12,
+ (const char *)p_STR_ID_TIME_13,
+ (const char *)p_STR_ID_TIME_14,
+ (const char *)p_STR_ID_TIME_15,
+ },
+ {
+ (const char *)p_STR_ID_SPEED_MAX_1,
+ (const char *)p_STR_ID_SPEED_MAX_2,
+ (const char *)p_STR_ID_SPEED_MAX_3,
+ (const char *)p_STR_ID_SPEED_MAX_4,
+ (const char *)p_STR_ID_SPEED_MAX_5,
+ (const char *)p_STR_ID_SPEED_MAX_6,
+ (const char *)p_STR_ID_SPEED_MAX_7,
+ (const char *)p_STR_ID_SPEED_MAX_8,
+ (const char *)p_STR_ID_SPEED_MAX_9,
+ (const char *)p_STR_ID_SPEED_MAX_10,
+ (const char *)p_STR_ID_SPEED_MAX_11,
+ (const char *)p_STR_ID_SPEED_MAX_12,
+ (const char *)p_STR_ID_SPEED_MAX_13,
+ (const char *)p_STR_ID_SPEED_MAX_14,
+ (const char *)p_STR_ID_SPEED_MAX_15,
+ },
+ {
+ (const char *)p_STR_ID_SPEED_AVG_1,
+ (const char *)p_STR_ID_SPEED_AVG_2,
+ (const char *)p_STR_ID_SPEED_AVG_3,
+ (const char *)p_STR_ID_SPEED_AVG_4,
+ (const char *)p_STR_ID_SPEED_AVG_5,
+ (const char *)p_STR_ID_SPEED_AVG_6,
+ (const char *)p_STR_ID_SPEED_AVG_7,
+ (const char *)p_STR_ID_SPEED_AVG_8,
+ (const char *)p_STR_ID_SPEED_AVG_9,
+ (const char *)p_STR_ID_SPEED_AVG_10,
+ (const char *)p_STR_ID_SPEED_AVG_11,
+ (const char *)p_STR_ID_SPEED_AVG_12,
+ (const char *)p_STR_ID_SPEED_AVG_13,
+ (const char *)p_STR_ID_SPEED_AVG_14,
+ (const char *)p_STR_ID_SPEED_AVG_15,
+ },
+ {
+ (const char *)p_STR_ID_MILEAGE_TRIP_1,
+ (const char *)p_STR_ID_MILEAGE_TRIP_2,
+ (const char *)p_STR_ID_MILEAGE_TRIP_3,
+ (const char *)p_STR_ID_MILEAGE_TRIP_4,
+ (const char *)p_STR_ID_MILEAGE_TRIP_5,
+ (const char *)p_STR_ID_MILEAGE_TRIP_6,
+ (const char *)p_STR_ID_MILEAGE_TRIP_7,
+ (const char *)p_STR_ID_MILEAGE_TRIP_8,
+ (const char *)p_STR_ID_MILEAGE_TRIP_9,
+ (const char *)p_STR_ID_MILEAGE_TRIP_10,
+ (const char *)p_STR_ID_MILEAGE_TRIP_11,
+ (const char *)p_STR_ID_MILEAGE_TRIP_12,
+ (const char *)p_STR_ID_MILEAGE_TRIP_13,
+ (const char *)p_STR_ID_MILEAGE_TRIP_14,
+ (const char *)p_STR_ID_MILEAGE_TRIP_15,
+ },
+ {
+ (const char *)p_STR_ID_MILEAGE_ODO_1,
+ (const char *)p_STR_ID_MILEAGE_ODO_2,
+ (const char *)p_STR_ID_MILEAGE_ODO_3,
+ (const char *)p_STR_ID_MILEAGE_ODO_4,
+ (const char *)p_STR_ID_MILEAGE_ODO_5,
+ (const char *)p_STR_ID_MILEAGE_ODO_6,
+ (const char *)p_STR_ID_MILEAGE_ODO_7,
+ (const char *)p_STR_ID_MILEAGE_ODO_8,
+ (const char *)p_STR_ID_MILEAGE_ODO_9,
+ (const char *)p_STR_ID_MILEAGE_ODO_10,
+ (const char *)p_STR_ID_MILEAGE_ODO_11,
+ (const char *)p_STR_ID_MILEAGE_ODO_12,
+ (const char *)p_STR_ID_MILEAGE_ODO_13,
+ (const char *)p_STR_ID_MILEAGE_ODO_14,
+ (const char *)p_STR_ID_MILEAGE_ODO_15,
+ },
+};
+
+
diff --git a/MXC-A36/xrz/lv_user_code/resource/language_table.c b/MXC-A36/xrz/lv_user_code/resource/language_table.c
index 273c68f..11178e0 100644
--- a/MXC-A36/xrz/lv_user_code/resource/language_table.c
+++ b/MXC-A36/xrz/lv_user_code/resource/language_table.c
@@ -1,3 +1,4 @@
+#if 0
#include "language_table.h"
@@ -23939,3 +23940,5 @@ const unsigned int *lan_str_table[][15] = {
};
+
+#endif
\ No newline at end of file