Make sure that the backlight level is within the right range
This commit is contained in:
		
							parent
							
								
									7d5606085f
								
							
						
					
					
						commit
						ec88a0b3cc
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -28,6 +28,9 @@ void backlight_init(void)
 | 
			
		|||
        eeconfig_init();
 | 
			
		||||
    }
 | 
			
		||||
    backlight_config.raw = eeconfig_read_backlight();
 | 
			
		||||
    if (backlight_config.level > BACKLIGHT_LEVELS) {
 | 
			
		||||
       backlight_config.level = BACKLIGHT_LEVELS;
 | 
			
		||||
    }
 | 
			
		||||
    backlight_set(backlight_config.enable ? backlight_config.level : 0);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue