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:
@@ -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"
|
||||
%}
|
||||
|
||||
Reference in New Issue
Block a user