Block a user
efa9a73cae
Added switching of effects via the web interface.
bbdb46c04d
Twirl no longer uses a masked clock.
4c611da6d1
Finally, big_clock is working correctly with smoothly moving seconds and stuff. Also, the spacing of the moving seconds is now configurable.
377ccc477f
Small changes in settings.
efebe9adb4
The *matrix effects now are all derived from MatrixEffectBase class. Also, you can now set the amount of columns for these effects.
359b7a7826
Merge branch 'master' of https://git.schle.nz/fabian/pitrix; added new effect tv_static.
416ab46f9b
Repaired font3x5_numbers_blocky: A 5 will now be shown as 5 instead of 9. m(
b4aa711940
Lots of settings stuff: The webinterface at /settings now lets you change the settings. Also, these changes will be saved to SPIFFS and loaded after a reboot.
b5c1f350d2
Whitespace changes.
5eba691429
Extended the webinterface to list all available effects.
d8fe055e3d
Better default values for matrix* effects.
6b4f75b8bc
Fixed random_matrix effect.
205a0df842
Small fixes.
8bcee1871f
Effect dvd now with subpixel rendering.
ef57c5ea2e
Settings can now be changed:
0f1d4abe04
Settings are now properly global and can be changed.
2b50691067
Fixed memory leak in random_matrix and rainbow_matrix.
075f434997
Small fixes and tweaks to blur2d, clock and firework.
c1024b3423
As noticed, this reverts big_clock to the pre-subsampling state.
2395e51e88
Added different rendering modes for the subpixel stuff.
1c1c3a8054
Kinda fixed big_clock effect, but it doesn't look nearly as cool as I'd hoped... So this commit includes the fix and the next commit will be a revert to the older, non-subsampled code, which just looked better.
937850c90a
Better MQTT filtering.
b0c1bcaa65
More logging for effect changes in cycle effect.
7cbb156b66
Attempted to make the border of big_clock use subpixel rendering. This is still work in progress.
0a7334e448
Fixed big_clock
29aa47177e
Fixed dimmed colors in subpixel rendering mode.
1754f49b68
Better results from memory leak effect.
0b80b74be3
Added more effects to the cycle effect.
33c2417534
Added recorder to be able to stream the current LED data via network. That way you can create nice looking GIF images of the effects - and even develop effects without having to look at the actual LED panel.
bf1666fb32
Added font numbers3x5_blocky.
0d23e5ec6c
Removed old reference to SimpleList.
047d8e0902
Bumped the version number in library.json to reflect the changed API.
f319f4b97f
Added a method publish() to publish MQTT data.
447115f839
Adeed documentation, examples and the possibility to connect to an MQTT server using anonymous mode.
c3d0d2007e
Initial commit. Everything is working so far.