How do I define multiple windows or sections or layouts within a 16x64 panel

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.
image

that’s purely a software programming question. This lib gives you the raw array, how you segment and organize it is up to you :slight_smile:

:slightly_smiling_face: I was curious to see whether anyone has already implemented this. Let me give it try. Thanks.