Compare commits
	
		
			1 commit
		
	
	
		
			cb8f9456c7
			...
			b8a55d0433
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
							 | 
						b8a55d0433 | 
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -7,7 +7,7 @@ void enable_all_pixels(void) {
 | 
			
		|||
    sp_bitmap_fill(all_on, true);
 | 
			
		||||
 | 
			
		||||
    BitmapCommand *bitmapCommand = sp_cmd_bitmap_from_bitmap(all_on);
 | 
			
		||||
    Packet *packet = sp_cmd_bitmap_into_packet(bitmapCommand);
 | 
			
		||||
    Packet *packet = sp_cmd_bitmap_try_into_packet(bitmapCommand);
 | 
			
		||||
    if (packet != NULL)
 | 
			
		||||
        sp_udp_send_packet(connection, packet);
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue