continuing discussion from other thread
so rPI3 uses a different framebuffer…
/dev/fb0 for rPI4/Norns factory
/dev/fb1 for rPI3 …
I think it be better if the rPI3 was compatible with Norns… perhaps this means moving the HDMI framebuffer to /dev/fb1 if its needed?
for now, Ive changed NuiLite to look for /dev/fb1 and if it exist use it, else use /dev/fb0
I considered making it configurable, and may in the API later, however, I dont want users (or PD patchers) to have to start considering which framebuffer to use.
(or even really start having different configs for rPI3 and rPI4)
also Im assuming this means on a rPI3 if you take the standard Norns image its going to fail, since you need to change the start script to /dev/fb1
so overall, I think going forward having different device names for the framebuffer will lead to confusions.
Note: I do think its important and useful for Fates/ DIY norns to be able to use the HDMI port for connecting to a display for development or running other PI apps on the board.
(so this might mean changing xwindows setup to using /dev/fb1 if its moved)
note… if this change is made, then it will potentially break Orac again on rPI3, as it now attempts to use /dev/fb1 if present - but I’ll fix that when the image becomes available.
thoughts?