mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-21 20:28:43 +00:00
.. | ||
images | ||
lv_demo_printer.c | ||
lv_demo_printer.h | ||
lv_demo_printer_theme.c | ||
lv_demo_printer_theme.h | ||
README.md | ||
screenshot1.gif | ||
screenshot1.png |
Printer demo
Overview
A printer example created with LVGL. This demo is optmized for 800x480 resolution and among many others it demonstrates custom theme creation, style transitions and animations.
The demo uses some images with 32 bit color depth they require ~1.6 MB flash. With 16 bit color depth ~900KB is required for the images.
Run the demo
- In
lv_ex_conf.h
setLV_USE_DEMO_PRINTER 1
- After
lv_init()
and initializing the drivers calllv_demo_printer()