![]() |
Display_Lib_RPI 2.3.0
A C++ Library to connect electronic displays to Linux single board computers.
|
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 | |
Polymorphic print class to print many data types by wrapping write function in the graphics class's. More... | |
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.