pub fn dbg_text_image(
    x: u16,
    y: u16,
    width: u16,
    height: u16,
    data: *const c_void,
    pitch: u16
)
Expand description
  • x: Position x from the left corner of the window.
  • y: Position y from the top corner of the window.
  • width: Image width.
  • height: Image height.
  • data: Raw image data (character/attribute raw encoding).
  • pitch: Image pitch in bytes.