Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions inky/opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"Black wHAT (SSD1683)",
"Red wHAT (SSD1683)",
"Yellow wHAT (SSD1683)",
"7-Colour 800x480 (AC073TC1A)",
}
)

Expand Down Expand Up @@ -97,6 +98,8 @@
options.Model = IMPRESSION57
case 15, 16:
options.Model = IMPRESSION4
case 20:
options.Model = IMPRESSION73

Check warning on line 102 in inky/opts.go

View check run for this annotation

Codecov / codecov/patch

inky/opts.go#L101-L102

Added lines #L101 - L102 were not covered by tests
default:
return nil, fmt.Errorf("failed to get ops: display type %v not supported", data[6])
}
Expand Down