Content originally posted in LPCWare by pcalton on Fri Aug 09 13:13:33 MST 2013 I am experimenting with Memory Devices and I am trying to get text to display on top of a bitmap using the following code:
The image bmIntroImage was a png file that was converted to a c file using the BmpCvt tool.
If I pass GUI_MEMDEV_NOTRANS to GUI_MEMDEV_CreateFixed then my image is displayed correctly, but the text has a black background. If I pass GUI_MEMDEV_HASTRANS to GUI_MEMDEV_CreateFixed then my image is tinted yellow and is stretched across the X axis interspersed with black vertical lines.
Content originally posted in LPCWare by msjustu30 on Fri Dec 13 02:29:12 MST 2013 It is a strange problem that you have described here about the problems displaying bitmap in memory devices. The code was really impressive and please do share more interesting code often as it will be a great help for me to learn something new. microsoft windows techs