aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features/st7565.md
diff options
context:
space:
mode:
authorQMK Bot2025-09-09 23:51:51 +0200
committerQMK Bot2025-09-09 23:51:51 +0200
commitff8db0449edd488ae4440e8c102a0752f76f46c3 (patch)
tree90bc046e8318fdcbff38acd932490d2dcf0ba553 /docs/features/st7565.md
parent7772f47f04f54cf64db8719a49a225013013aee1 (diff)
parent09ab67c0440d8e5e3faf832d23eb1b754845a573 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/features/st7565.md')
-rw-r--r--docs/features/st7565.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/st7565.md b/docs/features/st7565.md
index de3e44d8e9..09a1efce30 100644
--- a/docs/features/st7565.md
+++ b/docs/features/st7565.md
@@ -182,12 +182,12 @@ void st7565_render(void);
void st7565_set_cursor(uint8_t col, uint8_t line);
// Advances the cursor to the next page, writing ' ' if true
-// Wraps to the begining when out of bounds
+// Wraps to the beginning when out of bounds
void st7565_advance_page(bool clearPageRemainder);
// Moves the cursor forward 1 character length
// Advance page if there is not enough room for the next character
-// Wraps to the begining when out of bounds
+// Wraps to the beginning when out of bounds
void st7565_advance_char(void);
// Writes a single character to the buffer at current cursor position