We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7508f44 commit 25d4623Copy full SHA for 25d4623
1 file changed
src/Effect.h
@@ -59,7 +59,7 @@ class Effect final : public Drawable {
59
}
60
61
void drawAngerMark(M5Canvas *spi, uint32_t x, uint32_t y, uint32_t r,
62
- uint16_t color, uint32_t bColor, float offset) {
+ uint16_t color, uint16_t bColor, float offset) {
63
r = r + abs(r * 0.4 * offset);
64
spi->fillRect(x - (r / 3), y - r, (r * 2) / 3, r * 2, color);
65
spi->fillRect(x - r, y - (r / 3), r * 2, (r * 2) / 3, color);
0 commit comments