SRA-VJTI / sra-board-component

ESP-IDF component for SRA Board
https://sravjti.in/sra-board-component/
MIT License
36 stars 20 forks source link

Use lv_canvas to draw lsa bar instead of lv_bar #84

Closed Ayush-Kaura closed 1 year ago

Ayush-Kaura commented 1 year ago
RISHI27-dot commented 1 year ago

This PR aims to solve the random watchdog trigger error that occurred in 2_LSA. The error occurred because of an internal memory issue in the styles API of the LVGL library. Here we shift from the lv_bar approach to the lv_canvas approach to implement the bar graph.

gautam-dev-maker commented 1 year ago

LGTM!