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:
committed by
Mihai Tudor Panu
parent
9db2d57de3
commit
55e8076988
@@ -34,6 +34,11 @@
|
||||
#include "ssd1308.h"
|
||||
%}
|
||||
|
||||
%include "eboled.h"
|
||||
%{
|
||||
#include "eboled.h"
|
||||
%}
|
||||
|
||||
%include "sainsmartks.h"
|
||||
%{
|
||||
#include "sainsmartks.h"
|
||||
|
||||
Reference in New Issue
Block a user