Skip to content

Commit 25d4623

Browse files
committed
fix angermark color #84
1 parent 7508f44 commit 25d4623

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Effect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Effect final : public Drawable {
5959
}
6060

6161
void drawAngerMark(M5Canvas *spi, uint32_t x, uint32_t y, uint32_t r,
62-
uint16_t color, uint32_t bColor, float offset) {
62+
uint16_t color, uint16_t bColor, float offset) {
6363
r = r + abs(r * 0.4 * offset);
6464
spi->fillRect(x - (r / 3), y - r, (r * 2) / 3, r * 2, color);
6565
spi->fillRect(x - r, y - (r / 3), r * 2, (r * 2) / 3, color);

0 commit comments

Comments
 (0)