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

Method backColor565

include/VectorDisplay.h:573–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571 }
572
573 void backColor565(uint16_t color) {
574 args.attribute16.attr = 'b';
575 args.attribute16.value = color;
576 sendCommand('A', &args, 3);
577 }
578
579 void textBackColor565(uint16_t color) {
580 args.attribute16.attr = 'k';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected