Search found 15 matches

by icz_tb
Sat Aug 13, 2022 1:31 pm
Forum: New members must post here first
Topic: 能否添加中文语言
Replies: 23
Views: 3925

Re: 能否添加中文语言

Sub-menu has hope :)
Going back to 12x12 , submenu seems to be ok ,
maybe i shall start another new thread to summarize .
p4_submenu.jpg
p4_submenu.jpg (31.64 KiB) Viewed 970 times
by icz_tb
Fri Aug 12, 2022 5:00 pm
Forum: New members must post here first
Topic: 能否添加中文语言
Replies: 23
Views: 3925

Re: 能否添加中文语言

Yea,you're right abt the font, i should use square ones. changed to 16x16 then it works without problem. displaying 2 rows of menu item works,remove /change the menu title could make it look better though. not perfect but useable . sub-menu items still have issues, due to the font size is much bigge...
by icz_tb
Fri Aug 12, 2022 1:05 am
Forum: New members must post here first
Topic: 能否添加中文语言
Replies: 23
Views: 3925

Re: 能否添加中文语言

Its almost impossible to brick the radio because the bootloader is never modified. Thats good to know! my knowledge to hardware /embedded device related programming is veryvery limited.. So far I've identifed around 100 characters, however this does not cover the full string used by the system, i h...
by icz_tb
Thu Aug 11, 2022 3:27 am
Forum: New members must post here first
Topic: 能否添加中文语言
Replies: 23
Views: 3925

Re: 能否添加中文语言

Thanks, this is encouraging, then i dont need to worry brick my radio :mrgreen: Did some further test, here is how it looks like, as said yesterday ,8x8 is not good enough , but it can show some . p1_.jpg will try 12x12 next step, and think for menu display, that might cause a bit of overlap between...
by icz_tb
Thu Aug 11, 2022 2:25 am
Forum: New members must post here first
Topic: 能否添加中文语言
Replies: 23
Views: 3925

Re: 能否添加中文语言

In theory a 12x12 font could be added for Chinese, but it would require extensive changes to the firmware to handle a different number of characters across width of the screen. So you would need to maintain a completely different version of the firmware, which had modified files for the entire user...
by icz_tb
Thu Aug 11, 2022 2:24 am
Forum: New members must post here first
Topic: 能否添加中文语言
Replies: 23
Views: 3925

Re: 能否添加中文语言

Hi, The whole Katakana has 62 glyphs (IIRC), and from what I know there is no Chinese alternative. You can't change the font resolution. There is also an extra step (to be implemented afterward), the header file containing all the language strings has to be encoded in a special way to be usable by ...
by icz_tb
Wed Aug 10, 2022 8:54 am
Forum: New members must post here first
Topic: 能否添加中文语言
Replies: 23
Views: 3925

Re: 能否添加中文语言

The menu entries use FONT_SIZE_3 , whichis the 8x16 font. This may not be ideal for chinese characters which are possibly normally square, but it would require a complete design of the UI to use different shaped characters in the fonts Yea, this is important information, indeed, 8x16 can barely be ...
by icz_tb
Wed Aug 10, 2022 5:51 am
Forum: New members must post here first
Topic: 能否添加中文语言
Replies: 23
Views: 3925

Re: 能否添加中文语言

Thanks for your response, this helps. for the char definations, I see there are many differnt font size defined there, font_6x8 , font_8x8, if I want to make some change as a begining, like define two characters for testing purpose, would it be suffcient i only update the font_6x8 table? I saw in th...
by icz_tb
Wed Aug 10, 2022 5:45 am
Forum: Developer discussions
Topic: Building Firmware on windows
Replies: 6
Views: 2240

Re: Building Firmware on windows

In the "Installed SDKs" tab, SDK_2_x_MK22FNS12xxx12 should be listed. In the icon bar on the top of the IDE, below the menu, there is a hammer drop down list, select the RD5R clicking the down arrow. Click the hammer to compile. Thanks, I believe it can complie now, and I am able to see the SDK lis...
by icz_tb
Wed Aug 10, 2022 4:25 am
Forum: Developer discussions
Topic: Building Firmware on windows
Replies: 6
Views: 2240

Re: Building Firmware on windows

I installed from the welcome page " Download and Install SDKs " link, However there are still errors. ide_error.png I tried to run compile though, result seem to be successful.. IDE_Compile.png Not sure if it is good to proceed this way! BTW,how could i specify differnt target device for compilation...