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.