Search Results

Search results 1-6 of 6.

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

  • Stream Glyph Display

    techEmbedded - - emWin related

    Post

    Hi I have one data buffer (pointer) containing font glyph as in example case for char A 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,93,116,116,107,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,25,252,255,255,255,49,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,119,255,255,255,255,144,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,215,255,255,255,255,233,4,0,0,0,0,0,0,0,0 0,0,0,0,0,0,58,255,255,249,217,255,255,77,0,0,0,0,0,0,0 0,0,0,0,0,0,155,255,255,173,127,255,255,171,0,0,0,0,0,0 0,0,0,0,0,10,242,255…

  • Hi, I have one requirement where by I need to display text/string based on dynamic input of height and width of text (font size) Please let me know the possible ways for doing the same. Thanks, techEmbedded

  • Hi, Just for your info, I would like to attach the generated .c file of my .png image using Segger BmpCvt tool for your reference Let me know in case any more info required. Thanks in advance, techEmbedded P.S: .c file has been converted to .txt for attachment purpose

  • Hi Thanks for replying The Image as attached in previous post is of type .png format with transparent background I am using the Segger BMP Converter tool for emWin Version :5.02c. We just open this bitmap image using BmpCvt tool and use its option save-as to save it in .c file Regards, techEmbedded

  • Bitmap Graphics Display issue

    techEmbedded - - emWin related

    Post

    Hi, Please find attached the png image with transparent background. We just open .png file and save as .c file in BmpCvt Tool This image is displayed on black opaque rectangle OSD GUI_DrawBitmap(&bmepg_horizontal_gasket, HGasketX0, HGasketY0); GUI_SetColor(BG_BLACK_COLOR_OPA_85); GUI_FillRoundedRect(ListBoxBk.x0, ListBoxBk.y0, ListBoxBk.x1, ListBoxBk.y1, 7); ... //Image draw API Call on top of above OSD GUI_DrawBitmap(&bmgenreicon, 360, 333); Image borders are not sharp enough and can see backgr…

  • Hi, I observe an issue while displaying .png icon image having major curve ends & with transparent background The png icon image is converted to .c file using emWin BmpCvt tool While displaying those images using Segger emWin API "GUI_DrawBitmap" on transparent black pane, I observe that the edges are not sharp enough and at borders I can see white dots displaying the background video through the pane. I am using the Segger emWin version 5.14 API's Please let me know the reason behind the same a…