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

Method write

st7735s/src/lib.rs:453–455  ·  view source on GitHub ↗
(&mut self, text: &str)

Source from the content-addressed store, hash-verified

451 }
452
453 fn write(&mut self, text: &str) -> io::Result<()> {
454 self.inner.write(text)
455 }
456
457 fn bucket_fill(&mut self, xy: PixelsXY) -> io::Result<()> {
458 self.inner.bucket_fill(xy)

Callers 6

lcd_writeFunction · 0.45
lcd_write_regMethod · 0.45
lcd_write_dataMethod · 0.45
lcd_resetMethod · 0.45
lcd_initMethod · 0.45
dropMethod · 0.45

Calls 2

pushMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected