Notifications
                
            
                Clear all
    
            
        
                         Topic starter
                         
                    	
							                        
                                            
                    I found there is a utility "Vivid Screen Assistant" could adjust the brightness of screen.
https://www.vividunit.com/screen-and-touch-buttons
I wonder how to adjust screen's brightness in my own software, especially in Python?
And does the screen's backlight could be turned off in my software?
Thanks.
                            Posted : 09/05/2024 2:24 am		                    						
                    	
                    
                         Topic starter
                         
                    	
							                        
                                            
                    I found the source code of "Vivid Screen Assistant":
There is the method:
"echo %d > /sys/class/backlight/backlight/brightness"
I leave the post here in case someone may need this information.
                            Posted : 09/05/2024 2:32 am		                    						
                    	
                    Yes, that's the way 🙂
                            Posted : 09/05/2024 7:44 am		                    						
                    	
                    
