MCPcopy Index your code
hub / github.com/endbasic/endbasic / size_pixels

Method size_pixels

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

Source from the content-addressed store, hash-verified

443 }
444
445 fn size_pixels(&self) -> io::Result<SizeInPixels> {
446 self.inner.size_pixels()
447 }
448
449 fn glyph_size(&self) -> io::Result<SizeInPixels> {
450 self.inner.glyph_size()

Callers 2

size_descriptionMethod · 0.45
has_graphicsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected