Function ctru_sys::Y2RU_SetInputLineWidth
source · pub unsafe extern "C" fn Y2RU_SetInputLineWidth(
line_width: u16_
) -> Result
Expand description
Used to configure the width of the image.
§Arguments
line_width
- Width of the image in pixels. Must be a multiple of 8, up to 1024.
Note: Prefer using Y2RU_SetConversionParams if you have to set multiple parameters.