• Ok. I think that's pasting the code in on the left?

    If you put it on the right, then make sure the text under the upload button says RAM, then click upload it'll be better. Maybe add g.clear(1) before to clear the screen.

    However my point was: If you can change the text from Hello this is text to some Korean text and reproduce the issue, that would be ideal as it'll be easy for me to then debug it.

    The problem we have with iOS is the second you disconnect from the watch, we lose the messages that were saved, so I can't easily get hold of the message that caused the problem

  • Hi Gordon,
    I tried the code with some Korean as shown below on the editor window and load to the RAM.

    g.clear();
    g.setFontIntl().setFontAlign(0,0).drawString("한글 표시를\n시험중입니다.\n대한민국\n한글을 사랑합니다.",88,88);
    

    Attached is the screenshot. The Korean characters are not displayed correctly, but the alignment looks fine.

About

Avatar for Gordon @Gordon started