File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/content/docs/components/display Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments