labomat / Moodlight

Moodlight lamp with led animations and web interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moodlight

Moodlight lamp with an 11x11 pixel led 2812 matrix with animations powered by Teensy LC and ESP8266

add config.h with your own wifi credentials

#define WIFI_SSID "your_ssid" #define WIFI_PASSWORD "your_password"

add css file and path

I used an outsourced css file for styling - makes changes easier. Web interface will work without styles as well.

#define CSS_PATH "path_to_css"

About

Moodlight lamp with led animations and web interface


Languages

Language:Arduino 100.0%