purduesigbots / liblvgl

2 stars 3 forks source link

🐛 LVGL 8.3: Fix lcd::print() #30

Closed Richard-Stump closed 1 year ago

Richard-Stump commented 1 year ago

Overview:

This PR fixes the lcd::print() issue (#25) that was encountered by the beta testers. This fix is for the 8.3.x version of liblvgl, and the same fix has been implemented for 5.3.x at the following PR: #31

Part of this fix necessitated changes in the kernel repo, which can be found in the following PR on the kernel repo: https://github.com/purduesigbots/pros/pull/560

Tests:

image