@ thisway.ro - Unfortunately it is a private member of the display driver:
http://gadgeteer.codeplex.com/SourceControl/latest#Main/Modules/GHIElectronics/Display N18/Software/Display N18/Display_N18_42/Display_N18_42.cs
You have two options:
- Take the driver code an use it directly instead of the module assembly that is installed on your PC. This way you can modify the code and make the member public
or
- Just duplicate the SPIConfig object and use it in the Util method