pros
pros copied to clipboard
:technologist: Deprecate LLEMU if liblvgl is not present
Summary:
Deprecates all LLEMU functions if liblvgl is not installed.
Motivation:
Helps users troubleshoot this issue easier.
Test Plan:
- [x] Check that using LLEMU without liblvgl creates a warning when compiling
- [x] Check that using LLEMU with liblvgl does not create a warning when compiling
/azp run
Azure Pipelines successfully started running 1 pipeline(s).
Without liblvgl installed:
With liblvgl installed, no warnings.
LGTM