mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
fix typo in it.invert_on_off() (#1821)
This commit is contained in:
parent
886adf7092
commit
bd19be8b56
@ -150,7 +150,7 @@ Screen inversion
|
||||
it.print(0,0, id(digit_font), "Hello!");
|
||||
|
||||
The function ``it.invert_on_off(true);`` will invert the display. So background pixels are on and texts pixels are
|
||||
off. ``it.invert_on_off(false);`` sets the display back to normal. In case no argument is used: ``it.inverst_on_off();``
|
||||
off. ``it.invert_on_off(false);`` sets the display back to normal. In case no argument is used: ``it.invert_on_off();``
|
||||
the inversion will toggle from on to off or visa versa. This will happen every time the display is updated.
|
||||
So a blinking effect is created. The background pixels are only set at the next update, the pixels drawn in
|
||||
the various function like print, line, etc. are directly influenced by the invert command.
|
||||
|
Loading…
Reference in New Issue
Block a user