MCPcopy Create free account
hub / github.com/dejwk/roo_display / Write

Method Write

test/compactor_test.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19struct Write {
20 Write(int16_t offset, int16_t x, int16_t y,
21 Compactor::WriteDirection direction, int16_t count)
22 : offset(offset), x(x), y(y), direction(direction), count(count) {}
23
24 int16_t offset;
25 int16_t x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected