Skip to content

Commit

Permalink
Update esphome/components/st7735/st7735.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Nov 20, 2020
1 parent f4c14da commit 0a1e0e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion esphome/components/st7735/st7735.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ void HOT ST7735::write_display_data_() {
this->disable();
}


void ST7735::spi_master_write_addr_(uint16_t addr1, uint16_t addr2) {
static uint8_t BYTE[4];
BYTE[0] = (addr1 >> 8) & 0xFF;
Expand Down

0 comments on commit 0a1e0e1

Please sign in to comment.