Skip to content
Permalink
Browse files

added debug code to display screen resolution

  • Loading branch information...
root
root committed May 6, 2016
1 parent 2710e41 commit 097e9f05a7a0a3d6d5d2dba9c124aef31d2d8978
Showing with 3 additions and 0 deletions.
  1. +3 −0 modules/printengine.pl
@@ -221,6 +221,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 097e9f0

Please sign in to comment.
You can’t perform that action at this time.