[FL-2610] SubGhz: add keypad lock SubGhz -> Read (#1343)
* [FL-2610] SubGhz: add keypad lock SubGhz -> Read * SubGhz: fix multiple clicks on the back button * SubGhz: turn on the backlight when receiving with the keypad locked. key processing delay when exiting Locked mode * SubGhz: chanage lock variable and enums names * SubGhz: replace direct return with consumed Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
		@@ -1,12 +1,15 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <gui/view.h>
 | 
			
		||||
#include "../helpers/subghz_types.h"
 | 
			
		||||
#include "../helpers/subghz_custom_event.h"
 | 
			
		||||
 | 
			
		||||
typedef struct SubGhzViewReceiver SubGhzViewReceiver;
 | 
			
		||||
 | 
			
		||||
typedef void (*SubGhzViewReceiverCallback)(SubGhzCustomEvent event, void* context);
 | 
			
		||||
 | 
			
		||||
void subghz_view_receiver_set_lock(SubGhzViewReceiver* subghz_receiver, SubGhzLock keyboard);
 | 
			
		||||
 | 
			
		||||
void subghz_view_receiver_set_callback(
 | 
			
		||||
    SubGhzViewReceiver* subghz_receiver,
 | 
			
		||||
    SubGhzViewReceiverCallback callback,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user