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

Method glyph_size

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

Source from the content-addressed store, hash-verified

447 }
448
449 fn glyph_size(&self) -> io::Result<SizeInPixels> {
450 self.inner.glyph_size()
451 }
452
453 fn write(&mut self, text: &str) -> io::Result<()> {
454 self.inner.write(text)

Callers 2

print_graphical_welcomeFunction · 0.45
has_graphicsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected