Module tiling

Source
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§

ChainTopRightDown
Chaining strategy for tiled panels
TiledFrameBuffer
Tile together multiple displays in a certain configuration to form a single larger display

Traits§

PixelRemapper
Trait for pixel re-mappers

Functions§

compute_tiled_cols
Computes the number of columns needed if the displays are bing tiled together.