Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
12
pub struct Grid(pub [[u8; HEIGHT]; WIDTH]);
13
impl Default for Grid {
14
fn default() -> Self {
15
Grid([[0; HEIGHT]; WIDTH])
Callers
4
display_sleep
Function · 0.85
display_panic
Function · 0.85
display_lotus2
Function · 0.85
default
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected