diff options
author | Danny Nguyen <danny@80pct.com> | 2017-06-01 01:26:06 -0400 |
---|---|---|
committer | Danny Nguyen <danny@80pct.com> | 2017-06-01 01:26:06 -0400 |
commit | db82b17d6ec988c7f7c9d0dc1c067d441524b979 (patch) | |
tree | 4772f73c135ae53fc183f3b398bbe7074618b4ec /keyboards/nyquist/ssd1306.h | |
parent | 7a433a7f3deea8e4d04a469e31e8b47047eacc99 (diff) |
Remove OLED code and set I2C rate back to 100kHz
Diffstat (limited to 'keyboards/nyquist/ssd1306.h')
-rw-r--r-- | keyboards/nyquist/ssd1306.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/nyquist/ssd1306.h b/keyboards/nyquist/ssd1306.h deleted file mode 100644 index b0c74f987e..0000000000 --- a/keyboards/nyquist/ssd1306.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef SSD1306_H -#define SSD1306_H - -#include <stdbool.h> -#include <stdio.h> - -bool iota_gfx_init(void); -void iota_gfx_task(void); -bool iota_gfx_off(void); -bool iota_gfx_on(void); -void iota_gfx_flush(void); -void iota_gfx_write_char(uint8_t c); -void iota_gfx_write(const char *data); -void iota_gfx_write_P(const char *data); -void iota_gfx_clear_screen(void); - -#endif |