mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 14:13:51 +00:00
St7789v and SPI data rate (#5472)
This commit is contained in:
@@ -133,6 +133,7 @@ void ST7789V::dump_config() {
|
||||
LOG_PIN(" Reset Pin: ", this->reset_pin_);
|
||||
LOG_PIN(" B/L Pin: ", this->backlight_pin_);
|
||||
LOG_UPDATE_INTERVAL(this);
|
||||
ESP_LOGCONFIG(TAG, " Data rate: %dMHz", (unsigned) (this->data_rate_ / 1000000));
|
||||
#ifdef USE_POWER_SUPPLY
|
||||
ESP_LOGCONFIG(TAG, " Power Supply Configured: yes");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user