Search Results

Search results 1-20 of 23.

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

  • Screen rotation

    andrea.ravalli - - emWin related

    Post

    Anyone?

  • Screen rotation

    andrea.ravalli - - emWin related

    Post

    Hi, I have a touchscreen and I initialize it on LCD_X_Config. It is possible recall the LCD_X_Config to reconfigure the lcd screen orientation (for example?). Thanks! :)

  • Add symbol to font cvt

    andrea.ravalli - - emWin related

    Post

    Thank u Sven Have a nice day

  • Add symbol to font cvt

    andrea.ravalli - - emWin related

    Post

    Hi. is it possible add a custom symbol into sif file created by fontcvt? Thanks

  • XBF font

    andrea.ravalli - - emWin related

    Post

    Quote from SEGGER - Adrian: “Hello, The current version of the Font Converter can store all types of fonts as XBF. Could you please tell me which version you use? Thank you. Best regards, Adrian” Hello Adrian! I use font converter 5.22. If i use "New" to create a font and i choose "Antialiesed, 2/4 bpp" i don't have the possibility to create an xbf file Thanks

  • XBF font

    andrea.ravalli - - emWin related

    Post

    Quote from SEGGER - Adrian: “Hello, Yes, the Font Converter can be used to create XBF files. You can just choose "File" -> "Save As..." and select the XBF format. Best regards, Adrian” thx adrian! But is it possibile only for "not anti aliased" font? If i use the same font antialiased i can't see "Xbf format"

  • XBF font

    andrea.ravalli - - emWin related

    Post

    Hello, how to create xbf font? Have to use fontCvt? I didn't found the option to "export/create" xbf file from font.. Thx :)

  • GUI_DrawBitmap

    andrea.ravalli - - emWin related

    Post

    Hi How to GUI_DrawBitmap with rotation bitmap? I use this methot into button skinng and i want to re-use the same "img" but rotate. Thx you so much

  • Edit blink

    andrea.ravalli - - emWin related

    Post

    Quote from SEGGER - Adrian: “Hello, Do you regularly call GUI_Delay() or GUI_Exec()? Best regards, Adrian” Yes, many suggest? thx

  • Font dim

    andrea.ravalli - - emWin related

    Post

    Hi, how to get font size on weight? more info: How to get weight size, in pixel, of a string in Open Sans? thx edit: resolved with GUI_GetStringDistX

  • Edit blink

    andrea.ravalli - - emWin related

    Post

    Hi Adrian I create an edit: hEditIP = EDIT_CreateEx( 10 , y / 5, x - 100, 40 ,WM_GetClientWindow(menuIPF),WM_CF_SHOW,0, GUI_ID_EDIT4, 15 ); EDIT_EnableBlink(hEditIP, 300, 1); but cursor not blink until i "touch" the edit. (A problem with focus?) and blink disappear when i do EDIT_AddKey(hEditIP ,IdOfButton + '0');

  • Edit blink

    andrea.ravalli - - emWin related

    Post

    Hi How to enable the blinking as soon as I make the edit? Before touching. And why, everytime i use EDIT_AddKey the blinking disappear? thx

  • Relased on touch child

    andrea.ravalli - - emWin related

    Post

    Resolved thx you adrian

  • Relased on touch child

    andrea.ravalli - - emWin related

    Post

    Hi, I create a child button in a frame. I receive the "click" on the button with "WM_TOUCH_CHILD". How can i do something on "release" of button? Thx

  • Swap in windows

    andrea.ravalli - - emWin related

    Post

    Hi, i have a window large 3*size of screen. How i can swap at center (for example) of the window without motion? Thx

  • Hi, i have an issue with calendar widget. Source Code (1 line) CALENDAR_SetDefaultColor do correctly changes but CALENDAR_SetDefaultBkColor don't have any effect..any suggest? thank you

  • Flickering WM MOTION

    andrea.ravalli - - emWin related

    Post

    Hi Adrian I solved the issue. I had a problem into callback for multibuff thank you

  • Flickering WM MOTION

    andrea.ravalli - - emWin related

    Post

    Hi Adrian, you are right. Yes, i have enabled WM_MULTIBUF_Enable(1);

  • Flickering WM MOTION

    andrea.ravalli - - emWin related

    Post

    Hi, i used the example smart phone menu but i have a lot of flickering on motion. What can i do to resolve this issue? Any suggest? ^^ Thx. :D

  • FRAMWIN not focussable

    andrea.ravalli - - emWin related

    Post

    Quote from SEGGER - Adrian: “Hello, Yes, it is possible. You will have to react to the WM_SET_FOCUS message in order to not accept the focus. Best regards, Adrian” Thank you Adrian. How can i not accept the focus?