mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
15 lines
336 B
C
15 lines
336 B
C
|
#pragma once
|
||
|
|
||
|
typedef enum {
|
||
|
//PCSGCustomEvent
|
||
|
PCSGCustomEventStartId = 100,
|
||
|
|
||
|
PCSGCustomEventSceneSettingLock,
|
||
|
|
||
|
PCSGCustomEventViewReceiverOK,
|
||
|
PCSGCustomEventViewReceiverConfig,
|
||
|
PCSGCustomEventViewReceiverBack,
|
||
|
PCSGCustomEventViewReceiverOffDisplay,
|
||
|
PCSGCustomEventViewReceiverUnlock,
|
||
|
} PCSGCustomEvent;
|