Function multicore_bringup::get_graphic_info
source · pub fn get_graphic_info() -> Option<GraphicInfo>
Expand description
Returns information about the currently-active graphical framebuffer.
This will return None
if handle_ap_cores()
has not yet been invoked
(which is the function that obtains the graphic info in the first place),
or if the obtained graphic info is invalid.