Meadow.Foundation.Displays.TftSpiBase
TftSpi | |
---|---|
Status | |
Source code | GitHub |
NuGet package |
The Meadow.Foundation TftSpi package contains a selection of drivers for common color displays that use the SPI bus. This includes common TFT and color OLED displays.
These displays commonly include additional pins for Reset, Data control and Chip select. If your display doesn't include any of these pins, you can typically pass null for that pin.
Some displays require alternate SPI modes. If your display isn't working, try creating a SpiClockConfiguration
, set the SPI mode, and pass it to the SpiBus
during instantiation. See the ST7789
sample for an example.