go-streamdeck icon indicating copy to clipboard operation
go-streamdeck copied to clipboard

Go interface to an Elgato Streamdeck

Results 13 go-streamdeck issues
Sort by recently updated
recently updated
newest added

Adds the newer stream deck mk.2 to the known devices and add the new product id to udev rules. Works with these settings on my system.

Adds 2 functions: * GetNumButtonsOnDevice * GetButtonImageSize Which expose information about the device, a user of the library might need.

Adds error return value to some functions to allow error handling.

This makes text center vertically I am not entirely sure if this is wanted / intended, but I am adding some simple text to buttons on a streamdeck mini and...

- Add support for original Stream deck - Tested with original Stream deck NOTE: as I don't own any other devices than the original Stream deck I have not been...

**Describe the bug** There's a hard-coded "96" in the border decorator code **Streamdeck version** Anything except an XL **Additional context** This needs to look at the dimensions of the incoming...

bug

Currently text draws on a single line. Would be good to word-wrap it, although as it isn't a fixed-width font, this will involve some tricky maths.

enhancement

I have a use case where I need to handle button down and up events separately. This just duplicates the button press handlers with corresponding release handlers.

In one of the commits that added support for the mini, and further commits, a new 'btnSize' parameter was introduced. This however was not reflected in the algorithm that determines...