Search Results

Search results 1-19 of 19.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • German ÄÖÜ

    arat - - emWin related

    Post

    Hi Florian, Able to display umlauts by adding GUI_UC_SetEncodeUTF8() at the beginning of the application (after GUI_Init()). Thank you.

  • German ÄÖÜ

    arat - - emWin related

    Post

    hi Florian, still i am not able to display umlauts, can u plz help.

  • German ÄÖÜ

    arat - - emWin related

    Post

    hRadio = RADIO_CreateEx(200, 60, 125, 150, pMsg->hWin, WM_CF_HIDE, 0, C_ARM_RADIO_ID, 3, 50); RADIO_SetTextColor(hRadio, GUI_LIGHT_GRAY); RADIO_SetFont(hRadio, SMALL_FONT); /*RADIO_*/ RADIO_SetText(hRadio, DISP_THIN_TXT, enRAD_BODY_SIZE_THIN); like this i am using... Thank you,

  • German ÄÖÜ

    arat - - emWin related

    Post

    Hi florian, Please find the attachment. Kindly help.

  • German ÄÖÜ

    arat - - emWin related

    Post

    void Display_Initialization() { /*Read Stored Brightness value*/ if ( !ReadCNL_Brightness() ) g__Disp_ucBrightness = 50; /*DEFAULT Brightness, if Previous Values not found*/ if ( !ReadSETTIN_LFluoro() ) g__SETTIN_ucLFluoro = 0; /*Enable Brightness PWM*/ _DisplayBrightness(g__Disp_ucBrightness); /*Enable Display*/ _LCD_Display_ON(); /*GUI LIBRARY INIT*/ WM_SetCreateFlags(WM_CF_MEMDEV); GUI_Init(); #ifdef SHOW_CURSOR GUI_CURSOR_Select(&GUI_CursorArrowM); GUI_CURSOR_Show(); #endif /*LOGO and Consol…

  • German ÄÖÜ

    arat - - emWin related

    Post

    Hi Florian , Kindly confirm , the attached font file is correct or not.

  • German ÄÖÜ

    arat - - emWin related

    Post

    Hi Florian, I have done the same code in my project, but still it is not displaying umlauts char. kindly help..

  • German ÄÖÜ

    arat - - emWin related

    Post

    its a huge project.... can u send your test program. So that i can check the same. Thank you,

  • German ÄÖÜ

    arat - - emWin related

    Post

    Hi Florian, I can't upload the code as there is restriction. I have used like this #define DISP_THIN_TXT "DÜNN", it is displaying like DNN. umlauts Ü is not displaying Regards, arat

  • German ÄÖÜ

    arat - - emWin related

    Post

    Thank you for your response Umlauts character are not displaying, other characters are displaying

  • German ÄÖÜ

    arat - - emWin related

    Post

    please find my font file generated (copied the content of .c file to .txt file)

  • German ÄÖÜ

    arat - - emWin related

    Post

    Hi FLorian, I tried the above steps and it is not working. can you please help regarding. Thank you,

  • German ÄÖÜ

    arat - - emWin related

    Post

    Hi, I have created the .C file for the German alphabets and i am not able to display ÄÖÜ. can some one help in creating .c file. and i have attached the pattern file. Thank you,

  • ukrainian fonts convert

    arat - - emWin related

    Post

    Thanks a lot Florian. Finally i am able to display the cyrillic character/string. I just generated the cyrillic font file (.c) with (Antialiased 4bpp + 16bit Unicode) and called GUI_UC_SetEncodeUTF8() at the beginning of the application (after GUI_Init()). Case closed.

  • ukrainian fonts convert

    arat - - emWin related

    Post

    Thanks a lot. Can you please let me know , how you generated the cyrillic font.

  • ukrainian fonts convert

    arat - - emWin related

    Post

    plz find my font file generated( I just added the content of .c file to .txt , as i was unable to attach) Plz confirm weather is is correct or not.

  • ukrainian fonts convert

    arat - - emWin related

    Post

    Hi Florian, I have generated in Antialiased 4bpp and 8bit ASCII + ISO 8859 and changed script to Cyrillic. This generated file (.c ) has been added to the project. and called GUI_Set Font() with GUI _FONT structure..... ... but it is displaying only "P" (Latin letter ETH) that means 0X00D0. Is this because of script...? my defined text is #define DISP_FLUOROSCOPY "ФЛУОРОСКОПІЯ" , after adding generated font file , it displays like PPPPPPPPPPPP. I used Roboto Bk19 font. plz help me regarding

  • ukrainian fonts convert

    arat - - emWin related

    Post

    Thank you for the fast reply, I have generated .c file using attached pattern .txt with Antialiased 4bpp and 16 bit unicode . it dint work . And I have generated in Antialiased 4bpp and 8bit ASCII + ISO 8859 and changed script to Cyrillic. in this only character 'P' is displaying. Kindly help... Regards, arat

  • ukrainian fonts convert

    arat - - emWin related

    Post

    how to generate .c file for ukrainian alphabet .