super(OutputDeviceEnum.PIXELINVADERS_NET, ph, 5, nrOfScreens);
String ip = ph.getPixelinvadersNetIp();
int port = ph.getPixelinvadersNetPort();
try {
lpd6803 = new Lpd6803Net(ip, port, ph.getPixelInvadersCorrectionMap(), ph.getDeviceXResolution() );
this.initialized = lpd6803.connected();
super.setLpd6803(lpd6803);
LOG.log(Level.INFO, "\nPING result: "+ this.initialized+"\n\n");
} catch (Exception e) {
LOG.log(Level.WARNING, "failed to conect to pixelcontroller network device!", e);