Expand description
For tiling multiple displays together in various grid arrangements They have to be tiles together in some specific supported grid layouts. Currently supported layouts:
To write to those panels the TiledFrameBuffer
can be used.
A usage example can be found at that structs documentation.
Structs§
- Chain
TopRight Down - Chaining strategy for tiled panels
- Tiled
Frame Buffer - Tile together multiple displays in a certain configuration to form a single larger display
Traits§
- Pixel
Remapper - Trait for pixel re-mappers
Functions§
- compute_
tiled_ cols - Computes the number of columns needed if the displays are bing tiled together.