Hi guys,
I wrote a similar topic few days ago (and Gus replied me), after that I had a problem with my GHI’s account so I deleted the previous topic and now I’m here to write for the same issue.
I’m trying to use N18 Display with FEZ Cerberus but I get an exception “System.OutOfMemoryException in Microsoft.SPOT.Graphics.dll”.
I was developing using VS2010 SP1 and a FEZ Cerberus with firmware and tinybooter 4.2.6.0.
Gus suggested me to update firmware and tinybooter at last version.
So I’ve done it and I changed also Visual Studio.
Now I’m using Visual Studio 2012 and the FEZ Cerberus mainboard has both firmware and tinybooter version at 4.2.6.1.
I still get the exception “System.OutOfMemoryException”.
The code executed is:
Public Sub ProgramStarted()
With display_N18
.SetBacklight(True)
.SimpleGraphics.BackgroundColor = GT.Color.White
End With
' Use Debug.Print to show messages in Visual Studio's "Output" window during debugging.
Debug.Print("Program Started")
End Sub
Can you help me?
If you need additional information don’t hesitate to ask.
Thanks in advance.
Alex