PNG images transparency in jit.lcd
Hi there! Im wondering if there is a way of using transparent background png files in the jit.lcd object... When I open that kind of files the object complete the background of the image... This thing doesn't happens in the normal LCD object, but I need to use the jit. one because I'm sending it to jit.window
I think you're correct that the alpha channel of a PNG works fine in the lcd object and doesn't work in jit.lcd. However, you can use jit.alphablend to blend in your picture after doing whatever you need to do in jit.lcd.