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

Method TestDevice

test/addr_window_device_test.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 typedef AddrWindowDevice<TestTarget<ColorMode, byte_order>> Base;
137
138 TestDevice(int16_t width, int16_t height, Color color)
139 : Base(TestTarget<ColorMode, byte_order>(width, height, color)) {
140 Base::init();
141 }
142
143 const Color* data() const { return Base::target_.data(); }
144};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected