Our library includes some of our most foundational code, including our custom Adafruit Neopixel driver, LED display code, pathfinding software, and more. Click on the YouTube video for step-by-step instructions on implementing the library and writing some LED code, or scroll down to implement it yourself!
Open your Android Studio project
In the Grade Scripts folder, open build.dependencies.gradle
In repositories, add the following: maven { url 'https://jitpack.io' }
In dependencies, add the following: implementation 'com.github.techtigers-ftc:ftc-core:2.0.0'
Sync your Gradle files, and enjoy the library!
An Adafruit NeoDriver (I2C to NeoPixel Driver Board) is required to control the LEDs
A driver is required to control the LEDs. You can write your own, or use ours
A LED matrix is needed. You can purchase any size you would like on Amazon (we usually use 8x32 matrices). The LED matrix can be cut to the size you need as well.