Skip to content

Commit 2d2c841

Browse files
committed
fix dup register and docname
1 parent 5ce4a71 commit 2d2c841

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

adafruit_epd/ssd1675b.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222
"""
23-
`adafruit_epd.ssd1675` - Adafruit SSD1675 - ePaper display driver
23+
`adafruit_epd.ssd1675b` - Adafruit SSD1675 - ePaper display driver
2424
====================================================================================
2525
CircuitPython driver for Adafruit SSD1675 display breakouts
2626
* Author(s): Dean Miller, Ladyada

adafruit_epd/ssd1681.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
_SSD1681_OTP_PROGMODE = const(0x39)
7676
_SSD1681_WRITE_BORDER = const(0x3C)
7777
_SSD1681_END_OPTION = const(0x3F)
78-
_SSD1681_READ_RAM = const(0x41)
7978
_SSD1681_SET_RAMXPOS = const(0x44)
8079
_SSD1681_SET_RAMYPOS = const(0x45)
8180
_SSD1681_AUTOWRITE_RED = const(0x46)

0 commit comments

Comments
 (0)