| 904 | tft->display(false); |
| 905 | } |
| 906 | void drawDeviceBorder() { |
| 907 | tft->drawRoundRect(5, 5, tftWidth - 10, tftHeight - 10, 5, FGCOLOR); |
| 908 | tft->drawLine(5, (6 + 6 + FP * LH + 5), tftWidth - 6, (6 + 6 + FP * LH + 5), FGCOLOR); |
| 909 | } |
| 910 | |
| 911 | void drawBatteryStatus(uint8_t bat) { |
| 912 | tft->drawRoundRect(tftWidth - 42 - RES, 7, 34, FP * LH + 9, 2, FGCOLOR); |
no test coverage detected