DRIVERS.md: Doc ILI9486 COLOR_INVERT class variable.

pull/48/head
peterhinch 2023-02-02 10:44:37 +00:00
rodzic 248026cf38
commit e6ea09b26c
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -721,7 +721,8 @@ def spi_init(spi):
spi.init(baudrate=10_000_000)
```
#### ILI9486 class variable
* COLOR_INVERT = 0
* `COLOR_INVERT = 0`
@beetlegig [reported](https://github.com/micropython/micropython/discussions/10511#discussioncomment-4833729)
inverted colors on an ILI9488 display. If black appears as white, and other
colors are incorrect, adapt the `color_setup.py` or `hardware_setup.py` to set