Gfx - New Improved Panic Screen #56

Closed
opened 2026-03-08 17:00:34 +00:00 by admin · 1 comment
Owner

Since the video overhaul there's no longer a displayed panic screen. This means that panic messages currently only go to syslog.

Proposed change:

  • LVGL based static panic screen, always instanciated but hidden until needed.
  • Panic screen (core.panic) should be arch agnostic.
  • Arch specific fault handlers will handle preserving registers, unwrapping them & passing them to core.panic
Since the video overhaul there's no longer a displayed panic screen. This means that panic messages currently only go to syslog. Proposed change: - LVGL based static panic screen, always instanciated but hidden until needed. - Panic screen (core.panic) should be arch agnostic. - Arch specific fault handlers will handle preserving registers, unwrapping them & passing them to core.panic
admin added this to the 2.0.0 milestone 2026-03-08 17:00:34 +00:00
admin added the ImprovementFeature
Component
Graphics
labels 2026-03-08 17:00:34 +00:00
t3hn3rd was assigned by admin 2026-03-08 17:00:34 +00:00
admin added this to the Asuro Release Planning project 2026-03-08 17:00:34 +00:00
admin moved this to In Progress in Asuro Release Planning on 2026-03-08 17:00:43 +00:00
admin moved this to Develop Testing in Asuro Release Planning on 2026-03-08 21:49:35 +00:00
Author
Owner

Implemented by: feature/panic

Implemented by: feature/panic
admin closed this issue 2026-03-08 21:56:40 +00:00
admin moved this to Done in Asuro Release Planning on 2026-03-08 21:56:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Spexeah/Asuro#56