Public projects 1
Toolbox 1
Respected projects 0
Comments 2
Arduino PC Monitor almost 4 years ago
Arduino PC Monitor about 4 years ago
Hi,
Regarding to GPU, you have to set properly your graphics card in this statement
if (hardwadre.HardwareType == HardwareType.X)
X = GpuNvidia or GpuAtiProgram has to be run with administrator privileges.
This should do the trick with processor.To start program automatically with this privileges you can add this statement:
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
to app.manifest and compile it again.
Check if you have appropriate library for LCD.