Oled display with D1 mini Esp8266

From B-Wiki
Revision as of 09:29, 3 January 2020 by Tinel (talk | contribs) (→‎Dimensions)
Jump to navigation Jump to search

Features

Oled display with D1 mini Esp8266

https://bogza.ro/index.php/Oled_display_with_D1_mini_Esp8266
Case front facing D1 mini ESP8266 mount
Case back facing D1 mini ESP8266 mount
Case front facing oled mount
Case back facing oled mount
Case wiring the esp8266 and the oled display


Specifications

Dimensions

Oled display dimention sheet
Oled display dimention sheet

Software setup

; platformio.ini PlatformIO Project Configuration File
;
;   Build options: build flags, source filter
;   Upload options: custom upload port, speed and extra flags
;   Library options: dependencies, extra library storages
;   Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino

lib_deps = TFT_eSPI, Button2

monitor_speed = 115200

Image converter tool

https://sourceforge.net/projects/lcd-image-converter/files/latest/download

Modify files in according to the instructions

C:\Users\<User>\.platformio\lib\TFT_eSPI_ID1559\User_Setups