Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gui-bundle
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Nicolas Mailloux
gui-bundle
Commits
ad0bea82
Commit
ad0bea82
authored
2 years ago
by
Nicolas Mailloux
Browse files
Options
Downloads
Patches
Plain Diff
Add 2048 game
parent
9f2b8193
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
content/inkbox/2048
+13
-0
13 additions, 0 deletions
content/inkbox/2048
content/inkbox/2048-bin
+0
-0
0 additions, 0 deletions
content/inkbox/2048-bin
with
13 additions
and
0 deletions
content/inkbox/2048
0 → 100755
+
13
−
0
View file @
ad0bea82
#!/bin/sh
DEVICE
=
"
$(
cat
/opt/inkbox_device
)
"
if
[
"
${
DEVICE
}
"
==
"n705"
]
;
then
OLD_DPI
=
${
QT_FONT_DPI
}
QT_FONT_DPI
=
170
fi
LD_LIBRARY_PATH
=
'/mnt/onboard/.adds/qt-linux-5.15.2-kobo/lib'
LD_PRELOAD
=
/lib/invert_screen.so /mnt/onboard/.adds/inkbox/2048-bin
QT_FONT_DPI
=
${
OLD_DPI
}
LD_LIBRARY_PATH
=
'/mnt/onboard/.adds/qt-linux-5.15.2-kobo/lib'
/mnt/onboard/.adds/inkbox/inkbox
This diff is collapsed.
Click to expand it.
content/inkbox/2048-bin
0 → 100755
+
0
−
0
View file @
ad0bea82
File added
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment