vitotai / BrewManiacEsp8266

BrewManiac on ESP8266. Only ESP8266 needed.
155 stars 71 forks source link

Non latin characters break web LCD #59

Open dodther opened 4 years ago

dodther commented 4 years ago

2019-12-09_12-56-15 2019-12-09_12-48-49

vitotai commented 4 years ago

Obviously, that character is not in the FONT library of Javascript. Does your LCD show the character?

dodther commented 4 years ago

My LCD show all characters.

vitotai commented 4 years ago

bm.english.htm.gz

If you are using 0.4.8 HTML/Javascript, you might try this file by uploading as "bm.htm.gz".

dodther commented 4 years ago

File upload didn’t help.

I need this for a cyrillic screen. Here is a character table. 4564965

vitotai commented 4 years ago

Did you force reloading the page? Although the file I provided doesn't contains cyrillic font but European font, you should see something else. I don't have the font data of cyrillic right now. A way to get font data must be developed unless the font library is provided.

dodther commented 4 years ago

I reloading the page. Can I help with fonts?

vitotai commented 4 years ago

bm.htm.gz

Sorry, I think I gave a wrong file. Try this one with cyrillic fonts.

dodther commented 4 years ago

Great, it worked! True, I figured out how to do it myself. Thank you so much! 2019-12-14_02-02-41