joshdbosco / GameFrameV2

Game Frame 2016 Revision for Teensy LC/3.x and Supporting IR Remote Control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game Frame Source

This source code is for use with Game Frame, a pixel display available from LEDSEQ.COM. It compiles for Teensy 3.x and Teensy LC under Arduino 1.6.3 and Teensyduino 1.22, and requires the following libraries.

Most libraries are available for download here: https://www.pjrc.com/teensy/td_libs.html

  • SPI
  • EEPROM
  • Wire
  • Time
  • DS1307RTC
  • FastLED
  • Entropy
  • IRremote
  • SdFat
  • IniFileLite (available in this repository)

About

Game Frame 2016 Revision for Teensy LC/3.x and Supporting IR Remote Control

License:GNU General Public License v3.0


Languages

Language:C++ 98.3%Language:Makefile 1.2%Language:C 0.5%