| 1 | #display.py |
| 2 | # Description: |
| 3 | # This file, display.py, is responsible for managing the e-ink display of the Ragnar project, updating it with relevant data and statuses. |
| 4 | # It initializes the display, manages multiple threads for updating shared data and vulnerability counts, and handles the rendering of information |