• Joined on 2017-09-22
fabian opened issue fabian/pitrix#24 2019-06-20 21:43:22 +00:00
Allow recording of effects
fabian opened issue fabian/pitrix#23 2019-06-20 21:43:05 +00:00
Use available WiFi networks & their RSSI to seed the RNG
fabian opened issue fabian/pitrix#22 2019-06-20 21:42:44 +00:00
BigDynamic doesn't refresh the clock
fabian opened issue fabian/pitrix#21 2019-06-20 21:42:18 +00:00
RandomMatrix and RainbowMatrix are broken
fabian pushed to master at fabian/pitrix 2019-06-19 20:31:41 +00:00
5b70511570 Added options to config.sample.h
77fdba213a I'm tired and forgot to add two files to previous commits. :-/
ead076f9a3 You can now set options for effects via MQTT and HTTP. Basic syntax is: <mode>,<option1>=<value1>,<option2>=<value2>,...
82fbc7be43 MQTT: Small fixes. Most notably, MQTT_TOPIC/status will now contain hostname and IP of pitrix.
90c0df093e New Effect: BigDynamicEffect.
Compare 12 commits »
fabian closed issue fabian/pitrix#10 2019-06-19 04:30:00 +00:00
Feuerwerk
fabian closed issue fabian/pitrix#6 2019-06-19 04:29:43 +00:00
Game of Life übernehmen
fabian closed issue fabian/pitrix#11 2019-06-19 04:29:43 +00:00
NTPClient#update asynchron machen
fabian closed issue fabian/pitrix#13 2019-06-19 04:29:43 +00:00
FastLED.show() oft aufrufen und Temporal Dithering aktivieren
fabian closed issue fabian/pitrix#14 2019-06-19 04:29:43 +00:00
Farbpaletten nutzen
fabian opened issue fabian/pitrix#20 2019-06-19 04:28:50 +00:00
Extend Matrix to be able to have multiple Columns per Line
fabian opened issue fabian/pitrix#19 2019-06-19 04:28:21 +00:00
RandomMatrix, but with lines coming from all directions
fabian opened issue fabian/pitrix#18 2019-06-19 04:28:00 +00:00
SingleDynamics but with bigger, overlapping squares
fabian pushed to master at fabian/pitrix 2019-06-18 19:32:36 +00:00
cb4afa5043 Removed support for ESP32. Existing code will stay in place, but new stuff won't be controlled for ESP32 compatibility.
fabian pushed to master at fabian/pitrix 2019-06-18 16:18:19 +00:00
74b967392d Cleanup.
8c9e9e2e2e MQTT: Use new effect structure and logging.
f1424d0277 Extended http server to list files in SPIFFS and allow you to upload and delete files.
e52d7c750d Define flash layout in platformio.ini in order to have space for a SPIFFS file system.
d1a49fe625 Added missing library.
Compare 14 commits »
fabian pushed to master at fabian/pitrix 2019-06-15 12:18:58 +00:00
3edbf6b252 Added PicelClockEffect.
dc40653fea Removed errorneous line from platformio.ini
b65afde142 MatrixEffect now uses dynamically allocated memory.
02b3bbcea8 Added methods for drawing lines and circles to Window.
Compare 4 commits »
fabian pushed to master at fabian/pitrix 2019-06-14 03:37:39 +00:00
989eabee4a Added missing setting for GolEffect to config.sample.h
fabian pushed to master at fabian/pitrix 2019-06-14 03:36:42 +00:00
0af76f2195 gif2c: Produce nicer formatted C code.
60aacb0531 Set PlatformIO's lib_ldf_mode to chain+ to prevent it from including ESP32 libraries in ESP8266 projects and vice versa.
5ce3b0c1b3 Centralized the creation of a hostname to a global variable hostname, set in pitrix.cpp. Added an mDNS record for the webserver.
4fdd1d3739 Added animation 'cake'.
1e23936374 Added effect 'gol': Conway's Game of Life.
Compare 5 commits »
fabian pushed to master at fabian/pitrix 2019-06-13 04:01:49 +00:00
291a3be623 Moved platform-specific code related to WiFi and services to my_wifi.h. Also, made the HTTP server stuff compatible to ESP32.
ea4898daa6 Added .pioenvs and .piolibdeps to .gitignore.
bfe46220ca Added HTTP REST API.
308196d185 Added fps to MQTT metrics.
ca980b0c9f You can now set LED_MAX_MILLIAMPS if your power supply is limited.
Compare 6 commits »
fabian created repository fabian/bestellzettel 2018-11-24 14:46:35 +00:00