Search Results

Search results 1-13 of 13.

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

  • Hi, I wan't to connect to my STM32 HMI with emVNC from the internet. I know that I can use VPN. What are the other possibilities ? My question is, is it possible to use emVNC with RealVNC Connect cloud or any other VNC cloud or repeater ? realvnc.com/en/connect/ uvnc.com/downloads/repeater/83-repeater-downloads.html How about private repeater on my network for example on Raspberry Pi or Router ? Are you planning to make your own solution for access from the Internet (cloud or repeater) ? And of …

  • OK, thanks for this solution. Can you please check another bug with character width, described by me on 25.February 2017, three posts above. Where can I get new fixed version of FontCvtST ? Best regards Anton

  • XT-Matz thanks, you are right, when loading 'C' file pattern file loading works correct. Solution for Problem with pattern file load with loaded BDF font file: -Load BDF File -Save As 'C' file -Load saved 'C' file -Edit->Disable all characters -Edit->Read pattern file -Save As 'C' file

  • One more bug with Font Converter ST V5.32. TEST: -Load file unifont-9.0.06.bdf into font converter -Disable all characters (for quicker test) -Enable one character for example 'A' -Save into 'C' file -Open 'C' file with editor Generated file is not correct as seen in Font Converter. On the right side of character there is one added vertical line so on right side of character is double vertical line. If I reopen 'C' file and add vertical line on the right side and save again into 'C' file then ge…

  • OK, it works now when loading *.ttf file. It does not work correct when load *.c or *.bdf files and this will be very useful. Problem when loading *.ttf file is that some characters are distorted in low pixel resolution. Regards

  • Still waiting answer from Segger ! In attachment is screenshot with Error when loading pattern file. Used font is unifont-9.0.06.bdf from unifoundry.com/unifont.html All needed characters are in these font, character 5F00 is part of font and is red marked. When I try to load I get message that among others also character 5F00 is not part of current font. Please help me solve this problem, I have so many characters to select and I can't do this manualy !

  • Hi I'm using FontCvtST.exe V5.32. I'm trying to reduce characters in Chinese font HZK12.C with Disable all characters and then load sample Pattern file with only four characters. Pattern file is created with notepad and saved as unicode txt file. When I try to read Pattern file (with only four characters), I get error message : charcater codes not found in current font : FFFE , FB7C , DF7E , C253. I think that this codes are not correct and all needed characters are in font file, because when I …

  • Thanks for your answer ! In manuals I can't find for example how to read EDIT Widget mode (Bin,Hex,Dec,etc) from existing EDIT Widget. Do I need to use EDIT_CreateUser with extra bytes for saving properties ? Best regards !

  • EDIT Widget properties - how to copy

    ToneL - - emWin related

    Post

    I have eight EDIT widgets on the screen at the same time and I want to enter values with numeric buttons on screen. Since I have small LCD some of EDIT's are not visible when I show numpad in new modal framewin. I want to copy all EDIT Widget properties form primary EDIT_widget to secondary EDIT_widget. I know that all properties are in EDIT_Obj structure, but I don't know how to access them. I need this for setting EDIT widget value. When I will press on EDIT widget, then I want to show new mod…

  • How to use Timers in EmWin ?

    ToneL - - emWin related

    Post

    Thanks Adrian, but your example does not work the way I want. Attached is working example, if you comment first line timers does not work any more (copy from your example). For timer I use following code now: C Source Code (5 lines) Code now works but I just want to know if this is correct way or not. My second problem: Why cursor in edit moves one position to the right first time after value increment. C Source Code (113 lines)

  • How to use Timers in EmWin ?

    ToneL - - emWin related

    Post

    I want to use Timer but I don't know how to restart it in case of Button click ? Source Code (26 lines)

  • I want to use Edit Widget with two buttons for changing values Up and Down. In attachment is example and it works but it change value only for one when I press Up or Down button. I need auto increment or decrement function if I press and hold Up or Down button. I try to implement auto repeat function with use of WM_CreateTimer() and it works but not as I want. When I press Up or Down Button first time, first pause before Button repeat should be 500msec and all next pauses before Button repeat sh…

  • GRAPH YT Zoom

    ToneL - - emWin related

    Post

    I want to make zoom function on YT-Graph on Y Axis and also on X-Axis. Is there any example how to do this ? My data source is array of temperatures with 7200 floating point elements. I'm trying with rewriting complete graph data objects with GRAPH_DATA_YT_AddValue(), but it works very slow. Can you suggest me how to fastest update all complete data objects with new rescaled values ? //************************************************* //Part of my code #define GPH_MEM_RECORDS 7200 #define Y_SCAL…