Search Results

Search results 1-7 of 7.

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

  • Thanks Sven this does the trick. Did I miss this in the documentation? Gerrit

  • I'm trying to display the arrow symbols with the GUI_Font8x16. I was not able to find the relevant info in the EmWin manual. The hex code of the arrow is 0x2192 I've converted it to UTF-8 and I got 0xE28692 C Source Code (2 lines) This displays nothing... Any ideas on what I'm doing wrong? Gerrit

  • Andy I'm facing the same issue but it's still unclear to me how you solved it. Is it somewhere documented? Regards Gerrit

  • Hello Adrian, What you suggest is to use the framed font when a certain icon is selected? What I've done for now is to manually create the inverted icon. This is also stored on the uC. When an icon is selected I replace the icon manually with the inverted icon. This works quite well but asks for extra space and extra overhead. Thanks for your answer Kind regards, Gerrit

  • Dear all I want to use the IconView window on a pure black and white display (so no greyscales available) but I don't see an immediate solution how to handle the selected item. Changing the background color of the selected icon will just make the icon completely black. Is there a possibility to invert the icon? Or just have a border frame around the selected icon? Thanks Zjeriet

  • Error code 124

    zjeriet - - embOS related

    Post

    Thanks for the answer I found the define of the error in OS_Error.c This one is probably added by IAR *** Power handling module ************************ OS_ERR_POWER_OVER (122 = 0x7A) OS_ERR_POWER_UNDER (123 = 0x7B) OS_ERR_POWER_INDEX (124 = 0x7C) greets, Zjeriet

  • Error code 124

    zjeriet - - embOS related

    Post

    Hello, I'm working with the PP430 from IAR on the MSP430F5438 together with the IAR embedded workbench 4.11 Currently I'm getting error code 124 which is nowhere documented. Not in the IAR documentation and not in the segger docs. Could someone give me more info on this error code? Thanks and regards, zjeriet