summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/st7735/pyupm_st7735.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/st7735/pyupm_st7735.i')
-rw-r--r--peripheral/libupm/src/st7735/pyupm_st7735.i17
1 files changed, 0 insertions, 17 deletions
diff --git a/peripheral/libupm/src/st7735/pyupm_st7735.i b/peripheral/libupm/src/st7735/pyupm_st7735.i
deleted file mode 100644
index f1d416e..0000000
--- a/peripheral/libupm/src/st7735/pyupm_st7735.i
+++ /dev/null
@@ -1,17 +0,0 @@
-// Include doxygen-generated documentation
-%include "pyupm_doxy2swig.i"
-%module pyupm_st7735
-%include "../upm.i"
-
-%feature("autodoc", "3");
-%rename("printString") print(std::string msg);
-
-%include "gfx.h"
-%{
- #include "gfx.h"
-%}
-
-%include "st7735.h"
-%{
- #include "st7735.h"
-%}