Search Results
Search results 1-5 of 5.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
create a SPLINE object in a dialog box and fill it wit data. I draw it in WM PAINT message. This is part of my source code. forum.segger.com/index.php/Attachment/5670/
-
Hi, After trying to draw with SPLINE, the waveform data obtained is still not very satisfactory. This is a rendering using SPLINE. Is there any way I can eliminate the jagged center?
-
Hello, When I joined the lines using the draw function in emWin, I noticed that there were some small spikes at the joints, as shown in the figure. Is there any way I can eliminate them? Does the GUI_DrawGraph interface in the manual allow you to change the size of a line?
-
Quote from SEGGER - Florian: “Hi, The last byte in the XBF file contains the font type. You can identify this byte searching for "XBF" at the end of the file. The following byte is the font type: C Source Code (4 lines)From the given font type you can select the corresponding pointer: C Source Code (4 lines)The reason why there currently is no function that does this automatically is that all font types would always be referenced. Best regards, Florian ” Thx Florian - Your reply helped me and so…
-
Greetings, Because of the needs of the project, my device can download the xbf file from the U disk to flash, but sometimes the font type of the xbf file in the U disk is unknown. Is there any way to identify the font type of xbf files and create XBF fonts dynamically? Thanks in advance.