From 5b8da51a1634dd2764c543e87de1f2c1e28503f4 Mon Sep 17 00:00:00 2001 From: Federico Terraneo <fede.tft@miosix.org> Date: Wed, 12 Aug 2020 13:20:19 +0200 Subject: [PATCH] Added files removed by mistake long ago --- _examples/benchmark/checkpattern2.cpp | 16 ++++++++++++++++ _examples/benchmark/checkpattern2.h | 11 +++++++++++ 2 files changed, 27 insertions(+) create mode 100644 _examples/benchmark/checkpattern2.cpp create mode 100644 _examples/benchmark/checkpattern2.h diff --git a/_examples/benchmark/checkpattern2.cpp b/_examples/benchmark/checkpattern2.cpp new file mode 100644 index 0000000..fe484cf --- /dev/null +++ b/_examples/benchmark/checkpattern2.cpp @@ -0,0 +1,16 @@ + +//This file has been automatcally generated by pngconverter utility +//Please do not edit +#include "checkpattern2.h" + +using namespace mxgui; + +static const short int height=16; +static const short int width =16; + +static const unsigned char pixelData[]={ + 88,0,175,254,215,254,43,230,53,230,58,254,61,126,50,190, + 51,94,51,174,51,214,51,43,51,53,51,58,51,61,51,50 +}; + +const basic_image<Color1bitlinear> checkpattern2(height,width,pixelData); \ No newline at end of file diff --git a/_examples/benchmark/checkpattern2.h b/_examples/benchmark/checkpattern2.h new file mode 100644 index 0000000..3a8d7a5 --- /dev/null +++ b/_examples/benchmark/checkpattern2.h @@ -0,0 +1,11 @@ + +//This file has been automatcally generated by pngconverter utility +//Please do not edit +#ifndef CHECKPATTERN2_H +#define CHECKPATTERN2_H + +#include "mxgui/image.h" + +extern const mxgui::Image checkpattern2; + +#endif //CHECKPATTERN2_H -- GitLab