From 248026cf3856722f629c86121e6b570c9b89f68d Mon Sep 17 00:00:00 2001 From: peterhinch Date: Thu, 2 Feb 2023 10:43:08 +0000 Subject: [PATCH] DRIVERS.md: Doc ILI9486 COLOR_INVERT class variable. --- DRIVERS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DRIVERS.md b/DRIVERS.md index 84b75ef..cc9ee7f 100644 --- a/DRIVERS.md +++ b/DRIVERS.md @@ -641,7 +641,7 @@ If your display shows garbage, check the following (I have seen both): ## 3.4 Driver for ILI94xx This was developed for the ILI9486 but its application is more wide ranging. -In addition to ILI9486 tThese have been tested: ILI9341, ILI9488 and HX8357D. +In addition to ILI9486 these have been tested: ILI9341, ILI9488 and HX8357D. The ILI9486 supports displays of up to 480x320 pixels which is large by microcontroller standards. Even with 4-bit color the frame buffer requires @@ -721,7 +721,7 @@ 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