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
framebufffer parameters
Loading branch information
...
1 parent
a9b18cf
commit
6b726a2bc639de77b3d22ef5ec2d576689dc8799
rkoeppl
committed
May 5, 2016
Unified
Split
Showing
1 changed file
with
3 additions
and
1 deletion
.
+3
−1
modules/printengine.pl
Show comments
View
4
modules/printengine.pl
@@ -195,7 +195,9 @@
die
"
unknown display software in configuration!
\n
"
;
}
#
#####testcode framebuffer access
-
my
$fb
= Graphics::Framebuffer
->
new();
+
my
$fb
= Graphics::Framebuffer
->
new(
+
FB_DEVICE
=>
$display_device
+ );
$fb
->
cls();
$fb
->
set_color({
'
red
'
=>
255,
'
green
'
=>
255,
'
blue
'
=>
255,
'
alpha
'
=>
255});
Toggle all file notes
0 comments on commit
6b726a2
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
6b726a2