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

Greyscale support #17

Open
gwenhael-le-moine opened this issue Apr 3, 2024 · 0 comments
Open

Greyscale support #17

gwenhael-le-moine opened this issue Apr 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@gwenhael-le-moine
Copy link
Owner

Inspired by hpemu

The idea is to keep the last 3 lcd_nibbles_buffer (rotated at each iteration.)

We then add an intermediate step that generates a greyscale_lcd_nibbles_buffer from those 3 lcd_nibbles_buffer by assigning a color (from 0 to 3) based on on the sum its value in those 3 lcd_nibbles_buffer.

The screen is then drawn from greyscale_lcd_nibbles_buffer with the appropriate colors.

@gwenhael-le-moine gwenhael-le-moine added the enhancement New feature or request label Apr 3, 2024
@gwenhael-le-moine gwenhael-le-moine self-assigned this Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant