MKFirmware / MK4duo

MK4duo Firmware Printers 3D for Arduino and Arduino due
http://www.marlinkimbra.it
GNU General Public License v3.0
206 stars 118 forks source link

Nextion firwares not compatibles with accented characters. #812

Open Francis663 opened 4 years ago

Francis663 commented 4 years ago

I found that characters are missing in the Nextion display when the french language (fr) is selected. I had to install the Nextion editor to load the HMI file and change the setting from 'ASCII' to 'ISO-8859-1'. I used the Nextion Font editor to generate ISO-8859-1 fonts, replaced MK32 font by Lucida Console font with size 32. The I swapped ASCII fonts (95 chars) by ISO-8859-1 fonts (227 chars). Exported .tft file and loaded in the display: working fine! I suggest to generate HMI and TFT files with ISO-8859-1 codings.