chore: fix typo in docs

This commit is contained in:
Gabor Kiss-Vamosi
2022-01-04 16:20:21 +01:00
committed by GitHub
parent 4a07280b4a
commit 6c64e81b15

View File

@@ -5,7 +5,7 @@
# JPG decoder # JPG decoder
Allow the use of JPG images in LVGL. Besides that it also allows the use of a custom format, called Split JPG (SJPG), which can be decided in more optimal way on embedded systems. Allow the use of JPG images in LVGL. Besides that it also allows the use of a custom format, called Split JPG (SJPG), which can be decoded in more optimal way on embedded systems.
## Overview ## Overview
- Supports both normal JPG and the custom SJPG formats. - Supports both normal JPG and the custom SJPG formats.