Simple app which mirrors the screen of Android TV to LIFX® lights.
- it periodically captures screen using the new Lollipop Media Projection API
- it extracts dominant color from the image using ColorThief
- it sends the dominant color to all lights on the same WiFi using LifxCommander
- it is designed for Android TV, but works on Lollipop phones and tablets too
Please add them all to issues. Pull requests are welcome!
Import it to Android Studio or:
./gradlew assembleDebug
- David 'Destil' Vávra
- Follow me on G+ to be notified about future versions