Quote:
Originally Posted by Uzime
OK THIS is WHERE I GET CONFUSED , what resource bin file ??????
|
The BRAINS has heard you :D, so here is it, the answer to your question!
Just download the firmware package (see
this thread) and you'll find in archive 2 files. One of them is resource.bin, which you have to put to the same directory as m6_font_import.exe. Then follow the common instructions.
Quote:
|
Originally Posted by ssungiri
...
20000 2A6DF
2F800 2FA1F
|
What!? Hey, the last 2 lines won't work, cause my program operates only UTF-16 encoding, more precisely
UCS-2, i.e. 2 bytes per code point. And the most important - M6 supports only UCS-2! Do not use codepoints after 0xFFFE even if program doesn't crash (generally speaking - it should crash, but strange things happen...

)