pylvgl

Convert and Retreive Image for LVGL


Keywords
image, lvgl, em
License
MIT
Install
pip install pylvgl==1.1

Documentation

Python LVGL Image Converter

This library help you to convert Image (All format that Pillow support AND Svg) to lvgl format to be used on board It includes deconverter to help you retreive an image from Binary Image

Installation

pip install pylvgl

Usage

Convert an Image to LVGL

    python -m lvgl.converter --help

Convert a binary from LVGL Format back to a PNG

    python -m lvgl.deconverter

Documentation

TDB