Skip to content

Instantly share code, notes, and snippets.

View rbdixon's full-sized avatar

Brad Dixon rbdixon

  • Carve Systems
  • Atlanta, GA
View GitHub Profile
@rbdixon
rbdixon / led-badge-write.go
Created August 28, 2020 21:40 — forked from korc/led-badge-write.go
Programmable 44x11 LED badge (USB HID 0416:5020) programmer/driver
package main
import (
"bytes"
"encoding/binary"
"encoding/hex"
"errors"
"flag"
"fmt"
"image"