esphome/esphome/components/st7735
Gonzalo Paniagua Javier c8f4fbb7dd
Honor user set values for col/row start for INITR_MINI_160X80. (#2976)
If the caller sets a value for colstart and/or rowstart when using the INITR_MINI_160X80 model, use those values instead of the default 24 and 0.

After this patch devices with a 160x80 TFT like the m5stick C can set row/col start (26, 1 for m5stick) and avoid garbage lines showing in the display.
2022-01-04 11:02:53 +01:00
..
__init__.py add-black (#1593) 2021-03-07 16:03:16 -03:00
display.py Add invert_colors option for st7735 (#2327) 2021-09-20 20:08:08 +12:00
st7735.cpp Honor user set values for col/row start for INITR_MINI_160X80. (#2976) 2022-01-04 11:02:53 +01:00
st7735.h Add invert_colors option for st7735 (#2327) 2021-09-20 20:08:08 +12:00