ssd1308: Added new oled display

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-05 13:02:49 +00:00
parent 23d847e380
commit 039b138194
7 changed files with 479 additions and 1 deletions

7
src/lcd/jsupm_ssd1308.i Normal file
View File

@@ -0,0 +1,7 @@
%module jsupm_ssd1308
%{
#include "ssd1308.h"
%}
%include "ssd1308.h"