bl_mcu_sdk/examples/lvgl/demo/lv_demo_printer
2021-06-21 14:47:48 +08:00
..
images [style] format files by clang-format 2021-06-20 12:25:46 +08:00
lv_demo_printer.c [style] format files by clang-format 2021-06-20 12:25:46 +08:00
lv_demo_printer.h [feat] add lvgl components,port and demo 2021-04-27 12:29:25 +08:00
lv_demo_printer_theme.c [style] format files by clang-format 2021-06-20 12:25:46 +08:00
lv_demo_printer_theme.h [style] format files by clang-format 2021-06-20 12:25:46 +08:00
README.md [style] delete trailing whitespace 2021-06-21 14:47:48 +08:00
screenshot1.gif [feat] add lvgl components,port and demo 2021-04-27 12:29:25 +08:00
screenshot1.png [feat] add lvgl components,port and demo 2021-04-27 12:29:25 +08:00

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.

Printer demo with LVGL embedded GUI library

Run the demo

  • In lv_ex_conf.h set LV_USE_DEMO_PRINTER 1
  • After lv_init() and initializing the drivers call lv_demo_printer()