mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	SPI wasnt being disabled after display update (#1493)
This commit is contained in:
		
				
					committed by
					
						 Jesse Hills
						Jesse Hills
					
				
			
			
				
	
			
			
			
						parent
						
							97428f2ba2
						
					
				
				
					commit
					65fbb8bc60
				
			| @@ -454,6 +454,7 @@ void HOT ST7735::write_display_data_() { | |||||||
|   } else { |   } else { | ||||||
|     this->write_array(this->buffer_, this->get_buffer_length()); |     this->write_array(this->buffer_, this->get_buffer_length()); | ||||||
|   } |   } | ||||||
|  |   this->disable(); | ||||||
| } | } | ||||||
|  |  | ||||||
| void ST7735::spi_master_write_addr_(uint16_t addr1, uint16_t addr2) { | void ST7735::spi_master_write_addr_(uint16_t addr1, uint16_t addr2) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user