I have two 16x32 panels chained together to make a single 16x64 panel. Using Python, how do I configure or define a layout of 6 windows like what I have shown in the image below within this single 16x32 panel. Each window will dynamically display independent data from a network stream. Please help and thanks a mil in advance.
that’s purely a software programming question. This lib gives you the raw array, how you segment and organize it is up to you
I was curious to see whether anyone has already implemented this. Let me give it try. Thanks.