|
LVGLPlusPlus
C++ library on top of the lovely LVGL project.
|
Files | |
| file | app_hal.c |
| This file is only used when emulation / native builds happen. Gated on define of USE_SDL in the build. | |
| file | app_hal.h [code] |
| Support file for app_hal.c which is only used in simulation/native builds. | |
| file | lvpp.h [code] |
| All derived classes for LVGL based class/widgets. This is the file you want to include. | |
| file | lvpp_mainpage.h [code] |
| Main documentation page for Doxygen purposes. | |
| file | lvppArc.cpp |
| Implementation of the LVGL Arc widget. | |
| file | lvppBar.cpp |
| Implementation for Bar and Bar-like widgets (Bar and Slider) | |
| file | lvppBase.cpp |
| Implementation of the base class for the library - lvppBase. | |
| file | lvppBase.h [code] |
| Base class for LVGLPlusPlus widgets (lvppBase) | |
| file | lvppButton.cpp |
| All button related lvpp class implementations. | |
| file | lvppCanvas.cpp |
| Implementation of both Canvas types - full color and indexed color. | |
| file | lvppDropdown.cpp |
| Implementation of both lvppDropdown and lvppRoller due to their similarities. | |
| file | lvppImage.cpp |
| Implementation for supporting display of an image via the lv_img_dsc_t typedef from LVGL. | |
| file | lvppLabel.cpp |
| Implementation of the label support for displaying text. | |
| file | lvppScreen.cpp |
| Implementation of lvppScreen class. | |
| file | lvppUtils.cpp |
| A few useful items for ESP32 use and printing. | |
| file | lvppUtils.h [code] |
| A few useful items for ESP32 use. | |