Crate ili9341[][src]

Structs

DisplaySize240x320

Generic display size of 240x320 pixels

DisplaySize320x480

Generic display size of 320x480 pixels

Ili9341

There are two method for drawing to the screen: Ili9341::draw_raw_iter and Ili9341::draw_raw_slice

Scroller

Scroller must be provided in order to scroll the screen. It can only be obtained by configuring the screen for scrolling.

Enums

DisplayError

A ubiquitous error type for all kinds of problems which could happen when communicating with a display

Orientation

The default orientation is Portrait

Constants

SPI_MODE

Helper for CPOL = 0, CPHA = 0

Traits

DisplaySize

Trait that defines display size information