Creates an instance of BrailleService.
Navigation context
Service for user notifications
Service for managing display focus
Returns whether braille mode is currently enabled.
Cleans up braille service resources and clears caches.
Refreshes the braille display with the given trace state. Called explicitly when entering a new subplot with braille enabled, because the model's notifyStateUpdate is not invoked on entry (doing so would fan out to all observers, including AudioService, causing an unwanted tone).
The trace state to display
Updates the braille display based on plot state changes.
Updated subplot or trace state
Moves the navigation cursor to a specific braille index position.
Target index in the braille display
Toggles braille mode on or off for the current trace.
Current trace state
Service responsible for managing braille display generation and navigation.