Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.14 KB

wiring-guide-sparkFun-teensyview-spi.md

File metadata and controls

42 lines (31 loc) · 1.14 KB

SparkFun TeensyView Wiring Guide

Copyright 2018 Moddable Tech, Inc.
Revised: October 23, 2018

TeensyView

Specs

Part Sparkfun - LCD-14048
Size 128 x 32
Type OLED, Monochrome
Interface SPI
Drivers video SSD1306, no touch
Availability TeensyView on Sparkfun
Description Very small monochrome, OLED display. Moddable uses the TeensyView configured in standard mode.

Moddable example code

The balls example is good for testing this display. To run a debug build, use the following build command:

cd $MODDABLE/examples/piu/balls
mcconfig -d -m -p esp/teensyview  

ESP8266 pinout

TeensyView Display ESP8266 ESP8266 Devboard label
GND GND
5 GPIO 2 (D4)
10 GPIO 4 (D2)
11 GPIO 13 (D7)
13 GPIO 14 (D5)
15 GPIO 0 (D3)
3v 3.3V

Generic SPI Display