Display_Lib_RPI 2.3.0
A C++ Library to connect electronic displays to Linux single board computers.
Loading...
Searching...
No Matches
Classes
print_data_RDL.hpp File Reference

Base class that provides print() and println() for for the display library Project Name :: Display_Lib_RPI. More...

#include <cinttypes>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <string>
#include <vector>
#include <array>
#include <bitset>
#include <iomanip>
#include <sstream>

Go to the source code of this file.

Classes

class  Print
 Polymorphic print class to print many data types by wrapping write function in the graphics class's. More...
 

Detailed Description

Base class that provides print() and println() for for the display library Project Name :: Display_Lib_RPI.

Polymorphic print class to print many data types by wrapping write function in the graphics class's Using function overloading and templates for the vector definitions. Supports integers, floats, characters, character arrays, string objects and vectors.