mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Add extra SLPOUT for waking up some ST7789 chips (#5319)
This commit is contained in:
		| @@ -19,6 +19,7 @@ void ST7789V::setup() { | |||||||
|  |  | ||||||
|   this->write_command_(ST7789_SLPOUT);  // Sleep out |   this->write_command_(ST7789_SLPOUT);  // Sleep out | ||||||
|   delay(120);                           // NOLINT |   delay(120);                           // NOLINT | ||||||
|  |   this->write_command_(ST7789_SLPOUT);  // | ||||||
|  |  | ||||||
|   this->write_command_(ST7789_NORON);  // Normal display mode on |   this->write_command_(ST7789_NORON);  // Normal display mode on | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user