i2clcd: add ssd1308 to swig and move common files to ssd.h

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-09-22 17:07:00 +01:00
parent befba8c18d
commit a07663045b
5 changed files with 155 additions and 232 deletions

View File

@@ -3,6 +3,7 @@
%feature("autodoc", "3");
%include "ssd.h"
%include "i2clcd.h"
%{
#include "i2clcd.h"
@@ -22,3 +23,8 @@
%{
#include "ssd1327.h"
%}
%include "ssd1308.h"
%{
#include "ssd1308.h"
%}