Since my Pull request is not being processed and I don't want to hide this model it is now available here :)
See it on my printer
Voron Design for 12864 display | This Mod |
![]() | ![]() |
Compatibility
This display case fits the FYSETC CTP and since this display is a knockoff, it will probably fit the Pimoroni Hyperpixel
Additional hardware
For example the following: https://shop.pimoroni.com/products/40-pin-gpio-extension-cable
As there is an issue to rotate the display (at least the FYSETC CTP) without a desktop environment on the Raspberry Pi 4 this workaround fixed the issue whereas adding a rotation command as a systemd oneshot didn't work.
.xinitrc
#!/bin/sh
+ export DISPLAY=:0.0
xset s off
xset s noblank
xset -dpms
+ xrandr --output DSI-1 --rotate right
ratpoison&
octodash
The author remixed this model.