Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

Commit

Permalink
Fix filename/demo_parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Oct 23, 2015
1 parent 0623012 commit bde0fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpi-rgb-led-matrix/matrix-main.cc
Expand Up @@ -358,7 +358,7 @@ int main(int argc, char *argv[]) {
ImageScroller *scroller = new ImageScroller(matrix, ImageScroller *scroller = new ImageScroller(matrix,
1, 1,
scroll_ms); scroll_ms);
if (!scroller->LoadPPM(demo_parameter)) if (!scroller->LoadPPM(filename))
return 1; return 1;
image_gen = scroller; image_gen = scroller;
} else { } else {
Expand Down

0 comments on commit bde0fc2

Please sign in to comment.