Yes’ it’s enabled but the display simply does show nothing, blank.
I found this interesting thread here on the forum: https://dietpi.com/forum/t/dietpi-rpi-4-hyperpixel-4/3936/1 so I think the problem is the install script of the drivers that uses the /boot/config but dietpi uses /boot/dietpi/dietpi-config file. I tried to edit it but it’s weird, I should insert those lines to the boot (as my old raspbian installation)
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
dtoverlay=hyperpixel4,touchscreen-inverted-3,touchscreen-inverted-3
display_rotate=3
enable_dpi_lcd=1
dpi_group=2
dpi_mode=87
dpi_output_format=0x7f216
dpi_timings=480 0 10 16 59 800 0 15 113 15 0 0 0 60 0 32000000 6
How can I pass this to /boot/config?
Thanks