Permalink
Browse files

removed splash screen

  • Loading branch information...
1 parent c4400ae commit a3a521d8d7816c22bb1489483f5940e7e1d2ee3f @rkoeppl rkoeppl committed May 5, 2016
Showing with 1 addition and 2 deletions.
  1. +1 −2 modules/printengine.pl
View
@@ -204,8 +204,7 @@
die "unknown display software in configuration!\n";
}
######testcode framebuffer access
- my $fb = Graphics::Framebuffer->new( FB_DEVICE=>$display_device );
- #$fb->cls();
+ 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 a3a521d

Please sign in to comment.