MCPcopy Create free account
hub / github.com/endbasic/endbasic / info

Method info

std/src/gfx/lcd/buffered/tests.rs:249–251  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

247 type Pixel = LossyPixel;
248
249 fn info(&self) -> (LcdSize, usize) {
250 (size(1, 1), 1)
251 }
252
253 fn decode(&self, pixel: &[u8]) -> RGB {
254 (pixel[0], pixel[0], pixel[0])

Callers 1

newMethod · 0.45

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected