Sketch window on second screen is resized a bit

Hi, I'm using a 2x3 meter LED screen. The screen is listed as secondary screen with computer set to 800x600. But the LED screen has only320x144 leds, so when drawing I always have to draw top-left with a smaller window.

Now with Processing when I set in the preferences the sketch output to this second screen, and do fullscreen in setup() then it's displayed on the LED screen, but its a bit smaller. So I have to draw more pixels to fit the screen.

I found that I now have to use 374x168

This works, but its not ideal because I now can't draw exact pixels.

So I was wondering, has anyone seen this behaviour, and what to do about it?

Thanks,Bart

Sign In or Register to comment.