MCPcopy Index your code
hub / github.com/FrameworkComputer/inputmodule-rs / Grid

Class Grid

fl16-inputmodules/src/matrix.rs:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11#[derive(Clone)]
12pub struct Grid(pub [[u8; HEIGHT]; WIDTH]);
13impl Default for Grid {
14 fn default() -> Self {
15 Grid([[0; HEIGHT]; WIDTH])

Callers 4

display_sleepFunction · 0.85
display_panicFunction · 0.85
display_lotus2Function · 0.85
defaultMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected