pimoroni-pico/micropython/modules
Phil Howard 8a15da1f66 Move scroll_text, show_text, bitmap_1d and set_pixels into C++ library
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.
2021-04-22 20:00:25 +01:00
..
breakout_roundlcd Fix for MicroPython hard lock when passing in non-string object to text function 2021-03-30 18:07:43 +01:00
pico_display Fix for MicroPython hard lock when passing in non-string object to text function 2021-03-30 18:07:43 +01:00
pico_explorer Fix for MicroPython hard lock when passing in non-string object to text function 2021-03-30 18:07:43 +01:00
pico_rgb_keypad Fix picokeypad.clear() 2021-04-04 10:44:24 -05:00
pico_scroll Move scroll_text, show_text, bitmap_1d and set_pixels into C++ library 2021-04-22 20:00:25 +01:00
pico_unicorn Fix include paths in MicroPython modules 2021-03-30 15:50:18 +01:00
ulab@24caf74d90 Bump ULAB to version with micropython.mk 2021-03-29 13:51:11 +01:00
micropython.cmake Restore commented out sections 2021-04-17 13:27:02 +01:00