MCPcopy Create free account
hub / github.com/endbasic/endbasic / size_chars

Method size_chars

st7735s/src/lib.rs:441–443  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

439 }
440
441 fn size_chars(&self) -> io::Result<CharsXY> {
442 self.inner.size_chars()
443 }
444
445 fn size_pixels(&self) -> io::Result<SizeInPixels> {
446 self.inner.size_pixels()

Callers 2

size_descriptionMethod · 0.45
edit_interactivelyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected