Philip Howard
Philip Howard
I believe DPI and DSI are mutually exclusive on all models of Pi. This certainly wont work on anything pre Pi4 and information on the Pi4 is still pretty scant-...
Without the touch overlay it's possible you could reclaim BCM10 and BCM11, but BCM18, BCM26 and BCM27 are used for SPI communications to initialise the display and BCM19 controls the...
This is now documented on Pinout.xyz - https://pinout.xyz/pinout/hyperpixel4
When the screen is blank, are you able to ascertain if the backlight is on or off? Also for the sake of everyone's sanity do you have time to try...
The last OS I've fired up and tested with was- "Raspberry Pi OS (32-bit) with desktop" - speciffically `2020-05-27-raspios-buster-armhf.zip` - direct link: https://downloads.raspberrypi.org/raspios_armhf/images/raspios_armhf-2020-05-28/2020-05-27-raspios-buster-armhf.zip This is the desktop (not lite) without...
Thanks I've imaged Octoprint and think I'm now encountering the same issue as you. My initial debugging steps don't seem to suggest that any DPI interface is being set up...
I failed to connect via SSH the first time, also, but it magically worked after I rebooted. 🤷 I knew WiFi was working, at least, because I could ping the...
It looks like the `hyperpixel4.dtbo` just wont load on an 64bit Pi 4 configuration, or against a 5.x kernel. Device-tree stuff baffles me at the best of times, so I'm...
Right now I think there's nothing to be done- though I've just pushed up a Pi4 64bit beta branch you culd try it's still a work in progress: https://github.com/pimoroni/hyperpixel4/tree/pi4-64bit-beta Install...
In all cases it's worth first trying the Kernel 5.4.51 fixes in #89 ``` git clone https://github.com/pimoroni/hyperpixel4 -b pi4-64bit-beta cd hyperpixel4 sudo ./install.sh ``` I believe OctoPi is academic in...