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

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

#include "lvppUtils.h"
Include dependency graph for lvppUtils.cpp:

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.
 

Detailed Description

A few useful items for ESP32 use and printing.

Function Documentation

◆ printCharPtr()

void printCharPtr ( const char *  pS)
inline

Print a line of pre-formed information to Serial.* or simply via printf()

Parameters
pSPointer to the message that is to be printed.

◆ printStr()

void printStr ( std::string &  s)
inline

Helper funciton to allow printing of a std::string rather than a char*.

Parameters
sReference to a std::string that is to be printed.

Variable Documentation

◆ ESPSystats

espSystats ESPSystats

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