Add ssdfb(4), a driver for the SSD1309 controller that drives an
authorpatrick <patrick@openbsd.org>
Mon, 30 Jul 2018 08:14:45 +0000 (08:14 +0000)
committerpatrick <patrick@openbsd.org>
Mon, 30 Jul 2018 08:14:45 +0000 (08:14 +0000)
commitdab1a98445f44b8b2534ed2c2b8521cd1aa8784e
tree331b19c75f2daba1353223ab120e2c0580f97158
parent9d6a53349264c8d377e9366e20b9eec105d73186
Add ssdfb(4), a driver for the SSD1309 controller that drives an
128x64 OLED display.  With the typical 8x16 font we get 4 rows with
16 characters each on it.  The controller can be driven using I2C,
3-wire and 4-wire SPI.  This commit includes support for the 4-wire
protocol.

ok deraadt@
sys/arch/arm64/conf/GENERIC
sys/arch/armv7/conf/GENERIC
sys/dev/fdt/files.fdt
sys/dev/fdt/ssdfb.c [new file with mode: 0644]