2015-12-16 13:58:11 -08:00
|
|
|
// Include doxygen-generated documentation
|
|
|
|
%include "pyupm_doxy2swig.i"
|
2014-06-13 13:50:55 +00:00
|
|
|
%module pyupm_st7735
|
2014-06-25 14:02:12 +01:00
|
|
|
%include "../upm.i"
|
2014-06-13 13:50:55 +00:00
|
|
|
|
|
|
|
%feature("autodoc", "3");
|
2016-01-29 16:39:25 -08:00
|
|
|
%rename("printString") print(std::string msg);
|
|
|
|
|
2016-04-25 14:27:51 -07:00
|
|
|
%include "st7735_gfx.hpp"
|
2016-01-29 16:39:25 -08:00
|
|
|
%{
|
2016-04-25 14:27:51 -07:00
|
|
|
#include "st7735_gfx.hpp"
|
2016-01-29 16:39:25 -08:00
|
|
|
%}
|
2014-06-13 13:50:55 +00:00
|
|
|
|
2016-04-25 14:27:51 -07:00
|
|
|
%include "st7735.hpp"
|
2014-06-13 13:50:55 +00:00
|
|
|
%{
|
2016-04-25 14:27:51 -07:00
|
|
|
#include "st7735.hpp"
|
2014-06-13 13:50:55 +00:00
|
|
|
%}
|