LVGLPlusPlus
C++ library on top of the lovely LVGL project.
Loading...
Searching...
No Matches
lvppUtils.h File Reference

A few useful items for ESP32 use. More...

#include <vector>
#include <string>
#include <sstream>
#include <iomanip>
Include dependency graph for lvppUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  espRec
 Struct which holds the data taken in each sample for espSystats class. A typedef of espRec_t is created for ease of use as well. More...
 
class  espSystats
 Data gather and report on ESP32 system stats - mostly memory heap. More...
 

Typedefs

typedef struct espRec espRec_t
 Struct which holds the data taken in each sample for espSystats class. A typedef of espRec_t is created for ease of use as well.
 

Variables

constexpr uint16_t MAX_SAMPLENAME = 32
 
espSystats ESPSystats
 Globally available instance of the object to follow most Arduino-based library patterns.
 

Detailed Description

A few useful items for ESP32 use.

Typedef Documentation

◆ espRec_t

typedef struct espRec espRec_t

Struct which holds the data taken in each sample for espSystats class. A typedef of espRec_t is created for ease of use as well.

Variable Documentation

◆ ESPSystats

espSystats ESPSystats
extern

Globally available instance of the object to follow most Arduino-based library patterns.

◆ MAX_SAMPLENAME

constexpr uint16_t MAX_SAMPLENAME = 32
constexpr