pub fn setup( spec: &mut ConsoleSpec<'_>, signals_tx: Sender<Signal>, ) -> Result<Rc<RefCell<dyn Console>>>
Creates the graphical console based on the given spec.
spec