From 54e4c1c177562faf1359f0d294bf342a074e3802 Mon Sep 17 00:00:00 2001 From: Graeme Winter Date: Sat, 17 Apr 2021 15:50:59 +0100 Subject: [PATCH] Add bitmap --- micropython/modules/pico_scroll/README.md | 2 ++ 1 file changed, 2 insertions(+) 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.