You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using GFXcanvas16 canvas(480, 320) and drawRGBBitmap(0,0,canvas.getBuffer(),480,320) it causes core panic. canvas(240, 150) is working on this screen but only fills a small portion of the screen. Library and memory handling issue?
On smaller screens (Feather v2 reverse tft) it works fine.