Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
25
Star
54
Fork
40
lautr3k
/
SLAcer.js
Code
Issues
6
Pull requests
0
Projects
0
Insights
Permalink
Browse files
fixes
Loading branch information
...
1 parent
4eed9f2
commit
0e13dcede0f1beb294aefcb84aa9b511660b434b
rkoeppl
committed
May 5, 2016
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
modules/printengine.pl
Show comments
View
2
modules/printengine.pl
@@ -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(
Toggle all file notes
0 comments on commit
0e13dce
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
0e13dce