Skip to content

Commit

Permalink
Fix invalif override
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Sep 13, 2023
1 parent da1305d commit cedb130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drv/tft/M5Stack.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct Panel_M5Stack : public lgfx::Panel_ILI9342
_rotation = 1;
}

bool init(bool use_reset) override
bool init(bool use_reset)
{
lgfx::gpio_hi(_cfg.pin_rst);
lgfx::pinMode(_cfg.pin_rst, lgfx::pin_mode_t::input_pulldown);
Expand Down

0 comments on commit cedb130

Please sign in to comment.