Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/content/docs/components/display/ssd1306.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ display:
it.print(0, 0, id(font), "Hello World!");
```

> [!TIP]
> Display content might become corrupted for many reasons, including electrical or RF interference. Some people reported
> mixing of multiple devices with a different [SPI mode](/components/spi#spi-modes) on a single bus as a contributing
> factor. While the chip's datasheet suggests that the SSD1306 uses `MODE3`, other (non-ESPHome) drivers successfully
> use `MODE0` for accessing the display. Using `spi_mode: MODE0` might therefore help reduce glitching.

### Configuration variables

- **model** (**Required**): The model of the display. Options are:
Expand Down