1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-05 01:21:50 +00:00
This commit is contained in:
J. Nick Koston
2025-10-30 22:57:07 -05:00
parent c5a9d30362
commit f55dfc7f5d

View File

@@ -58,7 +58,7 @@ class MAX7219Component : public PollingComponent,
uint8_t num_chips_{1}; uint8_t num_chips_{1};
uint8_t *buffer_; uint8_t *buffer_;
bool reverse_{false}; bool reverse_{false};
optional<max7219_writer_t> writer_{}; max7219_writer_t writer_{};
}; };
} // namespace max7219 } // namespace max7219