Commit graph

28 commits

Author SHA1 Message Date
Jasper Poppe
607fa3bae4 o In case there is no default animation delay, use some reasonable
default of 10ms (vs. 1ms than before).
(Pull request #199)
2016-12-08 20:38:33 -08:00
Henner Zeller
5fdc3088e7 o Add a way to choose timing relevant parameters (-w, -l, -t) before
each image.
Fixes #255
2016-12-08 20:24:33 -08:00
Henner Zeller
b68d100ae0 o Next step in avoiding the need to re-compile: make hardware GPIO
mapping choosable at run-time (and hence: via command line flag).
  Now, Adafruit HAT users don't have to recompile.
2016-10-13 12:51:49 -07:00
Henner Zeller
33fd10d20f o Fix included header. 2016-10-04 18:44:26 -07:00
Henner Zeller
6cbf667be2 o Allow the images on the command line to be shuffled. 2016-10-04 08:58:33 -07:00
Henner Zeller
4c2a013716 o Make the LargeSquare64x64Transformer more universal, so that it
can work with any even-numbered long chain. Also allow for parallel
  chains.
2016-09-04 20:50:23 -07:00
Henner Zeller
5f1fc8b807 o Add a rotation option to image viewer. 2016-09-04 13:17:25 -07:00
Henner Zeller
816b30d67e o Introduce the concept of a StaticTransformer: this is a transformer
that is applied at the beginning and permanently modifies the internal
  pixel mapping without the need for function calls at runtime.
o This fixes the confusing case that a FrameCanvas does not by default
  get the features of a CanvasTransformer.
o The old transformer interface is kept for backwards compatibility.
  (we might think of having that simplified with a callback function
   or something).
o The new function call is ApplyStaticTransformer(); the old methods
  SetTransformer() and transformer() are still supported but clearly
  marked deprecated.
o This is in preparation to provide different multiplexing (for outdoor
  panels) and have an easier way to provide a transformer in Python.
2016-09-04 13:01:32 -07:00
Henner Zeller
dbec8ffdec o Add an option to center images on screen. 2016-08-23 20:45:48 -07:00
Henner Zeller
4ade855471 o for parsing flags and creating matrix from options, don't make
parameters optional.
2016-08-23 20:20:59 -07:00
Henner Zeller
c9a3de502b o Exit with error message if no image could be loaded. This is in
particular necessary with -f
2016-08-23 20:13:09 -07:00
Henner Zeller
5920c89166 o Update readme with options. 2016-08-23 20:08:19 -07:00
Henner Zeller
b87bf5e2fb o Re-add some options that got lost in the cleanup
Fixes #202
2016-08-23 20:00:49 -07:00
Henner Zeller
025ad59201 o Fix closing parenthesis
( https://xkcd.com/859/
2016-08-23 19:41:49 -07:00
Henner Zeller
e4bb815eb3 Merge branch 'master' of github.com:hzeller/rpi-rgb-led-matrix 2016-08-23 18:52:21 -07:00
Henner Zeller
88aa64c947 o Loading images can take some time. Give feedback.
o More logical way to handle delay for non-animated images.
2016-08-23 18:51:45 -07:00
Henner Zeller
6043d8560c o Choose a more sensible default for multiple animated
gifs. Instead of a time-limit (which by default is 1.5 seconds),
  make them loop once.

  Fixes #201
2016-08-23 18:33:50 -07:00
Henner Zeller
5b7f5507dd o Little readme clarification. 2016-08-23 08:54:50 -07:00
Henner Zeller
cdc39384f9 o Provide a feature to go through a list of image files.
Fixes #126
2016-08-22 23:08:25 -07:00
Henner Zeller
16b63b92c5 o Update documentation. 2016-08-22 20:50:25 -07:00
Henner Zeller
5c0bc04a1b o First round in updating the documentation. 2016-08-21 21:02:43 -07:00
Henner Zeller
b664571c3d o Allow to set a default options for the CreateMatrixFromFlags().
o Allow to set show-refresh-rate, inverse-colors and green-blue
  swap programmatically. That way, nobody has to re-compile just for
  these options, which makes things more easy to distribute as library.
  also: Make these flags.
2016-08-21 12:54:45 -07:00
Henner Zeller
51db6ce6d0 o Better documentation and more flexibility with daemon option. 2016-08-21 10:57:48 -07:00
Henner Zeller
021c08db19 o Show some good practices: setting up signal handler.
o smallish cleanups.
2016-08-20 20:45:41 -07:00
Henner Zeller
7557c40e17 o Add some common runtim options (--led-daemon, --led-drop-privs)
o Add more options for matrix parameters (--led-brightness, --led-pwm-bits)
2016-08-20 19:26:20 -07:00
Henner Zeller
edce0acadb o Initial parsing of matrix command line options. 2016-08-20 17:25:06 -07:00
Henner Zeller
eb0a10b0f0 o Provide an RGBMatrix::Options struct as input for all parameters.
Preparation to have other parameter tweaks move from #defines to
  runtime options.
2016-08-20 11:10:32 -07:00
Henner Zeller
d28b2a23b4 o First step in separating the documentation in more smaller
chunks.
o Create sub-directory for api examples and ready utilities.
2016-08-20 09:57:27 -07:00