trying to fix gpio slowdown

pull/13/head
Brendan Porter 6 years ago
parent b26063b316
commit 6c4e89d422

@ -4,6 +4,7 @@ package rgbmatrix
#cgo CFLAGS: -std=c99 -I${SRCDIR}/vendor/rpi-rgb-led-matrix/include -DSHOW_REFRESH_RATE
#cgo LDFLAGS: -lrgbmatrix -L${SRCDIR}/vendor/rpi-rgb-led-matrix/lib -lstdc++ -lm
#include <led-matrix-c.h>
#include <led-matrix.h>
void led_matrix_swap(struct RGBLedMatrix *matrix, struct LedCanvas *offscreen_canvas,
int width, int height, const uint32_t pixels[]) {

Loading…
Cancel
Save