G400HDR with T43 LCD fails to run

I am getting the following with a very basic configuration right now. No user code, just Gadgeteer stuff.

When I run it stops at this line


            this.display_T43 = new GTM.GHIElectronics.Display_T43(1, 2, 3, Socket.Unused);

with the following error:


Invalid address 20700504 and range 4 Ram Start 20000000, Ram end 20100000
 Invalid address 20700570 and range 4 Ram Start 20000000, Ram end 20100000
The thread '<No Name>' (0x2) has exited with code 0 (0x0).
Using mainboard GHI Electronics G400HDR version 1.2
 Invalid address 20706480 and range 4 Ram Start 20000000, Ram end 20100000
    #### Exception System.Exception - 0xffffffff (1) ####
    #### Message: 
    #### GHI.Premium.Hardware.Configuration+LCD::Set [IP: 0000] ####
    #### GHI.Premium.Hardware.Configuration+LCD::Set [IP: 003b] ####
    #### dotnetwarrior.Gadgeteer.G400HDR::SetLCDConfiguration [IP: 00b5] ####
    #### Gadgeteer.Modules.Module+DisplayModule::SetLCDConfig [IP: 0063] ####
    #### Gadgeteer.Modules.GHIElectronics.Display_T43::ConfigureLCD [IP: 0060] ####
    #### G400Test.Program::InitializeModules [IP: 000b] ####
A first chance exception of type 'System.Exception' occurred in GHI.Premium.Hardware.dll
An unhandled exception of type 'System.Exception' occurred in GHI.Premium.Hardware.dll

@ Dave McLaughlin - I do not have a T43 so I cannot debug this, but if someone can send me working code for configuring the display using NETMF I can check what needs to change in the G400HDR Mainboard code.