mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Fix invalif override
This commit is contained in:
parent
da1305df76
commit
cedb130b75
@ -44,7 +44,7 @@ struct Panel_M5Stack : public lgfx::Panel_ILI9342
|
|||||||
_rotation = 1;
|
_rotation = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool init(bool use_reset) override
|
bool init(bool use_reset)
|
||||||
{
|
{
|
||||||
lgfx::gpio_hi(_cfg.pin_rst);
|
lgfx::gpio_hi(_cfg.pin_rst);
|
||||||
lgfx::pinMode(_cfg.pin_rst, lgfx::pin_mode_t::input_pulldown);
|
lgfx::pinMode(_cfg.pin_rst, lgfx::pin_mode_t::input_pulldown);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user