mirror of
https://github.com/pimoroni/pimoroni-pico.git
synced 2025-02-12 13:05:27 +00:00
Move scroll_text into the C++ library and make it support std::string. Move show_bitmap_1d to set_bitmap_1d in the C++ library. Use it as the basis for show_text and scroll_text. Change show_text to set_text since it does not implicitly show the result. Add a new pico-scroll demo to show off the scrolling text functionality.