Display on a GeeekPi N07 case, how do I get it to work?

Hello,
I’m new to Home Assistant. But I find it a lot of fun and I learn new things every day :slight_smile:

I’ve got a small problem that I don’t know how to solve. I have a Raspberry Pi 5 8gb that I bought a new case for the day before yesterday. I bought a “GeeekPi N07 Mini Tower”. On that case there is a small display. But I have no idea how to get it, or if it can be started?

I only have Home Assistant installed now. Since the day before yesterday I’ve been using an NVMe memory.

Does anyone know how to possibly get it started?

Greetings
Per

Most likely you need a driver installed, which is not possible on a HAOS installation.
If you are using a HAOS installation, then you need to switch to one of the other ones.
Supervised installation might work, but it could also break the installation, which is really picky with what can be done. HA core might be the best solution.

Looks like the display is an SSD1306, these are natively supported by ESPHome. You could hide an ESP32 inside that case and drive it via I2C or SPI, should be fairly easy.

You might follow this procedure