Permalink
Browse files
added debug code to display screen resolution
- Loading branch information...
Showing
with
3 additions
and
0 deletions.
-
+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