Commit e098c33
committed
[ssd1306] suggest a different SPI mode to reduce visual glitching
I'm not a huge fan of these weasel words, but I have seen visual
glitches on this display when combined with other SPI devices (see
esphome/esphome#13683). On Discord, people have suggested experimenting
with a different SPI mode, and indeed, that solved the problem for me.
I am not suggesting to change this chip's SPI mode (the picture in the
datasheet is not 100% correct, but there are strong hints that mode3 is
the intended mode). At the same time, other implementations like the
Adafruit one use mode 0 successfully.
So, at a suggestion of @swoboda1337, let's at least document these
findings.1 parent d9dedb0 commit e098c33
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
133 | 138 | | |
134 | 139 | | |
135 | 140 | | |
| |||
0 commit comments