EPD4in2v2 C++ Enhanced
|
Contains the Gui namespace, bringing interfaces to draw on a picture. More...
#include <string>
#include <cstdlib>
#include <string_view>
#include "GUI_BMPfile.h"
#include "GUI_Paint.h"
Go to the source code of this file.
Classes | |
class | Gui::Picture |
Handles drawing in a picture and retrieving data from it. More... | |
Namespaces | |
namespace | Gui |
Groups enumerations and the class Picture. | |
Enumerations | |
enum | Gui::DotSize : uint8_t { Gui::DOT_1 = 1 , Gui::DOT_2 , Gui::DOT_3 , Gui::DOT_4 , Gui::DOT_5 , Gui::DOT_6 , Gui::DOT_7 , Gui::DOT_8 } |
Size of drawing point. More... | |
enum | Gui::DotStyle : uint8_t { Gui::FILL_AROUND = 1 , Gui::FILL_RIGHTUP } |
Style of drawing point. More... | |
enum | Gui::LineStyle : uint8_t { Gui::SOLID = 1 , Gui::DOTTED } |
Style of drawing line. More... | |
enum | Gui::GeometryFill : uint8_t { Gui::VOID , Gui::FULL } |
Enable/disable filling for drew figures. More... | |
enum | Gui::BmpReadMode : unsigned char { Gui::MONOCHROME , Gui::GRAY_4 , Gui::GRAY_16 } |
Color scale for reading BMPs. More... | |
Contains the Gui namespace, bringing interfaces to draw on a picture.
Features:
To Do: