| 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'; |
nothing calls this directly
no outgoing calls
no test coverage detected