Commit graph

372 commits

Author SHA1 Message Date
Henner Zeller
3e41f8d2e0 o Switch on GPIO slow-down by default. Limits support requests. 2015-11-19 23:02:24 -08:00
Henner Zeller
119fb3949d Merge pull request #85 from yarikoptic/doc-fix
DOC: no LargeSquare64x64Canvas anymore -- dealing with LargeSquare64x64Transformer
2015-11-19 21:55:02 -08:00
Henner Zeller
59b06c8fa7 o add a schematic. 2015-11-18 21:56:23 -08:00
Henner Zeller
bccce7f811 o adapt to changed Python-API 2015-11-14 17:26:24 -08:00
Yaroslav Halchenko
2f5ce9c6ea DOC: no LargeSquare64x64Canvas anymore -- dealing with LargeSquare64x64Transformer 2015-11-12 16:03:48 -05:00
Henner Zeller
fa591ece2e Merge branch 'master' of github.com:hzeller/rpi-rgb-led-matrix 2015-11-10 23:27:25 -08:00
Henner Zeller
02769c81e8 o remark possible limit in chain length. 2015-10-25 12:39:20 -07:00
Henner Zeller
333397e815 o Fix platform-dependent assumption of lenght of off_t. Apparently
in some contexts it is considered 64 bits on the Pi, which doesn't go
  well with a fixed sscanf() integer-width pattern. Tie it to a fixed
  type. Found by Maxime Journaux working on a nodejs binding.
2015-10-25 10:03:49 -07:00
Henner Zeller
109f7e6061 o Update README and rendering. 2015-10-24 14:05:48 -07:00
Henner Zeller
efb8bd6496 o Update fab zip. 2015-10-24 13:34:39 -07:00
Henner Zeller
d572726307 o Better centering of git version string. 2015-10-24 12:39:32 -07:00
Henner Zeller
5ed6b728be o Different definition of 'right side up' for git-version string. 2015-10-24 12:32:59 -07:00
Henner Zeller
d9f10fc2af o Add fiducials and OSHW logo. 2015-10-24 12:24:44 -07:00
Henner Zeller
0c784e8b02 o Add an additional GND contact, e.g. to be used together with RxD 2015-10-24 11:25:51 -07:00
Henner Zeller
403763fec9 o Physically separate alternative footprints for capacitors. 2015-10-24 11:08:49 -07:00
Henner Zeller
03d3dd33cf o Add RxD connector
o Provide 5V in connector to power RPi directly.
o Smallish cleanups
2015-10-24 01:08:03 -07:00
Henner Zeller
72d254e63a o protel extension setting changed in Python API 2015-10-21 08:56:49 -07:00
Henner Zeller
617652cf36 o Fix gibberish sentence. 2015-10-20 09:22:45 -07:00
Henner Zeller
b55d10a6cb o Emphasize that boards with HC input chips are likely problematic 2015-10-20 08:51:26 -07:00
Henner Zeller
1f69612dd8 o Update fab files with git-version labels in bottom silk 2015-10-19 22:54:24 -07:00
Henner Zeller
2aa431a53a o Provide a way to include the git version in the fabbed silkscreen. 2015-10-19 22:52:04 -07:00
Henner Zeller
b1f7fa52cd o Forgot makefile.inc 2015-10-19 22:21:49 -07:00
Henner Zeller
98e0ecc5ed o Provide fabbing files for all adapters. 2015-10-19 22:21:02 -07:00
Henner Zeller
2f0892100d o Add script to generate gerbers from kicad distribution (unfortunately,
it is not a callable binary right in the distribution.
2015-10-19 18:14:48 -07:00
Henner Zeller
b05713876e o Fix weird indentation. 2015-10-12 21:44:44 -07:00
Henner Zeller
b754be39d3 o Make it a parameter of Thread::Start() to choose an affinity mask. 2015-10-12 02:17:14 +00:00
Henner Zeller
08023d418a o Bind display refresh to one CPU core to avoid flicker-inducing kernel
jumpiness.
2015-10-12 00:33:36 +00:00
Henner Zeller
6890187140 o Make sure that no copy-constructor is used for Font. 2015-09-29 23:59:25 -07:00
Henner Zeller
6de71219ff o Some documentation clarifications. 2015-09-29 08:41:06 -07:00
Henner Zeller
81558998ff o Don't leave unused input floating. 2015-09-13 21:25:08 -07:00
Henner Zeller
986787f46c o Mention HCT family also in Schematic. 2015-09-13 21:16:27 -07:00
Henner Zeller
6d2383c6b6 o Make ThreadedCanvasManipulator restartable (fixes #60) 2015-09-13 16:26:31 -07:00
Henner Zeller
7ae9e1e00c o a bit less noisy headline for the wiring change. 2015-09-13 14:45:16 -07:00
Henner Zeller
246becad2e o Add a way to slow down even more. 2015-09-13 14:08:22 -07:00
Henner Zeller
465db567d5 o git ignore binaries. 2015-08-27 10:46:56 +02:00
Henner Zeller
476700843e o Ignore compiler-flags file in git. 2015-08-27 10:42:30 +02:00
Henner Zeller
b102ca6b57 o Make compiler flags as well part of the dependencies which
allows easier playing around with flags.
2015-08-27 10:39:00 +02:00
Henner Zeller
b0e4d071c2 o Better define dependencies that library is re-built on changing
the framebuffer-internal.h header file. Addresses compile issue
  found in #61
2015-08-27 10:15:48 +02:00
Henner Zeller
6c92314070 o Clarify SMD package. 2015-08-20 08:40:01 +02:00
Henner Zeller
cf252fbf4a o Proper brightness clipping and documentation added. 2015-08-15 11:55:07 +02:00
Henner Zeller
55ff2662ba o Make sure the actual active frame is set after SwapOnVSync(). 2015-08-04 11:43:55 -07:00
Henner Zeller
9e7256faf5 Merge pull request #55 from flowztul/master
Allow Hardware PWM with Adafruit HAT
2015-08-02 19:20:06 -07:00
Lutz Wolf
eedaf12e3b Allow Hardware PWM with Adafruit HAT 2015-08-02 01:32:23 +02:00
Henner Zeller
ee22b88e99 o Improve wording. 2015-07-28 18:20:48 -07:00
Henner Zeller
908758bf7f o fix typo. 2015-07-27 21:13:45 -07:00
Henner Zeller
71d787e6ab o Reduce image size to improve download experience. 2015-07-27 21:12:24 -07:00
Henner Zeller
ffd853e5f4 o Add a pullup for OE to overcome the (weak) pull-down that comes
up by default on boot. That way, we are not exposing the matrix
  to a low OE with static pixels.
2015-07-27 21:02:52 -07:00
Henner Zeller
1627ee7a14 o Make generated sources a separate dependency that someone can
explicitly invoke.
2015-07-27 18:14:23 -07:00
Henner Zeller
26b7aa0d1c Merge branch 'master' of github.com:hzeller/rpi-rgb-led-matrix 2015-07-27 18:11:22 -07:00
Henner Zeller
cc49ab7418 o Some stylistic changes. 2015-07-27 18:11:11 -07:00