Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
new
Method · 0.45
Calls
1
size
Function · 0.70
Tested by
no test coverage detected