qmk_firmware/keyboards/lets_split/keymaps/OLED_sample
2017-03-22 15:14:33 -04:00
..
config.h Add files via upload 2017-03-22 14:55:13 -04:00
keymap.c Add files via upload 2017-03-22 14:55:13 -04:00
Makefile Add files via upload 2017-03-22 14:55:13 -04:00
readme.md Add files via upload 2017-03-22 15:14:33 -04:00

SSD1306 OLED Display via I2C

Features

Some features supported by the firmware:

  • I2C connection between the two halves is required as the OLED display will use this connection as well. Note this requires pull-up resistors on the data and clock lines.
  • OLED display will connect from either side

Wiring

The wiring for i2c:

i2c wiring

The pull-up resistors may be placed on either half. It is also possible to use 4 resistors and have the pull-ups in both halves, but this is unnecessary in simple use cases.

Work in progress...

OLED Configuration

Work in progress...