mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	[mipi_spi] Rotation fixes (#11226)
This commit is contained in:
		| @@ -10,7 +10,7 @@ display: | ||||
|     invert_colors: true | ||||
|     show_test_card: true | ||||
|     spi_mode: mode0 | ||||
|     draw_rounding: 8 | ||||
|     draw_rounding: 4 | ||||
|     use_axis_flips: true | ||||
|     init_sequence: | ||||
|       - [0xd0, 1, 2, 3] | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| substitutions: | ||||
|   dc_pin: GPIO14 | ||||
|   cs_pin: GPIO13 | ||||
|   enable_pin: GPIO16 | ||||
|   enable_pin: GPIO17 | ||||
|   reset_pin: GPIO20 | ||||
|  | ||||
| packages: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user