rpi-rgb-led-matrix/lib
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
..
.gitignore o Ignore compiler-flags file in git. 2015-08-27 10:42:30 +02:00
bdf-font.cc o Make sure that no copy-constructor is used for Font. 2015-09-29 23:59:25 -07:00
framebuffer-internal.h o Proper brightness clipping and documentation added. 2015-08-15 11:55:07 +02:00
framebuffer.cc o Fix weird indentation. 2015-10-12 21:44:44 -07:00
gpio.cc o Fix platform-dependent assumption of lenght of off_t. Apparently 2015-10-25 10:03:49 -07:00
graphics.cc o Fix corner case: dx == dy == 0 2015-04-07 05:05:12 +00:00
led-matrix.cc o Make it a parameter of Thread::Start() to choose an affinity mask. 2015-10-12 02:17:14 +00:00
Makefile o Some documentation clarifications. 2015-09-29 08:41:06 -07:00
thread.cc o Make it a parameter of Thread::Start() to choose an affinity mask. 2015-10-12 02:17:14 +00:00
transformer.cc o Some stylistic changes. 2015-07-27 18:11:11 -07:00
utf8-internal.h o Add license headers where needed. 2014-09-11 20:03:56 -07:00