Looking for a 64bit display driver for this HAT

November 10, 2023, 09:50

orit

Bought this HAT kit for my RPI Zero 2 W ( https://spotpear.com/index/product/detail/id/721/no/666.html ), included documentation only links to a 32bit display driver ( https://spotpear.com/index/study/detail/id/631.html ). I need to run a 64bit OS on this machine, and I was wondering how I would go about finding another compatible display driver for this device.

orit

Here’s a direct link to the supported display driver: https://github.com/juj/fbcp-ili9341

oops.se

Compile it and then you get a driver for your CPU arch.

orit

i did, it didn’t work

orit

and unfortunately i’m way out of my depth when it comes to embedded development

orit

so I’ve been having a hard time attempting to figure out what specifically is wrong with the driver and if it’s possible to put out a fix. Was hoping to find another arm64 compatible display driver for that reason.