diff options
Diffstat (limited to 'drivers/lcd/ssd1289_lld.c')
-rw-r--r-- | drivers/lcd/ssd1289_lld.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/lcd/ssd1289_lld.c b/drivers/lcd/ssd1289_lld.c index 6d20aa48..7a9109ad 100644 --- a/drivers/lcd/ssd1289_lld.c +++ b/drivers/lcd/ssd1289_lld.c @@ -71,6 +71,10 @@ static __inline void lcdDelay(uint16_t us) { chThdSleepMicroseconds(us); } +__inline lld_lcdWriteStream(uint16_t *buffer, uint16_t size) { + +} + void lld_lcdSetCursor(uint16_t x, uint16_t y) { if(PORTRAIT) { lld_lcdWriteReg(0x004e, x); |