File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 20
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
# THE SOFTWARE.
22
22
"""
23
- `adafruit_epd.ssd1675 ` - Adafruit SSD1675 - ePaper display driver
23
+ `adafruit_epd.ssd1675b ` - Adafruit SSD1675 - ePaper display driver
24
24
====================================================================================
25
25
CircuitPython driver for Adafruit SSD1675 display breakouts
26
26
* Author(s): Dean Miller, Ladyada
Original file line number Diff line number Diff line change 75
75
_SSD1681_OTP_PROGMODE = const (0x39 )
76
76
_SSD1681_WRITE_BORDER = const (0x3C )
77
77
_SSD1681_END_OPTION = const (0x3F )
78
- _SSD1681_READ_RAM = const (0x41 )
79
78
_SSD1681_SET_RAMXPOS = const (0x44 )
80
79
_SSD1681_SET_RAMYPOS = const (0x45 )
81
80
_SSD1681_AUTOWRITE_RED = const (0x46 )
You can’t perform that action at this time.
0 commit comments