jnweiger / led-name-badge-ls32

Upload tool for an led name tag with USB-HID interface
GNU General Public License v2.0
230 stars 86 forks source link

Modularization #45

Closed bensartori closed 9 months ago

bensartori commented 10 months ago

Rearranging the code to classes and improving code quality a bit. Now it is possible to import this file and use toe bitmap creation and the write-to-device code for own projects.

Adding unit tests. Improving documentation for the existing code and adding the docu for the new usage scenarios.