mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
st7735: add typemaps to uint8_t arrays for js and python
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
ddddbd024d
commit
4342b880b9
@ -1,5 +1,6 @@
|
||||
%module jsupm_st7735
|
||||
%include "../upm.i"
|
||||
%include "../carrays_uint8_t.i"
|
||||
|
||||
%include "st7735_gfx.hpp"
|
||||
%{
|
||||
|
@ -2,6 +2,7 @@
|
||||
%include "pyupm_doxy2swig.i"
|
||||
%module pyupm_st7735
|
||||
%include "../upm.i"
|
||||
%include "../carrays_uint8_t.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
%rename("printString") print(std::string msg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user