-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: display inversion command #6
base: master
Are you sure you want to change the base?
feat: display inversion command #6
Conversation
55c19cb
to
a31b2c1
Compare
This is a nice addition. There are definitely times this can be a very useful feature. I should have been a little more clear. We like for the examples to be a simple demonstration of a single feature. So rather than add to or modify the existing We do also welcome more complex application examples, but we call these demos, and usually add them to a separate folder like we do in the atomvm_examples repo. |
a31b2c1
to
44757ad
Compare
Thanks @UncleGrumpy for the feedback. |
You should probably update the commit message to reflect the changes you made to the example of the inversion feature. ;-) |
44757ad
to
8413066
Compare
0e5a8c3
to
aa8ccb2
Compare
Add display inversion command. Add inversion example with changing screen inversion without redrawing it (basically blinking the screen). Signed-off-by: Rafał Trójniak <git@trojniak.net>
aa8ccb2
to
6a468fe
Compare
Hey @UncleGrumpy , is there anything else I can do to improve that ? |
Add display inversion command.
Add inversion example with changing screen inversion
without redrawing it (basically blinking the screen).