|
C++ DevKit
C++ set of OOP library
|


Go to the source code of this file.
Classes | |
| class | DisplayDevice |
| A generic class for all display device. More... | |
| class | GraphicDisplayDevice |
| This is the abstract class to handle all generic behavior of physical graphic display devices (e.g. OLED screen SSD1306). More... | |
| struct | struct_DataToShow |
| data structure used to queue data to send to the display task More... | |
| class | PrinterDevice |
| A class dedicated to pure text display such as console, printer, ASCII character line display. More... | |
Enumerations | |
| enum class | DisplayCommand { CLEAR_SCREEN , SHOW_IMAGE } |
| Enumeration of display commands for display task management. More... | |
|
strong |