Function sensor_core::render_lcd_image

source ยท
pub fn render_lcd_image(
    display_config: DisplayConfig,
    sensor_value_history: &[Vec<SensorValue>],
    fonts_data: &HashMap<String, Vec<u8>>
) -> ImageBuffer<Rgba<u8>, Vec<u8>>
Expand description

Render the image The image will be a RGB8 png image