kopia lustrzana https://github.com/meshtastic/firmware
				
				
				
			
		
			
				
	
	
		
			17 wiersze
		
	
	
		
			372 B
		
	
	
	
		
			C
		
	
	
			
		
		
	
	
			17 wiersze
		
	
	
		
			372 B
		
	
	
	
		
			C
		
	
	
| #pragma once
 | |
| 
 | |
| void screen_print(const char * text);
 | |
| 
 | |
| /// @return how many msecs can we sleep before we want service again
 | |
| uint32_t screen_loop();
 | |
| 
 | |
| void screen_setup(), screen_on(), screen_off(), screen_press();
 | |
| 
 | |
| // Show the bluetooth PIN screen
 | |
| void screen_start_bluetooth(uint32_t pin); 
 | |
| 
 | |
| // restore our regular frame list
 | |
| void screen_set_frames();
 | |
| 
 | |
| bool is_screen_on();
 |