Merge branch 'flipperdevices:dev' into dev

This commit is contained in:
Eng1n33r
2022-06-21 17:46:11 +03:00
committed by GitHub
11 changed files with 66 additions and 12 deletions

View File

@@ -335,6 +335,15 @@ const NotificationSequence sequence_set_blue_255 = {
NULL,
};
// Solid colors
const NotificationSequence sequence_solid_yellow = {
&message_red_255,
&message_green_255,
&message_blue_0,
&message_do_not_reset,
NULL,
};
// Blink
const NotificationSequence sequence_blink_blue_10 = {
&message_blue_255,

View File

@@ -103,6 +103,9 @@ extern const NotificationSequence sequence_set_red_255;
extern const NotificationSequence sequence_set_green_255;
extern const NotificationSequence sequence_set_blue_255;
// Solid colors
extern const NotificationSequence sequence_solid_yellow;
// Blink
extern const NotificationSequence sequence_blink_blue_10;
extern const NotificationSequence sequence_blink_red_10;