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
This commit is contained in:
parent
cc468523df
commit
087af43dee
8 changed files with 203 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue