Move to former upstream and fix one bug#1
Open
andy-shev wants to merge 22 commits intophoenix826:masterfrom
Open
Move to former upstream and fix one bug#1andy-shev wants to merge 22 commits intophoenix826:masterfrom
andy-shev wants to merge 22 commits intophoenix826:masterfrom
Conversation
Add 8bpp support.
24bpp support
First of all, it's completely unclear why /dev/tty1 is being hardcoded. Second, the function may switch the console to a wrong mode without restoring. Last, but not least, this breaks display in hotplug mode in my case. I have an SPI panel connected and I load an overlay to enable it. If I ran fb-test and do unload-load cycle, display becomes unusable till the reboot. Revert hack commit 77bdfc6 for good. Link: HED-Inc@ef9c21a Signed-off-by: Andy Shevchenko <[email protected]>
Author
|
Any comment on this? |
Signed-off-by: Andy Shevchenko <[email protected]>
- `h` show help message - `f fbnum` framebuffer device number - `s seed` seed for srand() Signed-off-by: 黄华锋 <[email protected]>
Signed-off-by: 黄华锋 <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Author
|
Hi @phoenix826! Seems you are not interested in maintaining this application. Can you, please, transfer the ownership to me? |
This file contains hidden or 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
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.
Seems yesterday the upstream has been disappeared, GH moves your repository is the one.
Here is PR to move your repo forward to what was in upstream plus one bug fix from me.