Skip to content

inky/impression: embed Dev #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2025
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
4 changes: 2 additions & 2 deletions inky/impression.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@

// DevImpression is a handle to an Inky Impression.
type DevImpression struct {
*Dev
Dev

// Color Palette used to convert images to the 7 color.
Palette color.Palette
Expand Down Expand Up @@ -175,7 +175,7 @@
}

d := &DevImpression{
Dev: &Dev{
Dev: Dev{

Check warning on line 178 in inky/impression.go

View check run for this annotation

Codecov / codecov/patch

inky/impression.go#L178

Added line #L178 was not covered by tests
c: c,
maxTxSize: maxTxSize,
dc: dc,
Expand Down