7" Display with Glide

I’ve hooked the 7" display up to my ChipworkX running a Glide program but I get an out of memory error when it tries to load the first screen (GlideLoader.LoadWindow). I can see the standard Glide “Loading” message though. The same program works fine with the 4.3" display.

A first chance exception of type ‘System.OutOfMemoryException’ occurred in Microsoft.SPOT.Graphics.dll

Adjust the custom heap. You can search the forum or the help for it; it’s been referenced here about a dozen times. The standard size of the custom heap isn’t big enough for that display.

See this please GHI Electronics – Where Hardware Meets Software

Thanks. That worked.