• Joined on 2017-09-22
fabian pushed to master at fabian/pitrix 2019-10-11 15:57:05 +00:00
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.
Compare 3 commits »
fabian pushed to master at fabian/pitrix 2019-10-11 13:10:01 +00:00
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.
Compare 2 commits »
fabian pushed to master at fabian/pitrix 2019-10-10 16:05:47 +00:00
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.
Compare 3 commits »
fabian pushed to master at fabian/pitrix 2019-10-10 13:47:39 +00:00
b5c1f350d2 Whitespace changes.
5eba691429 Extended the webinterface to list all available effects.
d8fe055e3d Better default values for matrix* effects.
6b4f75b8bc Fixed random_matrix effect.
Compare 4 commits »
fabian pushed to master at fabian/pitrix 2019-10-04 13:59:09 +00:00
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.
Compare 15 commits »
fabian pushed to master at fabian/pitrix 2019-09-26 04:52:36 +00:00
096d13438a More effects for cycle.
fabian pushed to master at fabian/pitrix 2019-09-25 18:05:21 +00:00
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.
Compare 4 commits »
fabian pushed to master at fabian/pitrix 2019-09-25 16:14:01 +00:00
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.
Compare 24 commits »
fabian pushed to master at fabian/pitrix 2019-09-04 11:02:19 +00:00
549bce479a gifsicle breaks the gifs. -_-
fabian pushed to master at fabian/pitrix 2019-09-04 10:08:18 +00:00
5bd831cedc Removed superfluous file.
fabian pushed to master at fabian/pitrix 2019-09-04 10:07:37 +00:00
642c91ba96 Nicer effect gifs and README.
fabian pushed to master at fabian/pitrix 2019-09-04 05:53:12 +00:00
fb7c366ed6 Added all effects to README.
fabian pushed to master at fabian/pitrix 2019-09-04 04:13:01 +00:00
2d4009075d Added a single effect to README.md
fabian pushed to master at fabian/pitrix 2019-09-04 04:08:31 +00:00
f7a6a17beb Added effects as gif files.
fabian pushed to master at fabian/pitrix 2019-09-04 04:07:37 +00:00
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.
Compare 9 commits »
fabian pushed to master at fabian/simple_iot 2019-07-19 09:10:47 +00:00
047d8e0902 Bumped the version number in library.json to reflect the changed API.
f319f4b97f Added a method publish() to publish MQTT data.
Compare 2 commits »
fabian pushed to master at fabian/simple_iot 2019-07-19 09:02:41 +00:00
cc472c72df Moved addChipIdToHostname method into the constructor.
fabian pushed to master at fabian/simple_iot 2019-07-18 08:11:39 +00:00
2c463174f1 Fix URL in library.json
fabian pushed to master at fabian/simple_iot 2019-07-18 06:27:26 +00:00
447115f839 Adeed documentation, examples and the possibility to connect to an MQTT server using anonymous mode.
c3d0d2007e Initial commit. Everything is working so far.
fabian created repository fabian/simple_iot 2019-07-18 06:27:16 +00:00