Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dear Paul,
thanks for conceiving this fine GUI toolkit for Python. As we asked ourselves whether this will actually run on MicroPython (#35) and recognized that you asked yourself the same thing already (#1) we are now happy to see this coming.
The essential code fragments have been taken from the on-device Micropython-Editor [1] by @robert-hh. He might also like to see this framework coming into his toolbox. Thanks a bunch!
This has been tested by running
examples/example_filter_listbox.py
on a Pycom FiPy device [2].This PR should be seen as a proof-of-concept and we might have to polish different things around it. For doing so, we will be happy to receive respective suggestions.
With kind regards,
Andreas.
[1] https://github.com/robert-hh/Micropython-Editor
[2] https://community.hiveeyes.org/t/picotui-a-text-user-interface-tui-widget-toolkit-for-micropython/2652