summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/st7735/javaupm_st7735.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/st7735/javaupm_st7735.i')
-rw-r--r--peripheral/libupm/src/st7735/javaupm_st7735.i8
1 files changed, 4 insertions, 4 deletions
diff --git a/peripheral/libupm/src/st7735/javaupm_st7735.i b/peripheral/libupm/src/st7735/javaupm_st7735.i
index e60367c..be91f46 100644
--- a/peripheral/libupm/src/st7735/javaupm_st7735.i
+++ b/peripheral/libupm/src/st7735/javaupm_st7735.i
@@ -35,14 +35,14 @@
$1 = (unsigned char *)JCALL2(GetByteArrayElements, jenv, $input, NULL);
}
-%include "gfx.h"
+%include "st7735_gfx.hpp"
%{
- #include "gfx.h"
+ #include "st7735_gfx.hpp"
%}
-%include "st7735.h"
+%include "st7735.hpp"
%{
- #include "st7735.h"
+ #include "st7735.hpp"
%}
%pragma(java) jniclasscode=%{