List of Supported Displays

All of those displays support the methods of the Display class.

class hx8353.HX8353(spi, dc, cs, rst=None, width=128, height=128)

A TFT display.

class ili9341.ILI9241(spi, dc, cs, rst=None, width=240, height=320)

A TFT display.

scroll(dy=None)

Get or set the vertical scroll position.

class s6d02a1.S6D02A1(spi, dc, cs, rst=None, width=128, height=160)

A TFT display.

class ssd1331.SSD1331(spi, dc, cs, rst=None, widht=96, height=64)

An OLED display.

class ssd1351.SSD1351(spi, dc, cs, rst=None, width=128, height=128)

An OLED display.

class st7735.ST7735(spi, dc, cs, rst=None, width=128, height=128)

A TFT display.