Skip to content

Commit

Permalink
SSD1306(OLED driver) : change size of oled_buff[]
Browse files Browse the repository at this point in the history
  • Loading branch information
r-alias committed Jul 15, 2019
1 parent a18701a commit 88a5834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/helix_ble/ssd1306.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static uint16_t last_flush;

static bool force_dirty = true;

uint8_t oled_buff[512];
uint8_t oled_buff[1 + MatrixRows * DisplayWidth];

// Write command sequence.
// Returns true on success.
Expand Down

0 comments on commit 88a5834

Please sign in to comment.