We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The fb API does have this information: https://www.kernel.org/doc/Documentation/fb/api.txt (ctrl+F __u32 rotate;). Rotated fbs are used in e.g. PostMarketOS running on Android devices.
__u32 rotate;
Here's a screenshot that didn't have the rotation corrected: To reproduce:
echo 3 > /sys/class/graphics/fbcon/rotate_all fbgrab test.png
The text was updated successfully, but these errors were encountered:
Yes, true.
When I wrote fbgrab a long time ago I don't think that flag existed. I will look into adding it. I will mark this as an enhancement.
Sorry, something went wrong.
No branches or pull requests
The fb API does have this information: https://www.kernel.org/doc/Documentation/fb/api.txt (ctrl+F
__u32 rotate;
).Rotated fbs are used in e.g. PostMarketOS running on Android devices.
Here's a screenshot that didn't have the rotation corrected:
To reproduce:
The text was updated successfully, but these errors were encountered: