upm/src/st7735/jsupm_st7735.i
Takahiro Poly Horikawa 3d63b80c97 st7735: fix the JS implementation of ST7735 class not having its parent class's methods: e.g. GFX::fillScreen(uint16_t color)
Signed-off-by: Takahiro Poly Horikawa <horikawa.takahiro@gmail.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2015-05-19 10:19:27 -07:00

13 lines
137 B
OpenEdge ABL

%module jsupm_st7735
%include "../upm.i"
%include "gfx.h"
%{
#include "gfx.h"
%}
%include "st7735.h"
%{
#include "st7735.h"
%}