ESP32 SSD1306

来自Jack's Lab
(版本间的差异)
跳转到: 导航, 搜索
(Quick Start)
(Quick Start)
第26行: 第26行:
 
$ make flash
 
$ make flash
 
</source>
 
</source>
 
more details please refer to:
 
  
 
<br><br>
 
<br><br>

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

目录

1 Overview

Quantum-ssd1306-oled.jpg



2 Connections



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

















































个人工具
名字空间

变换
操作
导航
工具箱