mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 10:20:01 +03:00
13 lines
139 B
OpenEdge ABL
13 lines
139 B
OpenEdge ABL
![]() |
%module javaupm_st7735
|
||
|
%include "../upm.i"
|
||
|
|
||
|
%include "gfx.h"
|
||
|
%{
|
||
|
#include "gfx.h"
|
||
|
%}
|
||
|
|
||
|
%include "st7735.h"
|
||
|
%{
|
||
|
#include "st7735.h"
|
||
|
%}
|