SSD1963 - Removed unused function that what using an inline macro.
This commit is contained in:
parent
e400fd01e2
commit
55d41fe007
1 changed files with 0 additions and 5 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue