(&mut self, _xy: PixelsXY, _text: &str)
| 521 | } |
| 522 | |
| 523 | fn write_text(&mut self, _xy: PixelsXY, _text: &str) -> io::Result<()> { |
| 524 | unimplemented!(); |
| 525 | } |
| 526 | |
| 527 | fn draw_circle(&mut self, _center: PixelsXY, _radius: u16) -> io::Result<()> { |
| 528 | unimplemented!(); |