diff options
| author | QMK Bot <hello@qmk.fm> | 2024-09-26 18:44:11 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2024-09-26 18:44:11 +0000 |
| commit | 928b5fdf50595071a5f2938421a0f771e00ace74 (patch) | |
| tree | 828ddceb626623e41b59146955cb60b6ab0a0528 | |
| parent | 81895940e6fc2930108866bd6b6ad8f869cae693 (diff) | |
| parent | 805cde674d6e7bb5c09fdc48dd04b135cc3430ac (diff) | |
Merge remote-tracking branch 'origin/master' into develop
| -rw-r--r-- | drivers/lcd/st7565.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/lcd/st7565.c b/drivers/lcd/st7565.c index 4fce40edbe..cf71c5e5a3 100644 --- a/drivers/lcd/st7565.c +++ b/drivers/lcd/st7565.c | |||
| @@ -187,6 +187,8 @@ void st7565_render(void) { | |||
| 187 | 187 | ||
| 188 | st7565_send_data(&st7565_buffer[ST7565_BLOCK_SIZE * update_start], ST7565_BLOCK_SIZE); | 188 | st7565_send_data(&st7565_buffer[ST7565_BLOCK_SIZE * update_start], ST7565_BLOCK_SIZE); |
| 189 | 189 | ||
| 190 | spi_stop(); | ||
| 191 | |||
| 190 | // Turn on display if it is off | 192 | // Turn on display if it is off |
| 191 | st7565_on(); | 193 | st7565_on(); |
| 192 | 194 | ||
