You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applying this to a project without liblvgl will throw errors. Applying this to a project with liblvgl will work.
This can be recreated in release/3.1.0 of EZ-Template. The base project has liblvgl installed and EZ-Template-Example-Project does not. Removing liblvgl from the main project throws errors, adding liblvgl to the example project fixes the errors.
Versions of stuff
Windows
okapilib 5.0.0
liblvgl 8.3.8
EZ-Template 3.1.0
kernel 4.1.0
Additional Information
These are the functions I see this is happening with, and all aren't in llemu.hpp. There could be more, and this could be related to purduesigbots/liblvgl#44?
clear()
shutdown()
register_btn0_cb()
register_btn2_cb()
The text was updated successfully, but these errors were encountered:
Describe the bug
Some (seemingly) missing llemu functions throw errors without liblvgl 8.3.8, while other functions don't seem to require it.
To Reproduce
Steps to reproduce the behavior on a fresh project:
initialize()
, replacepros::lcd::register_btn1_cb(on_center_button);
withbtn0
orbtn2
.error: 'register_btn2_cb' is not a member of 'pros::lcd'
[email protected]
btn0
orbtn2
This can be recreated in release/3.1.0 of EZ-Template. The base project has liblvgl installed and EZ-Template-Example-Project does not. Removing liblvgl from the main project throws errors, adding liblvgl to the example project fixes the errors.
Versions of stuff
Additional Information
These are the functions I see this is happening with, and all aren't in
llemu.hpp
. There could be more, and this could be related to purduesigbots/liblvgl#44?The text was updated successfully, but these errors were encountered: