Search Results
Search results 1-2 of 2.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Dear Adrian I use Device.bmp. The problem is, that Device.bmp is behind the display. It is normally okay, but not in my case because the display is not square. [img]http://dl.dropbox.com/u/16344715/emwin.png[/img] This is showing the left part of the display. You can see I use another color instead of white to emulate the backlight.The white and black "ring" is part of the overlay (front) and that is of course in front of the display in real life. I need to emulate the same in the simulator. The…
-
Hi there I have to simulate a product where the display is not square. The corners of the LCD is covered by the overlay (front of the product) and when using the simulator, the background "product" BMP is drawn first and then the LCD. I then need to "cover" the corners of the LCD with new bitmaps. Alternative is to draw it in emWin, but because I use 4 bit gray scale, I cannot use the colors that fits the overlay. Is there a way to draw from Microsoft Visual C on top of the emWin "canvas"? If no…