Failed to set 32 bits display mode - Linux Framebuffer embedded device #8737
Replies: 3 comments 3 replies
|
Thanks for the report. Here's the location of the exception: This would mean that your device is somehow not allowing a 32bits mode for the framebuffer. Which device are you trying to run on? |
|
I can't really share more hardware specs due to confidentiality. I'm pretty sure the display has 16 bits per pixel. Any way to get it to run on that? |
|
Hi, I have some more info I can share now since I tried it on a more widely used platform which resulted in the same issue. I tried running the same example project on a raspberry pi 4 (8GB) with the official raspberry pi 7 inch display on linux framebuffer mode (raspbian lite). RPI: Display:
These are pretty widely used for raspberry pi projects. Any reason why it would still throw the same error here as well/why uno doesn't seem to support it? |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
When trying to run the example "MyApp.Skia.Linux.FrameBuffer" on my embedded linux device, it errors out on "Failed to set 32 bits display mode"
Specs:
All reactions