Skip to content

Instantly share code, notes, and snippets.

View DJDevon3's full-sized avatar

DJDevon3 DJDevon3

View GitHub Profile
@DJDevon3
DJDevon3 / Feather_M4_Express_Airlift_Matrix_Panel
Last active December 22, 2023 22:58
Feather M4 Express + Airlift Featherwing to Matrix Panel
Because the RGB Matrix Featherwing conflicts with the Airlift Featherwing for pins D13, D12, D11
it cannot be used in this situation.
You must manually wire from the M4 Express or Airlift Featherwing with breadboard wire to the HUB75 Matrix Panel.
It was a pain but it's possible.
This is code for an Adafruit M4 Express Feather + Airlift Featherwing to a 64x32 Matrix Panel Display
### secrets.py example
```
# SPDX-FileCopyrightText: 2019 ladyada for Adafruit Industries
@DJDevon3
DJDevon3 / circuitpython_hamburger_nav_v1.py
Created December 7, 2023 21:23
circuitpython_hamburger_nav_v1.py
# SPDX-FileCopyrightText: 2021 FoamyGuy
# SPDX-License-Identifier: MIT
# Hamburger Touch Menu by FoamyGuy 2020
# https://gist.github.com/FoamyGuy/b11390a020d213b1ee15fb5f02eacfff
# Code updated to Circuit Python 9.0: 2023 DJDevon3
import time
import board
import displayio
import digitalio