mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-21 07:55:06 +00:00
Disable DisplayDriver for CYD 4848
This commit is contained in:
parent
230f082460
commit
ea070784fc
@ -56,9 +56,10 @@ public:
|
|||||||
|
|
||||||
// endregion
|
// 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 */
|
/** @return a NativeDisplay instance if this device supports it */
|
||||||
std::shared_ptr<tt::hal::display::DisplayDriver> _Nullable getDisplayDriver() final;
|
std::shared_ptr<tt::hal::display::DisplayDriver> _Nullable getDisplayDriver() final;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user