Permalink
Browse files

Merge branch 'gh-pages' of github.com:fablab-leoben/SLAcer.js into gh…

…-pages
  • Loading branch information...
2 parents efc71d6 + 097e9f0 commit 961fa5f649a5ef1c6ebc51626570228d4aece0bd @rkoeppl rkoeppl committed May 6, 2016
Showing with 3 additions and 0 deletions.
  1. +3 −0 modules/printengine.pl
View
@@ -224,6 +224,9 @@
#builtin framebuffer access
my $fb = Graphics::Framebuffer->new( FB_DEVICE=>$display_device, SPLASH=>0 );
+#my ($width,$height,$bits_per_pixel) = $fb->screen_dimensions();
+#say "X=$width,Y=$height,colorbits=$bits_per_pixel"; #debug use
+sleep 10;
foreach(@pics_sorted){
$fb->clear_screen('OFF');
$fb->blit_write(

0 comments on commit 961fa5f

Please sign in to comment.