Blackymas / NSPanel_HA_Blueprint

This allows you to configure your complete NSPanel via Blueprint with UI and without changing anything in the code
1.24k stars 232 forks source link

Hebrew in the Button Page is missing character #2000

Closed leranp closed 2 months ago

leranp commented 2 months ago

TFT Version

4.3.1

ESPHome Version

4.3.1

Blueprint Version

4.3.1

Panel Model

EU

What is the bug?

When set a name to the button with more than 5 characters making it appears in wrong way, this is an example, the button is set with string "מסדרון" ,but the "מ" disappear and a character "ס" appear in a new line. Also the word "ארונות" and "אמבטיה" 20240329_222214

Steps to Reproduce

No response

Your Panel's YAML

No response

ESPHome Logs

No response

Home Assistant Logs

No response

edwardtfn commented 2 months ago

This was partially solved in dev and will be part of the next release. For v4.3.3, you will have to add this to your panel's yaml in the substitutions area:

  bytes_per_char: "2"

That won't be necessary with v4.4.

None of those versions are available yet. 😉