PhavourFlavour
PhavourFlavour
> This describes it very good 👍 > > For the qidi you can not really rename it from "hot" to "chamber_heater", as it will break your screen funcionallity on...
Hi installing `raspberrypi-kernel-headers` did make run successful, but i still have a problem with the next steps, because `/lib/modules/5.15.61-v8+/kernel/drivers/staging/fbtft/fb_st7789v.ko` is not found.
For the moment being, it looks to me this is a problem because newer Kernel switched to compressed Modules (.ko.xz instead of .ko) modprobe can find the driver for fb_st7789v...
Sadly i cannot solve it by now, in Short: i used this command instead: ``` # Clone PiBox OS repo git clone https://github.com/kubesail/pibox-os.git # Enable Display Driver pushd pibox-os/st7789_module make...
@Smiggel Maybe this helps you for your usecase at least: I made the display work completely in python through adafruits very easy to understand and nearly copyNpaste solution. It displays...