Skip to content

lorenzhs/tb-doktorhut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TB-Doktorhut

This is the code powering @bingmann's graduation hat. It runs on an ESP32 and displays live exchange rates (EUR/USD and GBP/USD) on an SSD1306 128x64 pixel display. Additionally, it visualises quicksort on an SK6812W RGWB LED strip of length 41.

It was coded in a hurry and that shows. Please don't look at the code.

The code in this repository is licensed under the Apache License 2.0 as described in the file LICENSE. It is based on code Copyright (C) 2016 Espressif Systems and code from https://github.com/yanbe/ssd1306-esp-idf-i2c/, also licensed under the Apache License 2.0. It is further based on code from https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers, licensed under the MIT License.