Skip to content

Instantly share code, notes, and snippets.

View chadhutchins182's full-sized avatar

Chad Hutchins chadhutchins182

View GitHub Profile
@chadhutchins182
chadhutchins182 / code.py
Created April 8, 2023 23:10
adafruit Matrix Portal Multiple 64x32 LED panel wall clock supporting multiple time zones.
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Metro Matrix Clock
# Runs on Airlift Metro M4 with 64x32 RGB Matrix display & shield
from time import time
import time
import board
@chadhutchins182
chadhutchins182 / docker-compose-install-instructions-rpi4.md
Last active May 7, 2024 18:35
How to install docker-compose on a Raspberry Pi 4 running Bullseye

How to install docker-compose on a Raspberry Pi 4 when other methods fail

Credit: https://raspberrypi.stackexchange.com/a/136203

Other methods failed for me on a new Raspberry Pi 4 on bullseye. Using apt gave too old of a version for my compose files.

Commands to run

1. Find Processor Version: