diff options
Diffstat (limited to 'drivers/ssd1289_lld.c')
-rw-r--r-- | drivers/ssd1289_lld.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/ssd1289_lld.c b/drivers/ssd1289_lld.c index 0301f4da..c6295918 100644 --- a/drivers/ssd1289_lld.c +++ b/drivers/ssd1289_lld.c @@ -150,10 +150,6 @@ void lld_lcdClear(uint16_t color) { Set_CS; } -void lld_lcdFillArea(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, uint16_t color) { - -} - uint16_t lld_lcdGetPixelColor(uint16_t x, uint16_t y) { uint16_t dummy; |