-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FIP device support to xpanel plugin #44
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
norberttak
force-pushed
the
fip-support
branch
7 times, most recently
from
November 1, 2022 18:22
a165348
to
ab34de6
Compare
norberttak
force-pushed
the
fip-support
branch
2 times, most recently
from
November 7, 2022 19:04
f68695a
to
45be8f1
Compare
norberttak
force-pushed
the
fip-support
branch
from
November 15, 2022 17:23
45be8f1
to
a7a2339
Compare
norberttak
force-pushed
the
fip-support
branch
from
November 17, 2022 05:43
3acd037
to
ce45b7a
Compare
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
add new fields: serial, aircraft_path add new device type: saitek fip panel Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
It can open the 24 bit BMP files Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
This is the base class for graphical screen devices Signed-off-by: Norbert Takacs <norberttak@gmail.com>
The FIP device can handle multiple virtual pages. These are handled by this class Signed-off-by: Norbert Takacs <norberttak@gmail.com>
A FIP device contains buttons, LEDs and of course an LCD screen. This class is for the screen
The FIP device class is for handling the whole FIP device (including the buttons, LEDs, screen) Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
norberttak
force-pushed
the
fip-support
branch
from
November 19, 2022 15:02
9660e88
to
881a89b
Compare
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
norberttak
force-pushed
the
fip-support
branch
from
November 19, 2022 15:06
881a89b
to
86f588c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The aim of this PR is to add support for Saitek FIP graphical devices:
https://www.saitek.com/uk/prod-bak/fip.html
Unfortunately, this can work only on windows as the Saitek driver is released only for windows. I kept all windows specific parts in a single file so that later we can replace the windows driver with a multi-platform version (maybe OpenGL?)
Missing parts: