When STATUS_EXPIRE_SECONDS is 0, hide the position. (#10081)
Some users may prefer to hide the position updates on the `LIGHTWEIGHT_UI` altogether. This leads to an even less cluttered display (it also saves on SPI traffic and one byte of RAM).
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							e7a61de8af
						
					
				
				
					commit
					c24dbcbfe1
				
			@@ -673,6 +673,9 @@
 | 
			
		||||
     * Since LIGHTWEIGHT_UI has limited space, the position and status
 | 
			
		||||
     * message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
 | 
			
		||||
     * length of time to display the status message before clearing.
 | 
			
		||||
     *
 | 
			
		||||
     * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
 | 
			
		||||
     * This will prevent position updates from being displayed.
 | 
			
		||||
     */
 | 
			
		||||
    //#define LIGHTWEIGHT_UI
 | 
			
		||||
    #if ENABLED(LIGHTWEIGHT_UI)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user