MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.28k stars 19.24k forks source link

Ender 3 v2 LCD screen western characters. #19377

Closed kyraxyg closed 4 years ago

kyraxyg commented 4 years ago

I have compiled the lastest bugfix for Ender 3 v2 with LCD language turkish. Although I know Ender 3 v2 screen support is work in progress, I want to inform that turkish characters like "ç", "i", "ğ" are shown in Chinese if the source is compiled with LCD screen = tr.

boelle commented 4 years ago

Configurations, please Please ZIP up your Configuration.h and Configuration_adv.h files (as requested in the Issue template) and drop them into your next reply. We'll check them over and see if anything is amiss.

Please test the bugfix-2.0.x branch to see where it stands. If the problem has been resolved then we can close this issue. If the issue isn't resolved yet, then we should investigate further.

kyraxyg commented 4 years ago

Config.zip Attached the Configuration.h and Configuration_adv.h files as zip

sjasonsmith commented 4 years ago

I think that display uses GB2312 encoded text. Many strings won't display properly once you are outside of normal 7-bit ASCII characters.

One of the users on here has commented about this in the past, but I can't seem to locate their name or comments at the moment. I don't know whether there is a way to adjust the display's behavior, or if the only solution is to transcode the strings to GB2312.

enigmaquip commented 4 years ago

That was me @sjasonsmith I haven't had a chance to do further testing (ie sending gb2312 encoded strings to see if I get what I expect), that info is strictly from the documentation for the dwin chip in the creality screen. From what I can tell there's no way to change that and we'll just have to encode to gb2312

github-actions[bot] commented 4 years ago

This issue has had no activity in the last 30 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 7 days.

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.