Hello, I don't think 800x480 at 32bits with rotation is achievable on S7G2 - please check if setting rotation to 0 solves the problem. Adding canvas rotation to any GUIX project, increases traffic on the GPX bus by 100% - at high resolutions this may be problematic. You can also use "Memory" tab in the debug view to add symbol "g_display0_fb_background[0]" (and [1]) and then map it to raw image at 800x480x32bpp. If you'll see your image in this window, then either driver configuration is incorrect or there's not enough bandwidth (if you enable underflow callbacks for r_glcd and specify user callback in sf_el_gx, you will see underflow interrupts). Regards
↧