Add RGB565 and RGB888 color support to Quantum Painter (#19382)
This commit is contained in:
		
							parent
							
								
									5873fbe569
								
							
						
					
					
						commit
						45851a10f6
					
				
					 21 changed files with 226 additions and 43 deletions
				
			
		| 
						 | 
				
			
			@ -64,6 +64,14 @@
 | 
			
		|||
#    define QUANTUM_PAINTER_SUPPORTS_256_PALETTE FALSE
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef QUANTUM_PAINTER_SUPPORTS_NATIVE_COLORS
 | 
			
		||||
/**
 | 
			
		||||
 * @def This controls whether the native color range is supported. This avoids the use of palettes but each image
 | 
			
		||||
 *      requires more storage space.
 | 
			
		||||
 */
 | 
			
		||||
#    define QUANTUM_PAINTER_SUPPORTS_NATIVE_COLORS FALSE
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 | 
			
		||||
// Quantum Painter types
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue