therzka / macropad_things

Code for my adafruit macropad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo has code I use to personalize my Adafruit MacroPad RP2040 using CircuitPython.

currently it allows for

  • switching between Mac OS desktops by turning the encoder (knob) right or left
  • toggle Zoom audio
  • toggle Zoom video
  • toggle Zoom floating meeting controls

(along with some LED and screen fanciness)

Prerequisite packages to run my code

Update: I've included a lib directory containing the packages below but have left the instructions

You'll need to download the latest CircuitPython bundle and drag the appropriate packages from the lib/ directory in the bundle to the lib/ directory on your mounted macropad (CIRCUITPY). More info here

specifically, you'll need:

  • adafruit_debouncer.mpy
  • adafruit_display_text/
  • adafruit_hid/
  • adafruit_macropad.mpy
  • adafruit_midi/
  • adafruit_simple_text_display.mpy
  • adafruit_ticks.mpy
  • neopixel.mpy

Adafruit/CircuitPython Resources

About

Code for my adafruit macropad


Languages

Language:Python 100.0%