diff --git a/micropython/modules/badger2040/assets/289-0-wind-in-the-willows-abridged.txt b/micropython/examples/badger2040/assets/289-0-wind-in-the-willows-abridged.txt similarity index 97% rename from micropython/modules/badger2040/assets/289-0-wind-in-the-willows-abridged.txt rename to micropython/examples/badger2040/assets/289-0-wind-in-the-willows-abridged.txt index ec5e9158..f6243fd9 100644 --- a/micropython/modules/badger2040/assets/289-0-wind-in-the-willows-abridged.txt +++ b/micropython/examples/badger2040/assets/289-0-wind-in-the-willows-abridged.txt @@ -1,4 +1,4 @@ -The Project Gutenberg eBook of The Wind in the Willows, by Kenneth Grahame +The Project Gutenberg eBook of The Wind in the Willows, by Kenneth Grahame This eBook is for the use of anyone anywhere in the United States and most other parts of the world at no cost and with almost no restrictions diff --git a/micropython/modules/badger2040/assets/badge_image.png b/micropython/examples/badger2040/assets/badge_image.png similarity index 100% rename from micropython/modules/badger2040/assets/badge_image.png rename to micropython/examples/badger2040/assets/badge_image.png diff --git a/micropython/modules/badger2040/assets/badgerpunk.png b/micropython/examples/badger2040/assets/badgerpunk.png similarity index 100% rename from micropython/modules/badger2040/assets/badgerpunk.png rename to micropython/examples/badger2040/assets/badgerpunk.png diff --git a/micropython/modules/badger2040/assets/boot.py b/micropython/examples/badger2040/assets/boot.py similarity index 100% rename from micropython/modules/badger2040/assets/boot.py rename to micropython/examples/badger2040/assets/boot.py diff --git a/micropython/modules/badger2040/assets/launchericons.png b/micropython/examples/badger2040/assets/launchericons.png similarity index 100% rename from micropython/modules/badger2040/assets/launchericons.png rename to micropython/examples/badger2040/assets/launchericons.png diff --git a/micropython/modules/badger2040/micropython-builtins.cmake b/micropython/examples/badger2040/micropython-builtins.cmake similarity index 65% rename from micropython/modules/badger2040/micropython-builtins.cmake rename to micropython/examples/badger2040/micropython-builtins.cmake index 0473f27a..b5d73b85 100644 --- a/micropython/modules/badger2040/micropython-builtins.cmake +++ b/micropython/examples/badger2040/micropython-builtins.cmake @@ -42,12 +42,12 @@ convert_image(usermod_badger2040 launchericons) convert_raw(usermod_badger2040 289-0-wind-in-the-willows-abridged.txt witw) copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/assets/boot.py boot) -copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/../../examples/badger2040/launcher.py _launcher) -copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/../../examples/badger2040/clock.py _clock) -copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/../../examples/badger2040/fonts.py _fonts) -copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/../../examples/badger2040/ebook.py _ebook) -copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/../../examples/badger2040/image.py _image) -copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/../../examples/badger2040/list.py _list) -copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/../../examples/badger2040/badge.py _badge) -copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/../../examples/badger2040/help.py _help) -copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/../../examples/badger2040/info.py _info) \ No newline at end of file +copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/launcher.py _launcher) +copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/clock.py _clock) +copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/fonts.py _fonts) +copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/ebook.py _ebook) +copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/image.py _image) +copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/list.py _list) +copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/badge.py _badge) +copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/help.py _help) +copy_module(usermod_badger2040 ${CMAKE_CURRENT_LIST_DIR}/info.py _info) diff --git a/micropython/modules/badger2040-micropython.cmake b/micropython/modules/badger2040-micropython.cmake index 663b8497..fd3f12fc 100644 --- a/micropython/modules/badger2040-micropython.cmake +++ b/micropython/modules/badger2040-micropython.cmake @@ -31,6 +31,6 @@ include(breakout_icp10125/micropython) include(breakout_scd41/micropython) include(badger2040/micropython) -include(badger2040/micropython-builtins) +include(micropython/examples/badger2040/micropython-builtins) include(plasma/micropython) -include(ulab/code/micropython) \ No newline at end of file +include(ulab/code/micropython)