pimoroni-pico/examples
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 use of private variable in round LCD demo 2021-04-05 11:05:33 +01:00
pico_audio Add README for Pico Audio extras setup 2021-03-31 17:18:48 +01:00
pico_display Graphics Enhancements (#8) 2021-01-23 23:41:09 +00:00
pico_explorer Drop £ from text demo 2021-03-29 13:33:48 +01:00
pico_rgb_keypad Added c++ code and mpy wrapper for pico_rgb_keypad, with examples 2021-01-19 18:40:51 +00:00
pico_rtc_display Select Explorer/Display add-ons with #define 2021-02-08 16:40:02 +00: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_tof_display Tweak and clean up TOF demo 2021-02-23 11:17:14 +00:00
pico_unicorn perform updates via repeated dma transfer instead of blocking writes to the pio fifo 2021-01-19 07:09:58 +00:00
pico_unicorn_plasma Pico Unicorn Plasma 2021-01-26 21:44:58 +00:00
CMakeLists.txt Add Pico Audio Pack example 2021-03-31 13:44:33 +01:00