Skip to content

Commit

Permalink
doc: remove outdated section (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Sep 11, 2023
1 parent 35517c4 commit aa85b2b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ display consisting of semi-random pixels (uninitialized memory).
This is due to differences in required initialization sequences and how memory
is mapped in the two controllers.

The included examples default to the SSD1306 driver. To use the SH1106 driver
instead, include the `--display sh1106` command line switch. To use the SSH1106
driver in code, use the `luma.oled.device.sh1106` serial interface class.
To use the SSH1106 driver in code, use the :py:class:`luma.oled.device.sh1106`
serial interface class.

0 comments on commit aa85b2b

Please sign in to comment.