On Thu, Jan 4, 2024 at 9:42 AM Dario Binacchi <dario.binacchi@xxxxxxxxxxxxxxxxxxxx> wrote: > This patch, preparatory for future developments, move the hardwired > parameters to configuration data to allow the addition of new > NT35510-based panels. > > Signed-off-by: Dario Binacchi <dario.binacchi@xxxxxxxxxxxxxxxxxxxx> I tested this patch on the NT35510-based Skomer and it makes the whole display mirrored around the Y-axis (text from right to left instead of the other way around, penguins appear mirrored upper right etc). + /* Enable TE, EoTP and RGB pixel format */ + .dopctr = { NT35510_DOPCTR_0_DSITE | NT35510_DOPCTR_0_EOTP | + NT35510_DOPCTR_0_N565, NT35510_DOPCTR_1_CTB }, + .madctl = NT35510_ROTATE_180_SETTING, Changing this to NT35510_ROTATE_0_SETTING makes it work fine again. With that change: Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Tested-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Yours, Linus Walleij