how can GLCD display Chinese characters?

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Post Reply
MyFlowcodeSdf
Posts: 13
http://meble-kuchenne.info.pl
Joined: Wed Feb 15, 2023 8:16 am

how can GLCD display Chinese characters?

Post by MyFlowcodeSdf »

Hello, how can GLCD display Chinese characters?

Steve-Matrix
Matrix Staff
Posts: 1257
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 168 times
Been thanked: 279 times

Re: how can GLCD display Chinese characters?

Post by Steve-Matrix »

A lot of memory would be required to store all the required characters. One alternative is to create bitmaps for a limited number of characters or phrases and output these.

MyFlowcodeSdf
Posts: 13
Joined: Wed Feb 15, 2023 8:16 am

Re: how can GLCD display Chinese characters?

Post by MyFlowcodeSdf »

@Steve-Matrix
Thank you, I'll give it a try.

Post Reply