diff options
Diffstat (limited to 'drivers/gdisp')
-rw-r--r-- | drivers/gdisp/SSD1963/gdisp_lld.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gdisp/SSD1963/gdisp_lld.c b/drivers/gdisp/SSD1963/gdisp_lld.c index 0160bf8e..c407a27e 100644 --- a/drivers/gdisp/SSD1963/gdisp_lld.c +++ b/drivers/gdisp/SSD1963/gdisp_lld.c @@ -160,11 +160,6 @@ bool_t gdisp_lld_init(void) { return TRUE; } - -__inline void read_stream_start(void) { - write_index(SSD1963_READ_MEMORY_START); -} - void gdisp_lld_setwindow(coord_t x0, coord_t y0, coord_t x1, coord_t y1) { /* We don't need to validate here as the LLD routines will validate first. * |