What
Delete the entire SCREEN/ directory (text/, steami_faces/, steami_animation/).
Why
| To remove |
Status |
text/ |
Duplicate of ssd1327/examples/framebuf_text.py in micropython-steami-lib |
steami_faces/ |
Covered by steami_screen/examples/face_gallery.py in micropython-steami-lib |
steami_animation/ |
Rapatriated to ssd1327/examples/blink_animation.py (steamicc/micropython-steami-lib#407) |
Blocked by
steamicc/micropython-steami-lib#407 must be merged first (rapatriates steami_animation before we delete it here).
How
git rm -r SCREEN/
git commit -m "chore: Remove redundant SCREEN/ examples."
What
Delete the entire
SCREEN/directory (text/,steami_faces/,steami_animation/).Why
text/ssd1327/examples/framebuf_text.pyin micropython-steami-libsteami_faces/steami_screen/examples/face_gallery.pyin micropython-steami-libsteami_animation/ssd1327/examples/blink_animation.py(steamicc/micropython-steami-lib#407)Blocked by
steamicc/micropython-steami-lib#407 must be merged first (rapatriates
steami_animationbefore we delete it here).How
git rm -r SCREEN/ git commit -m "chore: Remove redundant SCREEN/ examples."