mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 13:22:31 +01:00 
			
		
		
		
	Add function for getting the LCD backlight brightness
This commit is contained in:
		
							parent
							
								
									ff49259a1a
								
							
						
					
					
						commit
						da19852964
					
				| @ -83,3 +83,7 @@ void lcd_backlight_brightness(uint8_t b) { | ||||
|     current_brightness = b; | ||||
|     lcd_backlight_color(current_hue, current_saturation, current_intensity); | ||||
| } | ||||
| 
 | ||||
| uint8_t lcd_get_backlight_brightness(void) { | ||||
| 	return current_brightness; | ||||
| } | ||||
|  | ||||
| @ -39,6 +39,7 @@ inline uint32_t change_lcd_color_intensity(uint32_t color, uint8_t new_intensity | ||||
| void lcd_backlight_init(void); | ||||
| void lcd_backlight_color(uint8_t hue, uint8_t saturation, uint8_t intensity); | ||||
| void lcd_backlight_brightness(uint8_t b); | ||||
| uint8_t lcd_get_backlight_brightness(void); | ||||
| 
 | ||||
| void lcd_backlight_hal_init(void); | ||||
| void lcd_backlight_hal_color(uint16_t r, uint16_t g, uint16_t b); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Fred Sundvik
						Fred Sundvik