A Golang library for the Framework LED Matrix Module

For my fellow go programmers out there, I humbly present my first iteration of a basic library for interfacing with the Framework 16 LED Matrix Modules:

GitHub

Godoc

Current features include:

  • Basic 1bit B&W and 8bit Grayscale drawing
  • Simple commands for displaying pre-programmed patterns
  • Get / Set sleep status, brightness, etc
  • Sending raw commands with binary parameters to module directly

I have done very light testing of the features and would love feedback of other features that would be nice to have. I’ve been learning Go as a hobby for a couple years now and the Framework laptop community is one I would love to support and hone my skills for!

3 Likes