1
0
Fork 0
mirror of https://github.com/Luzifer/streamdeck.git synced 2024-12-20 17:51:21 +00:00
streamdeck/cmd/streamdeck
Knut Ahlers 9065b0ad0f
Extract text rendering to helper
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-08-09 14:16:57 +02:00
..
.gitignore Add binary to ignore 2019-11-22 01:32:28 +01:00
action_exec.go Fix actin exec env support, add display exec env support 2020-06-06 23:17:16 +02:00
action_keyPress.go Add support for raw key codes 2020-06-06 17:05:21 +02:00
action_page.go Add action to switch pages 2019-11-21 01:15:07 +01:00
action_reload.go Add "reload_config" action 2019-11-22 00:16:25 +01:00
action_toggleDisplay.go Initial version of tooling 2019-11-21 01:00:56 +01:00
config.go BREAKING: Chance config to be a map of keys 2020-06-06 17:52:18 +02:00
display_color.go Fix: Prevent drawing elements from previous page 2020-06-06 16:14:29 +02:00
display_exec.go Extract text rendering to helper 2020-08-09 14:16:57 +02:00
display_image.go Add URL-support for images 2020-06-06 18:25:16 +02:00
enumerate.go Add support for SDXL and multiple StreamDecks 2020-06-06 15:13:06 +02:00
go.mod Make moving between SDs easier by adjusting images 2020-06-06 15:57:42 +02:00
go.sum Make moving between SDs easier by adjusting images 2020-06-06 15:57:42 +02:00
helper_displayText.go Extract text rendering to helper 2020-08-09 14:16:57 +02:00
helpers.go Make moving between SDs easier by adjusting images 2020-06-06 15:57:42 +02:00
keymap.go Add "key_press" action 2019-11-21 17:14:05 +01:00
main.go Signalize errored displays on streamdeck 2020-07-10 21:37:47 +02:00
registry.go Signalize errored displays on streamdeck 2020-07-10 21:37:47 +02:00
system_pages.go BREAKING: Chance config to be a map of keys 2020-06-06 17:52:18 +02:00