10 lines
119 B
OpenEdge ABL
10 lines
119 B
OpenEdge ABL
%module pyupm_st7735
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "st7735.h"
|
|
%{
|
|
#include "st7735.h"
|
|
%}
|