I was going to post it, but it's huge. I wrote this method (see above):That looks cool! But how did you get the netduino icon to appear on the display?
public void drawbitmap(byte[] bmp)
... and passed it in a static readonly byte array, a trick I learned from your fluent interopt stuff. I modified my c# code generator to do (byte) instead of (short), and had it read from a 8 bit bitmap file i generated from one of the 4D tools. I'll post more of a snippet tonight. I also have text working, but there's lots more work to do -- for instance, feeding it a file off the netduino SD card, or interfacing with the screen's SD card.