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

cSprite::Combine #3

Open
835884569 opened this issue Apr 21, 2024 · 1 comment
Open

cSprite::Combine #3

835884569 opened this issue Apr 21, 2024 · 1 comment

Comments

@835884569
Copy link

when i use 8bit ,this function doesn't work

@AaronLiddiment
Copy link
Owner

The X/Y in all the sprite code is declared as 16bit to allow large displays but you should be able to use 8 bit variables and just cast them as (uint16_t) when passing them to the function call.

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