fix endless example runs in pipeline
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Rust / build (push) Successful in 6m13s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Rust / build (push) Successful in 6m13s
				
			This commit is contained in:
		
							parent
							
								
									fa7bc267cb
								
							
						
					
					
						commit
						335127b219
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -7,8 +7,10 @@ connection.Send(Command.Clear()); | |||
| 
 | ||||
| connection.Send(Command.Brightness(5)); | ||||
| 
 | ||||
| connection.Send(Command.Utf8Data(0,0, CharGrid.Load("This is a test"))); | ||||
| 
 | ||||
| var pixels = Bitmap.NewMaxSized(); | ||||
| for (ulong offset = 0; offset < ulong.MaxValue; offset++) | ||||
| for (ulong offset = 0; offset < pixels.Width(); offset++) | ||||
| { | ||||
|     pixels.Fill(false); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vinzenz Schroeter
						Vinzenz Schroeter