| 2555 | } |
| 2556 | |
| 2557 | void DisplayManager_::drawFastVLine(int16_t x, int16_t y, int16_t h, uint32_t color) |
| 2558 | { |
| 2559 | drawLine(x, y, x, y + h - 1, color); |
| 2560 | } |
| 2561 | |
| 2562 | void DisplayManager_::drawFilledRect(int16_t x, int16_t y, int16_t w, int16_t h, uint32_t color) |
| 2563 | { |