-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
default framebuffer depth changed to 32? #685
Comments
Yes. This is a deliberate change. |
Thanks for the info - please could https://www.raspberrypi.org/documentation/configuration/config-txt.md be updated to reflect this? Also I assume |
framebuffer_ignore_alpha=1 is a default too do no need to change anything. |
Thanks. Will close this. |
@popcornmix can you please elaborate on this updated 32b framebuffer default in bcm2708_fb.c & relation to various firmware files For instance it seems system started with |
Mine's argb (Raspbian) and 32 bit. I just wrote a Bresenham line drawing function writing 32 bits at once out and it flies with each pixel being a uint32_t. Couldn't do that with 24 bit color. I've seen 16bit, but only on an LCD that was limited to that by design. |
Not sure this is a bug, but I can't find it documented anywhere - running Raspbian Lite.
Should the default framebuffer depth be 16 or 32 ? fbset reports it as 32 as of some recent kernel updates.
then updating via
sudo apt-get update; sudo apt-get dist-upgrade
The text was updated successfully, but these errors were encountered: