ardera / flutter-pi

A light-weight Flutter Engine Embedder for Linux Embedded that runs without X11 or Wayland.
MIT License
1.64k stars 162 forks source link

Support for direct rendering to Framebuffer #457

Open shwetashah16 opened 3 weeks ago

shwetashah16 commented 3 weeks ago

Is there a way to override rendering to use direct frame buffer? I am using armv7 32 bit device which only has support for Framebuffers.

ardera commented 3 weeks ago

Currently, no, there is some basic infrastructure there so it could be implemented, but just hasn't been done yet. Do you mind telling me what device you're talking about precisly? iMX6?

shwetashah16 commented 3 weeks ago

Device is in-house created based on Qualcomm chip set sdx65, which we want to try replace current display UI with Flutter.

ardera commented 2 weeks ago

Mh, when looking for sdx65 I only find a 5G modem. @jwinarske recently shared something on Discord regarding fbdev support though, does ivi-homescreen support it? :)