From 152af1f72f3c6068183612abc2c4dcef281ba8f7 Mon Sep 17 00:00:00 2001 From: Hel Gibbons <50950368+helgibbons@users.noreply.github.com> Date: Wed, 26 Oct 2022 16:20:37 +0100 Subject: [PATCH] Update README.md --- micropython/modules/pico_scroll/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/modules/pico_scroll/README.md b/micropython/modules/pico_scroll/README.md index 7f50ff1c..a1908b24 100644 --- a/micropython/modules/pico_scroll/README.md +++ b/micropython/modules/pico_scroll/README.md @@ -12,7 +12,7 @@ We've included helper functions to handle every aspect of drawing to the matrix - [set_pixel](#set_pixel) - [set_pixels](#set_pixels) - [show_text](#show_text) - - [scroll_texr](#scroll_text) + - [scroll_text](#scroll_text) - [show_bitmap_1d](#show_bitmap_1d) - [update](#update) - [clear](#clear)