diff --git a/esphome/nspanel_esphome_core_datetime.yaml b/esphome/nspanel_esphome_core_datetime.yaml index 4c8d95d26..a799e2542 100644 --- a/esphome/nspanel_esphome_core_datetime.yaml +++ b/esphome/nspanel_esphome_core_datetime.yaml @@ -63,18 +63,21 @@ script: then: - lambda: |- ESP_LOGI("script.set_timezone", "Setting timezone: %s", timezone.c_str()); - - if: - condition: - - lambda: return (timezone != id(mui_timezone)); - then: - - lambda: |- - id(mui_timezone) = timezone; - if (timezone.empty()) - arch_restart(); // Restart when timezone is set to blank so it uses the one from ESPHome compiller - time_provider->set_timezone(timezone.c_str()); - time_provider->call_setup(); - time_provider->dump_config(); - refresh_datetime->execute(); + if (timezone != id(mui_timezone)) { + id(mui_timezone) = timezone; + if (timezone.empty()) + arch_restart(); // Restart when timezone is set to blank so it uses the one from ESPHome compiller + size_t start = id(mui_timezone).find('<'); + size_t end = id(mui_timezone).find('>'); + if (start != std::string::npos && end != std::string::npos && end > start) + id(mui_timezone).replace(start, (end - start) + 1, "UTC"); + if (id(mui_timezone).empty()) + arch_restart(); // Restart when timezone is set to blank so it uses the one from ESPHome compiller + time_provider->set_timezone(id(mui_timezone).c_str()); + time_provider->call_setup(); + } + time_provider->dump_config(); + refresh_datetime->execute(); - id: !extend set_var_string then: diff --git a/hmi/dev/nspanel_CJK_eu_code/buttonpage01.txt b/hmi/dev/nspanel_CJK_eu_code/buttonpage01.txt index 801e18e29..ca86df955 100644 --- a/hmi/dev/nspanel_CJK_eu_code/buttonpage01.txt +++ b/hmi/dev/nspanel_CJK_eu_code/buttonpage01.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_CJK_eu_code/buttonpage02.txt b/hmi/dev/nspanel_CJK_eu_code/buttonpage02.txt index bc1b2e792..8bd74a465 100644 --- a/hmi/dev/nspanel_CJK_eu_code/buttonpage02.txt +++ b/hmi/dev/nspanel_CJK_eu_code/buttonpage02.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_CJK_eu_code/buttonpage03.txt b/hmi/dev/nspanel_CJK_eu_code/buttonpage03.txt index efccfb467..58a440cce 100644 --- a/hmi/dev/nspanel_CJK_eu_code/buttonpage03.txt +++ b/hmi/dev/nspanel_CJK_eu_code/buttonpage03.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_CJK_eu_code/buttonpage04.txt b/hmi/dev/nspanel_CJK_eu_code/buttonpage04.txt index eda62111b..c95656561 100644 --- a/hmi/dev/nspanel_CJK_eu_code/buttonpage04.txt +++ b/hmi/dev/nspanel_CJK_eu_code/buttonpage04.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_CJK_eu_code/weather01.txt b/hmi/dev/nspanel_CJK_eu_code/weather01.txt index c3a4fed05..71b58cd8e 100644 --- a/hmi/dev/nspanel_CJK_eu_code/weather01.txt +++ b/hmi/dev/nspanel_CJK_eu_code/weather01.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_CJK_eu_code/weather02.txt b/hmi/dev/nspanel_CJK_eu_code/weather02.txt index ac461f32e..8a45975c7 100644 --- a/hmi/dev/nspanel_CJK_eu_code/weather02.txt +++ b/hmi/dev/nspanel_CJK_eu_code/weather02.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_CJK_eu_code/weather03.txt b/hmi/dev/nspanel_CJK_eu_code/weather03.txt index f166f19e8..0660c74c6 100644 --- a/hmi/dev/nspanel_CJK_eu_code/weather03.txt +++ b/hmi/dev/nspanel_CJK_eu_code/weather03.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_CJK_eu_code/weather04.txt b/hmi/dev/nspanel_CJK_eu_code/weather04.txt index 58cfaf3fd..a5c5b975e 100644 --- a/hmi/dev/nspanel_CJK_eu_code/weather04.txt +++ b/hmi/dev/nspanel_CJK_eu_code/weather04.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_CJK_eu_code/weather05.txt b/hmi/dev/nspanel_CJK_eu_code/weather05.txt index 2c426f101..f33de32f1 100644 --- a/hmi/dev/nspanel_CJK_eu_code/weather05.txt +++ b/hmi/dev/nspanel_CJK_eu_code/weather05.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_CJK_us_code/buttonpage01.txt b/hmi/dev/nspanel_CJK_us_code/buttonpage01.txt index 801e18e29..ca86df955 100644 --- a/hmi/dev/nspanel_CJK_us_code/buttonpage01.txt +++ b/hmi/dev/nspanel_CJK_us_code/buttonpage01.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_CJK_us_code/buttonpage02.txt b/hmi/dev/nspanel_CJK_us_code/buttonpage02.txt index bc1b2e792..8bd74a465 100644 --- a/hmi/dev/nspanel_CJK_us_code/buttonpage02.txt +++ b/hmi/dev/nspanel_CJK_us_code/buttonpage02.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_CJK_us_code/buttonpage03.txt b/hmi/dev/nspanel_CJK_us_code/buttonpage03.txt index efccfb467..58a440cce 100644 --- a/hmi/dev/nspanel_CJK_us_code/buttonpage03.txt +++ b/hmi/dev/nspanel_CJK_us_code/buttonpage03.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_CJK_us_code/buttonpage04.txt b/hmi/dev/nspanel_CJK_us_code/buttonpage04.txt index 348f2db2b..d788f45c1 100644 --- a/hmi/dev/nspanel_CJK_us_code/buttonpage04.txt +++ b/hmi/dev/nspanel_CJK_us_code/buttonpage04.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_CJK_us_code/weather01.txt b/hmi/dev/nspanel_CJK_us_code/weather01.txt index c3a4fed05..71b58cd8e 100644 --- a/hmi/dev/nspanel_CJK_us_code/weather01.txt +++ b/hmi/dev/nspanel_CJK_us_code/weather01.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_CJK_us_code/weather02.txt b/hmi/dev/nspanel_CJK_us_code/weather02.txt index ac461f32e..8a45975c7 100644 --- a/hmi/dev/nspanel_CJK_us_code/weather02.txt +++ b/hmi/dev/nspanel_CJK_us_code/weather02.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_CJK_us_code/weather03.txt b/hmi/dev/nspanel_CJK_us_code/weather03.txt index f166f19e8..0660c74c6 100644 --- a/hmi/dev/nspanel_CJK_us_code/weather03.txt +++ b/hmi/dev/nspanel_CJK_us_code/weather03.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_CJK_us_code/weather04.txt b/hmi/dev/nspanel_CJK_us_code/weather04.txt index 58cfaf3fd..a5c5b975e 100644 --- a/hmi/dev/nspanel_CJK_us_code/weather04.txt +++ b/hmi/dev/nspanel_CJK_us_code/weather04.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_CJK_us_code/weather05.txt b/hmi/dev/nspanel_CJK_us_code/weather05.txt index 2c426f101..f33de32f1 100644 --- a/hmi/dev/nspanel_CJK_us_code/weather05.txt +++ b/hmi/dev/nspanel_CJK_us_code/weather05.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_CJK_us_land_code/buttonpage01.txt b/hmi/dev/nspanel_CJK_us_land_code/buttonpage01.txt index 801e18e29..ca86df955 100644 --- a/hmi/dev/nspanel_CJK_us_land_code/buttonpage01.txt +++ b/hmi/dev/nspanel_CJK_us_land_code/buttonpage01.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_CJK_us_land_code/buttonpage02.txt b/hmi/dev/nspanel_CJK_us_land_code/buttonpage02.txt index bc1b2e792..8bd74a465 100644 --- a/hmi/dev/nspanel_CJK_us_land_code/buttonpage02.txt +++ b/hmi/dev/nspanel_CJK_us_land_code/buttonpage02.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_CJK_us_land_code/buttonpage03.txt b/hmi/dev/nspanel_CJK_us_land_code/buttonpage03.txt index efccfb467..58a440cce 100644 --- a/hmi/dev/nspanel_CJK_us_land_code/buttonpage03.txt +++ b/hmi/dev/nspanel_CJK_us_land_code/buttonpage03.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_CJK_us_land_code/buttonpage04.txt b/hmi/dev/nspanel_CJK_us_land_code/buttonpage04.txt index eda62111b..c95656561 100644 --- a/hmi/dev/nspanel_CJK_us_land_code/buttonpage04.txt +++ b/hmi/dev/nspanel_CJK_us_land_code/buttonpage04.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_CJK_us_land_code/weather01.txt b/hmi/dev/nspanel_CJK_us_land_code/weather01.txt index c3a4fed05..71b58cd8e 100644 --- a/hmi/dev/nspanel_CJK_us_land_code/weather01.txt +++ b/hmi/dev/nspanel_CJK_us_land_code/weather01.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_CJK_us_land_code/weather02.txt b/hmi/dev/nspanel_CJK_us_land_code/weather02.txt index ac461f32e..8a45975c7 100644 --- a/hmi/dev/nspanel_CJK_us_land_code/weather02.txt +++ b/hmi/dev/nspanel_CJK_us_land_code/weather02.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_CJK_us_land_code/weather03.txt b/hmi/dev/nspanel_CJK_us_land_code/weather03.txt index f166f19e8..0660c74c6 100644 --- a/hmi/dev/nspanel_CJK_us_land_code/weather03.txt +++ b/hmi/dev/nspanel_CJK_us_land_code/weather03.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_CJK_us_land_code/weather04.txt b/hmi/dev/nspanel_CJK_us_land_code/weather04.txt index 58cfaf3fd..a5c5b975e 100644 --- a/hmi/dev/nspanel_CJK_us_land_code/weather04.txt +++ b/hmi/dev/nspanel_CJK_us_land_code/weather04.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_CJK_us_land_code/weather05.txt b/hmi/dev/nspanel_CJK_us_land_code/weather05.txt index 2c426f101..f33de32f1 100644 --- a/hmi/dev/nspanel_CJK_us_land_code/weather05.txt +++ b/hmi/dev/nspanel_CJK_us_land_code/weather05.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_eu_code/buttonpage01.txt b/hmi/dev/nspanel_eu_code/buttonpage01.txt index 801e18e29..ca86df955 100644 --- a/hmi/dev/nspanel_eu_code/buttonpage01.txt +++ b/hmi/dev/nspanel_eu_code/buttonpage01.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_eu_code/buttonpage02.txt b/hmi/dev/nspanel_eu_code/buttonpage02.txt index bc1b2e792..8bd74a465 100644 --- a/hmi/dev/nspanel_eu_code/buttonpage02.txt +++ b/hmi/dev/nspanel_eu_code/buttonpage02.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_eu_code/buttonpage03.txt b/hmi/dev/nspanel_eu_code/buttonpage03.txt index efccfb467..58a440cce 100644 --- a/hmi/dev/nspanel_eu_code/buttonpage03.txt +++ b/hmi/dev/nspanel_eu_code/buttonpage03.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_eu_code/buttonpage04.txt b/hmi/dev/nspanel_eu_code/buttonpage04.txt index eda62111b..c95656561 100644 --- a/hmi/dev/nspanel_eu_code/buttonpage04.txt +++ b/hmi/dev/nspanel_eu_code/buttonpage04.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_eu_code/weather01.txt b/hmi/dev/nspanel_eu_code/weather01.txt index c3a4fed05..71b58cd8e 100644 --- a/hmi/dev/nspanel_eu_code/weather01.txt +++ b/hmi/dev/nspanel_eu_code/weather01.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_eu_code/weather02.txt b/hmi/dev/nspanel_eu_code/weather02.txt index ac461f32e..8a45975c7 100644 --- a/hmi/dev/nspanel_eu_code/weather02.txt +++ b/hmi/dev/nspanel_eu_code/weather02.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_eu_code/weather03.txt b/hmi/dev/nspanel_eu_code/weather03.txt index f166f19e8..0660c74c6 100644 --- a/hmi/dev/nspanel_eu_code/weather03.txt +++ b/hmi/dev/nspanel_eu_code/weather03.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_eu_code/weather04.txt b/hmi/dev/nspanel_eu_code/weather04.txt index 58cfaf3fd..a5c5b975e 100644 --- a/hmi/dev/nspanel_eu_code/weather04.txt +++ b/hmi/dev/nspanel_eu_code/weather04.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_eu_code/weather05.txt b/hmi/dev/nspanel_eu_code/weather05.txt index 2c426f101..f33de32f1 100644 --- a/hmi/dev/nspanel_eu_code/weather05.txt +++ b/hmi/dev/nspanel_eu_code/weather05.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_us_code/buttonpage01.txt b/hmi/dev/nspanel_us_code/buttonpage01.txt index 801e18e29..ca86df955 100644 --- a/hmi/dev/nspanel_us_code/buttonpage01.txt +++ b/hmi/dev/nspanel_us_code/buttonpage01.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_us_code/buttonpage02.txt b/hmi/dev/nspanel_us_code/buttonpage02.txt index bc1b2e792..8bd74a465 100644 --- a/hmi/dev/nspanel_us_code/buttonpage02.txt +++ b/hmi/dev/nspanel_us_code/buttonpage02.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_us_code/buttonpage03.txt b/hmi/dev/nspanel_us_code/buttonpage03.txt index efccfb467..58a440cce 100644 --- a/hmi/dev/nspanel_us_code/buttonpage03.txt +++ b/hmi/dev/nspanel_us_code/buttonpage03.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_us_code/buttonpage04.txt b/hmi/dev/nspanel_us_code/buttonpage04.txt index 348f2db2b..d788f45c1 100644 --- a/hmi/dev/nspanel_us_code/buttonpage04.txt +++ b/hmi/dev/nspanel_us_code/buttonpage04.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_us_code/weather01.txt b/hmi/dev/nspanel_us_code/weather01.txt index c3a4fed05..71b58cd8e 100644 --- a/hmi/dev/nspanel_us_code/weather01.txt +++ b/hmi/dev/nspanel_us_code/weather01.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_us_code/weather02.txt b/hmi/dev/nspanel_us_code/weather02.txt index ac461f32e..8a45975c7 100644 --- a/hmi/dev/nspanel_us_code/weather02.txt +++ b/hmi/dev/nspanel_us_code/weather02.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_us_code/weather03.txt b/hmi/dev/nspanel_us_code/weather03.txt index f166f19e8..0660c74c6 100644 --- a/hmi/dev/nspanel_us_code/weather03.txt +++ b/hmi/dev/nspanel_us_code/weather03.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_us_code/weather04.txt b/hmi/dev/nspanel_us_code/weather04.txt index 58cfaf3fd..a5c5b975e 100644 --- a/hmi/dev/nspanel_us_code/weather04.txt +++ b/hmi/dev/nspanel_us_code/weather04.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_us_code/weather05.txt b/hmi/dev/nspanel_us_code/weather05.txt index 2c426f101..f33de32f1 100644 --- a/hmi/dev/nspanel_us_code/weather05.txt +++ b/hmi/dev/nspanel_us_code/weather05.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_us_land_code/buttonpage01.txt b/hmi/dev/nspanel_us_land_code/buttonpage01.txt index 801e18e29..ca86df955 100644 --- a/hmi/dev/nspanel_us_land_code/buttonpage01.txt +++ b/hmi/dev/nspanel_us_land_code/buttonpage01.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_us_land_code/buttonpage02.txt b/hmi/dev/nspanel_us_land_code/buttonpage02.txt index bc1b2e792..8bd74a465 100644 --- a/hmi/dev/nspanel_us_land_code/buttonpage02.txt +++ b/hmi/dev/nspanel_us_land_code/buttonpage02.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_us_land_code/buttonpage03.txt b/hmi/dev/nspanel_us_land_code/buttonpage03.txt index efccfb467..58a440cce 100644 --- a/hmi/dev/nspanel_us_land_code/buttonpage03.txt +++ b/hmi/dev/nspanel_us_land_code/buttonpage03.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_us_land_code/buttonpage04.txt b/hmi/dev/nspanel_us_land_code/buttonpage04.txt index eda62111b..c95656561 100644 --- a/hmi/dev/nspanel_us_land_code/buttonpage04.txt +++ b/hmi/dev/nspanel_us_land_code/buttonpage04.txt @@ -177,7 +177,7 @@ Text button01text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button02text Attributes @@ -187,7 +187,7 @@ Text button02text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button03text Attributes @@ -197,7 +197,7 @@ Text button03text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button04text Attributes @@ -207,7 +207,7 @@ Text button04text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button05text Attributes @@ -217,7 +217,7 @@ Text button05text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button06text Attributes @@ -227,7 +227,7 @@ Text button06text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button07text Attributes @@ -237,7 +237,7 @@ Text button07text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button08text Attributes @@ -247,7 +247,7 @@ Text button08text Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 22 + Max. Text Size : 40 Text button01icon Attributes @@ -337,7 +337,7 @@ Text button01bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button02bri Attributes @@ -347,7 +347,7 @@ Text button02bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button03bri Attributes @@ -357,7 +357,7 @@ Text button03bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button04bri Attributes @@ -367,7 +367,7 @@ Text button04bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button05bri Attributes @@ -377,7 +377,7 @@ Text button05bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button06bri Attributes @@ -387,7 +387,7 @@ Text button06bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button07bri Attributes @@ -397,7 +397,7 @@ Text button07bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Text button08bri Attributes @@ -407,7 +407,7 @@ Text button08bri Send Component ID : disabled Associated Keyboard: none Text : - Max. Text Size : 4 + Max. Text Size : 10 Button button_back Attributes diff --git a/hmi/dev/nspanel_us_land_code/weather01.txt b/hmi/dev/nspanel_us_land_code/weather01.txt index c3a4fed05..71b58cd8e 100644 --- a/hmi/dev/nspanel_us_land_code/weather01.txt +++ b/hmi/dev/nspanel_us_land_code/weather01.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_us_land_code/weather02.txt b/hmi/dev/nspanel_us_land_code/weather02.txt index ac461f32e..8a45975c7 100644 --- a/hmi/dev/nspanel_us_land_code/weather02.txt +++ b/hmi/dev/nspanel_us_land_code/weather02.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_us_land_code/weather03.txt b/hmi/dev/nspanel_us_land_code/weather03.txt index f166f19e8..0660c74c6 100644 --- a/hmi/dev/nspanel_us_land_code/weather03.txt +++ b/hmi/dev/nspanel_us_land_code/weather03.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_us_land_code/weather04.txt b/hmi/dev/nspanel_us_land_code/weather04.txt index 58cfaf3fd..a5c5b975e 100644 --- a/hmi/dev/nspanel_us_land_code/weather04.txt +++ b/hmi/dev/nspanel_us_land_code/weather04.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/dev/nspanel_us_land_code/weather05.txt b/hmi/dev/nspanel_us_land_code/weather05.txt index 2c426f101..f33de32f1 100644 --- a/hmi/dev/nspanel_us_land_code/weather05.txt +++ b/hmi/dev/nspanel_us_land_code/weather05.txt @@ -27,7 +27,7 @@ Text day Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 20 + Max. Text Size : 40 Text date Attributes @@ -37,7 +37,7 @@ Text date Send Component ID : on press and release Associated Keyboard: none Text : - Max. Text Size : 25 + Max. Text Size : 40 Text temperature Attributes diff --git a/hmi/nspanel_CJK_eu.HMI b/hmi/nspanel_CJK_eu.HMI index ce45b8040..6a5118093 100644 Binary files a/hmi/nspanel_CJK_eu.HMI and b/hmi/nspanel_CJK_eu.HMI differ diff --git a/hmi/nspanel_CJK_eu.tft b/hmi/nspanel_CJK_eu.tft index 95b6d8af8..94ee481d5 100644 Binary files a/hmi/nspanel_CJK_eu.tft and b/hmi/nspanel_CJK_eu.tft differ diff --git a/hmi/nspanel_CJK_us.HMI b/hmi/nspanel_CJK_us.HMI index f2a2dd77f..5c450454a 100644 Binary files a/hmi/nspanel_CJK_us.HMI and b/hmi/nspanel_CJK_us.HMI differ diff --git a/hmi/nspanel_CJK_us.tft b/hmi/nspanel_CJK_us.tft index 6117cce85..4d72e4083 100644 Binary files a/hmi/nspanel_CJK_us.tft and b/hmi/nspanel_CJK_us.tft differ diff --git a/hmi/nspanel_CJK_us_land.HMI b/hmi/nspanel_CJK_us_land.HMI index bd8928a53..3d0a38f98 100644 Binary files a/hmi/nspanel_CJK_us_land.HMI and b/hmi/nspanel_CJK_us_land.HMI differ diff --git a/hmi/nspanel_CJK_us_land.tft b/hmi/nspanel_CJK_us_land.tft index 399e86fd8..b093dd265 100644 Binary files a/hmi/nspanel_CJK_us_land.tft and b/hmi/nspanel_CJK_us_land.tft differ diff --git a/hmi/nspanel_eu.HMI b/hmi/nspanel_eu.HMI index aaac33633..278604694 100644 Binary files a/hmi/nspanel_eu.HMI and b/hmi/nspanel_eu.HMI differ diff --git a/hmi/nspanel_eu.tft b/hmi/nspanel_eu.tft index 7dbfdf29e..570794b28 100644 Binary files a/hmi/nspanel_eu.tft and b/hmi/nspanel_eu.tft differ diff --git a/hmi/nspanel_us.HMI b/hmi/nspanel_us.HMI index ff527f852..cbc67e813 100644 Binary files a/hmi/nspanel_us.HMI and b/hmi/nspanel_us.HMI differ diff --git a/hmi/nspanel_us.tft b/hmi/nspanel_us.tft index 521800159..fe0a0706c 100644 Binary files a/hmi/nspanel_us.tft and b/hmi/nspanel_us.tft differ diff --git a/hmi/nspanel_us_land.HMI b/hmi/nspanel_us_land.HMI index 0542c6fd3..89cb4bed5 100644 Binary files a/hmi/nspanel_us_land.HMI and b/hmi/nspanel_us_land.HMI differ diff --git a/hmi/nspanel_us_land.tft b/hmi/nspanel_us_land.tft index 1c55577f8..771443958 100644 Binary files a/hmi/nspanel_us_land.tft and b/hmi/nspanel_us_land.tft differ diff --git a/prebuilt/nspanel-esp32/manifest.json b/prebuilt/nspanel-esp32/manifest.json index 3491cddb3..eea439bf3 100644 --- a/prebuilt/nspanel-esp32/manifest.json +++ b/prebuilt/nspanel-esp32/manifest.json @@ -2,7 +2,7 @@ "chipFamily": "ESP32", "ota": { "path": "nspanel-esp32.ota.bin", - "md5": "b26dd2a220fa77a0547b1094fba36860" + "md5": "de0d9f9292d864b48f4e18df49f67c5a" }, "parts": [ { diff --git a/prebuilt/nspanel-esp32/nspanel-esp32.factory.bin b/prebuilt/nspanel-esp32/nspanel-esp32.factory.bin index 4bbabecea..afd2645b7 100644 Binary files a/prebuilt/nspanel-esp32/nspanel-esp32.factory.bin and b/prebuilt/nspanel-esp32/nspanel-esp32.factory.bin differ diff --git a/prebuilt/nspanel-esp32/nspanel-esp32.ota.bin b/prebuilt/nspanel-esp32/nspanel-esp32.ota.bin index d3da34047..bb386dce0 100644 Binary files a/prebuilt/nspanel-esp32/nspanel-esp32.ota.bin and b/prebuilt/nspanel-esp32/nspanel-esp32.ota.bin differ diff --git a/prebuilt/nspanel_esphome_prebuilt.bin b/prebuilt/nspanel_esphome_prebuilt.bin index d3da34047..bb386dce0 100644 Binary files a/prebuilt/nspanel_esphome_prebuilt.bin and b/prebuilt/nspanel_esphome_prebuilt.bin differ diff --git a/prebuilt/nspanel_esphome_prebuilt.bin.md5 b/prebuilt/nspanel_esphome_prebuilt.bin.md5 index 356cc9a82..4d6ff0a3b 100644 --- a/prebuilt/nspanel_esphome_prebuilt.bin.md5 +++ b/prebuilt/nspanel_esphome_prebuilt.bin.md5 @@ -1 +1 @@ -b26dd2a220fa77a0547b1094fba36860 prebuilt/nspanel_esphome_prebuilt.bin +de0d9f9292d864b48f4e18df49f67c5a prebuilt/nspanel_esphome_prebuilt.bin diff --git a/prebuilt/nspanel_esphome_prebuilt.factory.bin b/prebuilt/nspanel_esphome_prebuilt.factory.bin index 4bbabecea..afd2645b7 100644 Binary files a/prebuilt/nspanel_esphome_prebuilt.factory.bin and b/prebuilt/nspanel_esphome_prebuilt.factory.bin differ diff --git a/prebuilt/nspanel_esphome_prebuilt.factory.bin.md5 b/prebuilt/nspanel_esphome_prebuilt.factory.bin.md5 index 57480dff9..c2f0af6a4 100644 --- a/prebuilt/nspanel_esphome_prebuilt.factory.bin.md5 +++ b/prebuilt/nspanel_esphome_prebuilt.factory.bin.md5 @@ -1 +1 @@ -864491bd5acbb852d59a78558dbbeda4 prebuilt/nspanel_esphome_prebuilt.factory.bin +c414923eb56f58732e7d69b4355b0249 prebuilt/nspanel_esphome_prebuilt.factory.bin diff --git a/prebuilt/nspanel_esphome_prebuilt.manifest.json b/prebuilt/nspanel_esphome_prebuilt.manifest.json index 3491cddb3..eea439bf3 100644 --- a/prebuilt/nspanel_esphome_prebuilt.manifest.json +++ b/prebuilt/nspanel_esphome_prebuilt.manifest.json @@ -2,7 +2,7 @@ "chipFamily": "ESP32", "ota": { "path": "nspanel-esp32.ota.bin", - "md5": "b26dd2a220fa77a0547b1094fba36860" + "md5": "de0d9f9292d864b48f4e18df49f67c5a" }, "parts": [ { diff --git a/prebuilt/wall-display-esp32/manifest.json b/prebuilt/wall-display-esp32/manifest.json index 20a2d3e91..e24c3fa64 100644 --- a/prebuilt/wall-display-esp32/manifest.json +++ b/prebuilt/wall-display-esp32/manifest.json @@ -2,7 +2,7 @@ "chipFamily": "ESP32", "ota": { "path": "wall-display-esp32.ota.bin", - "md5": "6b5a9d56915ef7c9e7ca4fcba0967b81" + "md5": "0fc74127ef118a0e91b158f3bcef4241" }, "parts": [ { diff --git a/prebuilt/wall-display-esp32/wall-display-esp32.factory.bin b/prebuilt/wall-display-esp32/wall-display-esp32.factory.bin index ae151cb08..faf033b9b 100644 Binary files a/prebuilt/wall-display-esp32/wall-display-esp32.factory.bin and b/prebuilt/wall-display-esp32/wall-display-esp32.factory.bin differ diff --git a/prebuilt/wall-display-esp32/wall-display-esp32.ota.bin b/prebuilt/wall-display-esp32/wall-display-esp32.ota.bin index 85b3b449d..96b55f442 100644 Binary files a/prebuilt/wall-display-esp32/wall-display-esp32.ota.bin and b/prebuilt/wall-display-esp32/wall-display-esp32.ota.bin differ diff --git a/prebuilt/wall_display.bin b/prebuilt/wall_display.bin index 85b3b449d..96b55f442 100644 Binary files a/prebuilt/wall_display.bin and b/prebuilt/wall_display.bin differ diff --git a/prebuilt/wall_display.bin.md5 b/prebuilt/wall_display.bin.md5 index 4f5fc865b..3d4ddb6af 100644 --- a/prebuilt/wall_display.bin.md5 +++ b/prebuilt/wall_display.bin.md5 @@ -1 +1 @@ -6b5a9d56915ef7c9e7ca4fcba0967b81 prebuilt/wall_display.bin +0fc74127ef118a0e91b158f3bcef4241 prebuilt/wall_display.bin diff --git a/prebuilt/wall_display.factory.bin b/prebuilt/wall_display.factory.bin index ae151cb08..faf033b9b 100644 Binary files a/prebuilt/wall_display.factory.bin and b/prebuilt/wall_display.factory.bin differ diff --git a/prebuilt/wall_display.factory.bin.md5 b/prebuilt/wall_display.factory.bin.md5 index e9b0f46a6..3aebc8a83 100644 --- a/prebuilt/wall_display.factory.bin.md5 +++ b/prebuilt/wall_display.factory.bin.md5 @@ -1 +1 @@ -d2b11136a5d60d7e5b374396c993b068 prebuilt/wall_display.factory.bin +bb95b96e441060bf70af06f4f42e92ba prebuilt/wall_display.factory.bin diff --git a/prebuilt/wall_display.manifest.json b/prebuilt/wall_display.manifest.json index 20a2d3e91..e24c3fa64 100644 --- a/prebuilt/wall_display.manifest.json +++ b/prebuilt/wall_display.manifest.json @@ -2,7 +2,7 @@ "chipFamily": "ESP32", "ota": { "path": "wall-display-esp32.ota.bin", - "md5": "6b5a9d56915ef7c9e7ca4fcba0967b81" + "md5": "0fc74127ef118a0e91b158f3bcef4241" }, "parts": [ {