mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Add now required invert_colors option to test files referencing ili9xxx (#7367)
				
					
				
			This commit is contained in:
		| @@ -11,6 +11,7 @@ display: | ||||
|     cs_pin: 12 | ||||
|     dc_pin: 13 | ||||
|     reset_pin: 21 | ||||
|     invert_colors: false | ||||
|     lambda: |- | ||||
|       // Draw a QR code in the center of the screen | ||||
|       auto scale = 2; | ||||
|   | ||||
| @@ -11,6 +11,7 @@ display: | ||||
|     cs_pin: 8 | ||||
|     dc_pin: 9 | ||||
|     reset_pin: 10 | ||||
|     invert_colors: false | ||||
|     lambda: |- | ||||
|       // Draw a QR code in the center of the screen | ||||
|       auto scale = 2; | ||||
|   | ||||
| @@ -11,6 +11,7 @@ display: | ||||
|     cs_pin: 8 | ||||
|     dc_pin: 9 | ||||
|     reset_pin: 10 | ||||
|     invert_colors: false | ||||
|     lambda: |- | ||||
|       // Draw a QR code in the center of the screen | ||||
|       auto scale = 2; | ||||
|   | ||||
| @@ -11,6 +11,7 @@ display: | ||||
|     cs_pin: 12 | ||||
|     dc_pin: 13 | ||||
|     reset_pin: 21 | ||||
|     invert_colors: false | ||||
|     lambda: |- | ||||
|       // Draw a QR code in the center of the screen | ||||
|       auto scale = 2; | ||||
|   | ||||
| @@ -11,6 +11,7 @@ display: | ||||
|     cs_pin: 5 | ||||
|     dc_pin: 15 | ||||
|     reset_pin: 16 | ||||
|     invert_colors: false | ||||
|     lambda: |- | ||||
|       // Draw a QR code in the center of the screen | ||||
|       auto scale = 2; | ||||
|   | ||||
| @@ -11,6 +11,7 @@ display: | ||||
|     cs_pin: 20 | ||||
|     dc_pin: 21 | ||||
|     reset_pin: 22 | ||||
|     invert_colors: false | ||||
|     lambda: |- | ||||
|       // Draw a QR code in the center of the screen | ||||
|       auto scale = 2; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user