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 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====================================================================================
2525CircuitPython driver for Adafruit SSD1675 display breakouts
2626* Author(s): Dean Miller, Ladyada
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments