upm/src/st7735/pyupm_st7735.i

9 lines
99 B
OpenEdge ABL
Raw Normal View History

%module pyupm_st7735
%feature("autodoc", "3");
%include "st7735.h"
%{
#include "st7735.h"
%}