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

Fix premature loop-back on palette #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hytopoulos
Copy link

Palettes are a total of 256 colors (16 palettes). This can be seen in the palette preview. The current CGRAM offset prematurely loops back to color 0 (palette 0) when it reaches the 128th color (8th palette). This change will let the CGRAM offset access the full palette.

Palettes are a total of 256 colors (16 palettes). This can be seen in the palette preview. The current CGRAM offset prematurely loops back to color 0 (palette 0) when it reaches the 128th color (8th palette). This change will let the CGRAM offset access the full palette.
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

Successfully merging this pull request may close these issues.

1 participant