Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

slord0001

Member Since 22 Nov 2013
Offline Last Active Nov 27 2013 05:26 AM
-----

Topics I've Started

Nwazet display crash

23 November 2013 - 07:33 AM

Anyone come across the "invalid Command" blue screen of death when calibrating a Nwazet display?


V4.2.2.1 and Nwazet display

22 November 2013 - 06:37 PM

I purchased the Go package for evaluation and was able to get a new nwazet tft display. I put together a test program from the examples. I see that the program is hanging on the canvas.Initialize(GoSockets.Socket5);. Any suggestions?

 

public static void Main()

{

var canvas = new VirtualCanvas(null, null);

canvas.Initialize(GoSockets.Socket5);

canvas.SetOrientation(Orientation.Landscape);

canvas.DrawRectangleRounded(11, 33,303, 222, 

ColorHelpers.GetRGB24toRGB565(0, 0, 0),5,RoundedCornerStyle.All);

canvas.DrawButton(245, 190,50, 20,

DejaVuSans9.ID, 12,

ColorHelpers.GetRGB24toRGB565(233, 114, 114),

ColorHelpers.GetRGB24toRGB565(255, 255, 255),

ColorHelpers.GetRGB24toRGB565(0, 0, 0),

"Button",RoundedCornerStyle.None);

canvas.DrawArrow(263, 114, 33,

DrawingDirection.Right,

ColorHelpers.GetRGB24toRGB565(172, 220, 102));

 

canvas.Execute();

Thread.Sleep(Timeout.Infinite);

}

 

 


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.