Hello
Thanks for this great code. I have used it on my desktop PC with great success.
Now I am trying to use it with a Raspberry Pi and I have encountered and issue where calling:
wx.Display(1).getGeometry()
returns
(2560, 200, 1024, 768)
and I can see the pattern on the monitor I have connected to the Pi but not the second display (SLM).
This happens regardless of whether or not I set monitor = 0 or monitor = 1.
Do you have any idea how to fix this?