Sets button's image to blank, changes must be flushed with `.flush()` before they will appear on the device!
(&self, key: u8)
| 421 | /// Sets button's image to blank, changes must be flushed with `.flush()` before |
| 422 | /// they will appear on the device! |
| 423 | pub fn clear_button_image(&self, key: u8) -> Result<(), StreamDeckError> { |
| 424 | self.send_image(key, &self.kind.blank_image()) |
| 425 | } |
| 426 | |
| 427 | /// Sets blank images to every button, changes must be flushed with `.flush()` before |
| 428 | /// they will appear on the device! |
no test coverage detected