ssd1308: JavaScript, python examples for ssd1308 OLED Display 1.12"
Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
committed by
Mihai Tudor Panu
parent
92039921b1
commit
99c59361a7
@@ -8,6 +8,7 @@
|
||||
$1 = (uint8_t *)(argp);
|
||||
}
|
||||
|
||||
%include "ssd.h"
|
||||
%include "i2clcd.h"
|
||||
%{
|
||||
#include "i2clcd.h"
|
||||
@@ -27,3 +28,8 @@
|
||||
%{
|
||||
#include "ssd1327.h"
|
||||
%}
|
||||
|
||||
%include "ssd1308.h"
|
||||
%{
|
||||
#include "ssd1308.h"
|
||||
%}
|
||||
|
||||
Reference in New Issue
Block a user