Skip to content

A hardware-based GitHub contribution graph display

License

Notifications You must be signed in to change notification settings

JRiggles/Git-Real

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Real

A hardware-based GitHub contribution graph display

Built with CircuitPython

a small green LED matrix display showing a brief animation followed by my GitHub contribution graph

Hardware

Software

Dependecies

This project runs on CircuitPython 9 and relies on the following libraries:

  • adafruit_bus_device
  • adafruit_is31fl3731 (display)
  • adafruit_connection_manager
  • adafruit_framebuf
  • adafruit_ntp
  • adafruit_requests

Important

You must install the correct version of CircuitPython that matches the Feather board you're using!

You can download the lib.zip file from this repository and copy its contents to the lib folder on the CIRCUITPY drive if you plan to build one yourself.

settings.toml

Your settings.toml file will need the following items:

CIRCUITPY_WIFI_SSID = "<your wifi network name>"
CIRCUITPY_WIFI_PASSWORD = "<your wifi password>"
USERNAME = "<your GitHub username>"

TODO

  • Photos
  • 3D-printable case
  • Battery power and power management stuff?

About

A hardware-based GitHub contribution graph display

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages