diff --git a/README.md b/README.md index 1eb0e68..e07d340 100644 --- a/README.md +++ b/README.md @@ -14,26 +14,26 @@ nice-looking LED matrix everytime you want to update the software. | Name | Description | Image | -| -------- | -------- | -------- | -| bell | An example for a blinking sprite. Can be used for home automation, for example. | | -| big_clock | A big clock. Seconds are moving around the edge. | | -| big_dynamic | Big squares appearing in sequential colors. | | -| clock | The small clock at the bottom. Usually used by other effects to integrate a clock. | | -| cycle | Meta effect: Cycles through some of the other effects. | - | -| confetti | Random pixels lighting up in sequential colors and fading out again. | | -| dvd | The bouncing-around dvd logo we all know and love. High chance of hitting cordners because of the low resolution of the LED panel. | | -| fire | Fireplace-like effect. Needs more tweaking. | | -| firework | Firework-like effect. Needs more work. | | -| gol | Conway's Game of Life. | | -| matrix | That green effect from The Matrix. | | -| multi_dynamic | Space is divided in 2x2 squares which are changing their color random-sequentially. | | -| pixel_clock | A clock using single pixels to display the current time. | | -| rainbow_matrix | Like matrix, but not just green but displaying a rainbow across the columns. | | -| random_matrix | Like matrix, but with random colors and random directions. | | -| sinematrix3 | Colorful pastel images, slowly moving about. | | -| single_dynamic | 2x2 squares random-sequentially changing their color one after another. | | -| snake | Snake. Without self-collision detection or AI. | | -| twirl | A colorful twirl. | | +| --------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| bell | An example for a blinking sprite. Can be used for home automation, for example. | | +| big_clock | A big clock. Seconds are moving around the edge. | | +| big_dynamic | Big squares appearing in sequential colors. | | +| clock | The small clock at the bottom. Usually used by other effects to integrate a clock. | | +| cycle | Meta effect: Cycles through some of the other effects. | - | +| confetti | Random pixels lighting up in sequential colors and fading out again. | | +| dvd | The bouncing-around dvd logo we all know and love. High chance of hitting cordners because of the low resolution of the LED panel. | | +| fire | Fireplace-like effect. Needs more tweaking. | | +| firework | Firework-like effect. Needs more work. | | +| gol | Conway's Game of Life. | | +| matrix | That green effect from The Matrix. | | +| multi_dynamic | Space is divided in 2x2 squares which are changing their color random-sequentially. | | +| pixel_clock | A clock using single pixels to display the current time. | | +| rainbow_matrix | Like matrix, but not just green but displaying a rainbow across the columns. | | +| random_matrix | Like matrix, but with random colors and random directions. | | +| sinematrix3 | Colorful pastel images, slowly moving about. | | +| single_dynamic | 2x2 squares random-sequentially changing their color one after another. | | +| snake | Snake. Without self-collision detection or AI. | | +| twirl | A colorful twirl. | | diff --git a/docs/effects/analog_clock.gif b/docs/effects/analog_clock.gif index 1f5c5f4..e1aa639 100644 Binary files a/docs/effects/analog_clock.gif and b/docs/effects/analog_clock.gif differ diff --git a/docs/effects/bell.gif b/docs/effects/bell.gif index c969d16..8af9914 100644 Binary files a/docs/effects/bell.gif and b/docs/effects/bell.gif differ diff --git a/docs/effects/big_clock.gif b/docs/effects/big_clock.gif index a8dffee..d98e71f 100644 Binary files a/docs/effects/big_clock.gif and b/docs/effects/big_clock.gif differ diff --git a/docs/effects/big_dynamic.gif b/docs/effects/big_dynamic.gif index 1339ccf..d65bf21 100644 Binary files a/docs/effects/big_dynamic.gif and b/docs/effects/big_dynamic.gif differ diff --git a/docs/effects/clock.gif b/docs/effects/clock.gif index 60bbb2e..a5c3ef5 100644 Binary files a/docs/effects/clock.gif and b/docs/effects/clock.gif differ diff --git a/docs/effects/confetti.gif b/docs/effects/confetti.gif index 6875444..532e50f 100644 Binary files a/docs/effects/confetti.gif and b/docs/effects/confetti.gif differ diff --git a/docs/effects/dvd.gif b/docs/effects/dvd.gif index 6b5246f..811b7f6 100644 Binary files a/docs/effects/dvd.gif and b/docs/effects/dvd.gif differ diff --git a/docs/effects/fire.gif b/docs/effects/fire.gif index ccf86aa..c68ec97 100644 Binary files a/docs/effects/fire.gif and b/docs/effects/fire.gif differ diff --git a/docs/effects/firework.gif b/docs/effects/firework.gif index 5363b0b..01e6a95 100644 Binary files a/docs/effects/firework.gif and b/docs/effects/firework.gif differ diff --git a/docs/effects/gol.gif b/docs/effects/gol.gif index e92847e..f12afa9 100644 Binary files a/docs/effects/gol.gif and b/docs/effects/gol.gif differ diff --git a/docs/effects/heart.gif b/docs/effects/heart.gif index 4101140..a038fb0 100644 Binary files a/docs/effects/heart.gif and b/docs/effects/heart.gif differ diff --git a/docs/effects/matrix.gif b/docs/effects/matrix.gif index 420a2f7..50e9a55 100644 Binary files a/docs/effects/matrix.gif and b/docs/effects/matrix.gif differ diff --git a/docs/effects/multi_dynamic.gif b/docs/effects/multi_dynamic.gif index 13b1dd2..343d622 100644 Binary files a/docs/effects/multi_dynamic.gif and b/docs/effects/multi_dynamic.gif differ diff --git a/docs/effects/pixel_clock.gif b/docs/effects/pixel_clock.gif index 9b2a24a..a2618d1 100644 Binary files a/docs/effects/pixel_clock.gif and b/docs/effects/pixel_clock.gif differ diff --git a/docs/effects/rainbow_matrix.gif b/docs/effects/rainbow_matrix.gif index 4e495bd..8d0de47 100644 Binary files a/docs/effects/rainbow_matrix.gif and b/docs/effects/rainbow_matrix.gif differ diff --git a/docs/effects/random_confetti.gif b/docs/effects/random_confetti.gif index a8f63ae..531477b 100644 Binary files a/docs/effects/random_confetti.gif and b/docs/effects/random_confetti.gif differ diff --git a/docs/effects/random_matrix.gif b/docs/effects/random_matrix.gif index 5e370a4..bfa366a 100644 Binary files a/docs/effects/random_matrix.gif and b/docs/effects/random_matrix.gif differ diff --git a/docs/effects/sinematrix3.gif b/docs/effects/sinematrix3.gif index e204682..093d5e7 100644 Binary files a/docs/effects/sinematrix3.gif and b/docs/effects/sinematrix3.gif differ diff --git a/docs/effects/single_dynamic.gif b/docs/effects/single_dynamic.gif index 10e07c6..c7a8830 100644 Binary files a/docs/effects/single_dynamic.gif and b/docs/effects/single_dynamic.gif differ diff --git a/docs/effects/snake.gif b/docs/effects/snake.gif index 6f5e91f..15e38bf 100644 Binary files a/docs/effects/snake.gif and b/docs/effects/snake.gif differ diff --git a/docs/effects/twirl.gif b/docs/effects/twirl.gif index e4f651b..e47fae5 100644 Binary files a/docs/effects/twirl.gif and b/docs/effects/twirl.gif differ