Lumitronix_Iflex_Pro_Workshop
Library to interact with the iFlexPro
NeoBuffers.h
Go to the documentation of this file.
1 /*-------------------------------------------------------------------------
2 NeoBuffers includes all the classes that describe pixel buffers
3 
4 Written by Michael C. Miller.
5 
6 I invest time and resources providing this open source code,
7 please support me by dontating (see https://github.com/Makuna)
8 
9 -------------------------------------------------------------------------
10 This file is part of the LUMITRONIX_iFlex_Workshop library.
11 
12 LumitronixIFlexBus is free software: you can redistribute it and/or modify
13 it under the terms of the GNU Lesser General Public License as
14 published by the Free Software Foundation, either version 3 of
15 the License, or (at your option) any later version.
16 
17 LumitronixIFlexBus is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU Lesser General Public License for more details.
21 
22 You should have received a copy of the GNU Lesser General Public
23 License along with LumitronixIFlex. If not, see
24 <http://www.gnu.org/licenses/>.
25 -------------------------------------------------------------------------*/
26 #pragma once
27 
29 #include "buffers/NeoShaderNop.h"
30 #include "buffers/NeoShaderBase.h"
32 
33 #include "buffers/NeoBuffer.h"
36 
37 #include "buffers/NeoDib.h"
38 #include "buffers/NeoBitmapFile.h"
40