Go to file
2019-05-27 18:12:08 +02:00
tools gif2c: Save animation data in PROGMEM to keep RAM free. 2019-05-24 06:43:16 +02:00
.gitignore Ignore tools/*.gif, because they might be copyrighted. 2019-05-25 20:31:23 +02:00
animations.h WIP: Animations now use only three bytes per color instead of four. 2019-05-25 20:12:22 +02:00
config.sample.h MQTT: Subscribe to just one topic. Subtopics are used for parsing. Also, you can now disable MQTT via MQTT_ENABLE. 2019-05-27 18:12:08 +02:00
effects.h Added Effect TwirlEffect (WIP). 2019-05-27 18:01:20 +02:00
fastled.ino You can now change the brightness via MQTT_TOPIC_BRIGHTNESS (by default "pitrix/brightness"). 2019-05-25 20:30:11 +02:00
functions.h Lots of changes: 2019-05-23 21:18:15 +02:00
mqtt.h MQTT: Subscribe to just one topic. Subtopics are used for parsing. Also, you can now disable MQTT via MQTT_ENABLE. 2019-05-27 18:12:08 +02:00
ntp.h Added NTPClient and fixed that "random time delay" bug by applying pull request #62 https://github.com/arduino-libraries/NTPClient/pull/62. Also improved randomness by using the returned data from the NTP server to seed the RNG. 2019-05-25 23:48:55 +02:00
ota.ino Lots of changes: 2019-05-23 21:18:15 +02:00
pitrix.ino MQTT: Subscribe to just one topic. Subtopics are used for parsing. Also, you can now disable MQTT via MQTT_ENABLE. 2019-05-27 18:12:08 +02:00
SimpleList.h Added effect "cycle" which cycles between a set of effects. 2019-05-25 21:11:49 +02:00
sprites.h Initial commit. 2019-05-21 05:52:57 +02:00
text.h sinematrix3 will now be shown with a masked clock. 2019-05-23 22:14:15 +02:00
tools.h Effekte in einer Datei versammelt; Animation hinzugefügt. 2019-05-22 06:52:41 +02:00
wifi.ino Initial commit. 2019-05-21 05:52:57 +02:00