-
Notifications
You must be signed in to change notification settings - Fork 15
adding PageLayout and examples #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Consider adding a property to retrieve the current page content:
Make it easy for the user to retrieve the object they added using The user shouldn't need to know about |
Good idea, I like that functionality. Thanks for trying this out and suggesting improvements. I'll add another commit with this new property |
Also I like the idea of a |
Latest commit adds the |
I think this is the root caused of the CI failure. psf/black#2964 Looks like there are a few options to get past it but it might be something we'll need to decided on across all of the libraries if I am understanding correctly. |
Indeed the Black / Click version issue is what was causing CI to fail. There was a commit yesterday to change the version used and I just re-ran the jobs and now it's passing 🎉 |
LGTM. Tested code on a Titano successfully. Test process:
Test results:
Notes:
|
Updating https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout to 1.18.0 from 1.17.0: > Merge pull request adafruit/Adafruit_CircuitPython_DisplayIO_Layout#69 from FoamyGuy/paged_layout > Update Black to latest. > Fixed readthedocs build > Consolidate Documentation sections of README
A new type of layout that allows you to organize your UI into pages that you can change between using name, index, or prev/next functions.