mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 11:21:12 +03:00
st7735: added new spi lcd module (missing bitmap and text)
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
8
src/st7735/pyupm_st7735.i
Normal file
8
src/st7735/pyupm_st7735.i
Normal file
@ -0,0 +1,8 @@
|
||||
%module pyupm_st7735
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "st7735.h"
|
||||
%{
|
||||
#include "st7735.h"
|
||||
%}
|
Reference in New Issue
Block a user