File: tiled.rst

package info (click to toggle)
python-elgato-streamdeck 0.9.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,848 kB
  • sloc: python: 1,272; makefile: 12
file content (10 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
***************************
Example Script: Tiled Image
***************************

The following is a complete example script to display a larger image across a
StreamDeck, by sectioning up the image into key-sized tiles, and displaying
them individually onto each key.

.. literalinclude:: ../../../src/example_tileimage.py
    :language: python