Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_welcome
Function · 0.45
has_graphics
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected