diff options
| author | QMK Bot <hello@qmk.fm> | 2025-09-09 21:51:51 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2025-09-09 21:51:51 +0000 |
| commit | ff8db0449edd488ae4440e8c102a0752f76f46c3 (patch) | |
| tree | 90bc046e8318fdcbff38acd932490d2dcf0ba553 /drivers | |
| parent | 7772f47f04f54cf64db8719a49a225013013aee1 (diff) | |
| parent | 09ab67c0440d8e5e3faf832d23eb1b754845a573 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/lcd/st7565.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/lcd/st7565.h b/drivers/lcd/st7565.h index 0e42c8765b..7ab10e23ed 100644 --- a/drivers/lcd/st7565.h +++ b/drivers/lcd/st7565.h | |||
| @@ -116,12 +116,12 @@ void st7565_render(void); | |||
| 116 | void st7565_set_cursor(uint8_t col, uint8_t line); | 116 | void st7565_set_cursor(uint8_t col, uint8_t line); |
| 117 | 117 | ||
| 118 | // Advances the cursor to the next page, writing ' ' if true | 118 | // Advances the cursor to the next page, writing ' ' if true |
| 119 | // Wraps to the begining when out of bounds | 119 | // Wraps to the beginning when out of bounds |
| 120 | void st7565_advance_page(bool clearPageRemainder); | 120 | void st7565_advance_page(bool clearPageRemainder); |
| 121 | 121 | ||
| 122 | // Moves the cursor forward 1 character length | 122 | // Moves the cursor forward 1 character length |
| 123 | // Advance page if there is not enough room for the next character | 123 | // Advance page if there is not enough room for the next character |
| 124 | // Wraps to the begining when out of bounds | 124 | // Wraps to the beginning when out of bounds |
| 125 | void st7565_advance_char(void); | 125 | void st7565_advance_char(void); |
| 126 | 126 | ||
| 127 | // Writes a single character to the buffer at current cursor position | 127 | // Writes a single character to the buffer at current cursor position |
