summaryrefslogtreecommitdiffstats
path: root/drivers/avr/ssd1306.h
diff options
context:
space:
mode:
authorishtob <ishtob@gmail.com>2017-07-12 18:10:28 +0200
committerJack Humbert <jack.humb@gmail.com>2017-07-12 18:10:28 +0200
commit087af43dee545792f486069481460ed5997bc41b (patch)
tree94466dfcf27bca408c94ce1703cf8ac1e1511216 /drivers/avr/ssd1306.h
parentcc468523dfec8175939f575a214714eea8aaa7a3 (diff)
downloadqmk_firmware-087af43dee545792f486069481460ed5997bc41b.tar.gz
qmk_firmware-087af43dee545792f486069481460ed5997bc41b.tar.xz
fix implementation issues from SSD1306 clean up, added rotation (#1494)
* moved OLED update task to keymap * fix splitting render display to keymap * Added rotation option for OLED, fixed splitting display render update to keymap * issues with attribute
Diffstat (limited to 'drivers/avr/ssd1306.h')
-rw-r--r--drivers/avr/ssd1306.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/avr/ssd1306.h b/drivers/avr/ssd1306.h
index 1b6f8a493..df6a75359 100644
--- a/drivers/avr/ssd1306.h
+++ b/drivers/avr/ssd1306.h
@@ -79,7 +79,6 @@ void iota_gfx_write(const char *data);
void iota_gfx_write_P(const char *data);
void iota_gfx_clear_screen(void);
-__attribute__((weak))
void iota_gfx_task_user(void);
void matrix_clear(struct CharacterMatrix *matrix);