st7735: added new spi lcd module (missing bitmap and text)

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-13 13:50:55 +00:00
parent e24df89ebd
commit 3e12ed6719
9 changed files with 1069 additions and 0 deletions

View File

@ -0,0 +1,8 @@
%module pyupm_st7735
%feature("autodoc", "3");
%include "st7735.h"
%{
#include "st7735.h"
%}