Notification: backlight always on lock. Gpio: backlight always on lock in uart brige app. (#1007)

This commit is contained in:
あく
2022-02-24 03:17:40 +03:00
committed by GitHub
parent 3c77ae2eb8
commit 92734f1bb3
6 changed files with 65 additions and 3 deletions

View File

@@ -40,14 +40,22 @@ typedef union {
typedef enum {
NotificationMessageTypeVibro,
NotificationMessageTypeSoundOn,
NotificationMessageTypeSoundOff,
NotificationMessageTypeLedRed,
NotificationMessageTypeLedGreen,
NotificationMessageTypeLedBlue,
NotificationMessageTypeDelay,
NotificationMessageTypeLedDisplay,
NotificationMessageTypeLedDisplayLock,
NotificationMessageTypeLedDisplayUnlock,
NotificationMessageTypeDoNotReset,
NotificationMessageTypeForceSpeakerVolumeSetting,
NotificationMessageTypeForceVibroSetting,
NotificationMessageTypeForceDisplayBrightnessSetting,
@@ -83,4 +91,4 @@ void notification_internal_message_block(
#ifdef __cplusplus
}
#endif
#endif