mirror of
https://github.com/eclipse/upm.git
synced 2025-03-21 07:57:29 +03:00
37 lines
440 B
OpenEdge ABL
37 lines
440 B
OpenEdge ABL
![]() |
%module javaupm_i2clcd
|
||
|
%include "../upm.i"
|
||
|
%include "stdint.i"
|
||
|
%include "typemaps.i"
|
||
|
|
||
|
%apply uint8_t *OUTPUT { uint8_t *data };
|
||
|
|
||
|
%include "ssd.h"
|
||
|
%{
|
||
|
#include "ssd.h"
|
||
|
%}
|
||
|
|
||
|
%include "i2clcd.h"
|
||
|
%{
|
||
|
#include "i2clcd.h"
|
||
|
%}
|
||
|
|
||
|
%include "jhd1313m1.h"
|
||
|
%{
|
||
|
#include "jhd1313m1.h"
|
||
|
%}
|
||
|
|
||
|
%include "lcm1602.h"
|
||
|
%{
|
||
|
#include "lcm1602.h"
|
||
|
%}
|
||
|
|
||
|
%include "ssd1327.h"
|
||
|
%{
|
||
|
#include "ssd1327.h"
|
||
|
%}
|
||
|
|
||
|
%include "ssd1308.h"
|
||
|
%{
|
||
|
#include "ssd1308.h"
|
||
|
%}
|