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
dependabot[bot] 7358a4058e
Bump golang.org/x/image from 0.13.0 to 0.18.0 in /cmd/streamdeck
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.13.0 to 0.18.0.
- [Commits](https://github.com/golang/image/compare/v0.13.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 19:28:04 +00:00
cmd/streamdeck Bump golang.org/x/image from 0.13.0 to 0.18.0 in /cmd/streamdeck 2024-06-26 19:28:04 +00:00
.gitignore Add wiki to ignore 2020-08-09 17:46:04 +02:00
deck_mini.go Add support for StreamDeck Mini (#12) 2022-02-05 18:31:10 +01: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 Update dependencies 2023-10-15 14:08:13 +02:00
go.sum Update dependencies 2023-10-15 14:08:13 +02:00
History.md prepare release v1.7.1 2023-10-15 14:09:45 +02:00
interface.go Add support for StreamDeck Mini V2 2022-10-06 18:05:47 +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 Add support for StreamDeck Mini (#12) 2022-02-05 18:31:10 +01:00
streamdeck.go Add support for StreamDeck Mini V2 2022-10-06 18:05:47 +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)
  • Elgato StreamDeck Mini (6 keys, ID 0fd9:0063)

Usage

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