Is it possible to change dynamicaly "invert" parameter from ili9341 LCD

Hi,

After the first initialisation of ILI9341 driver, is it possible to change the value of invert parameter and therefore the colours of the display?

Many thanks

Try:

ili9341.send_cmd(0x21)

See 8.2.16. Display Inversion ON (21h) on ILI9341 DataSheet.

It works !!
and ili9341.send_cmd(0x20) to return to invert OFF

1 Like