Skip to content
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

Addition: Set/clear/toggle individual pixels #11

Open
steve8x8 opened this issue Jul 10, 2017 · 3 comments
Open

Addition: Set/clear/toggle individual pixels #11

steve8x8 opened this issue Jul 10, 2017 · 3 comments

Comments

@steve8x8
Copy link

Currently, text output is the major focus of the module.
For simple graphics and effects, it should be possible to set/clear individual pixels (or rectangles), or toggle them.
The latter functionality would require to keep an image of the display in memory, I think.
Having a bit pattern in memory would also provide support for scrolling (issue #3) and what I think "oscillation" (issue #4) means...

@marcelstoer
Copy link
Owner

I would argue that this is a dup of #1.

@steve8x8
Copy link
Author

IMHO it's an extension of #1. Adding a require("bit") seems unavoidable in the long run (and. e.g. reverseBytes would profit from bit operations, saving several K of heap space).

@marcelstoer
Copy link
Owner

True, you're right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants