Permalink
Browse files

fixes

  • Loading branch information...
1 parent a3a521d commit 4eed9f2c985a985c0c2e73d996021785de9a43e5 @rkoeppl rkoeppl committed May 5, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 modules/printengine.pl
View
@@ -204,7 +204,7 @@
die "unknown display software in configuration!\n";
}
######testcode framebuffer access
- my $fb = Graphics::Framebuffer->new( FB_DEVICE=>$display_device SPLASH=>0 );
+ my $fb = Graphics::Framebuffer->new( FB_DEVICE=>$display_device: SPLASH=>0; );
$fb->clear_screen('OFF');
$fb->blit_write(
$fb->load_image(

0 comments on commit 4eed9f2

Please sign in to comment.