Abrobot ESP32 C3 OLED Shield

Overview

Abrobot ESP32 C3 OLED Shield

Abrobot esp32c3 oled only works with sh1106_compatible display driver. It does not support 1306 display driver commands. Its screen resolution is 72x40. Its screen start position is 30, 12.

Requirements

This shield can only be used with esp32c3_042_oled board.

Programming

Set -b esp32c3_042_oled --shield abrobot_sh1106_72x40 when you invoke west build. For example:

# From the root of the zephyr repository
west build -b esp32c3_042_oled --shield abrobot_sh1106_72x40 samples/drivers/display