MCPcopy Create free account
hub / github.com/Blueforcer/awtrix3 / bricksRemain

Function bricksRemain

src/effects.cpp:903–916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901}
902
903bool bricksRemain()
904{
905 for (int i = 0; i < BRICK_8; i++)
906 {
907 for (int j = 0; j < BRICK_32; j++)
908 {
909 if (bricks[i][j])
910 {
911 return true;
912 }
913 }
914 }
915 return false;
916}
917
918void BrickBreakerEffect(FastLED_NeoMatrix *matrix, int16_t x, int16_t y, EffectSettings *settings)
919{

Callers 1

BrickBreakerEffectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected