This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
pimoroni-pico
mirror of
https://github.com/pimoroni/pimoroni-pico.git
Watch
1
Star
0
Fork
You've already forked pimoroni-pico
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
08a54a600f
pimoroni-pico
/
examples
/
pico_scroll
/
CMakeLists.txt
2 lines
46 B
CMake
Raw
Normal View
History
Unescape
Escape
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-21 14:35:26 +01:00
include
(
demo.cmake
)
include
(
scroll-text.cmake
)