Hi @Mowlwurf!
Could you please update your BSP to the latest quarterly (currently 6.5.0)? BSP 6.2.0 is not maintained.
From the device tree you shared, I see:
For the same pin you commented that it is active low, but you set it as GPIO_ACTIVE_HIGH
. Maybe it should be GPIO_ACTIVE_LOW
according to you comment?
From the solution of another thread of yours (below),
I assume you have applied the same patch to the panel_simple
, right? If yes, have you tried it without that patch?
Best regards,