How can I display chinese characters with this liabrary? #943
-
Hi, I had uploaded the data folder in which three vlw files(Unicode-Test-72.vlw, Final-Frontier-28.vlw, Latin-Hiragana-24.vlw) are included. No matter which one of them I unload with the function |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
The example font Unicode-Test-72.vlw only contains a few Chinese characters for test and demonstration purposes. The box drawn (often called Tofu!) indicates the character is not in the vlw file. You will need to generate your own vlw file containing the characters you need. There are 1000's of Chinese characters so you will need to select the ones you need to avoid creating a vlw file that is too big for memory. The vlw file can be created using the Processing IDE. |
Beta Was this translation helpful? Give feedback.
-
I wrote a Processing sketch to allow the font chanracters to be selected individually or as groups. You can find it here. The Processing IDE is an ancester of the Arduino IDE and can be downloaded here. |
Beta Was this translation helpful? Give feedback.
-
我的fork里,加了些脚本生产中文,有对中文字体的生成及说明。如果文字数量多,会严重拖慢渲染。可以试一下u8g的gb2312,这个效果很好,不过只支持有限的文字大小。 |
Beta Was this translation helpful? Give feedback.
The example font Unicode-Test-72.vlw only contains a few Chinese characters for test and demonstration purposes. The box drawn (often called Tofu!) indicates the character is not in the vlw file. You will need to generate your own vlw file containing the characters you need. There are 1000's of Chinese characters so you will need to select the ones you need to avoid creating a vlw file that is too big for memory. The vlw file can be created using the Processing IDE.