Glide 7

Hi all

I have tried Glide example code with my 3.5" screen and cobra. It worked well. Then I set up the 7" lcd config code and tried the Glide with 7", I got an error as;

An unhandled exception of type ‘System.OutOfMemoryException’ occurred in Microsoft.SPOT.Graphics.dll

I changed

<Window Name="win1" Width="320" Height="240" BackColor="C0C0C0">

to

<Window Name="win1" Width="800" Height="480" BackColor="C0C0C0">

at window1.txt.

Glide is still in beta and will have many changes till it is released. So please do not about it outside of this thread http://www.tinyclr.com/forum/12/3283/

About your question, we will test with 7" display and fix accordingly. All you need to do is increase the size of you “CustomHeap”. This will be automated to documented later.