Skip to content

Commit 0fb998a

Browse files
authored
[ssd1306] suggest a different SPI mode to reduce visual glitching (#6217)
1 parent d9dedb0 commit 0fb998a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/docs/components/display/ssd1306.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ display:
130130
it.print(0, 0, id(font), "Hello World!");
131131
```
132132

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

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

0 commit comments

Comments
 (0)