Go to file
2019-05-25 23:52:41 +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 Added support for MQTT topics "pitrix/cycle_time" (sets the delay between effect changes in 'cycle' mode) and "pitrix/reboot" (send anywthing there to have pitrix reboot). 2019-05-25 23:38:41 +02:00
effects.h Changing the cycle_delay now works. 2019-05-25 23:52:41 +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 Added support for MQTT topics "pitrix/cycle_time" (sets the delay between effect changes in 'cycle' mode) and "pitrix/reboot" (send anywthing there to have pitrix reboot). 2019-05-25 23:38:41 +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 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
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