AaronLiddiment / LEDSprites

FastLED Sprite Class requires LEDMatrix Class
33 stars 19 forks source link

cSprite::Combine #3

Open 835884569 opened 2 months ago

835884569 commented 2 months ago

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

AaronLiddiment commented 2 months ago

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.