|  |  | @ -101,8 +101,11 @@ def ui_thread(addr): | 
			
		
	
		
		
			
				
					
					|  |  |  |   draw_plots = init_plots(plot_arr, name_to_arr_idx, plot_xlims, plot_ylims, plot_names, plot_colors, plot_styles) |  |  |  |   draw_plots = init_plots(plot_arr, name_to_arr_idx, plot_xlims, plot_ylims, plot_names, plot_colors, plot_styles) | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   vipc_client = VisionIpcClient("camerad", VisionStreamType.VISION_STREAM_ROAD, True) |  |  |  |   vipc_client = VisionIpcClient("camerad", VisionStreamType.VISION_STREAM_ROAD, True) | 
			
		
	
		
		
			
				
					
					|  |  |  |   while 1: |  |  |  |   while True: | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     list(pygame.event.get()) |  |  |  |     for event in pygame.event.get(): | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       if event.type == pygame.QUIT: | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         pygame.quit() | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         sys.exit() | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     screen.fill((64, 64, 64)) |  |  |  |     screen.fill((64, 64, 64)) | 
			
		
	
		
		
			
				
					
					|  |  |  |     lid_overlay = lid_overlay_blank.copy() |  |  |  |     lid_overlay = lid_overlay_blank.copy() | 
			
		
	
	
		
		
			
				
					|  |  | 
 |