Total FILL-register clears since boot.
(&self)
| 53 | |
| 54 | /// The buffer the GUI displays. |
| 55 | pub fn pixels(&self) -> &[u8] { |
| 56 | &self.front |
| 57 | } |
| 58 | |
| 59 | /// Total FILL-register clears since boot. |
| 60 | pub fn fill_count(&self) -> u64 { |
no outgoing calls
no test coverage detected