mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
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>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
597b2a6f70
commit
3d63b80c97
@ -1,8 +1,12 @@
|
||||
%module jsupm_st7735
|
||||
%include "../upm.i"
|
||||
|
||||
%include "gfx.h"
|
||||
%{
|
||||
#include "st7735.h"
|
||||
#include "gfx.h"
|
||||
%}
|
||||
|
||||
%include "st7735.h"
|
||||
%{
|
||||
#include "st7735.h"
|
||||
%}
|
||||
|
Reference in New Issue
Block a user