CodePlexProject Hosting for Open Source Software
An unexpected error has occured.
There is an unsaved comment in progress. You will lose your changes if you continue. Are you sure you want to reopen the work item?
Closed
AndreMarschalek wrote Jul 8, 2012 at 11:53 AM
stevepresley wrote Aug 5, 2012 at 2:33 AM
lorenzte wrote Aug 6, 2012 at 5:15 PM
gus_ghielec wrote Aug 19, 2012 at 1:30 PM
LCDController.Configurations lcdConfig = new LCDController.Configurations(); lcdConfig.Width = 800; lcdConfig.Height = 480; lcdConfig.OutputEnableIsFixed = true; lcdConfig.OutputEnablePolarity = true; lcdConfig.HorizontalSyncPolarity = true; lcdConfig.VerticalSyncPolarity = true; lcdConfig.PixelPolarity = false; lcdConfig.HorizontalSyncPulseWidth = 1; lcdConfig.HorizontalBackPorch = 46; lcdConfig.HorizontalFrontPorch = 16; lcdConfig.VerticalSyncPulseWidth = 1; lcdConfig.VerticalBackPorch = 23; lcdConfig.VerticalFrontPorch = 7; lcdConfig.PixelClockRateKHz = 25000; if (LCDController.Set(lcdConfig))// for the user to know if new config has been saved and reset is required. Microsoft.SPOT.Hardware.PowerState.RebootDevice(false);
gus_ghielec wrote Aug 19, 2012 at 1:38 PM
wrote Sep 11, 2012 at 6:02 PM
Sign in to add a comment
Keyboard shortcuts are available for this page.