MCPcopy Create free account
hub / github.com/BruceDevices/firmware / attribute8

Method attribute8

include/VectorDisplay.h:286–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 inline SPIClass &getSPIinstance() { return SPI; }
285
286 void attribute8(char a, uint8_t value) {
287 args.attribute8.attr = a;
288 args.attribute8.value = value;
289 sendCommand('Y', &args, 2);
290 }
291
292 void attribute8(char a, bool value) {
293 args.attribute8.attr = a;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected