LED drivers: extract IS31FL3745 from IS31COMMON (#22636)
This commit is contained in:
		
							parent
							
								
									ae2d5e2e5a
								
							
						
					
					
						commit
						a88dd675bf
					
				
					 10 changed files with 820 additions and 92 deletions
				
			
		| 
						 | 
				
			
			@ -92,6 +92,14 @@ const rgb_matrix_driver_t rgb_matrix_driver = {
 | 
			
		|||
    .set_color_all = is31fl3743a_set_color_all,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#elif defined(RGB_MATRIX_IS31FL3745)
 | 
			
		||||
const rgb_matrix_driver_t rgb_matrix_driver = {
 | 
			
		||||
    .init          = is31fl3745_init_drivers,
 | 
			
		||||
    .flush         = is31fl3745_flush,
 | 
			
		||||
    .set_color     = is31fl3745_set_color,
 | 
			
		||||
    .set_color_all = is31fl3745_set_color_all,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#elif defined(IS31FLCOMMON)
 | 
			
		||||
const rgb_matrix_driver_t rgb_matrix_driver = {
 | 
			
		||||
    .init          = IS31FL_RGB_init_drivers,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -23,6 +23,8 @@
 | 
			
		|||
#    include "is31fl3742a.h"
 | 
			
		||||
#elif defined(RGB_MATRIX_IS31FL3743A)
 | 
			
		||||
#    include "is31fl3743a.h"
 | 
			
		||||
#elif defined(RGB_MATRIX_IS31FL3745)
 | 
			
		||||
#    include "is31fl3745.h"
 | 
			
		||||
#elif defined(IS31FLCOMMON)
 | 
			
		||||
#    include "is31flcommon.h"
 | 
			
		||||
#elif defined(RGB_MATRIX_SNLED27351)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue