mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 00:17:30 +03:00
14 lines
191 B
OpenEdge ABL
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"
|
|
%}
|