Search Results

Search results 1-3 of 3.

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

  • Hello Admin, I am trying to make one dynamic font from vector data by STemWin by steps below. 1. Creating the vector data from *.ttf file by the program Bin2C.exe converter - Sample font is _acAauxProBlack (converted file was attached below) 2. In the main program, implementing the converted file above then trying to create new font: Source Code (20 lines) 3. When debugging it was hang in function GUI_TTF_CreateFont(&Font0, &Cs0) and did not return 1 in function FTC_Manager_LookupFace then no fo…

  • Hi Schoenen, Thank you for your support, now it worked fine but the rotation did not expected, so I need to figure out the config. Regards, DucThinh

  • Hi Supporter, I need some help with emWin configuration. I have a STM32F429I-DISC1 board then I want to change the original 2.4"LCD with modified 2.2" with detail below - Controller : ILI9341 - Interface: R-G-B - GRAM: Internal RAM The change came from external RAM change to internal RAM then I tried to modify the configuration by change the GUIConf.c and GUIDRV_stm32f429i_discovery.c in the demo folder but it seem does not work. Would you please help me with this issue! Regards, DucThinh P/s: I…