Search Results
Search results 1-20 of 90.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Image overlap
bio_med - - emWin related
PostSven, Thank you so much for helping me out in figuring a better way to do things. I tried to remove the automatic memory devices but that's causing bitmaps on buttons on each screen to flicker. Can you help me understand what could be causing this? Thanks and regards, BMD
-
Image overlap
bio_med - - emWin related
PostSven, Appreciate the response. Thank you so much. Also, when the image is touched, it clears the entire scree. The only I know to stop that from happening is to disable the image. Is there any other efficient way of doing this? Best regards, BMD
-
Image overlap
bio_med - - emWin related
PostSven, Thank you for quick response. Please see attached code and Images I am currently using. Best regards, BMD Source Code (163 lines) Source Code (45 lines)
-
Image overlap
bio_med - - emWin related
PostHi, I have been using emWin for quite sometime now and haven't come across this before. On a window widget I am displaying few 2 buttons and 2 images. For some reason I see 2nd image in the background of first image. I checked the parameters and made sure I am not displaying the image twice. I have been using the same procedure on a couple other windows but haven't had any problems with it. I'd really appreciate it if someone came across this problem and could help me or any suggestions will do.…
-
Create chinese font
bio_med - - emWin related
PostFlorian, Thank you for looking into it. Really appreciate it. But I am initializing emWin and emFile in another file before calling Maintask(). I have tried the XBF font sample. That works perfectly fine. But now I am trying to incorporate it into widgets and that doesn't seem to work at all whatsoever. Best regards, BMD
-
Create chinese font
bio_med - - emWin related
PostHI Florian, Appreciate all your help. So I tried the following code but I don't see anything on the display whatsoever. Could you please tell me where I am possibly going wrong? Thank you for all your help. Best regards, BMD C Source Code (143 lines)
-
Create chinese font
bio_med - - emWin related
PostFlorian, I have tried that example but for some reason it doesn't work on widgets. Is there a way to set this external Font as default font or this function has to be called every time a new screen is drawn? Best regards, BMD
-
Create chinese font
bio_med - - emWin related
PostHi, Can anyone tell me if there is a workaround CreateFile for non-OS systems? Thanks and regards, BMD
-
More buttons on a window
bio_med - - emWin related
PostSven, Thank you for your response. I got confused with things. It's sorted now. Appreciate your help. Best regards, BMD
-
More buttons on a window
bio_med - - emWin related
PostHi, Could someone tell me what is the maximum number of buttons a window can have? what can be done if I have to have more than the maximum? Any help is appreciated. Thanks and regards, BMD
-
Create chinese font
bio_med - - emWin related
PostSven, Much appreciate the response but I cannot use createfile because I am using a non OS system. Is there a way to get around that? Thanks and regards, BMD
-
Create chinese font
bio_med - - emWin related
PostCould someone help me understand if I am getting the steps right to display XBF font from SDcard in a widget. Or is there somewhere I can look at, as to how to implement XBF fonts on widgets? Appreciate any help. Thanks and regards, BMD
-
Create chinese font
bio_med - - emWin related
PostSven, I followed the procedure you mentioned but I don't see anything on the screen.Please see below and advise if I got something wrong. Source Code (34 lines)Appreciate all your help. Best regards, BMD
-
Create chinese font
bio_med - - emWin related
PostI got it to work. I was passing the wrong font type. But I would like to know if the procedure is different when passing XBF font through a widget? Best regards, BMD
-
Create chinese font
bio_med - - emWin related
PostThank you for the explanation, Sven. I tried the sample code and was able to display this. Please see attached. I don't understand why I see characters displayed repeatedly. Could you please help me understand this behavior? Thanks and regards, BMD
-
Create chinese font
bio_med - - emWin related
PostThank you, Sven. Really appreciate all the help. I was looking at the sample and wondering two things: 1. Do I need to create separate font files for each language I use? 2. How will emWin map the font with respective characters? Best regards, BMD