summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/st7735/jsupm_st7735.i
blob: ea3809b7c2463f5a75a4c2c12022ae4b91798567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%module jsupm_st7735
%include "../upm.i"

%include "gfx.h"
%{
    #include "gfx.h"
%}

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