Skip to content

Commit

Permalink
Merge pull request qmk#14 from r-alias/nrf52_oled
Browse files Browse the repository at this point in the history
SSD1306(OLED driver) : change size of oled_buff[]
  • Loading branch information
sekigon-gonnoc authored Jul 17, 2019
2 parents 7104a9f + 88a5834 commit 9bd27c0
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 9bd27c0

Please sign in to comment.