ESP32 SSD1306

来自Jack's Lab
(版本间的差异)
跳转到: 导航, 搜索
(Connections)
(Connections)
第7行: 第7行:
 
== Connections ==
 
== Connections ==
  
 +
<pre>
 
OLED_SSD1306_SDA ---> Noduino_Quantum_D8
 
OLED_SSD1306_SDA ---> Noduino_Quantum_D8
 
OLED_SSD1306_SCL ---> Noduino_Quantum_D9
 
OLED_SSD1306_SCL ---> Noduino_Quantum_D9
 
OLED_SSD1306_3V3 ---> Noduino_Quantum_3V3
 
OLED_SSD1306_3V3 ---> Noduino_Quantum_3V3
 
OLED_SSD1306_GND ---> Noduino_Quantum_GND
 
OLED_SSD1306_GND ---> Noduino_Quantum_GND
 +
</pre>
  
 
<br><br>
 
<br><br>

2016年11月15日 (二) 18:34的版本

目录

1 Overview

Quantum-ssd1306-oled.jpg



2 Connections

OLED_SSD1306_SDA ---> Noduino_Quantum_D8
OLED_SSD1306_SCL ---> Noduino_Quantum_D9
OLED_SSD1306_3V3 ---> Noduino_Quantum_3V3
OLED_SSD1306_GND ---> Noduino_Quantum_GND



3 Quick Start

In Linux:

$ sudo apt-get install git wget make libncurses-dev flex bison gperf python python-serial
$ wget https://dl.espressif.com/dl/xtensa-esp32-elf-linux32-1.22.0-59.tar.gz
$ mkdir -p toolchain
$ tar zxf xtensa-esp32-elf-linux32-1.22.0-59.tar.gz -C toolchain
$ export PATH=$PATH:`pwd`/toolchain/xtensa-esp32-elf/bin
$
$ git clone --recursive git://github.com/icamgo/esp-idf.git
$ export IDF_PATH=`pwd`/esp-idf
$ cd esp-idf/examples/10_ssd1306_logo/
$ make menuconfig
$ make flash



4 Reference

For more information please refer to

















































个人工具
名字空间

变换
操作
导航
工具箱