upm/src/st7735/jsupm_st7735.i
Mihai Tudor Panu 4342b880b9 st7735: add typemaps to uint8_t arrays for js and python
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2017-02-06 21:28:04 -08:00

14 lines
191 B
OpenEdge ABL

%module jsupm_st7735
%include "../upm.i"
%include "../carrays_uint8_t.i"
%include "st7735_gfx.hpp"
%{
#include "st7735_gfx.hpp"
%}
%include "st7735.hpp"
%{
#include "st7735.hpp"
%}