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

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

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