diff --git a/Drivers/EspLcdCompat/Source/EspLcdDisplay.h b/Drivers/EspLcdCompat/Source/EspLcdDisplay.h index 7fecff1b..6f63af1e 100644 --- a/Drivers/EspLcdCompat/Source/EspLcdDisplay.h +++ b/Drivers/EspLcdCompat/Source/EspLcdDisplay.h @@ -56,9 +56,10 @@ public: // endregion - // region NativeDisplay + // region DisplayDriver - bool supportsDisplayDriver() const override { return true; } + // TODO: Find out why it crashes + bool supportsDisplayDriver() const override { return false; } /** @return a NativeDisplay instance if this device supports it */ std::shared_ptr _Nullable getDisplayDriver() final;