🖵 Screen

Adding a screen to your kit makes it easy to monitor WarDriving stats at a glance - and also gives it personality!

Components

At the moment, the software only supports the I2C version of the SH1106. There are plans to support the SSD1306 in the future. SPI based screens are not supported due to lack of pins on the ESP8266.

Pinout

The I2C screen has an address of 0x3C.

ScreenESP8266 PinD1 Mini Pin
SDAIO4D2
SCKIO5D1
Screen PinESP32-S2 PinS2 Mini Pin
SDAIO33
SCKIO35

Software

The screen is supported by default in software. You don’t need to do anything to enable it! If you’re interested in developing your own interfaces, check out our UI developer docs.