twitchyliquid64 / usbd-hid

MIT License
88 stars 37 forks source link

Allow Button Bitmaps to Have Array Container #12

Closed Gentoli closed 3 years ago

Gentoli commented 3 years ago

On an item with

Report Count (1) 
Report size (100)

The bits do not fit in a single primitive type, this change allows array storage in such instance. It also adds error reporting when the given container is not large enough.

twitchyliquid64 commented 3 years ago

Looks great, thanks! could you add a test using the new array button bitmaps functionality?