eboled: Initial implementation

This driver supports the Sparkfun 64x48 pixel OLED Edison block:

https://www.sparkfun.com/products/13035

It is based on an ssd1306, but with some modifications (custom COM pin
mapping and a custom column offset).  It uses SPI to communicate, and
since it is an Edison Block, you don't really have any options for
different bus and pin assignments.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Jon Trulson
2015-08-06 13:31:26 -06:00
committed by Mihai Tudor Panu
parent 9db2d57de3
commit 55e8076988
9 changed files with 522 additions and 2 deletions

View File

@@ -37,6 +37,11 @@
#include "ssd1308.h"
%}
%include "eboled.h"
%{
#include "eboled.h"
%}
%include "sainsmartks.h"
%{
#include "sainsmartks.h"