LVGLPlusPlus
C++ library on top of the lovely LVGL project.
|
A few useful items for ESP32 use and printing. More...
#include "lvppUtils.h"
Functions | |
void | printCharPtr (const char *pS) |
Print a line of pre-formed information to Serial.* or simply via printf() | |
void | printStr (std::string &s) |
Helper funciton to allow printing of a std::string rather than a char*. | |
Variables | |
espSystats | ESPSystats |
Globally available instance of the object to follow most Arduino-based library patterns. | |
A few useful items for ESP32 use and printing.
|
inline |
Print a line of pre-formed information to Serial.* or simply via printf()
pS | Pointer to the message that is to be printed. |
|
inline |
Helper funciton to allow printing of a std::string rather than a char*.
s | Reference to a std::string that is to be printed. |
espSystats ESPSystats |
Globally available instance of the object to follow most Arduino-based library patterns.