File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7373_SSD1680_OTP_PROGMODE = const (0x39 )
7474_SSD1680_WRITE_BORDER = const (0x3C )
7575_SSD1680_END_OPTION = const (0x3F )
76+ _SSD1680_READ_RAM_OPT = const (0x41 )
7677_SSD1680_SET_RAMXPOS = const (0x44 )
7778_SSD1680_SET_RAMYPOS = const (0x45 )
7879_SSD1680_AUTOWRITE_RED = const (0x46 )
7980_SSD1680_AUTOWRITE_BW = const (0x47 )
8081_SSD1680_SET_RAMXCOUNT = const (0x4E )
8182_SSD1680_SET_RAMYCOUNT = const (0x4F )
82- _SSD1680_NOP = const (0xFF )
83+ _SSD1680_NOP = const (0x7F )
8384
8485
8586class Adafruit_SSD1680 (Adafruit_EPD ):
Original file line number Diff line number Diff line change 6969_SSD1680B_OTP_PROGMODE = const (0x39 )
7070_SSD1680B_WRITE_BORDER = const (0x3C )
7171_SSD1680B_END_OPTION = const (0x3F )
72+ _SSD1680B_READ_RAM_OPT = const (0x41 )
7273_SSD1680B_SET_RAMXPOS = const (0x44 )
7374_SSD1680B_SET_RAMYPOS = const (0x45 )
7475_SSD1680B_AUTOWRITE_RED = const (0x46 )
7576_SSD1680B_AUTOWRITE_BW = const (0x47 )
7677_SSD1680B_SET_RAMXCOUNT = const (0x4E )
7778_SSD1680B_SET_RAMYCOUNT = const (0x4F )
78- _SSD1680B_NOP = const (0xFF )
79+ _SSD1680B_NOP = const (0x7F )
7980
8081
8182class Adafruit_SSD1680B (Adafruit_EPD ):
You can’t perform that action at this time.
0 commit comments