Case front facing D1 mini ESP8266 mountCase back facing D1 mini ESP8266 mountCase front facing oled mountCase back facing oled mountCase wiring the esp8266 and the oled display
Specifications
Dimensions
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