PlatformIO project for implementing a rotating nametag on the Hackaday Supercon 2023 badge
Go to file
true aa7bcf6c03 Added button handler, program selects 2023-11-05 11:56:41 -08:00
.vscode Initial working rotating nametag 2023-11-04 07:42:38 -07:00
include Added button handler, program selects 2023-11-05 11:56:41 -08:00
lib Initial working rotating nametag 2023-11-04 07:42:38 -07:00
src Added button handler, program selects 2023-11-05 11:56:41 -08:00
test Initial working rotating nametag 2023-11-04 07:42:38 -07:00
unused Initial working rotating nametag 2023-11-04 07:42:38 -07:00
.gitignore Initial working rotating nametag 2023-11-04 07:42:38 -07:00
README.md Update README.md 2023-11-04 19:32:31 -07:00
platformio.ini Add U8g2 dependency 2023-11-04 14:46:13 -07:00

README.md

Nametag FW for SC7 VectorScope Badge

This code implements a rotating nametag.

Edit main.cpp to set your name.

Install PlatformIO to build this firmware.

NOTE FOR WINDOWS USERS: Long filenames must be enabled to correctly open this repository in PlatformIO. BEFORE opening this repository, follow the instructions located on the Arduino-Pico docs page.