diff --git a/micropython/modules/pico_scroll/README.md b/micropython/modules/pico_scroll/README.md index 3f76c331..391cf4a4 100644 --- a/micropython/modules/pico_scroll/README.md +++ b/micropython/modules/pico_scroll/README.md @@ -115,6 +115,8 @@ for j in range(256*6): time.sleep(0.1) ``` +![Font map](./bitmap.png) + ### scroll_text Scroll a string across the picoscroll, starting off the right hand side, to the left, with a given delay in ms.