1
0
Fork 0
mirror of https://github.com/Luzifer/streamdeck.git synced 2024-10-18 05:04:18 +00:00
Library and utility to control Elgato StreamDeck on Linux
Find a file
Knut Ahlers eb65da6377
Add support for over/underlays
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-09-20 02:41:09 +02:00
cmd/streamdeck Add support for over/underlays 2020-09-20 02:41:09 +02:00
.gitignore Add wiki to ignore 2020-08-09 17:46:04 +02:00
deck_original_v2.go Fix: Images matching buffer length were never closed 2020-08-09 15:28:32 +02:00
deck_xl.go Fix: Images matching buffer length were never closed 2020-08-09 15:28:32 +02:00
go.mod Rotate images to have them upside-up 2019-11-21 00:52:23 +01:00
go.sum Rotate images to have them upside-up 2019-11-21 00:52:23 +01:00
interface.go Add support for SDXL and multiple StreamDecks 2020-06-06 15:13:06 +02:00
LICENSE Add META 2019-11-21 01:22:40 +01:00
Makefile Add command to (force) update docs 2020-06-06 15:31:13 +02:00
README.md Update docs link 2020-06-06 15:30:30 +02:00
streamdeck.go Add support for SDXL and multiple StreamDecks 2020-06-06 15:13:06 +02:00

Go Report Card

Luzifer / streamdeck

streamdeck is a library and management tool to use an Elgato StreamDeck on a Linux system written in Go.

Supported devices:

  • Elgato StreamDeck Original V2 (15 keys, ID 0fd9:006d)
  • Elgato StreamDeck XL (32 keys, ID 0fd9:006c)

Usage

  • For library usage see godoc
  • For usage of the tool see the Wiki