adafruit / rpi-fb-matrix

Raspberry Pi framebuffer copy tool for RGB LED matrices. Show what's on a Pi HDMI output on a big RGB LED matrix chain!
GNU General Public License v2.0
73 stars 30 forks source link

Add Double Buffering Support #6

Closed antgiant closed 7 years ago

antgiant commented 7 years ago

This adds double buffering as a config option (default off). I believe it should help in situations where the framebuffer framerate is low due to CPU/GPU saturation.