Can LVGL be used for safety critical system

We are developing a product which will be used in automotive industry.
Can i use LVGL for displaying graphics in the product we are developing, as i saw some GUI framework being certified for SIL ( Safety Integrity Level ) which ensures fail safe operation.
Any pointers helps me in deciding to go ahead with LVGL usage.
Thanks In Advance

Welcome and why not. But choice one stable version and check . LVGL is only simple memory gui and safety level is based on safety display and indev drivers and callbacks, that isnt part of LVGL.

1 Like

Here is a link from NASA.
https://swehb.nasa.gov/display/SWEHBVB/Book+A.+Introduction

1 Like

Sure will go through that. Thank you for the link and reply

Thank you for reply

Personally I would try to “decouple” the safety part and the visualization part. So, even if the visualization were to crash, the safety should keep on running.
So an E-stop as part of the visualization, although possible, I would recommend you move that to one of those nice big buttons.But the feedback on the current status of the safety, sure, why not.

2 Likes

Hi,

Sorry that I’m replying only now.

We got multiple requests regarding the automotive use of LVGL recently, so we started to seriously consider this topic.

We are aware of that LVGL (as it is) is already being used in even critical medical and automotive applications, however in this case it’s treated as a black box and certified along with the application.

What certificate are you aiming for? Is ASIL A enough or you need higher?