summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/st7735/pyupm_st7735.i
blob: a41316b214998b221659a3a4d1b5406148acc1af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_st7735
%include "../upm.i"

%feature("autodoc", "3");
%rename("printString") print(std::string msg);

%include "st7735_gfx.hpp"
%{
    #include "st7735_gfx.hpp"
%}

%include "st7735.hpp"
%{
    #include "st7735.hpp"
%}