Added "Effect" AM_STATIC ("static") and some more colors.

This commit is contained in:
2021-01-08 22:22:06 +01:00
parent 40efeee436
commit 8fe03313ac
3 changed files with 8 additions and 4 deletions

View File

@ -24,7 +24,8 @@ enum AnimationMode {
AM_FLASH,
AM_OFF,
AM_ERROR,
AM_NONE
AM_NONE,
AM_STATIC
};
extern AnimationMode mode;