25 hat.display.writeText(
"Hello HAT!");
29 hat.display.drawLine(0, 0, 127, 63);
32 hat.display.drawLine(0, 63, 127, 0);
35 hat.display.drawCircle(64, 32, 20,
false);
39 hat.display.writeText(
"Goodbye!");
43 hat.display.stopDisplay();
Main interface for accessing TKJHAT board features.
void begin()
Initialize all peripherals on the HAT Also initializes the default I2C bus for sensors and display.